html,
body,
main,
footer,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
line-height: 1.2em;
color: #202020;
}
.btn,
.btn-link:hover,
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus {
border: none;
outline-style: none;
text-decoration: none;
box-shadow: none;
transition: ease-in-out .2s;
}
body {
position: relative;
}
main {
padding-top: 76px;
overflow: hidden;
}
strong {
font-weight: 600;
}
.bg-cover {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.cta {
font-size: .85em;
font-weight: 600;
font-style: normal;
text-decoration: none;
line-height: normal;
color: #fff;
background: #133292;
border: 1px solid #133292;
padding: 15px 35px;
display: block;
transition: ease-in-out .3s;
position: relative;
width: fit-content;
text-transform: uppercase;
cursor: pointer;
}
.cta img {
display: inline-block;
margin-right: 10px;
}
.cta:hover {
color: #133292;
border: 1px solid #133292;
background: #fff;
}
.cta.white{  
color: #3F4142;
border-color: #133292;
background: transparent;
}
.cta.white:hover { 
background-color: #133292; 
color: #FFFFFF;
border: 1px solid #133292;
} .header {
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
}
.header .vetor-colorido {
position: absolute;
bottom: 0;
left: 0;
}
.secao-cabecalho{
background-color: #fff;
width: 100%;
}
.navbar-brand{
padding: 0 !important;
margin: 0;
}
.navbar-brand img {
width: 100%;
max-width: 200px;
}
.navbar .nav-item a {  
color: #717171;
font-size: .8em;
font-style: normal;
font-weight: 600;
line-height: normal;
padding: 0 10px;
transition: ease-in-out .2s;
position: relative;
text-transform: uppercase;
}
.navbar .link {
margin-right: 30px;
color: #717171;
font-weight: 600;
position: relative;
font-size: .75em;
}
.navbar .link::before {
content: '';
position: absolute;
left: -25px;
top: 0;
height: 20px;
width: 1px;
background: rgba(0, 0, 0, 0.2);
}
.navbar .menu-item {
position: relative;
}
.navbar .cta {
padding: 10px 20px;
} .navbar .menu-item a:hover:before,
.current-menu-item a:before{
content: '';
position: absolute;
bottom: -5px;
left: 50%;
transform: translateX(-50%);
width: 40px;
height: 1px;
background: #133292;
}
.navbar-brand:hover {
border: none !important;
}
.formulario .wpcf7-spinner {
display: none;
}
.formulario .form-control {
border-radius: 0;
border: 2px solid #25AAE1;
background: #FFF;
height: 50px;
color: #202020;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 170%;
letter-spacing: 0.56px;
box-shadow: 0px 4px 13px 0px rgba(149, 149, 149, 0.12);
}
.formulario select.form-control option {
font-weight: 400;
font-size: 1em;
line-height: 170%;
}
.formulario textarea.form-control {
height: auto;
}
.formulario .form-control:focus {
outline: none;
font-weight: 500;
border: 2px solid #133292;
box-shadow: 0px 16px 19px -12px rgba(237, 50, 55, 0.28);  
background: rgba(37, 170, 225, .1);
}
.formulario .form-control::placeholder {
color: #202020;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 170%;
letter-spacing: 0.525px;
} .menu-open-close {
position: relative;
}
.menu-toggle {
width: 25px;
border-radius: 11px;
display: none !important;
justify-content: center;
align-items: center;
position: relative;
cursor: pointer;
}
.menu-toggle span {
font-weight: 600;
line-height: 40px;
color: #0D424F;
font-weight: 600;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.menu-toggle span::before,
.menu-toggle span::after {
content: "";
width: 25px;
border-radius: 11px;
height: 2px;
display: block;
background: #133292;
}
.menuToggle {
display: none;
position: relative;
z-index: 2;
width: 60px;
height: 40px;
cursor: pointer;
}
.menu-lateral {
margin: 0;
padding: 0;
position: fixed;
top: 0;
left: -120%;
width: 100%;
max-width: 300px;
height: 100vh;
background: #fff;
z-index: 1000;
transition: 0.5s;
overflow-y: hidden;
scrollbar-width: none;
display: flex;
flex-direction: column;
padding-top: 100px
}
.close-button {
position: absolute;
top: 40px;
right: 20px;
cursor: pointer;
}
.close-button span {
color: #0D424F;
font-size: 28px;
font-weight: 300;
line-height: 48px;
}
.menu::-webkit-scrollbar {
display: none;
}
.menu-lateral ul {
overflow-y: hidden;
width: 100%;
margin: 0;
padding: 0;
}
.menu-lateral ul li {
list-style: none;
}
.menu-lateral.active {
left: 0;
overflow: auto;
}
.navbar .sub-menu {
display: none;
position: absolute;
top: 20px;
left: 0;
list-style: none;
border: 1px solid #133292;
border-top: 0;
background: #FFF;
box-shadow: 0px 8px 29.5px 0px rgba(0, 0, 0, 0.06);
width: 270px;
padding: 30px;
z-index: 5;
}
.navbar .sub-menu li {
margin-bottom: 15px;
}
.navbar .sub-menu a {
color: #717171;
font-size: .8em;
font-style: normal;
font-weight: 600;
line-height: 121.071%;
padding: 0;
}
.navbar .sub-menu a::before,
.navbar .sub-menu a:hover:before {
content: none;
}
.navbar .sub-menu a:hover {
color: #133292;
}
.menu-item-has-children {
position: relative;
}
.menu-item-has-children:hover .sub-menu{
display: block;
} .banner-principal {
position: relative;
}
.banner-principal img {
height: auto;
object-fit: cover;
}
.banner-principal .slick-dots {
bottom: 40px;
}
.slick-dotted.slick-slider {
margin-bottom: 0;
}
.slick-dots li {
width: 12px;
height: 12px;
}
.slick-dots li button:before {
font-size: 0;
background: transparent;
border: 2px solid #fff;
border-radius: 50%;
opacity: .5;
width: 12px;
height: 12px;
}
.slick-dots li.slick-active button:before {
opacity: 1;
background: #fff;
border-radius: 100px;
border: 2px solid transparent;
}
.slick-dots li button {
padding: 0;
}
.slick-arrow {
background: #133292;
width: 40px;
height: 40px;
}
.slick-arrow:hover {
background: #133292;
}
.titulo,
.titulo p {
color: #202020;
font-size: 2em;
font-style: normal;
font-weight: 400;
line-height: 96.4%; 
margin-bottom: 30px;
position: relative;
}
.titulo p {
font-size: 1em;
line-height: 1em;
}
.titulo strong {
color: #133292;
font-weight: 700;
}
.titulo.white,
.titulo.white p {
color: #fff;
}
.titulo.black strong {
color: #202020;
}
.texto .cta {
margin-top: 30px;
}
.texto p {
color: #202020;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin-bottom: 15px;
}
.texto p strong {
font-weight: 700;
}
.texto.white p {
color: #fff;
}
#home .produtos {
position: relative;
}
#home .produtos .titulo strong {
color: #202020;
}
#home .produtos .slide .slick-track {
padding: 60px 0;
}
.empresa .subtitulo {
color: #3F4142;
font-size: 2em;
font-style: normal;
font-weight: 700;
line-height: 1.2em; 
margin-bottom: 20px;
position: relative;
text-transform: uppercase;
}
#home .empresa {
background: #F1F1F1;
}
#home .empresa h2 {  
color: #202020;
font-size: 2em;
font-style: normal;
font-weight: 400;
line-height: 96.4%; 
position: relative;
margin-bottom: 50px;
}
#home .empresa h2::after {
content: '';
position: absolute;
bottom: -30px;
left: 0;
width: 64px;
height: 8px;
border-radius: 100px;
background: #25AAE1;
}
#home .empresa .boxes .box {
padding: 30px 20px;
height: 100%;
}
#home .empresa .boxes .box p {
color: #fff;
}
#home .empresa .boxes .box-1 {
background: #25AAE1;
}
#home .empresa .boxes .box-2 {
background: #0F75BC;
}
#home .empresa .boxes .box-3 {
background: #133292;
}
#home .obras .titulo {
position: relative;
margin-bottom: 50px;
}
#home .obras .titulo strong {
color: #202020;
}
#home .obras .titulo::after {
content: '';
position: absolute;
bottom: -30px;
left: 0;
width: 64px;
height: 8px;
border-radius: 100px;
background: #25AAE1;
}
#home .obras .subtitulo {
color: #202020;
font-size: 1.2em;
font-style: normal;
font-weight: 400;
line-height: normal;
}
#home .obras .box .texto {
max-width: 500px;
}
#home .clientes {
background: linear-gradient(90deg, #F0F0F0 33.57%, rgba(255, 255, 255, 0.00) 102.55%);
}
#home .clientes .titulo { 
font-weight: 700;
position: relative;
margin-bottom: 50px;
}
#home .clientes .titulo::after {
content: '';
position: absolute;
bottom: -30px;
left: 0;
width: 64px;
height: 8px;
border-radius: 100px;
background: #25AAE1;
}
.clientes .slide .slick-track {
padding: 60px 0;
}
.clientes .slick-dots {
bottom: 30px;
}
.clientes .slick-dots li button:before {
border-color: #133292;
}
.clientes .slick-dots li.slick-active button:before {
background: #133292;
}
.clientes .slider-wrapper {
width: calc(100% + 30px); 
padding: 0 15px; 
margin-left: -15px; 
overflow: hidden;
}
.clientes .box {
background: #FFF;
box-shadow: 0px 24.024px 61.776px 0px #E8E9ED;
padding: 20px;
height: 150px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 30px;
}
.clientes .box img {
object-fit: contain;
margin: 0 auto;
}
.instagram .titulo {
text-transform: none;
font-weight: 700;
}
#home .servicos {
background: #133292;
}
#home .servicos .left img {
margin-bottom: 20px;
}
#home .servicos .left h2 {
color: #fff;
font-size: 1.2em;
}
#home .servicos .left h2 strong {
color: #fff;
font-size: 1.8em;
line-height: 1.2em;
}
#home .depoimentos .titulo { 
font-weight: 700;
position: relative;
margin-bottom: 50px;
}
#home .depoimentos .titulo::after {
content: '';
position: absolute;
bottom: -30px;
left: 50%;
transform: translate(-50%);
width: 64px;
height: 8px;
border-radius: 100px;
background: #25AAE1;
}
.depoimentos .ti-rating-text {
display: none;
} #sobre .secao-principal h1.titulo {
color: #202020;
font-size: 2em;
font-style: normal;
font-weight: 400;
line-height: normal;
position: relative;
margin-bottom: 60px;
}
#sobre .secao-principal h1.titulo::after {
content: '';
position: absolute;
bottom: -30px;
left: 0;
width: 64px;
height: 8px;
border-radius: 100px;
background: #25AAE1;
}
#sobre .secao-principal h1.titulo strong {
color: #202020;
font-weight: 700;
}
#sobre .missao .box {
background: rgba(255, 255, 255, .4);
box-shadow: 0px 4px 86.7px 0px rgba(0, 0, 0, 0.29);
padding: 30px;
height: 100%;
}
#sobre .missao .box img {
margin-bottom: 10px;
}
#sobre .missao .box h3 {
color: #202020;
text-align: center;
font-size: 1.5em;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 30px;
}
#sobre .linha .box span {
color: #FFF;
text-align: center;
font-size: 1.2em;
font-style: normal;
font-weight: 400;
line-height: 100%;
letter-spacing: 0.147px;
display: block;
background: #25AAE1;
padding: 5px 10px;
width: fit-content;
margin: 20px auto;
border-radius: 5px;
}
#sobre .galeria {
background: rgba(217, 217, 217, .4);
}
#sobre .galeria .box {
cursor: pointer;
}
#sobre .galeria .box img {
height: 320px;
object-fit: cover;
}
.modal {
z-index: 9999999;
}
#sobre .galeria .modal-dialog {
max-width: 800px;
width: fit-content;
}
#sobre .galeria .modal-body {
padding: 0;
}
#sobre .galeria .modal-body img {
width: auto;
max-width: 100%;
} .topo-page .row {
height: 180px;
}
.topo-page .titulo {
font-weight: 600;
color: #fff;
font-size: 2em;
margin-bottom: 0;
}
.produtos .box .thumb {
height: 220px;
}
.produtos .box .texto {
background: #fff;
height: 100%;
filter: drop-shadow(0px 21px 43px #E5E5E5);
padding: 20px 30px 30px 30px;
}
.produtos .box h3 {
color: #202020;
text-align: center;
font-size: 1.2em;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 15px;
}
.produtos .box p {
color: #202020;
text-align: center;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.produtos .box .cta {
width: 100%;
margin-bottom: 15px;
}
.produtos .box .cta.green {
background: transparent;
padding: 10px;
border: 2px solid #25AAE1;
margin-bottom: 0;
margin-top: 0;
color: #25AAE1;
padding: 0 10px;
}
.produtos .box .cta.green:hover {
opacity: .7;
} #solucao .slide img {
height: 400px;
object-fit: cover;
}
#solucao .slick-arrow {
background: rgba(255, 255, 255, .8);
}
#solucao .slick-prev:before, #solucao .slick-next:before {
color: #000000;
}
#solucao .slick-next {
right: 45px;
}
#solucao .slick-prev {
left: 45px;
z-index: 2;
}
#solucao .tabela {
background: #F0F0F0;
border-color: #fff;
}
#solucao .tabela tr {
height: 50px;
color: #000;
text-align: center;
font-size: 1.1em;
font-style: normal;
font-weight: 600;
line-height: normal;
}
#solucao .tabela tr:first-child td:first-child {
background: #133292;
color: #fff;
}
#solucao .tabela tr:nth-child(2) td:first-child {
background: #25AAE1;
color: #fff;
}
#solucao .secao-3 .box {
height: 100%;
padding: 40px 20px;
}
#solucao .secao-3 .box img {
height: 60px;
object-fit: contain;
margin-bottom: 10px;
}
#solucao .secao-3 .box h3 {
margin-bottom: 20px;
color: #202020;
text-align: center;
font-size: 1.2em;
font-style: normal;
font-weight: 700;
line-height: 150%;
}
#solucao .secao-3 .col-md-4 .box-1 {
border-bottom: 8px solid #25AAE1;
}
#solucao .secao-3 .col-md-4 .box-2 {
border-bottom: 8px solid #0F75BC;
}
#solucao .secao-3 .col-md-4 .box-3 {
border-bottom: 8px solid #133292;
}
#solucao .texto-meio {
background: linear-gradient(258deg, #25AAE1 13.77%, #133292 102.04%);
}
#solucao .texto-meio h3 {
color: #FFF;
text-align: center;
font-size: 2em;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 30px;
}
#solucao .secao-final .right img {
height: 400px;
}
#solucao .secao-final .left {
padding: 60px 100px;
}
#solucao .secao-final .left ul {
list-style: none;
}
#solucao .secao-final .left li {
color: #202020;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
#solucao .secao-final .left li img {
margin-right: 10px;
}
#solucao .secao-final .left h3 {
color: #202020;
font-size: 2em;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 30px;
}
#solucao .secao-final .row:nth-child(even) .left {
order: 2;
} .obras .box {
position: relative;
height: 400px;
padding: 60px;
cursor: pointer;
}
.obras .box .categoria {
position: absolute;
top: 0;
left: 0;
z-index: 2;
background: #213F9A;
}
.obras .box .categoria span{
color: #FFF;
font-size: 1em;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
padding: 7px 25px;
display: block;
}
.obras .box .texto {
position: relative;
background: rgba(255, 255, 255, .9);
padding: 60px 30px 40px 60px;
min-width: 330px;
min-height: 250px;
}
.obras .box p {
color: #202020;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 205.882%;
margin-bottom: 20px;
}
.obras .box p strong {
color: #213F9A;
font-weight: 700;
}
.obras .box .link img {
margin-right: 10px;
}
.obras .box .link {
color: #213F9A;
font-size: .85em;
font-style: normal;
font-weight: 400;
line-height: 218.75%; 
}
#obra .categoria {
background: #213F9A;
width: fit-content;
margin: 0 auto;
margin-bottom: 30px;
}
#obra .categoria span{
color: #FFF;
font-size: 1em;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
padding: 7px 25px;
display: block;
}
#obra h1 {  
color: #202020;
text-align: center;
font-size: 2em;
font-style: normal;
font-weight: 400;
line-height: 100%;
margin-bottom: 20px;
}
#obra h1 strong {
color: #213F9A;
font-weight: 700;
}
#obra .galeria {
background: #EDEDED;
}
#obra .modal {
background: rgba(0, 0, 0,.8);
}
#obra .modal-dialog {
width: 100%;
max-width: 1200px;
}
#obra .modal-body {	
padding: 0;
}
#obra .modal h5 {
color: #3F4142;
font-weight: 600;
}
#obra .modal .close {
color: #133292;
text-shadow: none;
font-size: 2rem;
font-weight: 400;
}
#obra .modal-body img {	
object-fit: cover;
width: 100%;
} #servicos .secao-principal .box img{
height: 250px;
object-fit: cover;
}
#servicos .secao-principal .box .texto{
background: #fff;
filter: drop-shadow(0px 21px 43px #E5E5E5);
padding: 40px 60px;
height: 100%;
}
#servicos .secao-principal .box .icone{
width: 67px;
height: 67px;
object-fit: contain;
margin-bottom: 20px;
}
#servicos .secao-principal .box p strong{
font-weight: 700;
}
#servicos .secao-secundaria {
position: relative;
}
#servicos .secao-secundaria .img-absolute {
position: absolute;
top: -50px;
right: 0;
width: 100%;
max-width: 350px;
}
#servicos .secao-secundaria .topo {
background: linear-gradient(258deg, #25AAE1 13.77%, #133292 102.04%);
} .sobre {
position: relative;
} .sobre .video iframe {
border-radius: 25px;
width: 100%;
height: 400px;
}
.equipe .box img {
border-radius: 20px;
height: 380px;
object-fit: cover;
}
.equipe .box .imagem {
position: relative;
margin-bottom: 50px;
}
.equipe .box .imagem::after {
content: url(http://vilaclube.local/wp-content/uploads/2024/04/Group-136194.svg);
position: absolute;
bottom: -39px;
left: 50%;
transform: translateX(-50%);
width: 13px;
height: 39px;
}
.equipe .box h3 {
color: #0D424F;
text-align: center;
font-size: 1.75em;
font-style: normal;
font-weight: 700;
line-height: 92%;
}
.equipe .box p {
color: #0D424F;
text-align: center;
font-size: 1.1em;
font-style: normal;
font-weight: 400;
line-height: 1.5em;
}
.equipe .box .texto {
border-radius: 20px;
background: rgba(182, 180, 180, 0.20);
backdrop-filter: blur(25px);
padding: 20px 35px;
margin-top: 15px;
}
.galeria .slick-dots li button:before {
border-color: #042E38;
} .blog {
padding: 60px 0;
}
.blog .posts .box {
display: block;
margin-bottom: 20px;
background: #fff;
transition: ease-in-out .2s;
height: 100%;
box-shadow: 0px 30.603px 78.693px 0px #E8E9ED;
}
.blog .posts .box img{
height: 240px;
object-fit: cover;
}
.blog .posts .box .texto {
padding: 30px;
height: 100%;
}
.blog .posts .box h3 {
color: #202020;
font-size: 1em;
font-style: normal;
font-weight: 600;
line-height: 137%;
margin: 15px 0;
}
.blog .posts .box .texto .data span{
color: #25AAE1;
font-size: .8em;
font-style: normal;
font-weight: 400;
line-height: 130%;
}
.blog .posts .box .link-post img{
width: 70px;
height: auto;
}
.page-numbers {
border: 1px solid #133292;
display: flex;
justify-content: center;
align-items: center;
width: 35px;
height: 35px;
margin-right: 5px;
border-radius: 50%;
}
.page-numbers.current,
.page-numbers:hover {
background: #133292;
color: #fff;
} #blog.single .secao-principal {
padding: 60px 0;
}
#blog.single .postagem .data span {
color: #25AAE1;
text-align: center;
font-size: .9em;
font-style: normal;
font-weight: 600;
line-height: 130%;
display: block;
margin-bottom: 30px;
}
.single .thumb-post {
margin-bottom: 30px;
}
.single .texto-post p,
.single .texto-post li {
color: #202020;
font-size: 1em;
font-style: normal;
font-weight: 400;
line-height: 190%; 
margin-bottom: 20px;
}
.single .texto-post img {
margin-bottom: 20px;
}
.single .texto-post h2,
.single .texto-post h3{
font-size: 1.5em;
color: #202020;
font-weight: 600;
margin-bottom: 30px;
}
.single .texto-post h3 {
font-size: 1.3em;
}
.single .relacionados {
padding: 60px 0;
background: #EDEDED;
}
.blog.relacionados .titulo::after{
content: none;
}
.share {
margin-bottom: 40px;
}
.share h4 {
color: #000;
font-size: .75em;
font-style: normal;
font-weight: 400;
line-height: 126.5%;
margin-left: 20px;
} #contato .secao-principal {
background: #fff;
padding: 60px 0 80px 0;
position: relative;
}
#contato .secao-principal .texto p {
color: #202020;
font-size: 1.25em;
font-style: normal;
font-weight: 400;
line-height: 130%;
margin-bottom: 40px;
}
#contato .mapa .icone-mapa {
position: relative;
}
#contato .mapa .icone-mapa::before {
content: '';
position: absolute;
width: 100%;
max-width: 960px;
height: 6px;
background: rgba(37, 170, 225, .2);
bottom: 20px;
left: 50%;
transform: translateX(-50%);
} footer {
position: relative;
background: #112B78;
}
footer .menu a {
color: #FFF;
font-size: .9em;
font-style: normal;
font-weight: 500;
line-height: normal;
transition: ease-in-out .2s;
position: relative;
}
footer .menu a:hover {
text-decoration: none;
opacity: .7;
}
footer .menu ul {
padding-left: 25px;
}
footer .menu li {
margin-bottom: 20px;
}
footer .menu a::before {
content: '>';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -15px;
font-size: 1.1em;
width: 10px;
height: 20px;
font-weight: 800;
color: #0F75BC;
}
footer .social svg{
width: 17px;
}
footer .box {
padding: 0 20px 40px 20px;
height: 200px;
}
footer .first .col-md-4 {  
border-right: 3px solid #193589;
border-bottom: 3px solid #193589;
}
footer .first .col-md-4:last-child {
border-right: none;
}
footer .box img {
width: 40px;
height: 40px;
object-fit: contain;
position: relative;
margin-bottom: 20px;
}
footer .box p,
footer .box a {
color: #FFF;
text-align: center;
font-size: .85em;
font-style: normal;
font-weight: 400;
line-height: 147%;
}
footer .box p strong{
margin-bottom: 15px;
display: block;
}
footer a:hover {
text-decoration: underline;
}
footer .social a {
width: 50px;
height: 50px;
border: 1px solid rgba(255, 255, 255, 0.76);
padding: 15px;
display: flex;
align-items: center;
justify-content: center;
}
footer .social a:hover {
border: 1px solid #fff;
}
footer .localizacao {
padding: 50px 0;
border-bottom: 3px solid rgba(33, 63, 154, .5);
}
footer .end {
padding-top: 50px;
position: relative;
}
footer .vetor-absolute {
position: absolute;
bottom: 0;
left: 0;
max-width: 350px;
object-fit: contain;
}
.botao-wpp-fixed {
position: fixed;
right: 0;
bottom: 5px;
z-index: 9999999;
} [data-anime]{
opacity: 0;
transition: .7s;
transition-delay: .1s;
}
[data-anime="left"]{
transform: translate3d(-30px, 0, 0);
}
[data-anime="right"]{
transform: translate3d(30px, 0, 0);  
}
[data-anime="top"]{
transform: translate3d(0, -30px, 0);  
}
[data-anime="down"]{
transform: translate3d(0, 30px, 0);  
}
[data-anime].animate{
opacity: 1;
transform: translate3d(0, 0, 0);
} @media (max-width: 991px) {
.menu-toggle {
display: flex !important;
order: 0;
}
.navbar a {
line-height: 1.5em;
text-align: left;
}
.navbar .navbar-brand {
margin-bottom: 0;
}
.navbar a::before {
content: none;
}
.navbar .sub-menu {
position: relative;
left: auto;
top: auto;
display: block;
width: auto;
padding: 10px 10px 0 10px;
padding-left: 20px;
background: transparent;
box-shadow: none;
border: 0;
}
.navbar .sub-menu a{
font-size: .85em;
}
.navbar .link::before {
content: none;
}
.navbar a.cta {
padding: 5px 10px;
font-size: .8em;
}
.navbar .menu-item {    
margin-bottom: 15px;
}
}
@media (max-width: 768px) { 
main {
padding-top: 54px;
}
.banner-principal .row,
.banner-principal img {
height: auto;
}
.banner-principal .slick-dots {
bottom: 15px;
}
#home .produtos .vetor-absolute {
max-width: 300px;
bottom: -100px;
left: -20px;
}
#home .produtos {
padding: 40px 15px 0 15px;
}
#home .servicos .middle {
order: 3;
}
#home .obras {
padding: 90px 15px 40px 15px;
}
.obras .box {
height: auto;
padding: 30px;
}
.obras .box .texto {
padding: 40px 30px;
min-width: auto;
min-height: auto;
}
.clientes .slide .slick-track {
padding-top: 20px;
}
.clientes .box {
height: 130px;
padding: 15px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 30px;
}
.clientes .box img {
max-width: 100px;
}
.botao-wpp-fixed img {
width: 95px;
}
footer {
padding-bottom: 150px;
}
footer .menu ul {
padding-left: 0;
}
footer .menu ul li {
text-align: center;
}
footer .localizacao {
padding: 15px;
}
footer .social a {
width: 40px;
height: 40px;
}
footer .box {
margin-bottom: 30px;
padding: 20px;
height: auto;
}
footer .localizacao p {
text-align: center;
}
footer .copy p {
text-align: center;
}
footer .first {
position: relative;
}  
footer .first .vetor-absolute {
position: absolute;
top: 0;
left: 0;
max-width: 100%;
height: 100%;
object-fit: cover;
}
.topo-page .row {
height: 130px;
}
.blog .subtitulo {
margin-left: 30px;
}
#servicos .secao-secundaria .img-absolute {
display: none;
}
#solucao .texto-meio h3 {
font-size: 1.5em;
}
#solucao .tabela tr {
font-size: .85em;
}
#solucao .secao-final .left {
padding: 30px;
}  
#solucao .secao-final .row:nth-child(even) .left {
order: 0;
}
}