@charset "UTF-8";
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,bold,bolditalic);*/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

video::-webkit-media-controls-panel {
    background: transparent !important;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0 !important;
  text-decoration: none !important;
  font-family: "Montserrat", serif;
  box-sizing: border-box !important;

}
body {
  min-width: 320px
}



 /*MAX +++++++++++++++++++++++++++++++++++++*/
    .max1920{ display: flex; flex-wrap: wrap; justify-content: center; width: 100%; max-width: 1920px; margin: 0 auto; }
    .max1280{ display: flex; flex-wrap: wrap; justify-content: center; width: 100%; max-width: 1280px; margin: 0 auto; }
 /*MAX #FIM +++++++++++++++++++++++++++++++*/


a.lk_politica:link, a.lk_politica:active, a.lk_politica:visited, a.lk_politica:hover { padding: 5px 10px; }
a.cc-link:link, a.cc-link:active, a.cc-link:visited, a.cc-link:hover {
  display: inline-block;
  padding: 12px 16px; /* aumenta a área de toque */
  font-size: 16px;
  line-height: 1.5;
}


.Bloco2Partes, .Bloco2PartesB {
  width: 100%;
  display: flex;
  flex-wrap: wrap
}
.Bloco2Partes_Dados {
  width: 100%;
  padding: 20px
}
.Bloco2Partes_Titulo {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px
}
.Bloco2Partes_Texto {
  font-size: 14px;
  font-weight: 300
}
.BlocoFundoAzul {
  background-color: #007c46;
}
.BlocoFundoAzul .Bloco2Partes_Texto, .BlocoFundoAzul .Bloco2Partes_Titulo, .BlocoFundoLaranja .Bloco2Partes_Texto, .BlocoFundoLaranja .Bloco2Partes_Titulo {
  color: #fff
}
.BlocoFundoLaranja {
  background-color: #30403d;
  order: 2
}
a.BtnBloco2Partes:active, a.BtnBloco2Partes:link, a.BtnBloco2Partes:visited {
  font-size: 14px;
  color: #fff;
  background-color: #29773e;
  padding: 10px 30px;
  margin-top: 20px;
  display: inline-block
}
a.BtnBloco2Partes:hover {
  background-color: #53db3b
}
a.BtnBloco2Partes_2:active, a.BtnBloco2Partes_2:link, a.BtnBloco2Partes_2:visited {
  color: #142656;
  background-color: transparent;
  border: 1px solid #142656
}
a.BtnBloco2Partes_2:hover {
  background-color: #142656;
  color: #fff
}
.FundoBloco2PartesIMG {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 250px
}
.BlocoFundoCinza {
  background-color: #f5f5f5
}
.BlocoFundoCinza .Bloco2Partes_Titulo {
  color: #142656
}
.BlocoFundoCinza .Bloco2Partes_Texto {
  color: #666
}
.BlocoTexto2Partes {
  display: flex;
  margin: 30px auto;
  width: 100%;
  padding: 10px;
  max-width: 1280px;
  justify-content: center;
  flex-wrap: wrap
}
.BlocoTexto2Partes_dados {
  display: flex;
  width: 100%;
  margin: 10px;
  justify-content: center;
  flex-wrap: wrap
}
.BlocoTexto2Partes_dados img {
  width: 80px;
  margin-bottom: 10px
}
.BlocoTexto2Partes_dados p:first-of-type {
  font-size: 18px;
  font-weight: 600;
  color: #142656;
  text-align: center;
  width: 100%
}
.BlocoTexto2Partes_dados p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 25px;
  text-align: center;
  width: 100%
}


 /*TITULOS ++++++++++++++++++++++++++++++++++*/
.tituloPrincipalCentroBox { position: relative; height: auto; text-align: center;   }
.tituloPrincipalCentroBox:before {  position: absolute; /* posição relativa ao container */ top: 50%; /* posição vetical: bem na metade */ content: ""; display: block; width: 100%; height: 2px;  z-index: 0; background-position: center; background-color: transparent; }
.tituloPrincipalCentro{ position: relative; display: flex; width: 100%; justify-content: center;  font-family: "Montserrat", serif; font-size: 28px; padding: 10px 0px; color: #2b7b40; text-align: center; z-index:2; font-weight: 600; margin-bottom: 30px;  }
.tituloPrincipalCentro:before{ content: "";
    position: absolute;
    border-bottom: 3px solid #f8a13c;
    width: 115px;
    bottom: -10px;
    }
.subtituloPrincipalCentro{ font-size: 18px; line-height: 30px; font-weight: 600; color: #4c4c4c;  }
 /*TITULOS #FIM ++++++++++++++++++++++++++++*/


 /*BLOCOS DESTAQUE +++++++++++++++++++++++++*/
.BlocosDestaque{ width: 100%; padding: 30px 20px; display: flex; flex-wrap: wrap;}
.BlocosDestaqueInd{ display: flex;  flex-wrap: wrap; width: 100%; border-radius: 10px; overflow: hidden; box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.15); padding: 0 0 15px 0; margin: 10px 0; background-color: #ffffff; }
/*.BlocosDestaqueInd p.BlocoDestaqueTit{ color: #000;  font-weight: 600; font-size:16px; margin-bottom: 10px;    }*/
.BlocoDestaqueTit{ color: #000;  font-weight: 600; font-size:16px; margin-bottom: 10px;    }
.BlocosDestaqueInd p{ font-family: "Montserrat", serif; width: 100%; padding: 2px 20px; font-size: 14px;      }

.BlocosDestaque a{ display: flex; width: 100%;  justify-content: center;  }

.BlocosDestqueIMG{ width: 100%; overflow: hidden; background-color: #fff; height: 100px; display: flex; justify-content: center; margin-bottom: 10px;    }
.BlocosDestqueIMG img{ width: auto; height: 100%; }

 /*BLOCOS DESTAQUE #FIM ++++++++++++++++++++*/

 /*DESTAQUE TEXTO ++++++++++++++++++++++++++*/
.BlocoDestaqueTexto2BTNS{ width: 100%; display: flex; padding: 30px 15px; background-color: #111; min-height: 350px; flex-wrap: wrap;}
.BlocoDestaqueTexto2BTNSCentro{ align-items: center; align-content: center;  }
.BlocoDestaqueTexto2BTNS_Titulo{ font-size: 22px; font-weight: 600; color: #fff; margin-bottom: 20px; padding: 0 5%; text-align: center; width: 100%;   }
.BlocoDestaqueTexto2BTNS_Texto{ font-size: 18px; font-weight: 300px; color: #fff; text-align: center; margin-bottom: 20px; width: 100%; }


/* DIFERENCIAL2 */
.BlocoDetalhesDiferencial2{ display: flex; width: 100%; background-color: #f5f5f5; padding: 5px 5px;  }
.BlocoDetalheDiferencialInd2{ display: flex; width: 100%; flex-wrap: wrap; background-color: #fff; margin: 5px; box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.15); -webkit-box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.15); -moz-box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.15); padding: 10px; border-radius: 10px; align-items: center; align-content: flex-start;  }
.BlocoDetalheDiferencialInd2_img{ width: 30%; display: flex; justify-content: center; align-items: center; }
.BlocoDetalheDiferencialInd2_img img{ width: 90%;  height: auto;  }
.BlocoDetalheDiferencialInd2_texto{ width: 70%; display: flex; color: #5b5b5b;  padding: 0 10px 0 5px; font-size: 14px; align-content: center;  }

.BlocoDetalhesDiferencial2 a{ display: flex; width: 100%; }


/* BLOCO IMAGEM TEXTO */
.BlocoImagemTextoG{ display: flex; width: 100%; padding: 10px; background-color: #f6f6f6;  }
.BlocoImagemTextoG_img{ display: flex; width: 100%; height: auto; min-height: 120px; justify-content: center; align-items: center;  }
.BlocoImagemTextoG_img img{ width: 100%; height: auto; }
.BlocoImagemTextoG_texto{ display: flex; flex-wrap: wrap; width: 100%; height: auto; min-height: 120px; font-size: 16px; line-height: 25px; color:#5b5b5b; padding: 10px;   }
.BlocoImagemTextoG_texto p{ margin-bottom: 8px;  width: 100%; position: relative;    }
.BlocoImagemTextoG_texto p.BlocoImagemTextoG_tit{ font-size: 22px; font-weight: 600; margin-bottom: 25px; }


/* BLOCO 3 icone titulo texto*/
.bloco3PartesFundo{ display: flex; width: 100%; margin: 15px auto; flex-wrap: wrap; max-width: 1280px; }
.Bloco3PartesFundo_ind{ display: flex; width: 100%; height: auto; padding: 5%; flex-wrap: wrap; justify-content: center; align-content: center; background-color: #ccc; background-size: cover; background-repeat: no-repeat; background-position: center center;}
.Bloco3PartesFundo_dados{ display: flex; background-color: rgba(255,255,255,0.80); border-radius: 8px; padding: 35px 20px; text-align: center; flex-wrap: wrap; flex-direction: column; }
.Bloco3PartesFundo_dados p{ width: 100%; font-size: 16px; font-weight: 400; color:#5b5b5b; }
.Bloco3PartesFundo_dados p.Bloco3PartesFundo_titulo{  font-size: 18px; font-weight: 600; color:#333; margin: 10px 0;  }
.Bloco3PartesFundo_dados img { width: 50px; height: 50px; margin: 0 auto;  }

.bloco3PartesFundo a { display: flex; width: 100%; padding: 0;}
.bloco3PartesFundo a .Bloco3PartesFundo_ind{ width: 100%; }

 /*DESTAQUE TEXTO #FIM +++++++++++++++++++++*/


 /*BTNS +++++++++++++++++++++++++++++++++++*/

a.btnDestaque:link, a.btnDestaque:active,  a.btnDestaque:visited{ display: flex; justify-content: center; align-content: center; align-items: center; background-color: #fff; color: #000; font-size: 16px;  width: 270px; margin: 10px; height: 45px; font-weight: 600;     }

a.btnDestaque_Laranja:link, a.btnDestaque_Laranja:active, a.btnDestaque_Laranja:visited { background-color: #f8a03a; color: #fff;  }
a.btnDestaque_Laranja:hover { background-color: #F6AE5A;  }

a.btnDestaque_Verde:link, a.btnDestaque_Verde:active, a.btnDestaque_Verde:visited { background-color: #29773e; color: #fff;  }
a.btnDestaque_Verde:hover { background-color: #2E8C47;  }

/*BTNS #FIM +++++++++++++++++++++++++++++++*/


 /*PLUGINS +++++++++++++++++++++++++++++++*/
.blocoVideoYou{ display: flex; width: 100%; padding: 15px; flex-wrap: wrap; }
.videoYou{ position: relative; margin: 0 auto; width: 290px; height: 160px; }
/*PLUGINS #FIM ++++++++++++++++++++++++++*/


 /*BLOCOS TEXTO ++++++++++++++++++++++++++*/
.blocoTextoDescricao{ display: flex; width: 100%; padding: 15px; flex-wrap: wrap; max-width: 1280px; margin: 10px auto; }
.blocoTextoDescricao p{ width: 100%; text-align: left; font-size: 14px; color:#5b5b5b; line-height: 30px; font-weight: 400; margin-bottom: 7px;   }
/*BLOCOS TEXTO #FIM ++++++++++++++++++++++*/

 /*BLOCOS DIV ÚNICA ++++++++++++++++++++++++++*/
.style_div { background-color: #f5f5f5; padding: 10px; }
/*BLOCOS DIV ÚNICA #FIM ++++++++++++++++++++++*/

/*BOTÃO WHATSAPP ++++++++++++++++++++++++++*/
a.NewBtnWhatsapp:active, a.NewBtnWhatsapp:visited, a.NewBtnWhatsapp:link { background-color: #047a40; color: #fefefe; padding: 5px 10px; border-radius: 10px; width: 250px; margin: 5px 15px; text-align: center; cursor: pointer; font-size: 18px; display: block;}
a.NewBtnWhatsapp i{ color: #fefefe !important; }
a.NewBtnWhatsapp:hover { opacity: 0.8;}
/*BOTÃO WHATSAPP #FIM ++++++++++++++++++++++*/

/*BLOCO CONTAGEM ++++++++++++++++++++++++++*/
.backCont { background-color: #1e1e1e; background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; }
.blocoCont { padding: 20px 0px; }
.infoCont { margin: 30px auto; border-radius: 5px; border:1px solid #fefefe; border-top: 4px solid #fefefe; color: #fefefe; padding: 10px; text-align: center; font-size: 18px; width: 80%; }

.numCont { display: flex; align-items: center; justify-content: center; margin: 0px; flex-wrap: wrap;}
.infoCont span{ width: 25px; display: block; text-align: center; line-height: 15px; }
.infoCont strong{ color: #fefefe; font-size: 51px; margin-left: 10px;}
.textCont { margin: 0px auto; width: 150px; }
/*BLOCO CONTAGEM #FIM ++++++++++++++++++++++*/


/*BLOCO TABELAS ++++++++++++++++++++++++++*/

.tableBloco{ position: relative; width: 100%; margin: 10px auto; display: table;  border: 0;  }
.tableBloco tr td{ background-color: #29773e; color:#fff; text-align: center; font-size: 12px; font-weight: 300; padding: 5px 5px; border-radius: 8px;   }
.tableBloco tr td.tableTitulo{ background-color: #f8a03a; color:#fff; text-align: center; font-size: 14px; font-weight: 600; padding: 6px 5px; border-radius: 8px;   }

/*BLOCO TABELAS #FIM ++++++++++++++++++++++*/

/*BLOCO TABELAS ++++++++++++++++++++++*/
  .card {
    max-width: 1280px;
    border-radius: 12px;
    overflow: hidden;
	margin: 0 2%;
	position: relative;
	width: 96%;
	
  }

  .card-title {
    background-color: #f7941d;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 12px;
	font-size: 16px;
  }

  .info-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #0a7736;
    border-radius: 12px;
    padding: 8px 14px;
    margin-top: 8px;
	font-size: 14px;
  }

.info-box-2 {
    border: none;
    border-radius: 0px;
    padding: 0px;
  }

  .info-label {
    font-weight: bold;
    color: #1b3812;
  }

  .info-value {
    font-weight: bold;
    color: #1b3812;
    white-space: nowrap;
  }

.info-label-2 {
    border: 2px solid #0a7736;
    padding: 8px 14px;
    border-radius: 12px;
    width: 100%;
    text-align: center;
	margin: 0px 5px;
  }
.info-label-2:first-child {
    margin-right: 5px;
    margin-left: 0px;
  }
.info-label-2:last-child {
    margin-left: 5px;
    margin-right: 0px;
  }
/*BLOCO TABELAS #FIM ++++++++++++++++++++++*/

/*FAIXA TÍTULO ++++++++++++++++++++++*/
.faixaNovaFundo{ width: 100%; height: 150px; display: flex; padding: 15px; justify-content: center; align-content: center; background-color: #D7D7D7; background-size: cover; background-algin: center; align-items: center; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.faixaNovaFundo h1{  color: #fff; font-weight: 600; font-size: 24px; position: relative; display: flex; justify-content: center;   }
.faixaNovaFundo h1:before{ content: ""; position: absolute; border-bottom: 3px solid #f8a13c; width: 115px; bottom: -10px; }
/*FAIXA TÍTULO #FIM ++++++++++++++++++++++*/

/*BLOCO SLIDERS ++++++++++++++++++++++++++*/
.NGAL_individuaisMAX{ position: relative; width: 100%; max-width: 1920px; padding: 10px; margin: 0 auto;   }
.NGAL_individuais{ position: relative; width: 100%; display: flex; justify-content: center; flex-wrap: wrap;   }
.NGAL_individuais a{ display: flex; position: relative; width: 48%; height: 120px;  margin: 1%; justify-content: center;  }
.NGAL_individuais_ft{ width: 100%; height: 100%;  background-size: cover; background-position: center center; background-repeat: no-repeat;  }

.NGAL_individuaisG a{ width: 98%; margin: 1%; height: 150px; }


.NGAL_individuaisGiroMAX{position: relative; width: 100%; max-width: 1920px; margin: 0 auto; text-align: center;  }
.NGAL_individuaisGiroMAX a{ text-align: center; }
.NGAL_giroIndividual img{  width: 100%; height: auto; }
.NGAL_giroIndividual2 img, .NGAL_giroIndividual3 img, .NGAL_giroIndividual4 img, .NGAL_giroIndividual6 img{width: 95%; margin:0 2.5%; height: auto; max-width: 1280px;  }

/*BLOCO SLIDERS #FIM ++++++++++++++++++++++*/  

/*BLOCO FOOTER ++++++++++++++++++++++++++*/
.newFooter { background-color: #777777; padding: 40px 0px; position: relative; width: 100%; }
.footerBloco {  width: 100%;}
.logoFooter { width: 100px; display: block; margin: 0 auto; }
.InfoFooter { text-align: center; color: #fefefe; margin: 25px auto}
.InfoFooter p{ text-align: center; color: #fefefe; }
.SocialFooter { color: #fefefe; text-align: center; }
.SocialFooter p{ text-align: center; font-weight: 600; font-size: 18px; }
.iconsFooter { display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; justify-content: center; }
a.linkIconsF:active, a.linkIconsF:visited, a.linkIconsF:link { font-size: 25px; margin: 0px 10px; color: #fefefe; }
a.linkIconsF:hover{ opacity: 0.8; }
/*BLOCO FOOTER #FIM ++++++++++++++++++++++*/  

/*BLOCO DESENVOLVIDO ++++++++++++++++++++++*/  
.blocoDes { padding: 5px 0px; background-color: #f5f5f5; position: absolute; display: flex; width: 100%; justify-content: center; align-items: center; }
.blocoDes p{ margin: 0px; color: #333; }
.imgDes { width: 40px; margin: 0px 10px; }
/*BLOCO DESENVOLVIDO #FIM ++++++++++++++++++++++*/

/*BLOCO HEADER ++++++++++++++++++++++*/  
.newHeader { max-width: 1300px; margin: 0px auto; padding: 10px; z-index: 100000; } 
.blocoHeader { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; }

.logoHeader { width: 100px; font-weight: bold; color: #333; }

.linksHeader { display: none; }
.btnWhatsHeader { display: none; }

/*BLOCO HEADER #FIM ++++++++++++++++++++++*/ 

/*BLOCO FAIXA FORMULÁRIO ++++++++++++++++++++++*/  
.faixaTopoHeader { background-color: #cecece; padding: 30px 20px; align-items: center; }
.divTopoHeader { max-width: 1300px; margin: 0 auto; }

.blocoTxtHeader { text-align: center; margin-bottom: 25px; }
.titFaixaHeader { font-size: 20px; }
.txtFaixaHeader { font-size: 16px; line-height: 25px; }

.blocoFormHeader { background-color: #f5f5f5; padding: 20px 10px; }
.rowForm { display: flex; flex-direction: column; margin: 10px 0px; }
.labelNewFaixa { margin: 0px; padding-left: 5px;  }
.inputNewFaixa { line-height: 35px; padding-left: 5px; }
.txtareaNewFaixa { padding-left: 5px; }
.btnFormHeader { line-height: 35px; color: #fefefe; margin-top: 10px;  }

.rowTelForm { display: flex; flex-direction: row; justify-content: space-between; }
.dddNewForm { width: 18%; }
.telNewForm { width: 78%; }
/*BLOCO FAIXA FORMULÁRIO #FIM ++++++++++++++++++++++*/

/*BLOCO AVALICAÇÕES ++++++++++++++++++++++*/  
.galAvaliacoes{ display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; align-items: center; justify-content: center;}
.testimonial-card { background: white; width: 280px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); text-align: center; padding: 20px; position: relative; margin: 30px 40px; }

.testimonial-card h3 { margin: 0; font-size: 18px; font-weight: bold; }

.stars { color: #ffc107; margin: 8px 0; font-size: 18px; }

.testimonial-text { font-size: 14px; color: #555; line-height: 25px; margin-bottom: 20px; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }

.bottom-bar { display: flex; height: 6px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; overflow: hidden; position: absolute; bottom: 0; left: 0; width: 100%; }

.bar-red { background: #f44336; flex: 1; }
.bar-yellow { background: #ffeb3b; flex: 1; }
.bar-green { background: #4caf50; flex: 1; }
.bar-blue { background: #2196f3; flex: 1; }
/*BLOCO AVALICAÇÕES #FIM ++++++++++++++++++++++*/ 




/*BLOCO TOPO NOVO */
.EntradaNovaTopo{ display: flex; width: 100%; height: auto; justify-content: center; padding: 40px 15px 0 15px; background: #035766; background: linear-gradient(180deg,rgba(3, 87, 102, 1) 50%, rgba(1, 61, 75, 1) 100%); background-image: url(https://lp.vbwp.com.br//public/uploads/28/fundo_topo.png); background-size: cover; background-position: center bottom; background-repeat: no-repeat; }
.EntradaNovaTopoDados{ display: flex; flex-wrap: wrap; max-width: 1280px; }
.EntradaNovaTopoDados1{ display: flex; flex-wrap: wrap; justify-content: center;   width: 100%; align-content: center; }
.EntradaNovaTopoDados1 h1{ color: #fff; margin-bottom: 20px; font-size: 24px; text-align: center; width: 100%;    }
.EntradaNovaTopoDados1 h2{ color: #fff; font-size: 18px; margin-bottom: 20px; text-align: center; width: 90%; font-weight: 400;  }
.EntradaNovoTopo_imgs{ width: 180px; height: auto; margin-bottom: 20px;   }

.EntradaNovaTopoDados2{ display: flex; flex-wrap: wrap; justify-content: center; width: 100%; }
.EntradaNovoTopo_fotodestac{ width: 80%; height: auto; max-height: 100%; }

/*BLOCO TOPO NOVO  #FIM ++++++++++++++++++++++*/ 


/*BLOCO SERVICOS NOVO */
.ServicosNovoFT2{ display: flex; justify-content: center; width: 100%; padding: 20px 25px; background-color: #0c3e4b;  }
.ServicosNovoFT2_Dados{ display: flex; justify-content: center; width: 100%; max-width: 1280px; flex-wrap: wrap;  }
.ServicosNovoFT2_Titulo { width: 100%;  color: #fff; font-weight: bold; font-size: 24px; text-align: center; margin-botom: 50px;    }

.ServicosNovoFT2_Bloco{ display: flex;  width: 100%; padding: 15px; border-radius: 10px; background-color: #7cc5b4; position: relative; margin-top: 120px;  flex-wrap: wrap; justify-content: center; padding-top: 125px; text-align: center;     }
.ServicosNovoFT2_img{ position: absolute; width: 250px; height: 250px; top: -125px; }
.ServicosNovoFT2_h3 { font-size: 20px; line-height: 25px; margin-bottom: 20px; font-weight: bold; color: #013d4b;    }
.ServicosNovoFT2_p { font-size: 16px; line-height: 25px; margin-bottom: 10px; color: #013d4b;    }

/*BLOCO SERVICOS NOVO  #FIM ++++++++++++++++++++++*/ 

/*BLOCO ROTAÇÃO NOVO ++++++++++++++++++++++*/ 

.fundoBlocoRotativo { }
.bloco_rotativo { padding: 20px; display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; max-width: 1440px; margin: 0 auto;}
.bloco_rotativo_texto { display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; align-items: center; margin-bottom: 50px; }
.bloco_rotativo_texto h1 { font-size: 20px; margin: 10px 0px; color: #fefefe; text-align: center; }
.bloco_rotativo_texto h2 { font-size: 18px; margin: 10px 0px; color: #fefefe; text-align: center; font-weight: 400;}

.btn_bloco_rotativo { position: relative; display: inline-block; padding: 10px 50px; margin: 10px 0; font-weight: bold; border-radius: 8px; text-align: center; text-decoration: none; color: #fefefe; background-color: #66ff66; overflow: hidden; }

/* Preenchimento central com bordas arredondadas */
.btn_bloco_rotativo::before { content: ""; position: absolute; top: 0; left: 50%; width: 110%; height: 110%; background-color: #000; border-radius: 500px; /* arredonda só as bordas laterais */ transform: translateX(-50%) scaleX(0); transform-origin: center; transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1); z-index: 0; }

/* Anima o preenchimento sólido a partir do centro */
.btn_bloco_rotativo:hover::before {  transform: translateX(-50%) scaleX(1); }

/* Texto acima da camada animada */
.btn_bloco_rotativo span { position: relative; z-index: 1; transition: color 0.4s;
}

.btn_bloco_rotativo:hover span {  color: #fefefe; }

.bloco_rotativo_imagens { display: flex; justify-content: center; align-items: center; align-content: center; flex-direction: column; flex-wrap: wrap; width: 100%; }
.imagem_rotativa_container { position: relative; width: 100%; height: auto; }
.imagem_rotativa, .imagem_estatica { position: absolute; width: 100%; height: auto; object-fit: cover; top: 0; left: 0; border-radius: 16px;}
.imagem_estatica { position: relative; z-index: 100 }
.imagem_rotativa { animation: girar 60s linear infinite; z-index: 99; }

@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*BLOCO ROTAÇÃO NOVO  #FIM ++++++++++++++++++++++*/ 

/*BLOCO GALERIA ESTÁTICA NOVA ++++++++++++++++++++++*/ 

.galeria_nova_estatica { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; padding: 30px 0px;    }

.item_nova_gal { position: relative; height: 200px; overflow: hidden; flex-grow: 1; flex-shrink: 0; flex-basis: 320px; /* largura mínima */   }

.item_nova_gal img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s;    }

.item_nova_gal:hover img { transform: scale(1.05); }

.overlay_nova_galeria { position: absolute; inset: 0; background: rgba(0,0,0,0.5); opacity: 0; display: flex; justify-content: center; align-items: center; transition: opacity 0.3s; }

.item_nova_gal:hover .overlay_nova_galeria { opacity: 1;  }

.overlay_nova_galeria a { background: #fefefe; color: #121212; padding: 10px 20px; text-decoration: none; border-radius: 6px; font-weight: bold; transition: 0.3s; }

.overlay_nova_galeria a:hover { background: #121212; color: #fefefe; }

/*BLOCO GALERIA ESTÁTICA NOVA  #FIM ++++++++++++++++++++++*/ 

/*BLOCO PROGRESSO ++++++++++++++++++++++*/
.process-container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; padding: 30px 20px; color: #fff; max-width: 1440px; margin: 0 auto; }

.process-step { flex: 1 1 220px; background: #1a1a1a; border-radius: 12px; padding: 60px 20px 30px; text-align: center; position: relative; overflow: visible; transition: transform 0.3s; }

.process-step:hover { transform: translateY(-5px); background: #222; }

.icon-container { position: absolute; top: -20px; /* metade da altura da imagem */ left: 50%; transform: translateX(-50%); padding: 1px; border-radius: 50%; box-shadow: 0 4px 12px rgba(0,0,0,0.3); }

.icon-container img { width: 70px; height: auto; object-fit: contain; }

.step-number { position: absolute; bottom: 15px; left: 20px; font-size: 24px; color: #666; opacity: 0.3; font-weight: 600; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
/*BLOCO PROGRESSO #FIM ++++++++++++++++++++++*/ 

/*BLOCO DIFERENCIAIS NOVO ++++++++++++++++++++++*/ 
.blocoDifNovo { padding: 30px 20px; margin: 0 auto; display: block; max-width: 1440px; display: flex; flex-direction: column; flex-wrap: wrap; }

.conteudoDifUm { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; }
.imagemDivDif { display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #848484; border-radius: 8px; background-color: #3a3a3a; padding: 30px; margin-bottom: 20px; }
.ftDivDif { width: 100px;  height: auto; margin-bottom: 10px; }
.imagemDivDif h3 { text-align: center; color: #fefefe; }

.conteudoDifDois { display: flex; flex-direction: column; }
.conteudoDifDois h2{ text-align: center; color: #fefefe; }
.conteudoDifDois p{ text-align: center; color: #fefefe; }
/*BLOCO DIFERENCIAIS ++++++++++++++++++++++*/ 

/*BLOCO PREÇOS NOVOS ++++++++++++++++++++++*/ 
.blocoPrecos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 40px; padding: 30px 20px; max-width: 1440px; }
.cardPreco { position: relative; background-color: #1a1a1a; color: white; border-radius: 10px; padding: 30px 20px; width: 280px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); text-align: center; max-width: 300px; }
.cardPrincipal { border: 1px solid #ffcc00; }
.cardPreco .tag { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background-color: #ffcc00; color: #000; padding: 6px 6px; border-radius: 6px; font-weight: bold; box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.cardPreco h3 { margin-top: 0px; margin-bottom: 15px; letter-spacing: 1px; color: #ccc; }
.txtPrecoCard { font-size: 40px; margin: 0; }
.txtPrecoCard span { font-size: 18px; font-weight: normal; }
.separator { margin: 20px 0; height: 1px; background: linear-gradient(to right, #1a1a1a, #555, #1a1a1a); border: none; }
.features { text-align: left; padding-left: 20px; }
.features li { margin: 10px 0; list-style: none; position: relative; }
/*BLOCO PREÇOS NOVOS #FIM ++++++++++++++++++++++*/ 

/*BLOCO LOGO PARCEIROS ++++++++++++++++++++++*/ 
@keyframes desfile-infinito { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.vitrine-parceiros { overflow: hidden; padding: 30px 0; position: relative; }
.fita-rolante { display: flex; width: max-content; animation: desfile-infinito 30s linear infinite; }
.linha-logos { display: flex; }
.logo-parceiro { width: 125px; height: 125px; margin: 0 50px; filter: grayscale(100%); transition: filter 0.3s ease; }
.logo-parceiro:hover { filter: grayscale(0%); }

/*BLOCO LOGO PARCEIROS #FIM ++++++++++++++++++++++*/ 

/*BLOCO FAQ ++++++++++++++++++++++*/ 
.faq-item { border: 1px solid #ddd; border-radius: 8px; margin: 20px 20px; max-width: 700px; background: #fff; overflow: hidden; cursor: pointer; transition: all 0.3s ease; }
.faq-item:hover { opacity: 0.9; }
.faq-item hr{ height: 1px; background: linear-gradient(to right, rgb(58 58 58), rgb(85, 85, 85), rgb(58 58 58)); border-width: initial; border-style: none; border-color: initial; border-image: initial; margin: 0; }
.faq-question { padding: 10px 10px; display: flex; align-items: center; justify-content: space-between; font-size: 18px; font-weight: 500; }
.faq-icon { font-size: 20px; transition: transform 0.3s ease; }
.rotate { transform: rotate(180deg); }
.faq-answer { max-height: none; overflow: hidden; color: #333; transition: max-height 0.7s ease; padding-left: 10px; padding-right: 10px; font-size: 16px; line-height: 30px; font-weight: 300; }
/*BLOCO FAQ #FIM ++++++++++++++++++++++*/ 


@media (min-width:768px) {
  .Bloco2PartesB {
    width: 50%
  }
  .BlocoFundoLaranja {
    order: 0
  }
    /*TITULOS ++++++++++++++++++++++++++++++++++*/
    .tituloPrincipalCentro{ font-size: 28px;  }
    .subtituloPrincipalCentro{ font-size: 22px; font-weight: 400; line-height: 35px; margin: 30px 0 15px 0;    }
    /*TITULOS #FIM ++++++++++++++++++++++++++++*/
    
    
    /*BLOCOS DESTAQUE +++++++++++++++++++++++++*/
        .BlocosDestaque{ width: 100%; padding: 40px 10px;}
        .BlocosDestaqueInd{ width: 46%; margin: 1% 2% 20px 2%; } 
        .BlocosDestaqueInd p.BlocoDestaqueTit{  font-size:20px; margin-bottom: 10px;    }
        .BlocosDestaqueInd p{  font-size: 16px;      }
        .BlocosDestqueIMG{  height: 150px;   }
    
    .BlocosDestaque a{ display: flex; width: 46%; margin: 1% 2% 20px 2%;  }
    .BlocosDestaque a .BlocosDestaqueInd{ display: flex; width: 100%; margin: 0; }

     /*BLOCOS DESTAQUE #FIM ++++++++++++++++++++*/
    
     /*DESTAQUE TEXTO ++++++++++++++++++++++++++*/
    .BlocoDestaqueTexto2BTNS{  padding: 50px 15px;   }
    .BlocoDestaqueTexto2BTNS_Titulo{ font-size: 26px;  margin-bottom: 30px; padding: 0 15%; text-align: center;   }
    .BlocoDestaqueTexto2BTNS_Texto{ font-size: 22px; margin-bottom: 30px;  }
    
    /* BLOCO IMAGEM TEXTO */
    .BlocoImagemTextoG_img{ width: 40%;   }
    .BlocoImagemTextoG_texto{ width: 60%;  font-size: 16px;   }
    
    .BlocoImagemTextoG_texto p.BlocoImagemTextoG_tit{ font-size: 26px; }
    
    /* DIFERENCIAL2 */
.BlocoDetalheDiferencialInd2{ width: 48%; margin: 1%; padding: 10px;    }
.BlocoDetalheDiferencialInd2_img{ width: 20%; display: flex; }
.BlocoDetalheDiferencialInd2_texto{ width: 80%; font-size: 16px; padding-right: 0px;   }
    
.BlocoDetalhesDiferencial2 a { width: 50%;  }
.BlocoDetalhesDiferencial2 a .BlocoDetalheDiferencialInd2{ width: 98%;  }
    
    
    /* BLOCO 3 icone titulo texto*/
    .bloco3PartesFundo{ border-radius: 10px; overflow: hidden; margin: 60px auto; }
    .Bloco3PartesFundo_ind{ width: 33.3%; padding: 4% 2%;  }
    
    .bloco3PartesFundo a { width: 33.3%; }
    .bloco3PartesFundo a .Bloco3PartesFundo_ind{ width: 100%; padding: 4% 2%; }
    
    
 /*DESTAQUE TEXTO #FIM +++++++++++++++++++++*/
    
     /*PLUGINS +++++++++++++++++++++++++++++++*/
	.videoYou{ width: 560px; height: 315px; }
	/*PLUGINS #FIM ++++++++++++++++++++++++++*/

	/*BLOCO CONTAGEM ++++++++++++++++++++++++++*/
	.blocoCont { padding: 40px 5px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; }
	.infoCont { margin: 15px;  font-size: 18px; width: 30%; }
	/*BLOCO CONTAGEM #FIM ++++++++++++++++++++++*/



	/*BLOCO TABELAS ++++++++++++++++++++++++++*/
	.tableBloco{ border-spacing: 10px; max-width: 1280px;  }
	.tableBloco tr td{  font-size: 14px; padding: 8px 10px;    }
	.tableBloco tr td.tableTitulo{  font-size: 16px;    }
	/*BLOCO TABELAS #FIM ++++++++++++++++++++++*/



	 /*BLOCO SLIDERS ++++++++++++++++++++++++++*/

	.NGAL_individuais a{ display: flex; position: relative; width: 30.3%; height: 120px;  margin: 1% 1.5%;  }

	.NGAL_individuaisG a{ width: 48%; margin: 1%; height: 210px; }

	/*BLOCO SLIDERS #FIM ++++++++++++++++++++++*/  

	/*BLOCO FOOTER ++++++++++++++++++++++++++*/
	.newFooter { display: flex; align-items: center;  justify-content: space-between; position: relative;}
	.logoFooter { width: 150px; }
	.InfoFooter {  margin: 0px auto}
	.InfoFooter p{ text-align: center; color: #fefefe; margin: 10px 0px; }
	/*BLOCO FOOTER #FIM ++++++++++++++++++++++*/

	/*BLOCO HEADER ++++++++++++++++++++++*/  
	.blocoHeader { flex-direction: row; }
	.linksHeader { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 10px 0px; }

	a.btnLinksHeader:active, a.btnLinksHeader:link, a.btnLinksHeader:visited { padding: 5px; color: #333333; font-weight: 500; font-size: 16px; }

	a.btnWhatsHeader:active, a.btnWhatsHeader:visited, a.btnWhatsHeader:link { padding: 5px 15px; max-width: 150px; width: 100%; text-align: center; font-weight: 500; background-color: #29773e; color: #fff; border-radius: 6px; transition: background-color 0.3s; display: block; }
	a.btnWhatsHeader:hover { opacity: 0.7; }
	/*BLOCO HEADER #FIM ++++++++++++++++++++++*/ 

	/*BLOCO FAIXA FORMULÁRIO ++++++++++++++++++++++*/  
	.divTopoHeader { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; align-items: center; padding: 20px; }
	.blocoTxtHeader { width: 50%; }
	.blocoFormHeader { width: 350px; }

	.blocoTxtHeader { text-align: left; }

	.blocoFormHeader { background-color: #f5f5f5; }
	.rowForm { display: flex; flex-direction: column; margin: 10px 0px; }
	.labelNewFaixa { margin: 0px; padding-left: 5px;  }
	.inputNewFaixa { line-height: 35px; padding-left: 5px; }

	.btnFormHeader { line-height: 35px; color: #fefefe;  }
	/*BLOCO FAIXA FORMULÁRIO #FIM ++++++++++++++++++++++*/ 

	/*BLOCO AVALICAÇÕES ++++++++++++++++++++++*/  
	.testimonial-card { margin: 30px 50px; }
	/*BLOCO AVALICAÇÕES #FIM ++++++++++++++++++++++*/ 
    
    
    
    /*BLOCO TOPO NOVO */


	.EntradaNovaTopoDados1{ width: 60%; padding: 100px 0; }
	.EntradaNovaTopoDados2{  width: 40%; align-content: flex-end;  }
	.EntradaNovoTopo_fotodestac{ width: 100%; height: auto; }

	/*BLOCO TOPO NOVO  #FIM ++++++++++++++++++++++*/ 
    
    
    
    /*BLOCO SERVICOS NOVO */
	.ServicosNovoFT2_Bloco{   width: 80%; padding: 15px 15px 15px 20%; border-radius: 10px; background-color: #6bc5b4; position: relative;  flex-wrap: wrap; justify-content: left;  text-align: left; margin: 10% 0 5% 15%;     }
	.ServicosNovoFT2_img{ position: absolute; width: 250px; height: 250px; top: -25%; left: -20%; }
	.ServicosNovoFT2_h3 { font-size: 22px; line-height: 25px; margin-bottom: 20px;   }
	.ServicosNovoFT2_p { font-size: 18px; line-height: 25px; margin-bottom: 10px;   }
	/*BLOCO SERVICOS NOVO  #FIM ++++++++++++++++++++++*/ 

	/*BLOCO ROTAÇÃO NOVO ++++++++++++++++++++++*/ 

	.bloco_rotativo { flex-direction: row; align-items: center; justify-content: space-between; padding: 20px 30px;}
	.bloco_rotativo_imagens { width: 49%; }
	.bloco_rotativo_texto { width: 49%; margin-bottom: 0px; align-items: flex-start; }
	.bloco_rotativo_texto h1 { text-align: left; }
	.bloco_rotativo_texto h2 { text-align: left; }

	/*BLOCO ROTAÇÃO NOVO  #FIM ++++++++++++++++++++++*/ 	

	/*BLOCO GALERIA ESTÁTICA NOVA ++++++++++++++++++++++*/ 
	.item_nova_gal { height: 250px; }
	.item_nova_gal.tamanho-1 { flex-basis: 150px; }
    .item_nova_gal.tamanho-2 { flex-basis: 200px; }
    .item_nova_gal.tamanho-3 { flex-basis: 250px; }
	
    /*BLOCO GALERIA ESTÁTICA NOVA  #FIM ++++++++++++++++++++++*/ 
	
	/*BLOCO PROGRESSO ++++++++++++++++++++++*/
	.step-number { font-size: 40px;  }
	/*BLOCO PROGRESSO #FIM ++++++++++++++++++++++*/ 
	
	/*BLOCO DIFERENCIAIS NOVO ++++++++++++++++++++++*/ 
	.imagemDivDif { margin: 10px; padding: 25px; }
	/*BLOCO DIFERENCIAIS ++++++++++++++++++++++*/ 
	
	/*BLOCO PREÇOS NOVOS ++++++++++++++++++++++*/ 
	.blocoPrecos{ margin: 0 auto; }
	.cardPreco { width: 31%; max-width: 100%; }
	.cardPreco .tag { width: 150px;  }
	/*BLOCO PREÇOS NOVOS #FIM ++++++++++++++++++++++*/
	
	/*BLOCO FAQ ++++++++++++++++++++++*/ 
	.faq-item { margin: 20px auto; }
	/*BLOCO FAQ #FIM ++++++++++++++++++++++*/ 
	
}

@media only screen and (min-width:992px) {
    
    
    /*BLOCOS DESTAQUE +++++++++++++++++++++++++*/
        .BlocosDestaque{ width: 100%; padding:50px 10px; }
        .BlocosDestaqueInd{ width: 23%; margin: 1% 1% 20px 1%; padding-bottom: 20px;  } 
        .BlocosDestaqueInd p.BlocoDestaqueTit{  font-size:20px; margin-bottom: 20px;    }
        .BlocosDestaqueInd p{  font-size: 16px;      }
        .BlocosDestqueIMG{  height: 150px;   }
    
    .BlocosDestaque a{ display: flex; width: 23%;  margin: 1% 1% 20px 1%;   }
    .BlocosDestaque a .BlocosDestaqueInd{ display: flex; width: 100%; margin: 0; }

     /*BLOCOS DESTAQUE #FIM ++++++++++++++++++++*/
    
    
    /*DESTAQUE TEXTO ++++++++++++++++++++++++++*/
     /* BLOCO IMAGEM TEXTO */
    .BlocoImagemTextoG{ padding: 60px 10px;}
    .BlocoImagemTextoG_img{ width: 40%;   }
    .BlocoImagemTextoG_texto{ width: 60%;  font-size: 16px; line-height: 30px;   padding-right: 20px; text-align: justify; align-items: center; align-content: center; }
    .BlocoImagemTextoG_texto p.BlocoImagemTextoG_tit{ font-size: 26px; }
    
    /* DIFERENCIAL2 */
.BlocoDetalheDiferencialInd4{ width: 23%; margin: 1%; padding: 5px;    }
.BlocoDetalheDiferencialInd4 .BlocoDetalheDiferencialInd2_img{ width: 40%;    }
.BlocoDetalheDiferencialInd4 .BlocoDetalheDiferencialInd2_texto{ width: 60%;    }
    
    .BlocoDetalhesDiferencial44 a{ width: 23%; margin: 1%; padding: 0px; } 
    .BlocoDetalhesDiferencial44 a .BlocoDetalheDiferencialInd4{ width: 100%; margin: 0;} 
 /*DESTAQUE TEXTO #FIM +++++++++++++++++++++*/
    
    
/*PLUGINS +++++++++++++++++++++++++++++++*/
.videoYou{ width: 700px; height: 395px; }
/*PLUGINS #FIM ++++++++++++++++++++++++++*/
    
/* BLOCO 3 icone titulo texto*/
.Bloco3PartesFundo_ind{ width: 33.3%; padding: 4% 5%;  }
    
 .bloco3PartesFundo a .Bloco3PartesFundo_ind{ width: 100%; padding: 10% 15%; }
    
    
 /*BLOCOS TEXTO ++++++++++++++++++++++++++*/
.blocoTextoDescricao{ display: flex; width: 100%; padding: 15px; flex-wrap: wrap; max-width: 1280px; margin: 10px auto; }
.blocoTextoDescricao p{ text-align: justify; font-size: 16px; }
/*BLOCOS TEXTO #FIM ++++++++++++++++++++++*/
	
/*BLOCO CONTAGEM ++++++++++++++++++++++++++*/
.blocoCont { justify-content: space-around;}
.infoCont { margin: 0px; width: 22%; }
/*BLOCO CONTAGEM #FIM ++++++++++++++++++++++*/
	
/*BLOCO TABELAS ++++++++++++++++++++++*/
  .card {
	margin: 0 auto;
	width: 100%;
  }
/*BLOCO TABELAS #FIM ++++++++++++++++++++++*/
  
/*FAIXA TÍTULO ++++++++++++++++++++++*/
.faixaNovaFundo{  height: 250px;   }
.faixaNovaFundo h1{   font-size: 28px;    }
/*FAIXA TÍTULO #FIM ++++++++++++++++++++++*/
   
    
    
 /*BLOCO SLIDERS ++++++++++++++++++++++++++*/

.NGAL_individuais a{  width: 24%; height: 150px;  margin: 1% 0.5%;  }
    
    .NGAL_individuaisG a{ width: 30.3%; margin: 1% 1.5%; height: 200px; }

/*BLOCO SLIDERS #FIM ++++++++++++++++++++++*/    
	
/*BLOCO HEADER ++++++++++++++++++++++*/  
	a.btnLinksHeader:active, a.btnLinksHeader:link, a.btnLinksHeader:visited { padding: 5px 20px; }
/*BLOCO HEADER #FIM ++++++++++++++++++++++*/
	
/*BLOCO AVALICAÇÕES ++++++++++++++++++++++*/  
.testimonial-card { margin: 30px 35px; }
/*BLOCO AVALICAÇÕES #FIM ++++++++++++++++++++++*/ 
    
    
/*BLOCO SERVICOS NOVO */
.ServicosNovoFT2_Bloco{   width: 70%; padding: 30px 15px 30px 20%; border-radius: 10px;  position: relative;  flex-wrap: wrap; justify-content: left;  text-align: left; margin: 10% 0 2% 15%;     }
.ServicosNovoFT2_img{ position: absolute; width: 300px; height: 300px; top: -30%; left: -20%; }
.ServicosNovoFT2_h3 { font-size: 22px; line-height: 25px; margin-bottom: 20px;    }
.ServicosNovoFT2_p { font-size: 18px; line-height: 25px; margin-bottom: 10px;   }
/*BLOCO SERVICOS NOVO  #FIM ++++++++++++++++++++++*/ 
	
	/*BLOCO GALERIA ESTÁTICA NOVA ++++++++++++++++++++++*/
	.item_nova_gal.tamanho-1 { flex-basis: 250px; }
    .item_nova_gal.tamanho-2 { flex-basis: 300px; }
    .item_nova_gal.tamanho-3 { flex-basis: 450px; }
	
    /*BLOCO GALERIA ESTÁTICA NOVA  #FIM ++++++++++++++++++++++*/
	
	/*BLOCO DIFERENCIAIS NOVO ++++++++++++++++++++++*/ 
	.blocoDifNovo { flex-direction: row; flex-wrap: wrap; align-items: center; }
	.conteudoDifUm { width: 54%; }
	.conteudoDifDois { width: 45%; }
	.conteudoDifDois h2 { text-align: left;}
	.conteudoDifDois p { text-align: left;}
	/*BLOCO DIFERENCIAIS ++++++++++++++++++++++*/
}

@media only screen and (min-width:1280px) {
  .Bloco2Partes_Dados {
    width: 700px;
    padding: 80px 50px
  }
  .Bloco2Partes_Titulo {
    font-size: 22px
  }
  .Bloco2Partes_Texto {
    font-size: 18px;
    text-align: left
  }
  .BlocoFundoCinza, .BlocoFundoLaranja {
    justify-content: flex-start
  }
  a.BtnBloco2Partes:active, a.BtnBloco2Partes:link, a.BtnBloco2Partes:visited {
    font-size: 18px;
    padding: 10px 50px;
    width: 280px;
    text-align: center
  }
    
    
/*DESTAQUE TEXTO ++++++++++++++++++++++++++*/
.BlocoDestaqueTexto2BTNS{  padding: 50px 15px;   }
.BlocoDestaqueTexto2BTNS_Titulo{ font-size: 32px;  margin-bottom: 30px; padding: 0 20%; text-align: center;   }
.BlocoDestaqueTexto2BTNS_Texto{ font-size: 26px; margin-bottom: 30px; padding: 0 5%;  }
/*DESTAQUE TEXTO #FIM +++++++++++++++++++++*/
	
/*BLOCO CONTAGEM ++++++++++++++++++++++++++*/
.infoCont { width: 18%; }
/*BLOCO CONTAGEM #FIM ++++++++++++++++++++++*/
    
    
/*BLOCO TABELAS ++++++++++++++++++++++++++*/
.tableBloco{ border-spacing: 15px;   }
.tableBloco tr td{  font-size: 16px; padding: 15px 10px;    }
.tableBloco tr td.tableTitulo{  font-size: 20px; padding: 15px 10px;    }
/*BLOCO TABELAS #FIM ++++++++++++++++++++++*/
	
/*BLOCO TABELAS ++++++++++++++++++++++*/
  

  .card-title {
	 font-size: 18px;
  }

  .info-box {
	  font-size: 16px;
  }
/*BLOCO TABELAS #FIM ++++++++++++++++++++++*/
	

/*BLOCO TOPO NOVO */


.EntradaNovaTopoDados1 h1{ margin-bottom:40px; font-size: 32px;     }
.EntradaNovaTopoDados1 h2{  font-size: 24px; margin-bottom: 25px;  width: 80%;  }
.EntradaNovoTopo_imgs{ width: 300px; height: auto; margin-bottom: 80px;   }

.EntradaNovaTopoDados1{ width: 60%; padding: 100px 40px; }
.EntradaNovaTopoDados2{  width: 40%; align-content: flex-end;  }
.EntradaNovoTopo_fotodestac{ width: 100%; height: auto; }

/*BLOCO TOPO NOVO  #FIM ++++++++++++++++++++++*/ 
    
    
/*BLOCO SERVICOS NOVO */
.ServicosNovoFT2_Bloco{   width: 38%; padding: 15px 15px 15px 13.5%; border-radius: 10px;  position: relative;  flex-wrap: wrap; justify-content: left;  text-align: left; margin: 7% 2% 2% 10%;     }
.ServicosNovoFT2_img{ position: absolute; width: 300px; height: 300px; top: -30%; left: -28%; }
.ServicosNovoFT2_h3 { font-size: 20px; line-height: 25px; margin-bottom: 20px;   }
.ServicosNovoFT2_p { font-size: 16px; line-height: 25px; margin-bottom: 10px;   }
/*BLOCO SERVICOS NOVO  #FIM ++++++++++++++++++++++*/ 
	
	 /*BLOCO GALERIA ESTÁTICA NOVA ++++++++++++++++++++++*/
	/*.item_nova_gal.tamanho-1 { flex-basis: 250px; }
    .item_nova_gal.tamanho-2 { flex-basis: 300px; }
    .item_nova_gal.tamanho-3 { flex-basis: 450px; }*/
	
    /*BLOCO GALERIA ESTÁTICA NOVA  #FIM ++++++++++++++++++++++*/
	
	/*BLOCO DIFERENCIAIS NOVO ++++++++++++++++++++++*/ 
	.conteudoDifUm, .conteudoDifDois { width: 50%; }
	/*BLOCO DIFERENCIAIS ++++++++++++++++++++++*/
	
	/*BLOCO PREÇOS NOVOS ++++++++++++++++++++++*/
	.blocoPrecos { gap: 40px; }
	.cardPreco { width: 25%; }
	/*BLOCO PREÇOS NOVOS #FIM ++++++++++++++++++++++*/ 
    
    
}
@media only screen and (min-width:1440px) {
  .Bloco2Partes_Dados {
    width: 700px;
    padding: 110px 50px
  }
  .Bloco2Partes_Titulo {
    font-size: 24px
  }
  .Bloco2Partes_Texto {
    font-size: 20px;
    text-align: left
  }
  .BlocoFundoLaranja {
    justify-content: flex-end
  }
    
    
    /*BLOCOS DESTAQUE +++++++++++++++++++++++++*/
        .BlocosDestaqueInd{ width: 22%; margin: 1% 1.5% 20px 1.5%; padding-bottom: 30px;  } 
        .BlocosDestaqueInd p.BlocoDestaqueTit{  font-size:20px; margin-bottom: 20px;    }
        .BlocosDestaqueInd p{  font-size: 16px;      }
        .BlocosDestqueIMG{  height: 170px;   }
    
     .BlocosDestaque a{ display: flex; width: 22%;  margin: 1% 1.5% 20px 1.5%;  }
    .BlocosDestaque a .BlocosDestaqueInd{ display: flex; width: 100%; margin: 0; }

     /*BLOCOS DESTAQUE #FIM ++++++++++++++++++++*/
    
     /*DESTAQUE TEXTO ++++++++++++++++++++++++++*/
    .BlocoDestaqueTexto2BTNS{  padding: 70px 15px;   }
    /*DESTAQUE TEXTO #FIM +++++++++++++++++++++*/
    
    /*PLUGINS +++++++++++++++++++++++++++++++*/
.videoYou{ width: 950px; height: 535px; }
/*PLUGINS #FIM ++++++++++++++++++++++++++*/
	
	
	
/*BLOCO CONTAGEM ++++++++++++++++++++++++++*/
.blocoCont { justify-content: space-between; }
.infoCont { width: 18%; }
/*BLOCO CONTAGEM #FIM ++++++++++++++++++++++*/
	
/*FAIXA TÍTULO ++++++++++++++++++++++*/
.faixaNovaFundo{  height: 350px;   }
.faixaNovaFundo h1{   font-size: 34px;    }
/*FAIXA TÍTULO #FIM ++++++++++++++++++++++*/
    
    
     /*BLOCO SLIDERS ++++++++++++++++++++++++++*/

.NGAL_individuais a{  width: 19%; height: 150px;  margin: 1% 0.5%;  }
    
       .NGAL_individuaisG a{ width: 31.3%; margin: 1% 1%; height: 220px; }

/*BLOCO SLIDERS #FIM ++++++++++++++++++++++*/ 
	
/*BLOCO AVALICAÇÕES ++++++++++++++++++++++*/  
.testimonial-card { margin: 30px 80px; }
/*BLOCO AVALICAÇÕES #FIM ++++++++++++++++++++++*/ 
    
/*BLOCO SLIDERS ++++++++++++++++++++++++++*/

.NGAL_individuais a{  width: 24%; height: 260px;  margin: 1% 0.5%;  }
    
.NGAL_individuaisG a{ width: 30.3%; margin: 1% 1.5%; height: 340px; }

/*BLOCO SLIDERS #FIM ++++++++++++++++++++++*/ 
        
/*BLOCO SERVICOS NOVO */
.ServicosNovoFT2_Dados{ max-width: 1440px; }
.ServicosNovoFT2_Bloco{   width: 38%; padding: 15px 15px 15px 13.5%; margin: 7% 2% 4% 10%;     }
.ServicosNovoFT2_img{  width: 340px; height: 340px; top: -30%; left: -28%; }
.ServicosNovoFT2_h3 { font-size: 24px; line-height: 35px; margin-bottom: 20px;   }
.ServicosNovoFT2_p { font-size: 18px; line-height: 25px; margin-bottom: 10px;   }
    .ServicosNovoFT2_Titulo{ font-size: 32px; margin-bottom: 35px; }
/*BLOCO SERVICOS NOVO  #FIM ++++++++++++++++++++++*/ 
    
  /*BLOCO GALERIA ESTÁTICA NOVA ++++++++++++++++++++++*/
	.item_nova_gal.tamanho-1 { flex-basis: 250px; }
    .item_nova_gal.tamanho-2 { flex-basis: 400px; }
    .item_nova_gal.tamanho-3 { flex-basis: 550px; }
	
    /*BLOCO GALERIA ESTÁTICA NOVA  #FIM ++++++++++++++++++++++*/
	
	
}

@media only screen and (min-width:1440px) {

 
    
}