@import "reset.css";
@import "contato.css";
body{ background: #fff; font-size: 14px; color: #000; font-family: "Ubuntu", sans-serif;  font-weight: 400; font-optical-sizing: auto; }
.container{ width: 1400px; margin: 0 auto; position: relative; }
.padding{ padding: 0 220px; }
.button{ border: #000 solid 1px; border-radius: 50px; display: inline-block; text-align: center; padding: 25px 60px; min-width: 200px; color: #000; font-size: 16px; letter-spacing: 1px; font-weight: 500; }
.button:hover{ background: #000; color: #fff; }


.pulse {
  animation: pulse-animation 2s infinite;
  border-radius: 50%;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
     box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    transform: scale(1)
 }
}

.title{ text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; max-width: 720px; margin:0 auto 40px auto; }
.title h3{ font-weight: 700; text-transform: uppercase; font-size: 20px; margin: 0 0 10px 0; color: #000; }
.title h2{ font-weight: 300; line-height: 130%; text-transform: uppercase; font-size: 40px; color: #000; }

/* Topo */
.topo{ transition: .5s; position: fixed; width: 100%; left: 0; top: 0; padding: 20px 0; z-index: 50; }
.topo.active{ background: #000; background:#000 url(../img/bg-menu-white.png) top right repeat-y;} 
.topo .container{ display: flex; align-items: center; justify-content: space-between; }
.topo .abre-menu{ cursor: pointer; }
.menu-mobile{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 40; background:#000 url(../img/bg-menu-white.png) top right repeat-y; display: none; }
.menu-mobile nav{display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100%; padding-top: 150px;}
.menu-mobile nav ul li{ margin: 30px 0; text-align: center; }
.menu-mobile nav ul li a{ color: #e0c166; text-transform: uppercase; font-size: 18px; font-weight: 500; text-align: center; }
.menu-mobile .boxes{ background: #e0c166; position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px 0; }
.menu-mobile .container{ display: flex; justify-content: space-between;  align-items: center; }
.menu-mobile .boxes .box{ width: 33.3%; text-align: center; }
.menu-mobile .boxes .links a{display: block; margin: 10px 0;}
.menu-mobile .boxes a{ line-height: 160%; margin: 0 10px; color: #000; }
.top-link{ display: flex; align-items: center; }
.area-cliente{ background: #fff; padding: 10px 20px; font-size: 14px; color: #000; border-radius: 50px; margin-right: 20px; }
.area-cliente:hover{ background: #e0c166; }
.solicitar-proposta{ background: #fff; text-transform: uppercase; padding: 10px 20px; font-size: 14px; color: #000; border-radius: 50px; margin-right: 20px; }
.solicitar-proposta:hover{ background: #e0c166; }

/* Home */
.banner{ position: relative; width: 100%; height: auto; }
.banner img{ position: relative; z-index: 10; width: 100%; height: 100vh; object-fit: cover; }
.banner .text{ position: absolute; z-index: 15; width: 100%; left: 0; top: 30%; }
.banner .text h2{ font-size: 80px; line-height: 120%; width: 50%; color: #000; font-weight: 700; margin: 0 0 20px 0;  }
.banner .text a{ font-size: 20px; }
.banner span{ background: url(../img/seta-down.png) top center no-repeat; width: 40px; height: 40px; background-size: cover; display: block;  position: absolute; z-index: 15; left: 50%; margin-left: -20px; bottom: 50px; }
.itens{ position: relative; width: 100%; height: auto; padding: 60px 0 0 0; }
.itens .item{ padding: 30px 40px; border: #000 solid 1px; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.itens .item h3{color: #000; text-align: center; font-size: 18px;  font-weight: 600; }
.itens .item img{ width: auto; max-height: 50px; margin: 0 0 16px 0; }
.itens .item:hover{background: #e0c166; border: #e0c166 solid 1px; }
.beneficios{ position: relative; width: 100%; height: auto; padding: 0 0 60px 0; }
.beneficios .list{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; width: 60%; margin: 0 auto;  }
.beneficios .list .item{ margin: 10px 10px; background: url(../img/set.png) center left no-repeat; font-size: 18px; color: #000; padding-left: 30px; width:calc(100% / 3 - 50px); }


.depoimentos{ background: #000; position: relative; width: 100%; height: auto; padding: 60px 0 60px 0; }
.depoimentos .title h2{ color: #fff; }
.depoimentos .title h3{ color: #fff; }
.depoimentos .bg-right{ background: url(../img/bg-depoimento.png) right top repeat-y; width: 30%; height: 100%; background-size: contain; position: absolute; right: 0; top: 0; z-index: 20; }
.depoimentos .bg-left{ background: url(../img/bg-depoimento.png) right top repeat-y; transform: rotate(-180deg); width: 30%; height: 100%;  background-size: contain; position: absolute; left: 0; top: 0; z-index: 20;  }
.depoimentos .list .item{ color: #000; flex-direction: column; display: flex; justify-content: space-evenly; padding: 30px 0; align-items: center; background: #fff; border-radius: 10px; width: 100%; height: 100%;}
.depoimentos .list .item img{ margin-bottom: 20px; width: auto; max-height: 60px; }
.depoimentos .list .item p{ margin-bottom: 20px; padding: 0 50px; }
.depoimentos .list .item h3{ font-weight: 700; font-size: 22px; color: #000; }
.depoimentos .swiper-button-next:after{ color: #fff; }
.depoimentos .swiper-button-prev:after{ color: #fff; }
.depoimentos .swiper-slide{ height: 100%; }
.depoimentos .swiper{ padding-bottom: 120px; }
.clientes{position: relative; width: 100%; height: auto; padding: 60px 0 60px 0; }
.clientes .list .item{background:#fff; padding: 30px 0; display: flex; justify-content: center; align-items: center; border-radius: 10px; border:#e0c166 solid 2px;  }
.clientes .list .item img{ width: auto; max-height: 72px; object-fit: cover; }
.blog-home{position: relative; width: 100%; height: auto; background: #f3f3f3; padding: 60px 0 60px 0; }
.blog-home .swiper-slide{ height: 100%; }
.blog-home .item{ background: #fff; overflow: hidden; border-radius: 0 0 10px 10px; display: block; color: #000; height: 100%; }
.blog-home .item img{ transition: .5s; width: 100%; height: 302px; object-fit: cover; margin: 0 0 20px 0;  }
.blog-home .text{ padding: 0 20px 20px 20px; }
.blog-home .item h3{ color: #000; font-size: 24px; font-weight: 600; margin-bottom: 16px; line-height: 135%; }
.blog-home .item p{ margin-bottom: 16px; }
.blog-home .item span{ min-width: auto; padding: 16px 60px; transition: .5s; }
.blog-home .item:hover{ background: #e0c166; }
.blog-home .item:hover img{ transform: scale(1.0525); }
.blog-home .item:hover h3{ color: #fff; }
.blog-home .item:hover p{ color: #fff; }
.blog-home .item:hover .button{ border: #ffff solid 1px; color: #fff; }
.blog-home .item:hover .button:hover{ background: #fff; color: #e0c166; }
.blog-home .swiper-pagination{ display: none; }
.blog-home .flex{ display: flex; align-items: center; justify-content: center; margin-top: 30px; }
.localizacao{position: relative; width: 100%; height: auto; padding: 60px 0 0 0; }
.localizacao .mapa{ width: 100%; height: auto; }
.localizacao .mapa iframe{ width: 100%; }




.blog-list{position: relative; width: 100%; height: auto; padding: 60px 0 60px 0; }
.blog-list .cont{ display: flex; flex-wrap: wrap; }
.blog-list .item{ background: #f8f8f8; overflow: hidden; border-radius: 0 0 10px 10px; display: block; margin: 0 1% 40px 1%; color: #000; width: 31%;}
.blog-list .item img{ transform-origin: .5s; width: 100%; height: auto; margin: 0 0 20px 0;}
.blog-list .text{ padding: 0 20px 20px 20px; }
.blog-list .item h3{ color: #000; font-size: 24px; font-weight: 600; margin-bottom: 16px; line-height: 135%; }
.blog-list .item p{ margin-bottom: 16px; }
.blog-list .item span{ min-width: auto; padding: 16px 60px; transition: .5s; }
.blog-list .item:hover{ background: #e0c166; }
.blog-list .item:hover img{ transform: scale(1.0525); }
.blog-list .item:hover h3{ color: #fff; }
.blog-list .item:hover p{ color: #fff; }
.blog-list .item:hover .button{ border: #ffff solid 1px; color: #fff; }
.blog-list .item:hover .button:hover{ background: #fff; color: #e0c166; }
.blog-list .flex{ display: flex; align-items: center; justify-content: center; }
.blog-list .flex a{ cursor: pointer; }

.no-results{ width: 100%; font-size: 2rem; text-align: center; margin:0 0 50px 0; }


.section-interna{ position: relative; width: 100%; height: auto; }
.section-interna .image{ margin: 40px 0 0 0; width: 100%; height: 600px; overflow: hidden; border-radius: 10px; }
.section-interna .image img{ width: 100%; height: 600px; object-fit: cover; }

/* Rodape */
.rodape{ background: #001120; position: relative; width: 100%; height: auto; padding: 80px 0 0 0; }
.rodape .cont{ display: flex; align-items: flex-start; justify-content: space-between; }
.rodape .cont .box{ width: 30%; }
.rodape .cont .box .marca-rodape{ max-width: 290px; height: auto; margin: 0 0 20px 0; }
.rodape .cont .box p{ color: #fff; font-size: 13px; }
.rodape .cont .infos a{ padding-left: 30px; display: block; margin: 0 0 24px 0; line-height: 140%; color: #e0c166; min-height: 20px; }
.rodape .cont .infos a.tel{ background: url(../img/tel.png) left top no-repeat; }
.rodape .cont .infos a.email{ background: url(../img/email.png) left center no-repeat; }
.rodape .cont .infos a.end{ background: url(../img/end.png) left center no-repeat; }
.rodape .cont .box h3{  font-size: 26px; color: #fff; margin: 0 0 20px 0; }
.rodape .cont .sociais a{ margin: 0 14px 0 0;}
.rodape .cont .sociais{ width: 15%; }
.rodape .bottom{ background: #e0c166; padding: 20px 0; margin-top: 80px; }
.rodape .bottom .container{ display: flex; align-items: center; justify-content: space-between; }
.rodape .bottom a img{ width: auto; height: auto; }


.feed-instagram{ padding-top: 80px; }


.modal{ background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9999; display: none; }
.modal .box{ padding: 30px; position: relative; background: #fff; width: 40%; height: auto; border-radius: 10px; margin: 30px auto 0 auto; overflow: hidden; }
.modal .box .fechar-modal{ background: #e0c166; padding: 10px 20px; color: #000; position: absolute; top: 0; right: 0; font-size: 16px; text-transform: uppercase;}
.modal .box label{ font-size: 14px; }
.modal .box p{  margin-bottom: 10px; }
.modal .box input{ padding: 5px 0; width: 100%; border: #001120 solid 1px; }
.modal .box textarea{ padding: 8px 0; width: 100%; border: #001120 solid 1px; }
.modal .box .wpcf7-submit{ font-size: 16px; width: auto; background: #e0c166; padding: 10px 30px; transition: .5s; color: #000; border: none; cursor: pointer; }
.modal .box .wpcf7-submit:hover{ background: #000; color: #fff; }
.modal .box h3{ font-size: 28px; margin: 0 0 10px 0; }
.modal .box h4{ font-weight: 300; font-size: 14px; margin: 0 0 10px 0; }
.wpcf7-list-item { margin: 0 !important; }
.wpcf7-list-item label{ display: flex; width: auto; margin: 10px 30px 0 0; }
.wpcf7-list-item input{ width: 15px !important; height: 15px !important; margin-right: 8px; } 

.link-buttons{  display: none;  align-items: center;  justify-content: center; }
.link-buttons a{ margin: 0 10px; }

/* Responsivos */
/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1450.98px) { 
    .container{ width: 1200px; }  
    .banner .text h2{ font-size: 65px; }
    .rodape .cont .sociais{ width: 20%; }
    .beneficios .list{ width: 80%; }

}

/* Large devices (desktops, less than 1200px) */
 @media (max-width: 1199.98px) {
    .container{ width: 90%; }
    .padding{ padding: 0; }
    .banner .text h2{ font-size: 55px; }
    .button{ min-width: 160px; font-size: 14px;}
    .banner .text a{ font-size: 16px; }
    .itens .item{ padding: 30px 20px; }
    .menu-mobile .boxes a{ font-size: 12px;}
    .rodape .cont .sociais{ width: 25%; }
    .section-interna .image{ height: 500px; }
    .section-interna .image img{ height: 500px; }
    
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
  .banner img{ height: auto;}
  .banner .text h2{ font-size:43px; }
  .button{ padding: 15px 20px; }
  .banner span{ display: none;}
  .topo .marca img{ max-width: 220px; height: auto;}
  .rodape .cont{ flex-direction: column; align-items: center; justify-content: center; }
  .rodape .cont .box{ width: 100%; text-align: center; margin-bottom: 20px; }
   .rodape .cont .sociais{ width: 100%; }
  .rodape .cont .box .marca-rodape{ max-width: 150px; }
  .rodape .cont .infos a.end{ background: none; }
  .rodape .cont .infos a.tel{ background: none; }
  .rodape .cont .infos a.email{ background: none; }
  .rodape .cont .infos a{ padding-left: 0; }
  .rodape .cont .sociais a{ margin: 0 10px; }
  .rodape{ padding-top: 40px; }
  .rodape .bottom{ padding: 10px 0; margin-top: 20px; }
  .rodape .bottom p{ font-size: 12px; }
  .blog-list .item{ width: 48%;}
  .section-interna .image{ height: 350px; }
  .section-interna .image img{ height: 350px; }
  .beneficios .list{ width: 100%; }
  .feed-instagram{ padding-top: 50px; }
  .top-link .area-cliente{ display: none; }
  .top-link .solicitar-proposta{ display: none; }
  .link-buttons{  display: flex; }

    
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
 .banner .text h2{ font-size:30px; }
 .topo .marca img{ max-width: 150px; height: auto;}
 .title{ max-width: 90%; }
 .title h3{ font-size: 16px; }
 .title h2{ font-size: 26px; }
 .menu-mobile .boxes .container{ flex-direction: column;}
 .menu-mobile .boxes .box{ width: 100%; }
 .blog-list .item{ width: 100%; margin: 0 0 30px 0;}
 .beneficios .list .item{ width: 100%; text-align: center; padding: 0; background: none; }
 .area-cliente{ font-size: 10px; padding: 10px 14px; }
 .solicitar-proposta{ font-size: 10px; padding: 10px 14px; }
 

 
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
  .banner .text{ top: initial; bottom: 10%; }
  .banner .text h2{ font-size:24px; }
  .banner .text a{ font-size: 14px; }
  .button{ padding: 10px 20px; }
  .depoimentos .list .item p{ font-size: 11px; padding: 0 20px; }
  .depoimentos .list .item img{ max-height: 30px; }
  .depoimentos .list .item{ padding: 14px 0; }
  .depoimentos .list .item h3{ font-size: 18px; }
  .menu-mobile nav{ padding-top: 85px; }
  .menu-mobile{ background-size: 80px auto; }
  .blog-list .item{ width: 100%; margin: 0 0 30px 0;}
  .section-interna .image{ height: 300px; }
  .section-interna .image img{ height: 300px; }
  

}





