@charset "utf-8";
    /* CSS Document */
    
    .erro404{
        padding-top: 300px;
        padding-bottom: 100px;
    }
    .erro404 h1 {
        font-size: 60px;
    }
    
    .erro404 p {
        font-size: 30px;
    }

    .copy, .copy:hover{
        font-size: 14px;
        text-decoration: none;
    }

    .menu_nav{
      display: table;
  }

  .menu_mobile{
      display: none;
  }

.menuSuperior{
    padding: 10px 10px 10px 10px;
}

.menuprincipal a{
    margin-top: 6px;
    font-weight: 700;
    font-size: 16px;
}

.menuprincipal a.pageview{
    color: #ffdc06;
}

.logomarca{
   width: 100%;
   max-width: 200px !important;
}

.banner{
    background: url('../imagens/banner/escritorio.webp') no-repeat;
    background-size: cover;
}
.banner .colorbanner{
   background-color: #0000008a;
   padding-top: 10%;
   padding-bottom: 10%;
   
   min-height: 760px;
}
.banner .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: -9;
    
    background-size: cover;
    background: no-repeat center;
    user-select: none;
    pointer-events: none;

    /*additional tweaks for positioning, read more in the link above*/
    height: 100%;
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */

 }
 .banner .frases{
    width: 500px;
    margin: 0 auto;
    text-align: center;
 }
.banner h1{
    font-size: 40px;
}

.banner p{
   font-size: 16px;
}


.botao_chamada{
   border-radius: 30px;
    font-weight: 700;
    font-size: 19px;
    padding: 15px 30px 15px 30px;
    text-decoration: none;
}
.botao_chamada:hover{
   text-decoration: none;
}

.somos{
    padding: 100px 0px 100px 0px;
    background: url('../imagens/banner/fundo-2.webp');
    background-repeat: repeat-x;
    background-size: 100%;
}



.somos h2{
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    font-size: 36px;
}

.somos svg{
   font-size: 85px;
   display: table;
   margin: 0 auto;
   padding-bottom: 25px;
}

.somos h3{
   text-align: center;
   font-weight: 700;
   font-size: 20px;
}

.somos p{
   text-align: justify;
   font-size: 14px;
}
.somos .bloco1{
   border-radius: 20px;
}

.somos .bloco1 img{
   max-width: 315px;
}

.somos .bloco1 svg{
   margin-top: 8%;
}
.somos .bloco1 p{
   text-align: justify;
   font-size: 18px;
   font-weight: 700;
   
   padding: 10% 40px 0px 20px;
}


.nossosServicos{
   padding: 60px 0px 60px 0px;
}
.nossosServicos h2{
   text-align: center;
   margin: 0 auto;
   font-weight: 700;
   font-size: 36px;
}

.nossosServicos h3{
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 0px 15px 0px;
}

.nossosServicos p{
  text-align: justify;
  font-size: 14px;
}


.sobre{
    padding: 50px 0px 100px 0px;
}
.sobre h2{
    font-weight: 700;
    font-size: 36px;
}
.sobre p{
    font-size: 17px;
}

.sobre .img-empresa{
    max-width: 385px;
}

.capas{
    padding: 50px 0px 50px 0px;
}
.capas img{
   max-width: 200px;
   float: right;
}
.capas h2{
    
    font-weight: 700;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;

    margin-bottom: 50px;
} 

.capas h3{
    
   font-weight: 700;
   font-size: 22px;
   text-align: left;
   margin-top:13%;
} 

.capas a{
    
   font-weight: 700;
   font-size: 22px;
   padding: 10px 25px 10px 25px;
   border-radius: 30px;
} 

.blog{
    padding: 50px 0px 50px 0px;
}

.blog h2{
   font-size: 30px;
   font-weight: 700;
   text-align: center;
}

.blog .miniaturas h3{
    font-size: 21px;
    font-weight: 700;
 }

 .blog .miniaturas  p{
    font-size: 14px;
 }

 .blog  .miniaturas  .leiamais{
    border-radius: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    font-weight: 800;

    display: table;
    width: 100%;
    text-align: center;
 }

 .blog  .fullpage .titulo{
   font-weight: 700;
   font-size: 32px;
   margin-bottom: 100px;
 }

 .blog  .fullpage .redessociais a svg{
   font-size: 26px;
   margin-right: 10px;
}
.blog  .fullpage .retornar{
   font-weight: 700;
}

 .blog  .fullpage p,
 .blog  .fullpage ul,
 .blog  .fullpage ol{
   font-weight: 400;
   font-size: 18px;
   line-height: 32px;
   text-align: justify;
 }

 .blog  .fullpage h2,
 .blog  .fullpage h3,
 .blog  .fullpage h5,
 .blog  .fullpage h6{
   font-weight: 700;
   font-size: 26px;
   text-align: justify;
   margin: 50px 0px 50px 0px;
 }

 .blog  .fullpage img{
   width: 80%;
   display: table;
   margin: 0 auto;
 }
 .rodape .coluna-1 p{
    max-width: 60%;
    margin-top: 30px;
 }
 .rodape .coluna-2 p{
    margin-top: 30px;
 }

 .rodape a:hover{
    text-decoration: none;
 }

 .rodape .redessociais a svg{
    font-size: 26px;
    margin-right: 10px;
 }
 .newsletter h2{
    text-align: center;
    margin-bottom: 50px;
    font-size: 26px;
 }
 .newsletter .btn{
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    font-weight: 700;
 }

 .topoSobre{
    padding: 100px 0px 100px 0px;
    background: url('../imagens/banner/fundo.webp') #4f4f51;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;

 }
 .topoSobre h1{
    font-size: 26px;
    font-weight: 900;
    text-align: center;
 }


 .sobretransforma{
    padding: 100px 0px 100px 0px;
    background: url('../imagens/banner/fundo-2.webp') #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-position-y: center;
 }

 .sobretransforma h1{
    text-align: right;
    font-weight: 700;
    line-height: 38px;
    font-size: 35px;
    margin-top: 18%;
 }
 .sobretransforma p{
    font-weight: 400;
 }

 .imagemsobre img{
    width: 100%;
 }

 .missao{
    padding: 100px 0px 100px 0px;
 }
 .missao svg{
    width: 127px;
    min-height: 127px;
 }
 .missao .honor svg{
    width: 93px;
    min-height: 93px;
 }
 .missao {
    text-align: center;
 }
 .missao h2{
    margin-top: 27px;
    font-size: 22px;
    font-weight: 700;
 }

 .equipe,
 .atendimento{
    text-align: center;
    margin-bottom: 100px;
 }

 .equipe h2,
 .atendimento h2{
    font-weight: 700;
    font-size: 32px;
 }

 .equipe p,
 .atendimento p{
    font-weight: 400;
    font-size: 16px;
 }

 .equipe img{
    margin: 50px 0px 30px 0px;
    max-width: 180px;
    margin: 0 auto;
 }

 .equipe h3{
   font-weight: 700;
   font-size: 18px;
}
.equipe p{
   font-weight: 400;
   font-size: 14px;
}
.equipe .card, .equipe  .card-body{
   border: 0px !important;
}
.equipe .btn svg{
   font-size: 14px;
}

 .perfil a svg{
    font-size: 32px;
 }

 .atendimento h2{
   margin-top: 30%;
   text-align: left;
 }

 .atendimento img{
    margin: 0px 0px 50px 0px;
    max-width: 700px;
 }

 .clientes{
    text-align: left;
    padding-bottom: 150px;
 }

 .clientes h2{
    font-weight: 700;
    font-size: 32px;
 }

 .contadores{
    padding: 100px 0px 100px 0px;
    background: url('../imagens/banner/fundo-2.webp') #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: center;
    background-position-y: center;
    text-align: center;
 }
 .contadores h2{
   font-size: 40px;
   font-weight: 700;
}

.contadores svg{
   font-size: 60px;
   margin-bottom: 20px;
}
.contadores h3{
   font-size: 20px;
   font-weight: 700;
}
 .contadores h4{
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 25px;
 }
 .contadores p{
    font-weight: 400;
    font-size: 16px;
}
 

.parcerias{
    text-align: center;
    padding: 100px 0px 150px 0px;
 }

 .parcerias h2{
    font-weight: 700;
    font-size: 32px;
 }

 .depoimentos{
    padding: 50px 0px 100px 0px;
    background: url('../imagens/banner/fundo-3.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    text-align: center;

 }
 .depoimentos h2{
    font-size: 40px;
    font-weight: 700;
 }

 .depoimentos h4{
   font-size: 18px;
   font-weight: 700;
}
.depoimentos p{
   font-size: 14px;
   font-weight: 400;
}

 .depoimentos img{
   max-width: 180px;
   margin: 0 auto;
 }
 .depoimentos .card{
   background-color: transparent !important;
   border: 0px !important;
 }

 .topoServicos{
    padding: 100px 0px 100px 0px;
    background: url('../imagens/banner/fundo.webp') #4f4f51;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;

 }
 .topoServicos h1{
    font-size: 26px;
    font-weight: 900;
    text-align: center;
 }

 .servicos{
    background-image: url('../imagens/banner/fundo-4.webp');
    background-position-x: right;
    background-position-y: 100px;
    background-repeat: no-repeat;
    background-size: 80% auto;

    padding: 100px 0px 20px 0px;
 }

 .servicos h2{
    font-weight: 700;
    text-align: right;
 }
 .servicos p{
    font-weight: 400;
    text-align: right;
 }


 .servicos .visualizador{
    width: 100%;
    border-radius: 60px;
    padding: 40px 120px 30px 120px;
    
    
 }
 .servicos .visualizador p{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
 }

 .servicos .blocos p{
    text-align: center;
    font-size: 12px;
 }
 .servicos .blocos .col{
    margin: 0px;
    padding: 5px 5px 5px 5px;
 }

 .servicos .blocos .card{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 100px;
 }
 .servicos .blocos .card-body{
    margin: 0px;
    padding: 5px 5px 5px 5px;
 }

 .topoEcossistema{
    padding: 100px 0px 100px 0px;
    background: url('../imagens/banner/fundo.webp') #4f4f51;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;

 }
 .topoEcossistema h1{
    font-size: 26px;
    font-weight: 900;
    text-align: center;
 }

 .ecossistema{
    padding: 100px 0px 100px 0px;
 }
 .ecossistema h2{
    text-align: center;
    font-weight: 700;
    font-size: 18px;
 }
 .ecossistema p{
    text-align: center;
    font-weight: 400;
    font-size: 16px;
 }

 .ecossistema .marcas{
    width: 70%;
    border: 1px solid #c1c1c1;
    border-radius: 20px;
    padding: 40px 40px 40px 40px;
    margin: 20px auto 20px auto;
 }
 .ecossistema .marcas p{
    text-align: left;
 }
 .ecossistema .marcas h2{
    font-weight: 600;
 }
 .ecossistema .marcas img{
    max-width: 200px;
 }

 .contato{
    padding: 100px 0px 100px 0px;
 }

 .contato h2{
    font-size: 28px;
    font-weight: 700;
 }

 .contato .info{
    text-align: center;
 }

 .contato .redessociais{
    text-align: center;
 }
 .contato .redessociais a svg{
    font-size: 26px;
    margin-right: 10px;
 }

 .contato form label{
    font-weight: 700;
    font-size: 16px;
 }

 .contato form input,
 .contato form textarea{
    font-weight: 700;
    font-size: 16px;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
 }

 .contato form button{
    float: right;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
 }

 .trabalheconosco{
    background: url('../imagens/banner/fundo-5.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0px 100px 0px;
    text-align: center;
 }

 .trabalheconosco h2{
    font-weight: 700;
    font-size: 33px;
 }
 .trabalheconosco p{
    font-weight: 400;
    font-size: 18px;
 }

 .trabalheconosco  form{
    width: 30%;
    margin: 100px auto;
 }

 .trabalheconosco form button{
    width: 100%;
    float: right;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    margin-top: 50px;
 }


 
.btn-whatsapp a {
	color:#fff; 
	text-decoration:none; 
	display:block; 
}
.btn-whatsapp {
    
    position:fixed; 
    right:75px; 
    bottom:30px; 
    transform: translate(-50%, -50%);  
    background-color:#25d366; 
    width:60px; height:60px; 
    text-align:center; 
    line-height:58px; 
    font-size:1.8em;
    color:#ffffff; 
    font-weight:100; 
    border-radius:50%; 
}
.btn-whatsapp:before,
.btn-whatsapp:after
{
	content: '';
    display:block;
    position: absolute;
    border-radius:50%;
    border:1px solid #25d366;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    animation: animate 1.5s linear infinite;
    opacity:0;
    backface-visibility:hidden;    
}


.pulsaDelay:after { animation-delay: .5s; }
@keyframes animate {
   0%   { transform: scale(0.5); opacity:0; }
   50%  { opacity:1; }
   100% { transform: scale(1.2); opacity:0; }
}
