@charset "UTF-8";
:root {
  --colorPreto: #000;
  --colorTexto: #333;
  --colorBranco: #FFF;
  --colorSubTitle: #777;
  --colorCinza777: #777;
  --colorCinza777: #888;
  --colorCinza777: #999;
  --colorCinzaAAA: #AAA;
  --colorCinzaCCC: #CCC;
  --colorPadrao: #0034C3;
  --colorStrong: #191859;
  --colorLinkMeu: #323b5c;
  --colorFundoMenu: #0060FF ;
  --colorFundoMenuHover: #CCC ;
  --colorSpanH2: #0060FF ;
  --colorSmallH2: #666;
  --colorAzulOrcamento: #0061ff;
  --colorFundoZap: #50E99F;
  --colorTexZap: #07411c;
  --colorFundoZap2: #24D366 ;
  --colorFundoZap3: #18B653 ;
  --colorZapIcon: #0a2615;
  --colorLink: #fb0000 ;
  --colorFundo_CCC: #CCC;
  --colorFundo_EEE: #EEE;
  --colorVerdeBtmenu: #248D23;
  --colorBckgrdBtsZap: #00FF00;
  --colorVrdTxtEscuro: #055E04;
  --colorVrdTxtEscuro2: #082808;
  --colorvdBtsBairros: #06472B;
  --colorH2: #222;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: Sora, Arial;
  color: #000;
}

p, small {
  font-size: 14px;
  color: #000;
  line-height: 26px;
  font-weight: normal;
}

p {
  margin-top: 14px;
  text-align: left;
}

input, select, textarea {
  outline: none;
}

img {
  outline: none;
  border: none;
}

button {
  border: none;
  cursor: pointer;
  background: none;
}

i, address {
  font-style: normal;
}

a, a:hover {
  transition: ease-in 0.1s;
  color: #ff0000;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: -10px;
  text-align: left;
  color: #000;
  letter-spacing: -1px;
  word-spacing: 0px;
}

h1 span, h2 span, h3 span {
  margin-top: 20px;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: left;
}

h1 small, h2 small, h3 small, h4 small, h5 small {
  text-align: left;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #000;
}

body {
  background: linear-gradient(-135deg, #a7b8da 0%, #FFF 30%, #FFF 5%, #c6d7fa 90%);
}

#header, #headerPgs {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  border-top: 4px solid var(--colorPadrao);
  /*position: relative;
  display: flex;    
  background-image:url(../img/fundoHomeMobile.webp);
  background-size:cover;
  background-position:center 20px ;
  background-repeat: no-repeat;*/
  /* Efeito Glass - adicione isso */
  background: rgba(255, 255, 255, 0.1); /* Fundo transparente branco */
  backdrop-filter: blur(10px); /* Desfoque do fundo */
  -webkit-backdrop-filter: blur(10px); /* Suporte Safari */
  transition: all 0.3s ease; /* Transição suave */
  will-change: backdrop-filter, background; /* Otimiza a animação */
}

.headerGlass {
  background: rgba(255, 255, 255, 0.6) !important; /* Fundo transparente branco */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra leve */
}

/*
#headerIn{ 
    //width:100%;max-width:1300px;min-height:88px; margin:0 auto;

   // background:#CCC url('../img/elipse1.svg');  opacity: 0.5;
   // background-position:-70px -468px;

  //  background-repeat: no-repeat;

}


#headerIn {
    width:100%;max-width:1300px;min-height:100px; margin:0 auto;
  position: relative;
  background-color: #CCC; 
}


#headerIn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/elipse1.svg');

   background-position:4px -80px;

 background-repeat: no-repeat;
  opacity: 0.5;
  mix-blend-mode: multiply; 
  pointer-events: none;
}
*/
#barraTopFone {
  width: 100%;
  float: left; /*display:none;*/
  /* @media(min-width:600px) { display: flex ; }*/
}

#barraTopFoneIn {
  width: 100%;
  max-width: 1300px;
  height: 20px;
  padding: 0px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
}

.foneBarraTop {
  height: 22px;
  display: flex;
  align-items: center;
  padding: 0px 11px;
  margin-top: 0px;
  text-align: center;
  font-size: 10px;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 0.6px;
  border-radius: 0px 0px 10px 10px;
  background-color: var(--colorPadrao);
}
.foneBarraTop span {
  margin-top: -3px;
}
.foneBarraTop .iconFone24 {
  width: 16px;
  fill: #FFF;
  margin-top: 0px;
  margin-right: 6px;
}
@media (min-width: 600px) {
  .foneBarraTop {
    height: 32px;
    padding: 0px 20px;
    margin-top: 6px;
    font-size: 14px;
  }
  .foneBarraTop .iconFone24 {
    width: 24px;
    margin-top: 2px;
  }
}

/*
 #barraTopFoneIn span .iconFonetop ,  #barraTopFoneIn span .iconLocaltop{display:flex; justify-content: center; align-items: center; }
 #barraTopFoneIn span .iconFonetop{width:20px;height:40px; margin:0px 4px 0px 10px; }

 #barraTopFoneIn span .iconLocaltop{width:20px;height: 36px;margin:0px 4px 0px 10px; 

} */
#topMenuAll {
  width: 100%;
}

#topMenu {
  width: 98%;
  max-width: 1300px;
  height: 80px !important;
  margin: 0 auto;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
}
@media (min-width: 451px) {
  #topMenu {
    height: 70px;
  }
}

.logoTopo {
  width: 200px;
  height: 58px;
  margin-left: 10px;
  margin-top: -24px;
  /*width:144px; height:46px;  margin-top:0px;*/
}
@media (min-width: 451px) {
  .logoTopo {
    width: 322px;
    height: 80px;
    margin-left: 8px;
    margin-top: -20px;
    /* padding:14px 10px;
     background-color: #242424;
     */
  }
}
@media (min-width: 600px) {
  .logoTopo {
    margin-left: 30px;
  }
}

.topMenuIn {
  height: 30px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: 60px;
}

.topMenuIn ul {
  position: relative;
  margin-top: 0px;
}

.topMenuIn ul li {
  position: relative;
  float: left;
  margin-top: -5px;
  list-style: none;
}

.topMenuIn ul li a, .menulinkCego button, .menuBtLinkOrcamento button {
  display: flex;
  justify-content: space-between;
  margin-left: 2px;
  margin-top: 0px;
  padding: 0px 8px;
  font-size: 17px;
  color: #323b5c;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 40px;
}

.menuBtLinkOrcamento button {
  background: none;
  border-radius: 4px;
}
.menuBtLinkOrcamento button:hover {
  color: var(--colorPreto);
  background: #000;
}
@media (max-width: 980px) {
  .menuBtLinkOrcamento button {
    width: 100%;
  }
}

.topMenuIn .menulinkCego button i::before {
  content: "+";
  width: 8px;
  height: 10px;
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  padding: 4px;
  margin-left: 1px;
  margin-right: 0px;
  font-size: 16px;
  color: #242424;
}

.topMenuIn .menulinkCego button:hover i::before {
  content: "-";
}

.topMenuIn ul li a:hover,
.menuBtLinkOrcamento button:hover,
.topMenuIn .menuAtivo {
  color: var(--colorBranco);
  background-color: var(--colorFundoMenuHover);
}

.topMenuIn .menulinkCego:hover > button {
  color: #777;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.topMenuIn ul li ul {
  position: absolute;
  padding: 20px 0px;
  left: -30px;
  margin-top: 1px;
  width: 320px;
  display: none;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 1px 4px 8px #CCC;
}

.topMenuIn ul li:hover > ul {
  display: block;
}

.topMenuIn ul li ul li {
  width: 100%;
}

.topMenuIn ul li ul li a {
  width: 98%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 0 auto;
  margin-top: 2px;
  font-size: 17px;
  line-height: 50px;
  border-bottom: 1px dotted #CCC;
}

.topMenuIn ul li ul li a .iconSubMenu {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  color: var(--colorVerdeBtmenu);
}

.topMenuIn ul li ul li a:hover .iconSubMenu {
  color: #FFF;
}

.menuLink {
  height: 40px;
  color: #333;
  text-decoration: none;
  margin: 0 1px;
  padding: 10px 3px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px;
  transition: all 0.3s ease;
  display: inline-block;
}

.menuLink:hover {
  color: #FFF;
  background: var(--colorFundoMenu);
}

.menuLink.ativo {
  color: var(--colorFundoMenu);
  border-bottom: 2px solid #000;
}

/* ========== SEÇÕES ========== */
#geral {
  width: 100%;
}

.secao {
  display: flex;
  flex-direction: row;
}

.secao h2 {
  font-size: 48px;
  margin-bottom: 30px;
  font-weight: 700;
}

.secao p {
  font-size: 15px;
  max-width: 800px;
  line-height: 1.6;
}

#inicio {
  width: 100%;
  margin-top: 98px;
}

#inicioIn {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* ← Alinha no topo */
}
@media (max-width: 780px) {
  #inicioIn {
    flex-direction: column;
    align-items: center;
  }
}

#home1 {
  max-width: 700px;
  width: 92%;
}
@media (max-width: 780px) {
  #home1 {
    order: 2;
    display: flex; /* ← ADICIONE */
    flex-direction: column; /* ← ADICIONE - empilha verticalmente */
    margin: 0 auto;
    position: relative;
  }
}
@media (max-width: 360px) {
  #home1 {
    width: 96%;
  }
}

#homeTexto {
  order: 1;
  padding: 60px 0px 0px 20px;
}
@media (max-width: 1100px) {
  #homeTexto {
    max-width: 100%;
  }
}
@media (max-width: 780px) {
  #homeTexto {
    order: 3;
    max-width: none;
    width: 96%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    padding: 30px 30px 50px 20px;
    background-color: #FFF;
    margin-top: -24px;
    margin-bottom: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}
@media (max-width: 360px) {
  #homeTexto {
    width: 100%;
  }
}
#homeTexto h1, #homeTexto h1 span, #homeTexto h1 small {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  color: var(--colorPadrao);
}
#homeTexto h1 {
  font-size: 60px;
  color: #222;
}
#homeTexto h1 small {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
#homeTexto p {
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: -0.5px;
}
#homeTexto p strong {
  color: var(--colorStrong);
}
@media (max-width: 900px) {
  #homeTexto h1, #homeTexto h1 span {
    align-items: center;
  }
  #homeTexto h1 {
    font-size: 46px;
  }
  #homeTexto p {
    font-size: 15px;
  }
}
@media (max-width: 670px) {
  #homeTexto p {
    text-align: center;
  }
  #homeTexto h1 span {
    margin-top: 30px;
    font-size: 16px;
  }
  #homeTexto h1 {
    font-size: 40px;
  }
  #homeTexto h1 small {
    margin-top: 10px;
  }
  #homeTexto p {
    font-size: 15px;
  }
}
@media (max-width: 430px) {
  #homeTexto h1 span {
    font-size: 17px;
  }
}
@media (max-width: 392px) {
  #homeTexto h1 span {
    margin-top: 20px;
    font-size: 14px;
  }
  #homeTexto h1 {
    font-size: 33px;
  }
  #homeTexto h1 small {
    font-size: 13px;
  }
  #homeTexto p {
    font-size: 14px;
  }
}

.btZap {
  order: 2;
  width: 280px;
  height: 56px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
  border-radius: 58px;
  border: 2px solid #3ec986;
  background-color: var(--colorFundoZap);
}
.btZap span {
  font-size: 19px;
  color: var(--colorTexZap);
  font-weight: 700;
}
.btZap svg {
  width: 26px;
  color: var(--colorTexZap);
}
@media (max-width: 780px) {
  .btZap {
    order: 2;
    width: 250px;
    height: 52px;
    position: relative; /* ← Permite sobreposição */
    z-index: 2; /* ← Garante que fique por cima */
    margin: 0 auto;
    margin-top: -36px;
  }
}

.imgInicio {
  order: 3;
  margin-top: 40px;
  bottom: -6px;
  position: relative;
}
@media (max-width: 780px) {
  .imgInicio {
    order: 1;
    margin: 0 auto;
  }
}

#pgNr1 {
  margin-top: 88px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

#pgNr1IN {
  max-width: 1220px;
  width: 94%;
  min-height: 300px;
  margin: 0 auto;
  margin-top: 40px;
}

#teste {
  max-width: 1300px;
  width: 100%;
  height: 550px;
  margin: 0 auto;
  background: url(../img/palestra-nr1-empresa.jpg) no-repeat;
  border-radius: 20px;
}
@media (max-width: 1180px) {
  #teste {
    background-position: -200px;
  }
}
@media (max-width: 980px) {
  #teste {
    background-position: -300px;
  }
}
@media (max-width: 916px) {
  #teste {
    background: url(../img/palestra-nr1-empresa-500px.jpg) no-repeat;
    background-size: cover;
    background-position: 0px 0px;
  }
}
@media (max-width: 600px) {
  #teste {
    width: 96%;
    margin: 0 auto;
    height: 300px;
    border-radius: 0px 0px 40px 40px;
  }
}

#nr1Texto {
  max-width: 1220px;
  width: 94%;
  min-height: 300px;
  margin: 0 auto;
}
#nr1Texto h2 span, #nr1Texto h2, #nr1Texto h2 small {
  display: flex;
  flex-direction: column;
  font-size: 26px;
  font-weight: 700;
  color: var(--colorSpanH2);
}
#nr1Texto h2 {
  font-size: 60px;
  color: #000;
}
#nr1Texto h2 small {
  font-size: 20px;
  color: #666;
}
#nr1Texto h2.subTitleHomeNr1 {
  margin-bottom: 0px;
}
#nr1Texto .subTitleHomeNr1 {
  margin-top: 30px;
  font-size: 30px;
}
@media (max-width: 630px) {
  #nr1Texto h2 span, #nr1Texto h2, #nr1Texto h2 small {
    font-size: 22px;
  }
  #nr1Texto h2 {
    font-size: 46px;
  }
  #nr1Texto h2 small {
    font-size: 17px;
  }
  #nr1Texto .subTitleHomeNr1 {
    margin-top: 30px;
    font-size: 30px;
  }
}

.listaPgNr1 li {
  margin-top: 16px;
}

.listaPgNr1 {
  list-style: none;
  padding-left: 0;
}

.listaPgNr1 li {
  padding-left: 1.5rem;
  position: relative;
}

.listaPgNr1 > li::before {
  content: "⦿";
  color: #06135e;
  position: absolute;
  left: 0;
}

.listaPgNr1Interna {
  list-style-type: none !important; /* remove os números padrão */
  padding-left: 0 !important;
  margin-left: 0;
}

.listaPgNr1Interna li {
  counter-increment: numList;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 0 !important;
}

.listaPgNr1Interna {
  counter-reset: numList;
}

.listaPgNr1Interna li::before {
  content: counter(numList) "- ";
  font-weight: bold;
  margin-right: 4px;
}

#servicos {
  width: 100%;
  margin-top: 0px;
  background: radial-gradient(circle at center, #FFF 30%, #EFF1F8 100%);
  border-top: 1px solid #dddddd;
}

#servicosIn {
  max-width: 1100px;
  width: 100%;
  min-height: 200px;
  margin: 60px auto 0 auto;
  margin-bottom: 80px;
  padding: 40px 20px;
}
#servicosIn h2, #servicosIn h2 span {
  max-width: 100%;
  width: 100%;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  color: #0d093e;
}
#servicosIn h2 {
  font-size: 40px;
  color: #4164e1;
}
@media (max-width: 650px) {
  #servicosIn {
    margin: 14px auto 0 auto;
    margin-bottom: 20px;
  }
  #servicosIn h2 span {
    font-size: 26px;
  }
  #servicosIn h2 {
    font-size: 23px;
  }
}

#boxServices {
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
@media (max-width: 650px) {
  #boxServices {
    flex-direction: row;
    gap: 7px;
    padding: 0px;
  }
}

#boxServices .boxIn {
  width: 280px;
  height: 160px;
  display: flex;
  justify-content: center; /* ← MUDE de stretch para center */
  flex-direction: column;
  align-items: center; /* ← ADICIONE (centraliza horizontalmente) */
  padding: 10px;
  border: 3px solid #b8caf7;
  border-radius: 8px;
  background-color: #ffffff;
}
@media (max-width: 650px) {
  #boxServices .boxIn {
    width: 126px;
    height: 120px;
  }
}

#boxServices .boxIn h2 {
  width: 100%;
  font-size: 15px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  text-align: center;
  padding: 0; /* ← REMOVA o padding (ou reduza) */
  margin: 10px 0; /* ← ADICIONE espaçamento vertical */
  background-color: transparent;
}
@media (max-width: 650px) {
  #boxServices .boxIn h2 {
    font-size: 11px;
    letter-spacing: -0.3px;
  }
}

.boxIn .iconServ {
  fill: #5e73bd;
  width: 60px;
  height: 60px;
}

#sobre {
  min-height: 400px;
  flex-direction: column;
  background-color: #FFF;
}

#sobreIn {
  max-width: 1200px;
  width: 92%;
  margin: 60px auto;
  display: flex;
  margin-top: 30px;
  padding: 40px;
  gap: 20px;
  border-radius: 40px;
  background: linear-gradient(-135deg, #e5ebfb 0%, #F2F4F9 100%);
  box-shadow: rgba(21, 21, 21, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 940px) {
  #sobreIn {
    flex-direction: column;
    padding: 0px;
    gap: 0px;
    margin-top: 40px;
  }
}

.imgAll {
  order: 1;
}
@media (max-width: 940px) {
  .imgAll {
    order: 2;
    margin: 0 auto;
  }
}

.imgSobre img {
  margin-top: 50px;
  border-radius: 20px;
}

#sobreTexto {
  order: 2;
  max-width: 650px;
  padding: 10px;
}
#sobreTexto h2, #sobreTexto h2 span, #sobreTexto h2 small {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  color: var(--colorFundoMenu);
}
#sobreTexto h2 {
  font-size: 50px;
  color: #000;
}
#sobreTexto h2 small {
  font-size: 15px;
  color: #444;
}
#sobreTexto p {
  font-size: 16px;
}
@media (max-width: 940px) {
  #sobreTexto {
    order: 1;
    max-width: none;
    width: 92%;
    margin: 0 auto;
  }
  #sobreTexto h2 {
    margin-top: 50px;
  }
}
@media (max-width: 440px) {
  #sobreTexto h2 {
    font-size: 40px;
  }
  #sobreTexto h2 small {
    font-size: 15px;
    color: #000;
  }
  #sobreTexto p {
    font-size: 14px;
  }
}
@media (max-width: 354px) {
  #sobreTexto h2 {
    font-size: 30px;
  }
  #sobreTexto h2 small {
    font-size: 14px;
  }
}

#minhaFormacao {
  display: none;
  max-width: 1000px;
  width: 92%;
  margin: 30px auto 60px auto;
}

.tituloMinhaFormacao {
  font-size: 50px;
  color: #000;
}

/* ===== CARD GRANDE (DESTAQUE) ===== */
.formacao-card-grande {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(135deg, #0574e4, #0d093e);
  border-radius: 24px;
  padding: 35px 40px;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card-icon-grande {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon-grande i {
  font-size: 44px;
  color: #0574e4;
}

.card-icon-grande svg {
  width: 48px;
  height: 48px;
  fill: #0574e4;
}

.card-content-grande {
  flex: 1;
}

.card-content-grande h2 {
  font-size: 28px;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
}

.card-content-grande p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

/* ===== GRID DOS CARDS PEQUENOS ===== */
.formacao-grid-pequenos {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 2 colunas */
  gap: 25px;
}

/* Card pequeno */
.formacao-card-pequeno {
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
  border-radius: 20px;
  padding: 20px 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.formacao-card-pequeno:hover {
  transform: translateY(-5px);
}

.card-icon-pequeno {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  background-color: #0574e4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon-pequeno i {
  font-size: 24px;
  color: white;
}

.card-icon-pequeno svg {
  width: 28px;
  height: 28px;
  fill: white;
}

.card-content-pequeno {
  flex: 1;
}

.card-content-pequeno h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 6px;
}

.card-content-pequeno p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 768px) {
  .formacao-card-grande {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  .card-content-grande h2 {
    font-size: 22px;
  }
  .formacao-grid-pequenos {
    grid-template-columns: 1fr; /* 1 coluna no mobile */
    gap: 15px;
  }
  .formacao-card-pequeno {
    padding: 15px 20px;
  }
}
@media (max-width: 480px) {
  .formacao-card-pequeno {
    flex-direction: column;
    text-align: center;
  }
}
.homeNr1 {
  width: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #d3d3d5 100%);
  border-top: 1px solid #eaeaea;
}

#homeNr1In {
  max-width: 1200px;
  width: 90%;
  min-height: 400px;
  margin: 60px auto;
}

.hometxtNR1 h2 span, .hometxtNR1 h2, .hometxtNR1 h2 small {
  display: flex;
  flex-direction: column;
  font-size: 26px;
  font-weight: 700;
  color: var(--colorSpanH2);
}
.hometxtNR1 h2 {
  font-size: 60px;
  color: #000;
}
.hometxtNR1 h2 small {
  font-size: 20px;
  color: #666;
}
.hometxtNR1 h2.subTitleHomeNr1 {
  margin-bottom: 0px;
}
.hometxtNR1 .subTitleHomeNr1 {
  margin-top: 30px;
  font-size: 30px;
}
@media (max-width: 630px) {
  .hometxtNR1 h2 span, .hometxtNR1 h2, .hometxtNR1 h2 small {
    font-size: 22px;
  }
  .hometxtNR1 h2 {
    font-size: 46px;
  }
  .hometxtNR1 h2 small {
    font-size: 17px;
  }
  .hometxtNR1 .subTitleHomeNr1 {
    margin-top: 30px;
    font-size: 30px;
  }
}

/*
@media (max-width: 768px) {
    .menuLink {
        margin: 0 5px;
        padding: 6px 12px;
        font-size: 12px;
    }
    .secao h2 {
        font-size: 32px;
    }
    .secao p {
        font-size: 16px;
        padding: 0 20px;
    }
    .secao {
        padding: 100px 20px 40px 20px;
    } 
} */
#breadcrumbs, #breadcrumbsTop108 {
  width: 100%;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #EAEAEA;
}

#breadcrumbsTop108 {
  margin-top: 108px;
}

#breadcrumbsIn, #breadcrumbsInBairros {
  width: 96%;
  max-width: 1300px;
  height: 44px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 0px;
}

#breadcrumbsIn a, #breadcrumbsInBairros a,
#breadcrumbsIn p, #breadcrumbsInBairros p {
  margin-top: 0px;
  font-size: 15px;
  color: #0d3e09;
  font-weight: 500;
}
@media (max-width: 1000px) {
  #breadcrumbsIn a, #breadcrumbsInBairros a,
  #breadcrumbsIn p, #breadcrumbsInBairros p {
    margin-top: 2px !important;
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  #breadcrumbsIn a, #breadcrumbsInBairros a,
  #breadcrumbsIn p, #breadcrumbsInBairros p {
    margin-top: 5px !important;
    font-size: 13px;
  }
}

#breadcrumbsIn p, #breadcrumbsInBairros p {
  margin-top: 0px;
  font-size: 18px;
  color: var(--colorVrdTxtEscuro);
  font-weight: 600;
}
@media (max-width: 1000px) {
  #breadcrumbsIn p, #breadcrumbsInBairros p {
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  #breadcrumbsIn p, #breadcrumbsInBairros p {
    font-size: 13px;
  }
}

#conteudo {
  width: 100%;
  float: left;
  flex: 1;
  overflow: hidden;
}

.h2Sobre {
  font-size: 30px !important;
  margin-top: 30px !important;
  letter-spacing: -0.5px !important;
}
.h2Sobre::after {
  height: 0px !important; /* Espessura da barra */
}

#fundoBlack {
  display: none;
  width: 100%;
  height: 100vh;
  float: left;
  position: fixed;
  z-index: 999;
  margin-top: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.6) 40%);
}

#fundoBlack.active {
  display: block;
  position: fixed;
}

/*fixo*/
/* Botão de voltar ao topo */
.btn-topo {
  position: fixed;
  bottom: 60px;
  right: 30px;
  background: #2c3e50;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.btn-topo.visible {
  opacity: 0;
  visibility: visible;
}

.btn-topo:hover {
  background: #3498db;
  transform: translateY(-3px);
}

#zapFix {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  bottom: 15%;
  right: 21px;
  position: fixed;
  z-index: 9;
  background: #0ef71a;
  border-radius: 100px;
  border: 2px solid #05c04b;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (max-width: 1000px) {
  #zapFix {
    bottom: 8%;
  }
}

#zapFix.hidden {
  opacity: 0;
  pointer-events: none; /* Impede interação quando invisível */
}

/*#zapFix.mostrar{opacity:1}*/
#zapFix .fa-whatsapp {
  font-size: 42px;
  font-weight: 500;
}

/* Efeito de pulsar */
#zapFix::before,
#zapFix::after {
  content: "";
  position: absolute;
  border: 3px solid #25d366;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 50%;
  animation: pulsate 1.5s infinite;
  opacity: 0;
}

#zapFix::after {
  animation-delay: 0.5s;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.w100 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.div100 {
  width: 100%;
  float: left;
}

.marginTop108 {
  width: 100%;
  float: left;
  margin-top: 108px;
}

#entre-em-contato {
  width: 100%;
  display: flex;
  background-color: #111827;
}

#contatoIn {
  max-width: 1300px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  gap: 40px;
}
@media (max-width: 830px) {
  #contatoIn {
    justify-content: space-between;
    padding: 40px 0px;
  }
}
@media (max-width: 730px) {
  #contatoIn {
    justify-content: center;
    flex-direction: column;
    padding: 40px 0px;
  }
}

#contatoIn .textoContato {
  order: 2;
  max-width: 340px;
  width: 98%;
  display: flex;
  flex-direction: column;
}
#contatoIn .textoContato h3, #contatoIn .textoContato h3 span {
  min-height: 20px;
  display: flex;
  flex-direction: column;
  font-size: 23px;
  font-weight: 600;
  color: #8ccfeb;
}
#contatoIn .textoContato h3 {
  font-size: 38px;
  font-weight: 700;
  color: #FFF;
}
#contatoIn .textoContato .redes {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
#contatoIn .textoContato .redes .iconSocial {
  width: 48px;
  height: 48px;
  fill: #FFF;
}
#contatoIn .textoContato .redes .iconFb, #contatoIn .textoContato .redes .iconInsta, #contatoIn .textoContato .redes .iconLinke {
  display: flex;
}
#contatoIn .textoContato .redes .iconFb :hover, #contatoIn .textoContato .redes .iconInsta :hover, #contatoIn .textoContato .redes .iconLinke :hover {
  opacity: 0.7;
}

.textoContato p {
  height: 24px;
  align-items: center; /* Centraliza verticalmente */
  gap: 12px;
  margin: 5px 0;
  margin-top: 10px;
  font-size: 17px;
  text-decoration: none;
  color: #FFF;
}
@media (max-width: 370px) {
  .textoContato p {
    font-size: 14px;
    letter-spacing: -0.4px;
  }
}

.textoContato p a, .textoContato p {
  display: flex; /* ← ADICIONE */
  align-items: center; /* ← ADICIONE */
  gap: 4px;
  color: #FFF;
}

.textoContato p span {
  display: flex;
  margin-top: 2px;
}

.textoContato .iconFone1 {
  width: 24px;
  height: 24px;
  flex-direction: column;
  display: flex; /* ← ADICIONE */
  align-items: center; /* ← ADICIONE */
  justify-content: center; /* ← ADICIONE */
  margin-top: 0px;
  fill: #FFF;
}

.textoContato .calender1 {
  width: 24px;
  height: 24px;
  flex-direction: column;
  display: flex; /* ← ADICIONE */
  align-items: center; /* ← ADICIONE */
  justify-content: center; /* ← ADICIONE */
  margin-top: 0px;
  fill: #FFF;
}

#contatoIn .imgContato {
  order: 1;
  border-radius: 8px;
  padding: 10px;
  background-color: #fbfbfb;
}
@media (max-width: 340px) {
  #contatoIn .imgContato {
    padding: 2px 0px;
    border: 2px solid #FFF;
  }
}

#footer {
  width: 100%;
  min-height: 80px;
  display: flex;
  background-color: #FFF;
}

#footerIn {
  max-width: 1300px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  margin-top: 0px;
  align-items: center;
  justify-content: space-between;
}
#footerIn p {
  margin-top: 0px;
}
@media (max-width: 980px) {
  #footerIn {
    padding: 40px 0px;
    justify-content: none;
    flex-direction: column;
  }
}
@media (max-width: 580px) {
  #footerIn p:last-child {
    margin-top: 30px;
  }
  #footerIn span {
    display: flex;
    flex-direction: row;
  }
}

#btn-topo {
  display: none !important;
  visibility: hidden !important;
}

.btZapFixo .mostrar {
  opacity: 0;
  pointer-events: auto; /* libera clique quando visível */
  visibility: hidden;
}

.btZapFixo {
  width: 48px;
  height: 48px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  bottom: 10%;
  right: 11px;
  position: fixed;
  z-index: 9;
  background: #0ef71a;
  border-radius: 100px;
  border: 2px solid #05c04b;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.btZapFixo i svg {
  width: 18px;
  height: 18px;
}

/* Efeito de pulsar */
.btZapFixo::before,
.btZapFixo::after {
  content: "";
  position: absolute;
  border: 3px solid #25d366;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 50%;
  animation: pulsate 1.5s infinite;
  opacity: 0;
}

.btZapFixo::after {
  animation-delay: 0.5s;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.inverter {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*Media querys */
@media screen and (max-width: 1000px) {
  .positionNone {
    position: inherit !important;
  }
  .displayNone {
    display: none;
  }
  #topMenu {
    width: 100%;
    height: 70px;
  }
  .topMenuIn {
    margin-right: 16px;
  }
  .spaceMenu {
    width: 100%;
    height: 50px;
    margin-bottom: 100px;
    float: left;
    display: block;
  }
  .menuToggle {
    position: relative;
    width: 46px;
    height: 50px;
    margin-top: 11px;
    margin-right: 0px;
    cursor: pointer;
  }
  .menuToggle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #444;
    transform: translateY(-12px);
    box-shadow: 0 12px #555;
    transition: all 0.3s;
    border-radius: 50px;
  }
  .menuToggle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #666;
    transform: translateY(12px);
    transition: all 0.3s;
    border-radius: 50px;
  }
  #topMenu.active .menuToggle::before {
    transform: rotate(45deg);
    box-shadow: 0 0;
    background: #b00707;
  }
  #topMenu.active .menuToggle::after {
    transform: rotate(-45deg);
    box-shadow: 0 0;
    background: #ee7676;
  }
  #topMenu nav {
    position: absolute;
    width: 100%;
    height: 100%;
    height: 100vh;
    margin: 0 auto;
    top: 108px;
    left: 0;
    display: none;
    overflow-y: scroll;
    background-color: #EAEAEA;
  }
  .topMenuIn ul li ul {
    box-shadow: none;
    border: none;
    margin-bottom: 800px;
  }
  #topMenu.active nav {
    display: initial;
  }
  #topMenu nav ul li {
    width: 100%;
  }
  .topMenuIn ul li ul {
    padding: 0px 0px;
  }
  .topMenuIn ul li ul li:nth-child(1) {
    margin-top: 20px;
  }
  #topMenu nav ul li ul {
    position: relative;
    width: 100%;
    left: 0;
  }
  .topMenuIn ul:nth-child(1) {
    margin-top: 20px;
    border-top: none !important;
  }
  .topMenuIn ul li:nth-child(1) {
    border-top: none !important;
  }
  .topMenuIn ul li a, .topMenuIn ul li button {
    width: 100%;
    padding: 0px 20px;
    height: 48px;
    line-height: 48px;
    margin-top: 0px;
    justify-content: left;
    font-weight: 600;
    letter-spacing: 1px;
    left: 0px;
    margin-left: 0px;
    border-radius: 0px;
    border-bottom: 1px dotted #CCC;
    font-size: 20px;
  }
  .topMenuIn ul li a:hover, .topMenuIn .menuAtivo {
    color: var(--colorBranco);
    border-radius: 0px;
  }
  /*
      .menuBtLinkOrcamento button:hover   {
        color:var(--colorBranco);
        background-color:#CCC ;//var(--colorAzulBt);
        border-radius:0px; 
        font-size:300px;

      }
  */
  .topMenuIn .menulinkCego:hover button {
    color: var(--colorBranco);
    border-radius: 0px;
    background-color: var(--colorVerdeBtmenu);
  }
  .topMenuIn .menulinkCego button i::before:hover {
    color: #FFF;
    background-color: #000;
  }
  .topMenuIn ul li .menulinkCego button {
    padding: 0px 0px;
  }
  .topMenuIn ul li ul li a {
    margin-top: 6px;
    padding: 0px 16px;
    font-size: 18px;
    color: #444;
    letter-spacing: 0px;
  }
  .topMenuIn ul li ul li a:hover {
    margin-top: 0px;
    background: var(--colorAzulMenuHover);
  }
}
@media screen and (max-width: 600px) {
  .displayNone600 {
    margin-left: -50000px;
    background-color: #000;
  }
  #barraTopFoneIn {
    padding: 0 10px;
  }
  #barraTopFoneIn span {
    align-items: right;
    justify-content: right;
  }
}
@media screen and (max-width: 370px) {
  .topMenuIn ul li ul li a {
    padding: 0px 13px;
    font-size: 14px;
  }
}
