:root{
   --preto: #000000;
   --branco: #ffffff;
   --laranja:#e84e0e;
   --cinza:#3a404a;
   --cinza-claro:#e7e8e9;
}

.preto{
   color: var(--preto)!important;   
}
.branco{
   color: var(--branco)!important;  
}
.cinza{
   color: var(--cinza)!important;   
}
.cinza-claro{
   color: var(--cinza-claro)!important;   
}
.cinza-escuro{
   color: var(--cinza-escuro)!important;   
}
.laranja{
   color: var(--laranja)!important;   
}

.bg-preto{
   background-color: var(--preto)!important;   
}
.bg-branco{
   background-color: var(--branco)!important;  
}
.bg-cinza{
   background-color: var(--cinza)!important;   
}
.bg-cinza-claro{
   background-color: var(--cinza-claro)!important;   
}
.bg-laranja{
   background-color: var(--laranja)!important;   
}



.order1{
   order: 1;
}
.order2{
   order: 2;
}





html, body {
 overflow-x: hidden;
 scroll-behavior: smooth;
 font-family: 'Roboto';
 font-size: 16px;
 line-height: 25px;
}

a, a:hover, a:active{
   text-decoration: none;
   color: var(--laranja);
   transition: .2s ease;
}
section{
   padding: 100px 0;
}

.vertical-center {
   display: flex;
   align-items: center;
}
.vertical-bottom{
   display: table;
   vertical-align: bottom;
}

header{
   background-color:var(--branco);
   padding: 10px 0;
}

.logo{
   max-width: 140px;
   width: 100%;
   margin: 5px 0;
   transition: .5s;
}

.spacer-topo{
   display: block;
   height:100px;
}

.nav-link{
 font-size: 14px;
 line-height: 20px;
 color: var(--preto);
 font-family: "Roboto", sans-serif;
 font-weight: 500;
 font-style: normal;
 text-transform: uppercase;
}
.nav-link:hover{
 font-size: 14px;
 line-height: 20px;
 color: var(--laranja);
}
.nav-link-laranja{
 font-size: 14px;
 line-height: 20px;
 color: var(--branco);
 background-color: var(--laranja);
 font-family: "Roboto", sans-serif;
 font-weight: 500;
 font-style: normal;
 text-transform: uppercase;
 border-radius: 5px;
}
.nav-link-laranja:hover{
 background-color: var(--cinza);
 color: var(--branco);
}

.nav-item{
   margin: 0 10px;
}

.caption-fix h1{
   font-family: 'Roboto';
   font-weight: 700;
   font-size: 42px;
   line-height: 45px;
}
.caption-fix h2{
   font-family: 'Roboto';
   font-weight: 400;
   font-size: 18px;
   line-height: 25px;
}

.destaque{
   color: var(--branco);
}

.caption-fix{
   z-index: 10;
   position: absolute;
   height: 100%;
}


.titulo1{
   font-family: 'Roboto';
   font-weight: 700;
   font-size: 45px;
   line-height: 55px;
   color: var(--laranja);
}
.titulo1 img{
   width: 30px;
}

.card{
   color: var(--preto);
   transition: all .2s;
   border: 1px solid var(--cinza);
   min-height: 315px;
}
.card:hover{
   border-color: var(--laranja);
   transition: all .2s;
}
.card-title{
   font-size: 15px;
   line-height: 20px;
}
.card-text{
   font-size: 13px;
   line-height: 18px;
}
.card-icon{
   width: 100%;
   max-width: 120px;
   margin: 0 auto;
}

.dente1{
   border-left: 20px solid #000000;
   height: 20px;
}

.botao1{
 font-size: 15px;
 color: var(--branco);
 background-color: var(--laranja);
 font-family: "Roboto", sans-serif;
 font-weight: 500;
 font-style: normal;
 text-transform: uppercase;
 border-radius: 5px;
 border: 0;
 padding: 8px 15px;
}
.botao1:hover{
   background-color: var(--cinza);
   transition: all .2s;
   cursor: pointer;
}
.botao2{
 font-size: 15px;
 color: var(--branco);
 background-color: var(--cinza);
 font-family: "Roboto", sans-serif;
 font-weight: 500;
 font-style: normal;
 text-transform: uppercase;
 border-radius: 5px;
 border: 0;
 padding: 8px 15px;
}
.botao2:hover{
   background-color: var(--preto);
   transition: all .2s;
   cursor: pointer;
}

.bloco-laranja-mini{
   background-color: var(--laranja);
   color: var(--branco);
   padding: 10px;
   font-size: 13px;
   line-height: 18px;
   height: 100%;
}

.icone2{
   width: 100%;
   max-width: 120px;
   margin: 15px auto;
}

.bg01{
   background-color: var(--cinza);
   background-image: url('img/img03.jpg');
   background-position: center;
   background-size: cover;
}
.bg02{
   background-color: var(--laranja);
   background-image: url('img/bg01.jpg');
   background-position: center;
   background-size: cover;
   background-attachment: fixed;
}

.box1{
   background-color: var(--cinza);
   color: var(--branco);
   font-size: 14px;
   line-height: 22px;
}


.form1{
   background-color: #efefef;
   color: var(--laranja);
   border: 0;
   margin-bottom: 5px;
   font-size: 16px;
}

.logo-footer{
   width: 100%;
   max-width: 150px;
   display: block;
}

.redes{
   transition: all ease 0.3s;
   color:var(--branco);
   nargin-right: 15px;
   font-size: 30px;
}
.redes:hover{
   transition: all ease 0.3s;
   color: var(--preto);
}

.img01{
   margin-top: -50px;
}

footer{
   background-color: var(--laranja);
   padding: 60px 0;
   font-size: 14px;
   color: var(--branco);
}

footer a{
   color: var(--branco);
   line-height: 28px;
}
footer a:hover{
   color: var(--preto);
}



.bt-whatsapp{
   background-color:#42c553;
   border-radius: 100px;
   padding: 15px 12px;
   font-size: 33px;
   font-weight: normal;
   color:#fff;
   -webkit-transition: all .2s ease-out;
   -moz-transition: all .2s ease-out;
   -o-transition: all .2s ease-out;
   transition: all .2s ease-out; 
   text-transform: uppercase;
   position: fixed;
   z-index: 100;
   bottom: 20px;
   right: 20px;
}
.bt-whatsapp:hover{
   background-color:#18ed34;
   -webkit-transition: all .2s ease-out;
   -moz-transition: all .2s ease-out;
   -o-transition: all .2s ease-out;
   transition: all .2s ease-out; 
}





/* Small devices (landscape phones, 544px and up) */
@media (max-width: 575px) { 



.card{
   min-height: 280px;
}



}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 767px) { 



section{
   padding: 40px 0;
}

   header{
      padding: 15px 0 10px 0;
   }
   .logo{
      max-width: 100px;
      margin: 5px 0;
   }
   html, body {
      font-size: 14px;
 }

 .spacer-topo{
   display: block;
   height: 80px;
}

.box1{
   font-size: 13px;
   line-height: 22px;
}

.box2 h2{
   font-size:90px;
   line-height: 60px;
}
.box2 h3{
   font-size:20px;
   line-height: 25px;
}
.botao1{
   font-size: 13px;
}
.botao2{
   font-size: 13px;
}

.titulo2{
   font-size: 40px;
   line-height: 50px;
}
.titulo3{
   font-size: 30px;
   line-height: 40px;
}
.titulo4{
   font-size: 50px;
   line-height: 60px;
}
.faixa-laranja h2{
   font-size:25px;
   line-height:35px;
}
.order1{
   order: 2;
}
.order2{
   order: 1;
}
.borda-footer{
   border: none;
}
.img01{
   margin-top: 20px;
}


}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 

.titulo1{
   font-size: 25px;
   line-height: 28px;
}


}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {  

.nav-link{
 font-size: 12px;
}
.nav-item{
   margin: 0 5px;
}


   .caption-fix{
      padding: 10px;
      margin-top: 0px;
   }

   .caption-fix h1{
      font-family: 'Roboto';
      font-weight: 700;
      font-size: 25px;
      line-height: 30px;
   }
   .caption-fix h2{
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 13px;
      line-height: 20px;
   }

}