.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face {
font-family: "Elina";
src: url(//rossigas.com.br/wp-content/themes/app/dist/fonts/Eina/Eina01-Regular.ttf);
src: url(//rossigas.com.br/wp-content/themes/app/dist/fonts/Eina/Eina01-Regular.ttf) format("ttf"),
}
@font-face {
font-family: "Elina";
src: url(//rossigas.com.br/wp-content/themes/app/dist/fonts/Elina/Eina01-RegularItalic.ttf);
src: url(//rossigas.com.br/wp-content/themes/app/dist/fonts/Elina/Eina01-RegularItalic.ttf) format("ttf");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Elina";
src: url(//rossigas.com.br/wp-content/themes/app/dist/fonts/Elina/Eina01-Bold.ttf);
src: url(//rossigas.com.br/wp-content/themes/app/dist/fonts/Elina/Eina01-Bold.ttf) format("ttf");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Elina";
src: url(//rossigas.com.br/wp-content/themes/app/dist/fonts/Elina/Eina01-BoldItalic.ttf);
src: url(//rossigas.com.br/wp-content/themes/app/dist/fonts/Elina/Eina01-BoldItalic.ttf) format("ttf");
font-weight: bold;
font-style: italic;
}
:root{
--cor1: #F4954D;
--cor2: #EE3C7C;
--verde: #00662C;
--rosa: #EE3C7C;
--laranja: #F4954D;
--cinza: #7F7F7F;
--paddingPadrao: 50px;
--gradienteX: linear-gradient(225deg, #F4954D 0%, #EE3C7C 100%);
--gradienteY: linear-gradient(45deg, #EE3C7C 0%, #F4954D 100%);;
}
body, html, div, h1, h2, h3, h4, h5, h6, p, label, span, input, textarea, button, select, a{
font-family: 'Elina', sans-serif;
-webkit-tap-highlight-color: transparent;
}
body, html{
scroll-behavior: smooth;
scroll-padding-top: 60px;
}
main{
padding: var(--paddingPadrao) 0;
}
h1{
font-weight: 700;
font-size: 59px;
line-height: 70px;
color: white;
}
h2{
font-weight: 700;
font-size: 40px;
line-height: 48px;
color: var(--verde);
}
h3{
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: var(--rosa);
}
p{
font-weight: 400;
font-size: 20px;
line-height: 24px;
color: var(--cinza);
}
p.head-title{
color: var(--rosa);
margin: 0;
margin-bottom: 10px;
}
button{
cursor: pointer;
}
section{
background-size: cover;
background-position: center;
}
.text-center, .center{
width: 100%;
text-align: center;
}
.center{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.center.column{
align-items: flex-start;
text-align: left;
}
.text-white{
color: white !important;
}
.container-fluid{
width: 1320px;
margin: 0 auto;
padding: 0 10px;
max-width: 100%;
}
.btnDefault {
display: inline-block;
margin: 20px 0;
font-weight: bold;
font-size: 18px;
line-height: 28px;
color: white;
text-align: center;
padding: 8px 20px;
cursor: pointer;
transition: 0.3s all;
min-width: 200px;
max-width: 100%;
border-radius: 60px;
background: var(--gradienteX);
border: 1px solid transparent;
}
.btnDefault:hover,
.btnDefault.transparent:hover{
background: white !important;
color: var(--rosa) !important;
transition: 0.3s all;
border: 1px solid var(--rosa);
}
.btnDefault.transparent{
background: transparent;
border: 1px solid white;
}
section.banner-destaque{
position: relative;
}
section.banner-destaque .item {
min-height: 95vh;
display: flex;
align-items: center;
padding-top: 110px;
background-size: cover;
background-position: center;
}
section.banner-destaque .item *{
color: white;
}
section.banner-destaque .slick-dots{
position: absolute;
top: 0;
right: 20px;
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
section.banner-destaque .slick-dots li{
list-style: none;
margin-bottom: 10px;
}
section.banner-destaque .slick-dots li button{
border: 1px solid white;
background-color: transparent;
border-radius: 100%;
width: 12px;
height: 14px;
font-size: 0;
}
section.banner-destaque .slick-dots li.slick-active button{
background-color: white;
}
section.vantagens{
padding: var(--paddingPadrao) 0;
}
section.vantagens h2{
margin-bottom: 30px;
}
section.vantagens .row{
border-bottom: 10px solid #D9D9D9;
}
section.vantagens .col-xs-12{
margin: 0;
padding: 0;
}
.blocoVantagem{
background: #FFF;
padding: 30px;
box-shadow: 0px 4px 102px 0px rgba(0, 0, 0, 0.10);
margin-bottom: 20px;
}
.blocoVantagem p:first-child{
margin: 0;
color: var(--rosa);
font-weight: bold;
}
.blocoVantagem p:last-child{
margin: 0;
margin-top: 10px;
}
section.cta-local{
padding: calc(var(--paddingPadrao) + 30px) 0;
}
body.page-template-page-cidades section.cta-local{
background-image: unset !important;
}
section.cta-local .container-fluid .row:first-child{
margin-bottom: calc(var(--paddingPadrao) * 2);
}
body:not(.page-template-page-cidades) section.cta-local *{
color: white;
}
section.cta-local .imagem{
width: 100%;
height: 100%;
max-height: 356px;
border-radius: 140px 0px;
background: #FFF;
display: flex;
justify-content: center;
align-items: flex-end;
transition: 250ms all;
}
section.cta-local .imagem:hover{
transform: scale(1.02);
}
body.page-template-page-cidades section.cta-local .imagem{
background: rgba(127, 127, 127, 0.15);
}
section.cta-local .imagem img{
transform: scale(1);
}
section.cta-local .btnDefault{
margin-bottom: 0;
}
section.sobre{
padding-top: calc(var(--paddingPadrao) + 30px);
padding-bottom: var(--paddingPadrao)
}
section.sobre h2{
margin-bottom: 30px;
}
.content-sobre{
display: flex;
align-items: center;
position: relative;
margin-bottom: calc(var(--paddingPadrao) + 30px);
}
.box-sobre{
width: 50%;
height: 100%;
min-height: 580px;
background: var(--gradienteY);
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 0 30px;
padding-right: 60px;
position: relative;
}
.box-sobre *{
position: relative;
z-index: 2;
}
.box-sobre::after{
content: '';
display: block;
width: calc(100% - 60px);
height: calc(100% - 60px);
background-image: url(//rossigas.com.br/wp-content/themes/app/dist/images/overlay-fogo.png);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
position: absolute;
top: 30px;
left: 30px;
z-index: 1;
}
.box-sobre *{
color: white;
}
.content-sobre .fly{
position: absolute;
object-fit: cover;
width: calc(50% + 30px);
height: 464px;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.destaque{
position: relative;
padding-left: 40px;
background: #FFF;
box-shadow: 14px 19px 19px -1px rgba(0, 0, 0, 0.10);
}
.destaque::before{
content: '';
display: block;
width: 10px;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: var(--gradienteX);
}
.destaque p{
color: var(--verde);
}
.equipe h2{
margin-bottom: 0 !important;
}
.equipe img{
border-radius: 0 140px;
object-fit: cover;
width: 100%;
height: 480px;
}
section.pilares{
padding: calc(var(--paddingPadrao) + 30px) 0;
background: rgba(0, 102, 44, 0.09);
}
.blocoPilar{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: 200ms all;
}
.blocoPilar:hover{
transform: scale(1.02);
}
.blocoPilar .icone {
margin-bottom: 20px;
height: 55px;
}
.blocoPilar h3{
text-align: center;
font-size: 28px;
color: var(--verde);
font-weight: bold;
}
.blocoPilar p{
margin-bottom: 0;
text-align: center;
}
.produtos{
padding: var(--paddingPadrao) 0;
position: relative;
}
.produtos .row.list {
margin-bottom: 85px;
}
.produtos .btnDefault{
margin-bottom: 0;
}
.produtos .head-title{
margin: calc(var(--paddingPadrao) - 30px) 0;
margin-bottom: calc(var(--paddingPadrao) + 30px);
}
.boxProduto{
padding: 20px;
border-radius: 90px 0px;
background: #EAEAEA;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.boxProduto h3 {
color: var(--verde);
margin-top: 10px;
}
.boxProduto p {
font-size: 15px;
line-height: 20px;
}
.boxProduto .icone img {
width: 60px;
}
.boxProduto *{
text-align: center;
}
.row.inverse{
flex-direction: row-reverse;
}
section.cidades {
padding: 100px 0;
}
.boxCidade{
border-radius: 70px 0px;
background: #FFF;
padding: 30px;
position: relative;
}
.boxCidade::after{
content: '';
display: block;
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
background-image: url(//rossigas.com.br/wp-content/themes/app/dist/images/overlay-localizacao.png);
background-size: 122px;
background-repeat: no-repeat;
background-position: 80%;
}
.boxCidade h3{
text-align: center;
color: var(--verde);
margin-bottom: 30px;
}
.boxCidade ul li{
list-style: none;
margin-bottom: 10px;
}
.boxCidade ul li,
.boxCidade ul li a{
font-size: 16px;
color: var(--cinza);
}
.boxCidade ul li i{
color: var(--rosa);
font-size: 16px;
}
#cidades{
margin-top: 30px;
}
#cidades.slick-slider {
margin: 0 -10px;
}
#cidades .slick-slide {
margin-right: 10px;
margin-left: 10px;
}
section.cidades .slick-dots{
display: flex;
justify-content: center;
align-items: center;
margin: var(--paddingPadrao) 0;
margin-bottom: calc(var(--paddingPadrao) - 20px);
}
section.cidades .slick-dots li{
list-style: none;
margin: 0 10px;
}
section.cidades .slick-dots li button{
background: rgba(255, 255, 255, 0.29);
border: none;
font-size: 0;
width: 58px;
height: 10px;
}
section.cidades .slick-dots li.slick-active button{
background: var(--gradienteX);
}
section.contato {
padding: 100px 0;
position: relative;
}
section.contato::after {
content: '';
display: block;
background-image: url(//rossigas.com.br/wp-content/themes/app/dist/images/overlay-contato.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
width: 165px;
height: 440px;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
section.contato :is(input, textarea):not(.btnDefault) {
background: #EAEAEA;
padding: 15px;
color: #7F7F7F;
font-size: 18px;
margin-bottom: 20px;
border: none;
}
section.contato .btnDefault{
border: none;
margin: 0;
}
.wpcf7-not-valid-tip,
.wpcf7-spinner{
display: none;
}
.wpcf7 form .wpcf7-response-output{
padding: 10px;
font-size: 14px;
}
.wpcf7-not-valid{
border: 1px solid red;
}
.subFooter{
display: flex;
align-items: center;
}
.subFooter .logo{
padding: 0 30px;
}
.subFooter ~ .container-fluid > .row {
margin: calc(var(--paddingPadrao) + 50px) 0;
}
.newsletter{
background: var(--gradienteX);
border-radius: 0px 0px 0px 30px;
padding: 0 30px;
display: flex;
flex: 1;
align-items: center;
}
.newsletter h3{
color: white;
}
.newsletter form{
display: flex;
align-items: center;
}
.newsletter input:not(.btnDefault){
background-color: white;
border: 1px solid white;
padding: 10px;
margin-left: 10px;
flex: 1;
}
.newsletter .btnDefault{
width: 95px;
min-width: 95px;
max-width: 95px;
margin-left: 20px;
}
footer *{
color: white;
}
.copyright{
padding: 10px 0;
border-top: 1px solid rgba(255,255,255,0.2);
}
.copyright p{
margin: 0;
text-align: center;
font-size: 14px;
display: flex;
justify-content: center;
align-items: center;
}
.copyright p img{
margin-left: 5px;
}
footer .descricao{
font-size: 16px;
line-height: 22px;
margin: 0;
}
footer li {
list-style: none !important;
margin-bottom: 20px;
}
footer li a{
font-size: 18px;
}
.redesSociais{
display: flex;
align-items: center;
}
.redesSociais li{
width: 36px;
height: 36px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
}
.redesSociais li.facebook{
background-color: #4A6AA6;
}
.redesSociais li.instagram{
background-color: #DA4C40;
}
.redesSociais li.linkedin{
background-color: #0275B4;
}
.redesSociais li i{
font-size: 18px;
color: white;
}
.headerpage{
height: 460px;
display: flex;
align-items: center;
padding-top: 100px;
background-size: cover;
background-position: center;
}
section.content-locais{
padding: var(--paddingPadrao) 0;
}
section.content-locais .col-lg-7 {
padding-left: 0;
}
section.content-locais .title {
background: var(--gradienteX);
padding-top: 30px;
padding-bottom: 30px;
padding-right: 50px;
border-radius: 0px 0px 30px 0px;
width: auto;
display: inline-flex;
margin-bottom: 20px;
}
section.content-locais .title h2{
color: white;
}
section.content-locais .btnDefault{
margin: 0;
}
section.content-locais strong{
color: var(--verde);
}
section.content-locais .item:not(:last-child){
margin-bottom: var(--paddingPadrao);
}
section.content-produtos{
padding: var(--paddingPadrao) 0;
}
section.content-produtos .row{
justify-content: center;
}
section.content-produtos .container-fluid .item:not(:last-child){
margin-bottom: var(--paddingPadrao);
}
section.page-tax {
padding: 100px 0;
}
section.page-tax .container-fluid .list-product:not(:last-child, :first-child){
margin: 30px 0;
}
.list-product .boxProduto{
height: 312px;
}
.list-product .btnDefault{
margin: 0;
}
.list-product h3{
color: var(--verde);
}
section.single-product {
padding: 100px 0;
}
section.single-product .imagem img{
width: 100%;
max-height: 640px;
object-fit: cover;
border-radius: 90px 0;
}
section.single-product h3{
color: var(--verde);
}
section.single-product .icone{
width: 230px;
display: flex;
justify-content: center;
margin-bottom: 20px;
}
section.single-product .btnDefault{
margin: 0;
}
section.related{
margin-bottom: var(--paddingPadrao);
}
section.related h2{
margin-bottom: 30px;
} section.vantagens {
padding: 100px 0;
}
.blocoVantagem {
min-height: 320px;
}
.boxCidade {
min-height: 370px;
}
.page-template-page-sobre section.sobre p.head-title {
display: none;
}
.boxProduto {
height: 310px;
}
section.single-product .imagem img {
transition: 205ms all;
}
section.single-product .imagem img:hover{
transform: scale(1.02);
}
#cidades .slick-list {
padding: 0 !important;
}
section.politicas {
padding: 100px 0;
}
section.politicas h2 {
font-size: 30px;
line-height: 40px;
color: var(--verde);
margin-top: 50px;
}
section.politicas h3 {
font-size: 28px;
line-height: 38px;
color: var(--verde);
margin-top: 50px;
}
section.politicas h4 {
font-size: 26px;
line-height: 36px;
color: var(--verde);
margin-top: 50px;
}
section.politicas h5 {
font-size: 24px;
line-height: 34px;
color: var(--verde);
margin-top: 50px;
}
section.politicas h6 {
font-size: 22px;
line-height: 32px;
color: var(--verde);
margin-top: 50px;
}
section.politicas h2:first-child {
margin-top: 0;
}
section.politicas li {
font-size: 20px;
line-height: 24px;
margin-bottom: 10px;
color: var(--cinza);
}
section.politicas ul {
margin: 20px 0;
}
section.politicas a {
color: var(--verde);
font-weight: bold;
}
.copyright p br{
display: none;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #00662C;
}
.btnDefault:hover, 
.btnDefault.transparent:hover {
border: 1px solid transparent;
}
.row.equipe .btnDefault:hover,
.produtos .btnDefault:hover,
section.contato .btnDefault:hover, #not-found .btnDefault:hover{
border: 1px solid var(--rosa);  
}
.content-sobre .fly{
transition: 250ms all;
border-radius: 140px 0;
}
.content-sobre .fly:hover{
transform: translateY(-50%) scale(1.02);
}
.equipe img,
.boxProduto{
transition: 250ms all;
}
.equipe img:hover,
.boxProduto:hover{
transform: scale(1.02);
}
.blocoPilar p {
width: 85%;
}
.row.inverse .col-lg-8 .row {
justify-content: end;
}
section.produtos::after {
content: '';
display: block;
background-image: url(//rossigas.com.br/wp-content/themes/app/dist/images/after-produtos.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
width: 165px;
height: 440px;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.boxCidade ul{
z-index: 2;
position: relative;
}
.newsletter .wpcf7 form .wpcf7-response-output {
width: 200px;
}
.newsletter input:not(.btnDefault) {
color: black;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid{
border: 1px solid red !important;
}
.newsletter.container-right{
padding-right: 0 !important;
}
.boxCidade ul li a {
display: flex;
gap: 5px;
}
section.content-produtos{
position: relative;
}
section.content-produtos::after {
content: '';
display: block;
background-image: url(//rossigas.com.br/wp-content/themes/app/dist/images/after-produtos.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
width: 165px;
height: 440px;
left: 0;
top: 50%;
transform: translateY(-50%);
}
section.content-produtos .btnDefault:hover, 
section.content-produtos .btnDefault.transparent:hover {
border: 1px solid var(--rosa);
}
section.page-tax .list-product h3 br{
display: none;
}
section.page-tax .list-product p {
font-size: 16px;
line-height: 22px;
}
section.page-tax .list-product .btnDefault:hover, 
section.page-tax .list-product .btnDefault.transparent:hover,
section.single-product .btnDefault:hover,
section.related .btnDefault:hover,
section.cta-local .btnDefault:hover,
section.content-locais .btnDefault:hover{
border: 1px solid var(--rosa);
}
body.single-produto .headerpage h1 br,
section.single-product h3 br{
display: none;
}
section.related h2 {
text-align: center;
text-transform: lowercase;
}
section.related .row.scroll-mobile {
justify-content: center;
}
section.related h2::first-letter {
text-transform: capitalize;
}
section.single-product p {
line-height: 1.6;
}
section.content-locais .item:not(:last-child) {
margin-bottom: 80px;
}
body.page-template-page-cidades section.cta-local .row:nth-child(2) .imagem {
align-items: center;
}
section.content-locais .item a:not(.btnDefault){
color: var(--cinza);
}
section.content-locais .item a:not(.btnDefault):hover{
color: black;
}
section.content-locais .imagem {
position: sticky;
top: 80px;
}
section.page-tax .row.list-product {
margin-bottom: 50px;
}
section.content-locais .imagem img{
transition: 250ms all;
}
section.content-locais .imagem img:hover{
transform: scale(1.02);
}
#cidades.slick-slider {
margin: 0 0px;
}
section.cta-local .row:nth-child(2) .imagem {
align-items: center;
}
.contatos-lista{
display:flex;
flex-direction:column;
gap:30px;
}
.contato-lista__item{
background-color:#eaeaea;
border-radius:50px;
overflow:clip;
}
.contato-lista__item p{
color:var(--verde);
font-weight: bold;
transition:300ms;
margin:12px 0;
font-size:17px;
}
.contato-lista__item:first-child{
text-align:center;
}
a.contato-lista__item{
align-items:center;
display:flex;
}
.link-inner{
display:flex;
gap: clamp(2px,3vw,18px);
}
.contato-lista__numeros{
display:flex;
align-items:center;
justify-content:space-between;
}
.contato-lista__numeros__numero{
display:flex;
flex-grow: 1;
position:relative;
}
.contato-lista__numeros__numero,.link-inner{
justify-content:start;
align-items:center;
padding-left:clamp(6px,10vw,55px);
padding-right:clamp(6px,10vw,55px);
}
.contato-lista__numeros__numero:not(:last-of-type):after{
content: '';
position: absolute;
height: 100%;
width: 1px;
background-color: #C8C8C8;
left: 100%;
}
a.contato-lista__item , .contato-lista__numeros__numero{
gap:clamp(2px,3vw,18px);
}
.contatos-lista a:hover{
background-color:var(--verde);
}
.contatos-lista a:hover p{
color:white;
}
.contato__img{
width: 100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
position:relative;
}
.contato__img img{
position: absolute;
left: 15%;
max-width: inherit;
width: 112%;
} @media(max-width: 1600px){
section.page-tax .list-product p {
font-size: 14px;
}
.container-fluid {
width: 1150px;
}
h1 {
font-size: 52px;
line-height: 66px;
}
h2 {
font-size: 34px;
line-height: 42px;
}
h3 {
font-size: 18px;
line-height: 22px;
}
p {
font-size: 18px;
line-height: 22px;
}
section.vantagens {
padding: 60px 0;
}   
.blocoVantagem {
min-height: 280px;
}
.box-sobre {
min-height: 500px;
}
.content-sobre .fly {
height: 364px;
}
.equipe img {
height: 400px;
}
.boxProduto {
padding: 30px 10px;
}
.boxProduto h3 {
font-size: 16px;
line-height: 20px;
}
.boxProduto p {
font-size: 14px;
}
.boxProduto .icone img {
width: 60px;
}
.boxProduto .icone{
margin-bottom: 5px;
}
section.cidades {
padding: 60px 0;
}
.boxCidade {
padding: 25px;
min-height: 345px
}
.boxCidade ul li, 
.boxCidade ul li a {
font-size: 14px;
}
.boxCidade h3 {
margin-bottom: 20px;
}
section.contato {
padding: 60px 0;
}
section.contato :is(input, textarea):not(.btnDefault) {
padding: 13px;
font-size: 15px;
}
.subFooter ~ .container-fluid > .row {
margin: calc(var(--paddingPadrao) + 20px) 0;
}
footer .descricao {
font-size: 13px;
line-height: 20px;
}
footer li a {
font-size: 15px;
}
.headerpage {
height: 380px;
}
.list-product .boxProduto {
height: 260px;
}
section.content-locais .title {
padding-top: 25px;
padding-bottom: 25px;
}
section.politicas li {
font-size: 18px;
line-height: 22px;
}
section.cta-local .imagem {
max-height: 300px;
}
section.cta-local .row:nth-child(1) .imagem img {
transform: scale(0.8);
}
.wa__popup_content_list .wa__popup_content_item {
margin: 5px 0 0 !important;
}	
.wa__btn_popup {
bottom: 15px !important;
right: 15px !important;
}
.wa__popup_chat_box {
right: 15px !important;
bottom: 90px !important;
}
}
@media(max-width: 1440px){
section.page-tax .list-product p {
font-size: 13px;
}
.container-fluid {
width: 1050px;
}
section.banner-destaque .item {
min-height: 90vh;
}
h1 {
font-size: 48px;
line-height: 62px;
}
p {
font-size: 16px;
line-height: 20px;
}
.btnDefault {
font-size: 16px;
line-height: 26px;
}
h2 {
font-size: 30px;
line-height: 38px;
}
.blocoVantagem {
min-height: 240px;
padding: 25px;
}
section.cta-local .imagem {
max-height: 296px;
}
section.cta-local .container-fluid .row:first-child {
margin-bottom: calc(var(--paddingPadrao) * 1.4);
}
section.sobre {
padding-top: calc(var(--paddingPadrao) + 20px);
}
.box-sobre {
min-height: 440px;
}
.content-sobre .fly {
height: 334px;
}
.equipe img {
height: 380px;
}
section.pilares {
padding: calc(var(--paddingPadrao) + 15px) 0;
}
.headerpage {
height: 350px;
}
.list-product .boxProduto {
height: 240px;
}
section.politicas li {
font-size: 16px;
line-height: 20px;
}
.boxProduto .icone img {
width: 48px;
}
.wa__popup_chat_box {
bottom: 70px !important;
}
.wa__popup_chat_box .wa__stt {
padding: 8px 40px 12px 74px !important;
}
}
@media(max-width: 1366px){
section.banner-destaque .item {
min-height: 90vh;
}   
.newsletter .wpcf7 form .wpcf7-response-output {
width: 190px;
font-size: 13px;
}
.wa__popup_chat_box {
bottom: 20px !important;
}
}
@media(max-width: 1280px){
section.banner-destaque .item {
min-height: 75vh;
}  
section.page-tax .list-product p {
font-size: 12px;
}
.container-fluid {
width: 1000px;
}
h1 {
font-size: 44px;
line-height: 58px;
}
p {
font-size: 15px;
line-height: 20px;
}
h3 {
font-size: 16px;
line-height: 20px;
}
.boxProduto p {
font-size: 12px;
line-height: 1.3;
}
.boxProduto .icone img {
width: 50px;
}
h2 {
font-size: 28px;
line-height: 36px;
}
section.politicas li {
font-size: 15px;
line-height: 20px;
}
.btnDefault {
font-size: 15px;
line-height: 25px;
}
.boxCidade ul li a {
font-size: 13px;
}
.boxCidade {
min-height: 325px;
}
section.cidades .slick-dots li button {
width: 48px;
}
.boxCidade::after {
background-size: 102px;
}
.subFooter .logo img {
width: 180px;
}
section.contato::after {
height: 320px;
right: -30px;
}
section.contato::after {
right: 0px;
width: 115px;
}  
.contato__img img {
position: static;
max-width: 500px;
width: 100%;
}
}
@media(max-width: 1024px){
.container-fluid {
width: 100%;
}
h2 {
font-size: 26px;
line-height: 34px;
}
.content-sobre .fly {
height: 314px;
}
.box-sobre {
min-height: 420px;
}
.boxCidade ul li, 
.boxCidade ul li a {
font-size: 13px;
}
.boxCidade {
min-height: 375px;
}
section.contato :is(input, textarea):not(.btnDefault) {
padding: 12px;
font-size: 14px;
}
.subFooter {
padding-left: 30px !important;
}
.newsletter {
padding-right: 150px !important;
}
h1 {
font-size: 40px;
line-height: 54px;
}
section.content-locais .col-lg-7 .item .title.container-left{
padding-left: 215px !important;
}
section.content-locais .col-lg-7 .item .container-left{
padding-left: 50px !important;
}
section.content-locais .col-lg-5{
padding-right: 20px !important;
}
section.content-produtos::after {
width: 105px;
height: 270px;
z-index: -1;
}
section.contato::after {
display: none;
}
#cidades.slick-slider {
margin: 0 0px;
}
.contato__img {
padding-top: 4rem;
}
.contato-lista__item{
max-width:500px;
margin:auto;
width:100%;
}       
}
@media(min-width:  769px){
.hidden-desktop{
display: none;
}
}
@media(max-width:  768px){
body, html{
overflow-x: hidden;
}
.hidden-mobile{
display: none;
}
h1{
font-size: 36px;
line-height: 42px;
}
section.banner-destaque .item{
align-items: flex-end;
padding-bottom: 40px;
}
section.banner-destaque .item .btnDefault{
margin-top: 0;
}
section.vantagens .row{
background: #FFF;
box-shadow: 0px 4px 102px 0px rgba(0, 0, 0, 0.10);
border-bottom: none;
}
section.cta-local{
}
section.cta-local .container-fluid .row:first-child{
flex-direction: column-reverse;
}
section.cta-local .imagem{
max-height: 200px;
margin-bottom: 30px;
border-radius: 40px 0px;
}
section.cta-local .imagem img{
max-height: 250px;
}
section.cta-local .btnDefault{
width: 100%;
}
.content-sobre .fly{
position: relative;
width: calc(100% - 10%);
height: auto;
margin: 0 auto;
margin-left: 20px;
top: 0;
transform: translate(0);
}
.content-sobre{
flex-direction: column-reverse !important;
}
.box-sobre{
width: calc(100% + 20px);
left: -10px;
top: -100px;
padding: 110px 10% 30px 10%;
min-height: auto;
}
.equipe h2{
text-align: center;
}
.equipe img{
margin: 20px 0;
height: 260px;
border-radius: 0 40px;
object-fit: cover;
}
.equipe .btnDefault{
width: 100%;
}
section.produtos *{
text-align: center;
}
section.produtos h2{
width: 100%;
}
section.produtos .btnDefault{
width: 100%;
}
section.produtos .scroll-mobile{
margin-top: 20px;
}
.produtos .head-title{
margin-bottom: 20px;
}
.subFooter{
flex-direction: column-reverse;
align-items: flex-start;
}
.newsletter{
width: 100%;
flex-direction: column;
padding: 30px 20px 30px 20px;
}
.newsletter .btnDefault{
margin: 0;
width: 100%;
margin-top: 10px;
}
.newsletter h3{
margin-bottom: 10px;
}
.newsletter form{
flex-direction: column;
}
.newsletter input:not(.btnDefault){
margin-left: 0;
}
.subFooter .logo{
padding: 0 20px;
padding-top: 50px;
}
footer .menu{
margin: 30px 0;
}
.copyright p{
display: block;
}
.subFooter ~ .container-fluid > .row{
margin-top: calc(var(--paddingPadrao) - 20px);
}
.content-sobre{
margin-bottom: 0;
}
section.content-produtos .row {
justify-content: flex-start;
}
.list-product h3{
margin-top: 20px;
}
.single-product .center.column{
align-items: center;
margin-top: 30px;
}
.single-product .btnDefault{
width: 100%;
}
section.related h2{
text-align: center;
}
section.related .btnDefault{
width: 100%;
}
section.content-locais .title,
section.content-locais .container-left{
padding-left: 40px !important;
}
section.content-locais .container-right{
display: none;
}
.blocoPilar, .boxProduto{
margin: 10px 0;
}
.blocoVantagem {
min-height: 280px;
}
.equipe img {
height: 360px;
width: 70%;
margin: 20px auto;
display: block;
}
.wpcf7 form .wpcf7-response-output {
font-size: 14px;
}
.content-sobre .fly:hover {
transform: translateY(0%) scale(1.02);
}
.content-sobre .fly {
width: calc(100% - 40%);
margin-left: auto;
transform: translate(0);
}
.produtos .row.inverse .col-lg-8 .row {
justify-content: center;
}
.produtos .row {
justify-content: center;
}
#cidades.slick-slider {
padding: 0 10px;
}
.subFooter {
padding-left: 0px !important;
}
.boxCidade {
min-height: 325px;
}
.boxCidade ul li a {
font-size: 12px;
}
.newsletter .btnDefault {
min-width: 320px;
max-width: 320px;
}
.newsletter .wpcf7 form .wpcf7-response-output {
width: 320px;
}
section.vantagens ul.slick-dots {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
gap: 5px;
position: absolute;
bottom: -40px;
left: 0;
}
section.vantagens .slick-dots li {
list-style: none;
}
section.vantagens .slick-dots li button {
border: 1px solid var(--rosa) !important;
background-color: transparent;
border-radius: 100%;
width: 12px;
height: 14px;
font-size: 0;
}
section.vantagens .slick-dots li.slick-active button {
background-color: var(--rosa) !important;
}
.blocoVantagem {
margin-bottom: 0px;
}
.scroll-mobile {
padding-bottom: 0px;
margin-bottom: 20px;
}
section.pilares ul.slick-dots{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
gap: 5px;
position: absolute;
bottom: -40px;
left: 0;
}
section.pilares .slick-dots li{
list-style: none;
}
section.pilares .slick-dots li button{
border: 1px solid var(--verde) !important;
background-color: transparent;
border-radius: 100%;
width: 12px;
height: 14px;
font-size: 0;
}
section.pilares .slick-dots li.slick-active button{
background-color: var(--verde) !important;
}
section.produtos ul.slick-dots,
section.content-produtos ul.slick-dots,
section.related ul.slick-dots{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
gap: 5px;
margin-top: 20px;
}
section.produtos .slick-dots li,
section.content-produtos .slick-dots li,
section.related .slick-dots li{
list-style: none;
}
section.produtos         .slick-dots li button,
section.content-produtos .slick-dots li button,
section.related           .slick-dots li button{
border: 1px solid var(--verde) !important;
background-color: transparent;
border-radius: 100%;
width: 12px;
height: 14px;
font-size: 0;
}
section.produtos         .slick-dots li.slick-active button,
section.content-produtos .slick-dots li.slick-active button,
section.related          .slick-dots li.slick-active button{
background-color: var(--verde) !important;
}
section.page-tax .list-product h3 {
margin-top: 0px;
}
section.page-tax {
padding: 70px 0;
}
section.content-produtos {
padding: 70px 0;
}
section.single-product .imagem img {
width: 60%;
margin: 0 auto 20px;
display: block;
}
section.related .row.scroll-mobile {
display: block;
}
.single-product .center.column {
padding: 0 20vw;
}
section.related .btnDefault {
width: 50%;
}	
}
@media(max-width:  560px){
.headerpage {
height: 300px;
}
.scroll-mobile{      }
.blocoPilar,
.boxProduto{
margin: 0;
}
.subFooter {
padding-left: 0px !important;
}
.newsletter {
padding-right: 20px !important;
}
h1 {
font-size: 30px;
line-height: 38px;
}
h2 {
font-size: 22px;
line-height: 32px;
}
section.content-locais .col-lg-7 .item .title.container-left {
padding-left: 55px !important;
padding-top: 20px;
padding-bottom: 20px;
}
section.banner-destaque .item {
min-height: 100vh;
}
section.single-product {
padding: 50px 0;
}
section.banner-destaque .item h1 br{
display: none;
}
.equipe img {
height: 300px;
width: 100%;
}
section.politicas {
padding: 50px 0;
}
section.politicas h2 {
font-size: 26px;
line-height: 36px;
}
section.politicas h3 {
font-size: 24px;
line-height: 36px;
}
section.politicas h4 {
font-size: 22px;
line-height: 32px;
}
section.politicas h5 {
font-size: 20px;
line-height: 30px;
}
section.politicas h6 {
font-size: 18px;
line-height: 28px;
}
.copyright p br{
display: block;
}
section.banner-destaque .item {
padding-bottom: 50px;
}
.cky-btn-revisit-wrapper{
display: none !Important;
}
.content-sobre .fly {
width: calc(100% - 20%);
}
.content-sobre .fly {
border-radius: 60px 0;
}
.blocoVantagem {
min-height: 250px;
}
section.vantagens .slick-dots {
right: 40%;
}
.boxProduto p {
font-size: 15px;
line-height: 1.5;
}
section.produtos::after {
width: 115px;
height: 200px;
left: -20px;
top: 47%;
transform: translateY(-170%);
}
section.cidades .slick-dots li button {
width: 30px;
height: 8px;
}
section.contato::after {
height: 180px;
right: -50px;
z-index: -1;
top: 15%;
}
section.contato {
min-height: auto;
padding-bottom: 60px;
}
.newsletter.container-right {
padding-right: 15px !important;
}
.row.equipe {
margin-top: -50px;
}
.btnDefault {
width: 100%;
}
section.content-produtos::after {
top: 35%;
}
section.page-tax .list-product h3 {
margin-top: 20px;
}
section.page-tax {
padding: 50px 0;
}
section.content-produtos {
padding: 50px 0;
}
section.page-tax .container-fluid .list-product:not(:last-child, :first-child) {
margin-bottom: 50px;
}
section.single-product .imagem img {
width: 100%;
}
.single-product .center.column {
padding: 0 15px;
}
section.related .btnDefault {
width: 100%;
}
.headerpage h1 {
text-align: center;
}
section.content-locais .col-lg-7 .item .container-left {
padding-left: 30px !important;
padding-right: 30px;
}
section.content-locais .col-lg-7 .item .title.container-left {
padding-top: 14px;
padding-bottom: 15px;
min-width: 250px;
justify-content: center;
padding-left: 35px !important;
}
.contato-lista__numeros{
flex-direction: column;
align-items: stretch;
}
section.banner-destaque .item p br {
display: none;
}
}
@media(max-width:  375px){
p {
font-size: 14px;
line-height: 20px;
}
h1 {
font-size: 26px;
line-height: 34px;
}
h2 {
font-size: 20px;
line-height: 30px;
}
.destaque {
padding-left: 35px;
}
.destaque p {
font-size: 13px;
line-height: 1.3;
}
.headerpage {
height: 280px;
}
section.content-locais .col-lg-7 .item .container-left {
padding-left: 15px !important;
padding-right: 15px;
}
section.content-locais .col-lg-7 .item .title.container-left {
padding-left: 25px !important;
}
section.contato {
padding: 50px 0;
}
section.politicas li {
font-size: 14px;
}
}
@media(max-width:  330px){
.newsletter .btnDefault {
min-width: 280px;
max-width: 280px;
}
.newsletter .wpcf7 form .wpcf7-response-output {
width: 280px;
}
}
.grecaptcha-badge {
visibility: hidden;
}
.wp-emphasis{
color:#000!important;
font-size:14px!important;
font-weight:600!important;
}.no-pad{
padding: 0
} .no-pad-l{
padding-left: 0;
} .no-pad-r{
padding-right: 0;
}
.container-fluid {
margin-right: auto;
margin-left: auto;
}
.row {
box-sizing: border-box;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex: 0 1 auto;
-webkit-box-flex: 0;
flex: 0 1 auto;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.row.reverse {
-ms-flex-direction: row-reverse;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse;
}
.col.reverse {
-ms-flex-direction: column-reverse;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 9px;
padding-left: 9px;
}
.col-xs {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-xs-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-xs-2 {
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%;
max-width: 16.666%;
}
.col-xs-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-xs-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-xs-5 {
-ms-flex-preferred-size: 41.666%;
flex-basis: 41.666%;
max-width: 41.666%;
}
.col-xs-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-xs-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-xs-8 {
-ms-flex-preferred-size: 66.666%;
flex-basis: 66.666%;
max-width: 66.666%;
}
.col-xs-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-xs-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-xs-11 {
-ms-flex-preferred-size: 91.666%;
flex-basis: 91.666%;
max-width: 91.666%;
}
.col-xs-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-xs-offset-1 {
margin-left: 8.333%;
}
.col-xs-offset-2 {
margin-left: 16.667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.333%;
}
.col-xs-offset-5 {
margin-left: 41.667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.333%;
}
.col-xs-offset-8 {
margin-left: 66.667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.333%;
}
.col-xs-offset-11 {
margin-left: 91.667%;
}
.start-xs {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-xs {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
}
.end-xs {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-xs {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-xs {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-xs {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-xs {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-xs {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-xs {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-xs {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
@media only screen and (min-width: 425px) {
.container {
width: 46rem;
}
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.col-sm {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-sm-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-sm-2 {
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%;
}
.col-sm-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-sm-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-sm-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-sm-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-sm-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-sm-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-sm-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-sm-offset-1 {
margin-left: 8.333%;
}
.col-sm-offset-2 {
margin-left: 16.667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.333%;
}
.col-sm-offset-5 {
margin-left: 41.667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.333%;
}
.col-sm-offset-8 {
margin-left: 66.667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.333%;
}
.col-sm-offset-11 {
margin-left: 91.667%;
}
.start-sm {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-sm {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
}
.end-sm {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-sm {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-sm {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-sm {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-sm {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-sm {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-sm {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-sm {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
}
@media only screen and (min-width: 768px) {
.container {
width: 61rem;
}
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.col-md {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-md-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-md-2 {
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%;
}
.col-md-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-md-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-md-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-md-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-md-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-md-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-md-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-md-offset-1 {
margin-left: 8.333%;
}
.col-md-offset-2 {
margin-left: 16.667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.333%;
}
.col-md-offset-5 {
margin-left: 41.667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.333%;
}
.col-md-offset-8 {
margin-left: 66.667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.333%;
}
.col-md-offset-11 {
margin-left: 91.667%;
}
.start-md {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-md {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
}
.end-md {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-md {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-md {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-md {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-md {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-md {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-md {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-md {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
}
@media only screen and (min-width: 1024px) {
.container {
width: 71rem;
}
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
}
.col-lg {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0;
max-width: 100%;
}
.col-lg-1 {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%;
max-width: 8.333%;
}
.col-lg-2 {
-ms-flex-preferred-size: 16.667%;
flex-basis: 16.667%;
max-width: 16.667%;
}
.col-lg-3 {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%;
max-width: 33.333%;
}
.col-lg-5 {
-ms-flex-preferred-size: 41.667%;
flex-basis: 41.667%;
max-width: 41.667%;
}
.col-lg-6 {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%;
max-width: 58.333%;
}
.col-lg-8 {
-ms-flex-preferred-size: 66.667%;
flex-basis: 66.667%;
max-width: 66.667%;
}
.col-lg-9 {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%;
max-width: 83.333%;
}
.col-lg-11 {
-ms-flex-preferred-size: 91.667%;
flex-basis: 91.667%;
max-width: 91.667%;
}
.col-lg-12 {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.col-lg-offset-1 {
margin-left: 8.333%;
}
.col-lg-offset-2 {
margin-left: 16.667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.333%;
}
.col-lg-offset-5 {
margin-left: 41.667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.333%;
}
.col-lg-offset-8 {
margin-left: 66.667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.333%;
}
.col-lg-offset-11 {
margin-left: 91.667%;
}
.start-lg {
-ms-flex-pack: start;
-webkit-box-pack: start;
justify-content: flex-start;
text-align: start;
}
.center-lg {
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
}
.end-lg {
-ms-flex-pack: end;
-webkit-box-pack: end;
justify-content: flex-end;
text-align: end;
}
.top-lg {
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.middle-lg {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.bottom-lg {
-ms-flex-align: end;
-webkit-box-align: end;
align-items: flex-end;
}
.around-lg {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.between-lg {
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
}
.first-lg {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1;
}
.last-lg {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
}.hide{
display: none;
}
.show{
display: block;
}
.subHeader{
padding: 10px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.subHeader a{
color: #FFF;
font-size: 16px;
margin-right: 20px;
}
.subHeader ~ .container-fluid{
display: flex;
justify-content: space-between;
align-items: center;
}
.header{
position: absolute;
width: 100%;
z-index: 999;
top: 0;
transition: all ease .4s;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.header.header-fixed{
position: fixed;
transition: all ease .4s;
background: rgba(0, 0, 0, 0.8);
-webkit-transform: translateY(-42px);
-moz-transform: translateY(-42px);
-ms-transform: translateY(-42px);
-o-transform: translateY(-42px);
transform: translateY(-42px);
}
.content-menu{
flex: 1 auto;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 0;
}
.content-menu > div:first-child{
flex: 1;
}
.content-menu ul{
display: flex;
justify-content: center;
align-items: center;
}
.content-menu ul li{
list-style: none;
margin: 0 15px;
}
.content-menu ul li a{
color: #FFF;
text-align: center;
font-size: 18px;
position: relative;
}
.footer ul.menu li a{
position: relative;
}
.content-menu ul li a:hover:after,
.footer ul.menu li a:hover:after{
content: '';
background: white;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
}
.content-menu ul li.current-menu-item a:after{
content: '';
background: white;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
}
.ctaContato{
display: flex;
align-items: center;
height: 100%;
padding-left: 30px;
border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.ctaContato .icone{
margin-right: 10px;
}
.ctaContato .info p{
margin: 0;
color: white;
font-size: 16px;
font-weight: 400;
}
.ctaContato .info a{
color: white;
font-size: 20px;
font-weight: bold;
} .open-menu{
width: 64px;
height: 64px;
border: none;
background: transparent;
display: none;
}
.open-menu svg{
width: 64px;
margin: 0;
height: auto;
}
.line {
fill: none;
stroke: white;
stroke-width: 8;
transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
stroke-dasharray: 60 207;
stroke-width: 8;
}
.line2 {
stroke-dasharray: 60 60;
stroke-width: 8;
}
.line3 {
stroke-dasharray: 60 207;
stroke-width: 8;
}
.opened .line1 {
stroke-dasharray: 90 207;
stroke-dashoffset: -134;
stroke-width: 8;
}
.opened .line2 {
stroke-dasharray: 1 60;
stroke-dashoffset: -30;
stroke-width: 8;
}
.opened .line3 {
stroke-dasharray: 90 207;
stroke-dashoffset: -134;
stroke-width: 8;
}
.menu-mobile{
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
min-height: 100vh;
z-index: 9;
padding: 140px 10px 10px 10px;
}
.menu-mobile ul{
display: flex;
flex-direction: column;
align-items: flex-start;
}
.menu-mobile ul li{
list-style: none;
margin: 10px 0;
}
.menu-mobile ul li a{
font-size: 24px;
color: white;
}
.menu-contato{
border: 1px solid white;
border-left: none;
border-right: none;
margin: 20px 0;
padding: 20px 0;
display: flex;
flex-direction: column;
align-items: center;
}
.menu-contato .item{
display: flex;
flex-direction: column;
align-items: center;
margin: 10px 0;
}
.menu-contato i{
font-size: 32px;
color: white;
}
.menu-contato a{
font-size: 20px;
color: white;
text-align: center;
}
.logo img{
transition: 250ms all;
}
.logo img:hover{
transform: scale(1.02);
}
@media(max-width: 1600px){
.content-menu ul li a {
font-size: 16px;
}
.header .logo img {
max-width: 200px;
}
.ctaContato .info p {
font-size: 15px;
}
.ctaContato .info a {
font-size: 18px;
}
.subHeader a {
font-size: 14px;
margin-right: 18px;
}
}
@media(max-width: 1440px){
.header .logo img {
max-width: 190px;
}
.content-menu ul li a {
font-size: 15px;
}
.content-menu ul li {
margin: 0 10px;
}
}
@media(max-width: 1366px){
footer li a {
font-size: 14px;
}
}
@media(max-width: 1280px){
.subHeader a {
font-size: 13px;
margin-right: 18px;
}
footer li a {
font-size: 13px;
}
}
@media(max-width: 1040px){
body.active-menu::before{
content: '';
display: block;
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 8;
background-image: url(//rossigas.com.br/wp-content/themes/app/dist/images/bg-menu.png);
background-size: cover;
background-position: center;
}
body.active-menu header{
background-color: transparent !important;
}
.menu-mobile{
display: block;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
transition: 0.3s all;
}
.menu-mobile.active-menu{
transition: 0.3s all;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.header{
padding: 10px 0px 5px 10px;
background-color: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.header.header-fixed{
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.open-menu{
display: block;
}
:is(.subHeader, .content-menu){
display: none;
}
.ctaContato{
padding-left: 0;
border: none;
}
}
@media(max-width:  991px){
}
@media(max-width:  575px){
.menu-mobile ul li a {
font-size: 20px;
}
section.banner-destaque .slick-dots {
position: absolute;
top: unset;
right: 35%;
display: flex;
flex-direction: row;
justify-content: center;
height: auto;
bottom: 7px;
gap: 5px;
}
.ctaContato {
justify-content: left;
}
}
@media(max-width:  375px){
.menu-mobile {
padding: 80px 10px 10px 10px;
}
.menu-mobile ul li a {
font-size: 18px;
}
.menu-contato a {
font-size: 15px;
}
}
@media(max-width:  330px){
.menu-contato {
margin: 15px 0;
padding: 15px 0;
}
.menu-contato a {
font-size: 14px;
}
.menu-mobile ul li a {
font-size: 16px;
}
.header .logo img {
max-width: 150px;
}
}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0px;
padding: 0px;
border: 0;
font-style: normal;
text-decoration: none;
outline: none;
list-style: none; }
body {
margin: 0;
font-family: sans-serif; }
input,
textarea{
width: 100%;
}
* {
outline: none; }
a, a:active, a:visited, a:hover {
cursor: pointer;
text-decoration: none; } header, nav, section, article, main, aside, footer {
display: block; } *, *:after, *:before {
box-sizing: border-box; } html {
font-size: 62.5%; }  article {
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility; } .clear:before, .clear:after {
content: " ";
display: table; }
.clear:after {
clear: both; }
.clear {
*zoom: 1; }
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden; }
.clearfix {
display: block;
height: 1%; }
.clearfix:before, .clearfix:after {
content: " ";
display: table; }
.clearfix:after {
clear: both; }
.clearfix {
*zoom: 1; } img {
max-width: 100%;
width: auto;
vertical-align: bottom;
height: auto; }  .alignnone {
margin: 5px 20px 20px 5px; }
.aligncenter {
margin: 5px auto 5px auto; }
.alignright {
margin: 5px 0px 20px 20px;
float: right; }
.alignleft {
margin: 5px 20px 5px 0px;
float: left; } .wp-caption .size-full {
width: 100%;
height: auto; }
.wp-caption.alignnone {
margin: 5px 0px; }
.wp-caption.alignleft {
margin: 5px 20px 5px 0px; }
.wp-caption.alignright {
margin: 5px 0px 5px 20px; } .gallery-caption, .wp-caption p.wp-caption-text {
font-size: 1.3em;
margin: 0;
color: #67b4b9;
font-weight: bold;
font-style: italic; }     p {
margin: 20px 0; } b, strong {
font-weight: bold; } i, em {
font-style: italic; } ul li {
list-style: inside disc; }
ol li {
list-style: inside decimal; }
.flex{
display: flex;
display: -webkit-flex;
}
.between{
justify-content: space-between;
-webkit-justify-content: space-between;
}