* {
    font-family: 'tt_norms';
    font-size: 16px;
    letter-spacing: 0.1px;
}

.loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: #ffffff;
    z-index: 999999999;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: linear-gradient(0deg, rgba(5, 168, 79, 0.2) 33%, #05a84f 100%);
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
}
@keyframes rotation {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg)}
} 

body[data-page="home"] {    
    background: url("../img/background-servicos.jpg");
    background-attachment: fixed;
    background-size: cover;
}

body[data-page="home"]:before{    
    position: relative;
    content: '';

    width: 100%;
    height: 100%;

    background: url("../img/background-servicos.jpg");
    z-index: 3;

    -webkit-clip-path: url(#teste);
    clip-path: url(#teste);
}

.navbar-toggler{
    padding: 0;
}
.navbar-toggler:focus{
    box-shadow: none;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hamRotate.active {
    transform: rotate(45deg);
}

.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#202020;
    stroke-width:2;
    stroke-linecap:round;
}

.ham8 .top {
    stroke-dasharray: 40 160;
}
.ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
}
.ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
}
.ham8.active .top {
    stroke-dashoffset: -64px;
}
.ham8.active .middle {
    transform: rotate(90deg);
}
.ham8.active .bottom {
    stroke-dashoffset: -64px;
}

header nav.navbar {
    background-color: #ffffff;
    /* height: 80px; */
    padding: 0;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
/* 
header .debug-navbar {
    display: none;
}

header .debug-navbar.scrolling {
    display: block;
} */

header.active nav.navbar{
    background-color: #12202c;
    border-bottom: 0 solid #12202c;
    padding: 0;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out; 
}

header nav.scrolling {
    position: fixed;
    top: 0;
    width: 100%;
    /* padding: .5rem 0;
    height: auto; */

    background-color: #fff;
    border: 0;
    box-shadow: 0 20px 40px rgba(109, 126, 140, .15);

    z-index: 99999;
}


header nav.navbar .logo{
    fill: #fff;
    width: 100%;
    padding: .5rem 0;
    cursor: pointer; 

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

header nav.scrolling .logo{
    width: 75%;
}

header nav.navbar .navbar-nav li.item a{
    padding: 1rem;
    margin: 0;
}

header nav.navbar .navbar-nav a,
header nav.navbar .navbar-nav li.item{
    color: #2e2c2e;    
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

header nav.navbar .navbar-nav a:hover{
    color: #05a84f;
    text-shadow: 0 0 10px rgba(5, 168, 79, .5);
}

header nav.navbar .button-price{
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #2dbf16;
    height: 100%;
    padding: 2rem;

    color: #fff;
    font-size: .8rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

header nav.navbar .button-price:hover{
    background-color: #05a84f;
    box-shadow: 0 10px 40px rgba(5, 168, 79, .35);
}

header nav.scrolling .button-price{
    padding: 1rem 2rem;
}


section#banner .swiperBanner {
    position: relative;
}
section#banner .swiperBanner .swiper-slide img {
    width: 100%;
}

section#banner .swiperBanner .banner-desktop {
    display: block;
}

section#banner .swiperBanner .banner-mobile {
    display: none;
}

@media (max-width: 992px) {
    section#banner .swiperBanner .banner-desktop {
        display: none;
    }
    
    section#banner .swiperBanner .banner-mobile {
        display: block;
    }
}

.swiper-pagination-horizontal.swiper-pagination-bullets {
    position: absolute;    
    bottom: 300px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 1;
    width: 14px;
    border-radius: 100px;
    background-color: #ffffff;
    
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    width: 32px;
    border-radius: 100px;
    background-color: #05a84f;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

section#produtos {
    position: relative;
    padding: 3rem 0;
    background-color: #ffffff;
    /* background-color: #ffffff; */
}

section#produtos svg.renderBackground {
    position: absolute;
    top: 0;
    left: 0;
    fill: #ffffff;

    z-index: 1;
}

section#produtos .col-produtos {
    position: relative;
    z-index: 1;
}

section#produtos h1.section-title{
    color: #000000;
    font-weight: 600;
    margin-top: .75rem;
    margin-bottom: 1rem;
}

section#produtos a {
    text-decoration: none;
    color: initial;
}
section#produtos .card-product {
    background-color: #ffffff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 1rem;
    height: 100%;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

section#produtos .card-product:hover{
    color: #05a84f;

    transform: translateY(-10px) scale(1.025);
    box-shadow: 0 10px 40px rgba(30, 30, 30, .15);
}

section#produtos .card-product .card-header {
    padding: 0;
    margin-bottom: 0;
    border: none;
    background-color: initial;
}

section#produtos .card-product .card-header .image img{
    width: 100%;
    height: 170px;

    border-radius: 10px 10px 0 0;

    -o-object-fit: cover;
    object-fit: cover;
}

section#produtos .card-product .card-header .icon {
    position: relative;
    background-color: #05a84f;

    width: fit-content;
    padding: 15px;
    border-radius: 100px;

    margin: -35px 0 0 1rem;

    z-index: 1;
}
section#produtos .card-product .card-header .icon svg.stroke{
    width: 40px;
    height: 40px;

    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px;
}

section#produtos .card-product .card-body{
    padding: 1rem 0 0 1rem;
}

section#produtos .card-product .card-body h1.title{
    font-size: 1.5rem;
    font-weight: 700;
}





.eentalhe {
    position: relative;
    overflow: hidden;
}



section#solucoes {
    position: relative;
    padding: 0;
}

section#solucoes .shapeSolucoes {
    position: absolute;

    top: -1px;
    left: 0;

    width: 100%;
    height: auto;

    fill: #ffffff;
}

.col-solucoes {
    padding: 3rem 0 0 0;
}
.col-solucoes h1.section-title{
    
    text-align: center;
    font-weight: 600;    
}

.col-solucoes h1.section-title span{
    font-size: 100%;
    color: #05a84f;
    font-weight: 600;    
}

.col-solucoes ul {    
    padding: 0;
    margin: 0;
    text-align: center;
}

.col-solucoes ul li{
    list-style: none;
    display: inline-flex;
    font-size: 1.25rem;
    font-weight: 300;
    color: #545254;
}

.col-solucoes ul li:after{
    content: '•';
    margin: 0 1rem;
}

.col-solucoes ul li:last-child:after{
    content: initial;
}

section#solucoes .card-soluction {
    width: 100%;
    height: 300px;

    border-radius: 10px;

    overflow: hidden;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
section#solucoes .card-soluction img{
    width: 100%;
    height: 100%;
    
    -o-object-fit: cover;
    object-fit: cover;

    transform: scale(1.15);

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

section#solucoes .card-soluction:hover img{
    transform: scale(1);
}

section#servicos {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}

section#servicos .shapeServicos {
    position: absolute;

    right: 0;
    bottom: 0;

    width: auto;
    height: 150px;

    fill: #ffffff;
}

section#servicos .shapeServicos-mob {
    position: absolute;

    bottom: -1px;
    left: 0;

    width: 100%;
    height: auto;

    fill: #ffffff;
    z-index: 0;

    transform: scaleX(-1);
}


section#servicos h1.section-title{
    color: #05a84f;
    font-weight: 600;
    margin-bottom: 2rem;
}

section#servicos .card-servico {
    padding: 2rem 3rem;
    height: 100%;
    text-align: center;

    border: 3px solid #545254;
    border-radius: 10px;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

section#servicos .card-servico:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, .15);
    border-color: #2dbf16;
}

section#servicos .card-servico svg {    
    width: 50px;
    height: 50px;

    fill: #ffffff;
    
    margin-bottom: 1rem;
}

section#servicos .card-servico h1.title{
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

section#section-contato {
    position: relative;
    padding: 3rem 0;

    background-color: #ffffff;
}

section#section-contato .col-contato {
    position: relative;
    z-index: 1;
}

section#section-contato .shapeContato {
    position: absolute;
    width: 0;
    height: 0;
    
}
section#section-contato .shapeContato-Background {
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 1;
    

    width: 300px;
    height: 150px;
    background: url("../img/background-servicos.jpg");
    background-attachment: fixed;
    background-size: cover;
    -webkit-clip-path: url(#clipMask);
    clip-path: url(#clipMask);
}

section#section-contato .renderBackgroundBottom {
    position: absolute;

    bottom: -1px;
    left: 0;

    width: 100%;
    height: auto;

    fill: #202020;
    z-index: 0;
}

section#section-contato .card-form-contacts{
    padding: 2rem 0 0 0;
}
section#section-contato h2.section-subtitle{
    color: #545254;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

section#section-contato h1.section-title{
    color: #000000;
    font-weight: 600;
    margin-bottom: 2rem;
}


section#section-contato .col-input {
    position: relative;
}

section#section-contato form .col-input input.ipt{
    width: 100%;
    height: 40px;
    border: 0;
    color: #545254;
    border-bottom: 1px solid #d9d9d9;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

section#section-contato form .col-input input.ipt:focus{
    outline: none;
    border-color: #05a84f;
}
section#section-contato form .col-input input.ipt:not(:placeholder-shown):invalid{
    border-color: #d63f3f;
}

section#section-contato form .col-input input.ipt ~ label{
    cursor: text;
    transform: translateY(-35px);
    color: #545254;

    opacity: 0;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

section#section-contato form .col-input input.ipt ~ label[required]:after{
    content: '*';
    color: #05a84f;
}

section#section-contato form .col-input input.ipt:not(:placeholder-shown) ~ label{
    font-size: .8rem;
    transform: translateY(-50px);

    opacity: 1;
}

section#section-contato form .col-input textarea{
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #545254;
    border-radius: 10px;
    border: 1px solid #d9d9d9;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

section#section-contato form .col-input textarea:focus{
    outline: none;
    border-color: #05a84f;
}

section#section-contato img.render {
    position: absolute;
    /* right: -25%; */
    right: 0;
    bottom: 0;
    width: 80%;

    z-index: 1;
}

section#cotacao {
    background-color: #202020;
    padding: 2rem 0;
}

section#cotacao svg {
    width: 2rem;
    height: 100%;

    margin-right: 1rem;
}

section#cotacao svg.stroke{
    fill: none;
    stroke: #2dbf16;
    stroke-linejoin: round;
    stroke-width: 2px;
}

section#cotacao h1.title{
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
}

section#cotacao input {
    width: 100%;
    padding: .5rem 1.5rem;
    
    border: 1px solid transparent;
    border-radius: 100px;    
}

section#cotacao input:focus{
    outline: none;
    border-color: #05a84f;
}

[data-page="produto"] section#breadcrumb {
    position: relative;
    background-color: #000000;
    padding: 2rem 0;
}

[data-page="produto"] section#breadcrumb::before{
    position: absolute;
    content: '';

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: .3;
}

[data-page-produto="aquecedor-de-fluido-termico"] section#breadcrumb::before{
    background: url("../img/prodtuo1_breadcrumb.jpg");
    background-size: cover;
    background-position: center 30%;
}

[data-page-produto="caldeira"] section#breadcrumb::before{
    background: url("../img/prodtuo2_breadcrumb.jpg");
    background-size: cover;
    background-position: center 25%;
}

[data-page-produto="queimador-de-biomassa"] section#breadcrumb::before{
    background: url("../img/prodtuo3_breadcrumb.jpg");
    background-size: cover;
    background-position: center;
}

[data-page-produto="sistema-de-alimentacao"] section#breadcrumb::before{
    background: url("../img/prodtuo4_breadcrumb.jpg");
    background-size: cover;
    background-position: center 45%;
}

[data-page="produto"] section#breadcrumb .content {
    position: relative;
    z-index: 1;
}

[data-page="produto"] section#breadcrumb h1.title{
    color: #fff;
    font-weight: 700;    
}

[data-page="produto"] section#breadcrumb ul{    
    padding: 0;
    margin: 0;
}

[data-page="produto"] section#breadcrumb ul li{
    display: inline-flex;
    position: relative;
    list-style: none;
}

[data-page="produto"] section#breadcrumb ul li a {
    color: #ffffff;
    text-decoration: none;
}

[data-page="produto"] section#breadcrumb ul li a:hover {
    color: #05a84f;
    text-decoration: underline;
}

[data-page="produto"] section#breadcrumb ul li p {
    color: #9e9d9d;
    margin: 0;
}

[data-page="produto"] section#breadcrumb ul li::after{    
    content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 19'%3E%3Cpath fill='%2305a84f' stroke='%2305a84f' stroke-miterlimit='10' stroke-width='3px' fill-rule='evenodd' d='M10.5,9.5a1.5,1.5,0,0,1-.44,1.06L3.22,17.21a1,1,0,0,1-1.42,0,1,1,0,0,1,0-1.42L8.27,9.5,1.8,3.21a1,1,0,0,1,0-1.42,1,1,0,0,1,1.42,0l6.84,6.65A1.5,1.5,0,0,1,10.5,9.5Z'%3E%3C/path%3E%3C/svg%3E");

    width: .5rem;
    height: auto;

    margin: 0 1rem;
}

[data-page="produto"] section#breadcrumb ul li:last-child::after{
    content: none;
}

[data-page-produto="aquecedor-de-fluido-termico"] section#descricao {
    padding: 3rem 0;
}

[data-page-produto="aquecedor-de-fluido-termico"] section#descricao .images {
    position: relative;
}

[data-page-produto="aquecedor-de-fluido-termico"] section#descricao .images .horizontal img{
    width: 100%;
    height: 275px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px;
    box-sizing: border-box;
    border: 5px solid #ffffff;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

[data-page-produto="aquecedor-de-fluido-termico"] section#descricao .images .horizontal:hover img {
    position: relative;
    z-index: 1;
    transform: scale(1.05);
    cursor: pointer;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
}

[data-page-produto="aquecedor-de-fluido-termico"] section#descricao .images .col-sub {
    position: absolute;


    height: 100%;

    right: 10%;
    top: 15%;
}
[data-page-produto="aquecedor-de-fluido-termico"] section#descricao .images .vertical {
    position: absolute;

    left: 0;
}
[data-page-produto="aquecedor-de-fluido-termico"] section#descricao .images .vertical img{
    width: 100%;    
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-sizing: border-box;
    border: 5px solid #ffffff;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

[data-page-produto="aquecedor-de-fluido-termico"] section#descricao .images .vertical:hover img {
    position: relative;
    z-index: 1;
    transform: scale(1.05);
    cursor: pointer;

    box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
}

[data-page-produto="aquecedor-de-fluido-termico"] section#descricao .images .swiperProduto .swiper-slide {
    height: 300px;
}

[data-page-produto="aquecedor-de-fluido-termico"] section#descricao .images .swiperProduto .swiper-slide img{
    width: 100%;
    height: 100%;

    border-radius: 10px;

    -o-object-fit: cover;
    object-fit: cover;
}

[data-page-produto="aquecedor-de-fluido-termico"] section#descricao h1.title{
    font-size: 2.5rem;
    line-height: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

[data-page-produto="aquecedor-de-fluido-termico"] section#descricao h2.desc {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #545254;
}

[data-page-produto="caldeira"] section#descricao {
    padding: 3rem 0;
}

[data-page-produto="caldeira"] section#descricao .images {
    position: relative;
}

[data-page-produto="caldeira"] section#descricao .images .horizontal img{
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px;
    box-sizing: border-box;
    border: none;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

[data-page-produto="caldeira"] section#descricao .images .horizontal:hover img {
    position: relative;
    z-index: 1;
    transform: scale(1.05);
    cursor: pointer;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
}

[data-page-produto="caldeira"] section#descricao .images .col-sub {
    position: absolute;


    height: 100%;

    right: 10%;
    top: 15%;
}
[data-page-produto="caldeira"] section#descricao .images .vertical {
    position: absolute;

    left: 0;
}
[data-page-produto="caldeira"] section#descricao .images .vertical img{
    width: 100%;    
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-sizing: border-box;
    border: 5px solid #ffffff;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

[data-page-produto="caldeira"] section#descricao .images .vertical:hover img {
    position: relative;
    z-index: 1;
    transform: scale(1.05);
    cursor: pointer;

    box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
}

[data-page-produto="caldeira"] section#descricao .images .swiperProduto .swiper-slide {
    height: 300px;
}

[data-page-produto="caldeira"] section#descricao .images .swiperProduto .swiper-slide img{
    width: 100%;
    height: 100%;

    border-radius: 10px;

    -o-object-fit: cover;
    object-fit: cover;
}

[data-page-produto="caldeira"] section#descricao h1.title{
    font-size: 2.5rem;
    line-height: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

[data-page-produto="caldeira"] section#descricao h2.desc {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #545254;
}

[data-page-produto="queimador-de-biomassa"] section#descricao {
    padding: 3rem 0;
}

[data-page-produto="queimador-de-biomassa"] section#descricao .images {
    position: relative;
}

[data-page-produto="queimador-de-biomassa"] section#descricao .images .horizontal img{
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 30%;
    object-position: center 30%;
    border-radius: 10px;
    box-sizing: border-box;
    border: 5px solid #ffffff;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

[data-page-produto="queimador-de-biomassa"] section#descricao .images .horizontal:hover img {
    position: relative;
    z-index: 1;
    transform: scale(1.05);
    cursor: pointer;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
}

[data-page-produto="queimador-de-biomassa"] section#descricao .images .col-sub {
    position: relative;
    margin-top: -15%;

}

[data-page-produto="queimador-de-biomassa"] section#descricao .images .col-sub .horizontal {
    width: 85%;
    margin-left: 7.5%;
}

[data-page-produto="queimador-de-biomassa"] section#descricao .images .vertical {
    position: absolute;

    left: 0;
}
[data-page-produto="queimador-de-biomassa"] section#descricao .images .vertical img{
    width: 100%;    
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-sizing: border-box;
    border: 5px solid #ffffff;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

[data-page-produto="queimador-de-biomassa"] section#descricao .images .vertical:hover img {
    position: relative;
    z-index: 1;
    transform: scale(1.05);
    cursor: pointer;

    box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
}

[data-page-produto="queimador-de-biomassa"] section#descricao .images .swiperProduto .swiper-slide {
    height: 300px;
}

[data-page-produto="queimador-de-biomassa"] section#descricao .images .swiperProduto .swiper-slide img{
    width: 100%;
    height: 100%;

    border-radius: 10px;

    -o-object-fit: cover;
    object-fit: cover;
}

[data-page-produto="queimador-de-biomassa"] section#descricao h1.title{
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

[data-page-produto="queimador-de-biomassa"] section#descricao h1.title span{
    display: block;
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: 400;
    margin-top: 1rem;
    color: #545254;
}

[data-page-produto="queimador-de-biomassa"] section#descricao h2.desc {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #545254;
}

[data-page-produto="sistema-de-alimentacao"] section#descricao {
    padding: 3rem 0;
    min-height: 425px;
}

[data-page-produto="sistema-de-alimentacao"] section#descricao .images {
    position: relative;
}

[data-page-produto="sistema-de-alimentacao"] section#descricao .images .horizontal img{
    width: 100%;
    height: 275px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px;
    box-sizing: border-box;
    border: 5px solid #ffffff;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

[data-page-produto="sistema-de-alimentacao"] section#descricao .images .horizontal:hover img {
    position: relative;
    z-index: 1;
    transform: scale(1.05);
    cursor: pointer;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
}

[data-page-produto="sistema-de-alimentacao"] section#descricao .images .col-sub {
    position: absolute;


    height: 100%;

    right: 10%;
    top: 15%;
}
[data-page-produto="sistema-de-alimentacao"] section#descricao .images .vertical {
    position: absolute;

    left: 0;
}
[data-page-produto="sistema-de-alimentacao"] section#descricao .images .vertical img{
    width: 100%;    
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-sizing: border-box;
    border: 5px solid #ffffff;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

[data-page-produto="sistema-de-alimentacao"] section#descricao .images .vertical:hover img {
    position: relative;
    z-index: 1;
    transform: scale(1.05);
    cursor: pointer;

    box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
}

[data-page-produto="sistema-de-alimentacao"] section#descricao .images .swiperProduto .swiper-slide {
    height: 300px;
}

[data-page-produto="sistema-de-alimentacao"] section#descricao .images .swiperProduto .swiper-slide img{
    width: 100%;
    height: 100%;

    border-radius: 10px;

    -o-object-fit: cover;
    object-fit: cover;
}

[data-page-produto="sistema-de-alimentacao"] section#descricao h1.title{
    font-size: 2.5rem;
    line-height: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

[data-page-produto="sistema-de-alimentacao"] section#descricao h2.desc {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #545254;
}

[data-page="produto"] section#caracteristicas {
    padding: 3rem 0;
    background-color: #f8f8f8;
}

[data-page="produto"] section#caracteristicas h1.section-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 3rem;
}

[data-page="produto"] section#caracteristicas .card-caracteristica {
    position: relative;

    padding: 2rem 3rem;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

[data-page="produto"] section#caracteristicas .card-caracteristica:hover{
    color: #05a84f;

    transform: translateY(-10px) scale(1.025);
    box-shadow: 0 10px 40px rgba(30, 30, 30, .15);
}

[data-page="produto"] section#caracteristicas .card-caracteristica .icon svg{
    width: 60px;
    height: 60px;
    fill: #05a84f;

    margin-bottom: 1rem;
}

[data-page="produto"] section#caracteristicas .card-caracteristica .icon svg.stroke{
    fill: none;
    stroke: #05a84f;
}

[data-page="produto"] section#caracteristicas .card-caracteristica h1.title {
    font-size: 1.4rem;
    font-weight: 700;
    padding-bottom: 0;
}

[data-page-produto="aquecedor-de-fluido-termico"] section#caracteristicas .card-caracteristica h1.title {
    padding-bottom: 2rem;
}

[data-page="produto"] section#caracteristicas .card-caracteristica h2.desc{
    position: absolute;

    left: 0;
    right: 0;

    bottom: 2rem;

    color: #545254;
    font-size: 1rem;
    font-weight: 700;
}

[data-page="produto"] section#modelos {
    padding: 3rem 0;
}

[data-page="produto"] section#modelos .table thead th{
    background-color: #05a84f;
    padding: 1rem 2rem;    
    border: none;

    color: #fff;
    font-size: 1.15rem;
}

[data-page="produto"] section#modelos .table thead th:first-child{
    border-radius: 10px 0 0 0;
}

[data-page="produto"] section#modelos .table thead th:last-child{
    border-radius: 0 10px 0 0;
}

[data-page="produto"] section#modelos .table tbody td{
    padding: 1rem 2rem;
    border: none;
    box-shadow: none;

    background-color: #fbfbfb;
}

[data-page="produto"] section#modelos .table tbody tr:nth-child(even) td{
    background-color: #f6f6f6;
}

[data-page="produto"] section#modelos .table tbody tr:last-child td:first-child{
    border-radius: 0 0 0 10px;
}

[data-page="produto"] section#modelos .table tbody tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}

[data-page="produto"] section#modelos .table tbody td ul {
    padding-left: 1rem;
    margin: 0;
}

[data-page="produto"] section#modelos .table tbody td b {
    color: #2e2c2e;
    font-weight: 700;
}
[data-page="produto"] section#modelos .table tbody td ul li{
    position: relative;
    list-style: none;
    color: #2e2c2e;
}

[data-page="produto"] section#modelos .table tbody td ul li::before{
    position: absolute;
    content: '•';
    color: #2e2c2e;

    top: 0;
    bottom: 0;
    left: -1rem;

    margin: auto;
}

[data-page="produto"] section#destaque {
    position: relative;
    padding: 3rem 0 6rem 0;
}

[data-page="produto"] section#destaque .card-destaque {
    position: relative;

    cursor: pointer;

    background-color: #2e2c2e;
    padding: 1rem 0;
    border-radius: 10px;
}

[data-page="produto"] section#destaque .card-destaque::before{
    position: absolute;
    content: '';

    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background-color: #ffffff;
    z-index: 0;
}

[data-page="produto"] section#destaque .card-destaque .col-star{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;

    top: 0;
    left: 4%;
    
    height: 100%;

    background-color: #2dbf16;
    border-radius: 10px 0 0 10px;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

[data-page="produto"] section#destaque .card-destaque:hover .col-star{
    left: 0;
}

[data-page="produto"] section#destaque .card-destaque .col-star svg{
    fill: #fff;

    width: 30px;
    height: 30px;

    opacity: 0;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

[data-page="produto"] section#destaque .card-destaque:hover .col-star svg{
    opacity: 1;
}

[data-page="produto"] section#destaque .card-destaque .col-image{
    position: relative;
    height: 300px;
}
[data-page="produto"] section#destaque .card-destaque .image{
    position: absolute;
    width: 100%;
    height: calc(110% + 4rem);
    object-fit: cover;
    
    top: calc(-2rem + -5%);
    left: 0;
    border-radius: 10px;
    overflow: hidden;

}

[data-page="produto"] section#destaque .card-destaque .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
[data-page="produto"] section#destaque .card-destaque:hover .image img{
    transform: scale(1.1);
}

[data-page="produto"] section#destaque .card-destaque .infos{
    padding: 0 2rem;
}

[data-page="produto"] section#destaque .card-destaque h1.title{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

[data-page="produto"] section#destaque .card-destaque h2.desc {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

[data-page-produto="queimador-de-biomassa"] section#destaque .card-destaque h1.title {
    margin-bottom: 2rem;
}

[data-page-produto="queimador-de-biomassa"] section#destaque .card-destaque h2.desc {
    margin-bottom: 0;
}

[data-page="produto"] section#destaque .card-destaque-mobile .star {
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #2dbf16;
    width: 90%;
    padding: .5rem 1rem;
    border-radius: 10px 10px 0 0 ;
    margin-left: 5%;
}


[data-page="produto"] section#destaque .card-destaque-mobile .star svg{
    fill: #fff;

    width: 30px;
    height: 30px;


    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

[data-page="produto"] section#destaque .card-destaque-mobile .image img {
    width: 100%;
    min-height: 225px;
    max-height: 250px;
    border-radius: 10px;

    -o-object-fit: cover;
    object-fit: cover;
}

[data-page="produto"] section#destaque .card-destaque-mobile .infos {

    background-color: #2e2c2e;
    width: 90%;
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    margin-left: 5%;
}

[data-page="produto"] section#destaque .card-destaque-mobile .infos h1.title{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

[data-page="produto"] section#destaque .card-destaque-mobile .infos h2.desc {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 400;
}

[data-page="produto"] section#destaque .renderBackgroundBottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: auto;
    fill: #202020;
    z-index: -1;
}

footer {
    background-color: #202020;
}

footer section#subfooter {
    padding: 2rem 0;
    border-top: 1px solid #545454;
    border-bottom: 1px solid #545454;
}

footer section#subfooter h1.title {
    color: #05a84f;
    font-size: 1rem;
}

footer section#subfooter p.description {
    font-size: 1rem;    
    color: #ffffff;
    margin: 0;
}

footer section#subfooter ul {
    padding: 0;
    margin: 0;
}

footer section#subfooter ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    margin: 0;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

footer section#subfooter ul li a.tel{
    font-weight: 600;
}

footer section#subfooter ul li a:hover {
    color: #05a84f;
}

footer section#subfooter ul.redes li {
    display: inline-flex;
    margin-right: .5rem;
}

footer section#subfooter ul.redes li:last-child{
    margin-right: 0;
}

footer section#subfooter ul.redes li a {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 50px;
    height: 50px;
    padding: 12.5px;
}

footer section#subfooter ul.redes li a:hover{
    background-color: #05a84f;
    border-radius: 100px;
}

footer section#subfooter ul.redes li svg {
    fill: #ffffff;
    width: 100%;
    height: 100%;
}

footer section#copyright {
    padding: 2rem 0;
}

footer section#copyright p {
    color: #ffffff;
    font-size: 1rem;
    margin: 0;
}

footer section#copyright p b{
    font-weight: 500;
}

footer section#copyright .wtek svg {
    fill: #fff;
    width: 100px;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

footer section#copyright .wtek:hover svg {
    transform: translateY(-2.5px);
}

footer section#copyright .wtek:hover svg .w{
    fill: #fedf00;    
}

.btn{
    width: auto;
    border-radius: 500px;
    padding: .5rem 2.5rem;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.btn:focus{
    box-shadow: none;
}
.btn.green{
    position: relative;
    background-color: #2dbf16;
    border: none;
    
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid transparent;
    z-index: 0;
    overflow: hidden;

    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.btn.green:hover{
    color: #2dbf16;
    border: 2px solid #2dbf16;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}
.btn.green:focus{    
    box-shadow: none;
}


.finger-swipe {
    position: relative;
    z-index: 1;

    display: flex;
    justify-content: end;
    align-items: flex-end;
}

.finger-swipe svg {
    fill: #dedede;
    padding: 0;
    width: 22.5px;
    height: 22.5px;
}

.finger-swipe p {
    color: #dedede;
    width: auto;
    margin: 0;
}

.finger-swipe-dark {
    position: relative;
    z-index: 1;

    display: flex;
    justify-content: end;
    align-items: flex-end;
}

.finger-swipe-dark svg {
    fill: #696969;
    padding: 0;
    width: 22.5px;
    height: 22.5px;
}

.finger-swipe-dark p {
    color: #696969;
    width: auto;
    margin: 0;
}

.b-lazy {
    opacity:0;
    transform: scale(0.95);
    transition: all 500ms;
}

.b-loaded {
    opacity:1;
    transform: scale(1);
}

@media (max-width: 992px) {
    .offcanvas{
        padding: 0;
    }

    .offcanvas .offcanvas-header {
        position: relative;
        border-bottom: 2px solid #efefef;
    }
    .offcanvas .offcanvas-header img.logo {
        margin-right: auto;

        width: auto;
        height: 50px;
    }

    .offcanvas .offcanvas-body {
        padding: 0;
    }

    
    header nav.navbar .navbar-nav li.item{
        color: #2e2c2e;    
        padding: 1rem 0;
        width: 100%;
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;

        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    header nav.navbar .navbar-nav li.item:nth-child(even){
        background-color: #efefef;
    }

    header nav.navbar .navbar-nav li.item:hover{
        background-color: #05a84f;
    }

    header nav.navbar .navbar-nav li.item a{
        display: block;
        padding: 0 1rem;
        width: 100%;
    }   

    header nav.navbar .navbar-nav li.item:hover a{
        color: #ffffff;
    }

    section#banner .swiperBanner {
        height: unset;
    }
    section#banner .swiperBanner .swiper-slide img {
        width: 100%;
        height: 100%;

        -o-object-fit: cover;
        object-fit: cover;
    }
    

    section#produtos svg.renderBackground {
        position: initial;
    }

    section#cotacao input {
        max-width: 235px;
    }

    section#cotacao h1.title{
        font-size: 1.25rem;
    }
    
    section#cotacao svg{
        width: 1.5rem;
    }

    section#section-contato {
        padding: 2rem 0;
    }

    [data-page="produto"] section#caracteristicas h1.section-title {
        margin: 0 0 1rem 0;
    }

    [data-page="produto"] section#modelos .table {
        width: 250%;
    }
}

.widget-whatsapp img {
    position: fixed;
    right: 20px;
    bottom: 20px;

    z-index: 99999999;

    width: 65px;
    height: auto;
}