@charset "UTF-8";
:root {
  --colorPreto: #000;
  --colorTexto: #333;
  --colorBranco: #FFF;
  --colorAzulPadrao: #012B52;
  --colorSubTitle: #777;
  --colorCinza777: #777;
  --colorCinza777: #888;
  --colorCinza777: #999;
  --colorCinzaAAA: #AAA;
  --colorCinzaCCC: #CCC;
  --colorAzulBt: #056CCD;
  --colorAzulBt2: #005CA7;
  --colorAzulBt3: #003DAF;
  --colorAzulMenuHover: #00A9F8;
  --colorAzulAB: #0058AB;
  --colorAzulOrcamento: #0061ff;
  --colorFundoZap: #10F868;
  --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;    list-style: none;
    text-decoration: none;    outline: none;    
    }

    html, body {
        width:100%;
        height: 100%;
        background-color: #FFF;
        font-family: Poppins, Arial, "Open Sans", sans-serif;



          //display: flex;
    //flex-direction: column;
   //flex-direction: column; no body, html garante que o layout seja vertical, com header, main e footer empilhados verticalmente.

//flex: 1; no main faz com que ele ocupe o espaço disponível entre o header e o footer.


    color: var(--colorTexto);
    font-family: Poppins,Arial, "Open Sans";font-size:14px;

// background:var(--colorBranco) ;

    //background: linear-gradient(148deg, rgba(215,221,251,0.2) 0%, rgba(255,255,255,1) 100%);
} 

p , small{font-size:16px;color:var(--colorTexto);font-weight: normal;}
p {margin-top:14px;text-align: left;}


li{list-style:none; font-size:14px;} 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.2s;color:#ff0000;}


h1,h2,h3,h4,h5,h6 {margin-bottom:-10px;text-align:left; color:var(--colorAzulPadrao); letter-spacing: 0px; word-spacing:3px ;}

//h2,h3,h4,h5,h6 {margin-top:40px;}

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}
*/
#topMenuAll {
  width: 100%;
  background-color: #FFF;
  box-shadow: rgba(33, 35, 38, 0.4) 0px 10px 10px -10px;
}

#topMenu {
  width: 98%;
  max-width: 1300px;
  height: 70px;
  margin: 0 auto;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}

.logoTopo {
  /*width:144px; height:46px;  margin-top:0px;*/
}
@media (min-width: 1000px) {
  .logoTopo {
    width: 216px;
    height: 70px;
    /* padding:14px 10px;
     background-color: #242424;
     */
  }
}
@media (max-width: 450px) {
  .logoTopo {
    margin-top: 3px;
  }
}

.topMenuIn {
  height: 30px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: 60px;
  /* background: #0051a7;*/
}

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

.topMenuIn ul li {
  position: relative;
  float: left;
  margin-top: -5px;
  /* background: #0051a7;*/
}

.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: 15px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 40px;
  /*@media (max-width:1150px){
                 margin-left:0px; 
     margin-top:26px;
     padding:0px 4px;    
     font-size:15px;

     }
  @media (max-width:1000px){
   font-size:20px; text-shadow: none;


        }*/
}

.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(--colorVrdTxtEscuro);
  border-radius: 4px;
}

.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;
}

/*


// link cego sevicos
.topMenuIn  .menulinkCego:hover > button {   background-color:var(--colorAzulMenuHover); }

// link cego sevicos
.topMenuIn  .menulinkCego:hover >  button i::before  {
content:"-";

}

           .topMenuIn ul li ul li a{ // SubMenu   

            font-size:150px;

             color:var(--colorBrancozulbt);
             letter-spacing: -0.5px;
             text-shadow:none;
           height: 60px;
          line-height: 60px;
          padding:0px 10px;
            margin-top:2px;
           background-color: #0051a7;



           }

 .topMenuIn ul li ul li a:hover  { // hover SubMenu

           // ERRRRROOO
            @media (max-width:$w1000) {         
                      background-color: var(--colorAzulbt);
                      color:#FFF;
            }


            border-radius:0px;
            padding:0px 20px;

            }


            .topMenuIn ul li ul li ul{ //sub sub Menu
             left:250px;
             top:0;                   

               }


*/
.btZapTop {
  display: none;
}
@media (min-width: 1000px) {
  .btZapTop {
    width: 210px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #00FF00;
  }
}

.btZapTop i {
  margin-top: 2px;
  font-size: 24px;
  color: var(--colorVrdTxtEscuro2);
}

.btZapTop span {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: var(--colorVrdTxtEscuro2);
}

#bannerTop {
  width: 100%;
  min-height: 500px;
  float: left;
  margin-top: 108px;
  background-image: url(../banner/cata-bagulho-sp-sao-paulo-home.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}

#bannerTopIn {
  width: 95%;
  margin: 0px auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  #bannerTopIn {
    max-width: 1300px;
    min-height: 200px;
    margin-top: 60px;
  }
}

#bannerTopIn h1, #bannerTopIn h1 span, #bannerTopIn h1 small {
  width: 100%;
  font-size: 40px;
  color: #FFF;
}
@media (min-width: 1000px) {
  #bannerTopIn h1, #bannerTopIn h1 span, #bannerTopIn h1 small {
    max-width: 600px;
    margin-top: 0px;
    font-size: 70px;
  }
}

#bannerTopIn h1 span {
  float: left;
  font-size: 25px;
  margin-top: 0px;
}
@media (min-width: 1000px) {
  #bannerTopIn h1 span {
    margin-top: 0px;
    font-size: 45px;
    margin-bottom: 10px;
  }
}

#bannerTopIn h1 small {
  float: left;
  font-size: 18px;
}
@media (min-width: 1000px) {
  #bannerTopIn h1 small {
    margin-top: 0px;
    font-size: 22px;
    margin-bottom: 10px;
  }
}

#bannerTopIn p {
  font-size: 15px;
  color: #FFF;
}
@media (min-width: 1000px) {
  #bannerTopIn p {
    max-width: 700px;
    margin-top: 20px;
    font-size: 17px;
  }
}

#formTop {
  display: none;
  width: 94%;
  max-width: 320px;
  min-height: 400px;
  margin-top: -1880px;
  border-radius: 8px;
  position: relative;
  z-index: 999999;
  background-color: #f0f4f8;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
@media (min-width: 1000px) {
  #formTop {
    float: right;
    margin-top: -375px;
    margin-right: 0px;
  }
}

.formTopTitulo {
  width: 100%;
  font-weight: 700;
}
.formTopTitulo span {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.formTopTitulo span small {
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  font-size: 18px;
}

#formTopIn {
  width: 90%;
  display: flex;
  margin: 5%;
  margin-bottom: 40px;
  flex-direction: column;
}
#formTopIn input {
  width: 100%;
  min-height: 40px;
  margin-top: 18px;
  border: 1px solid #ccd4dc;
  border-radius: 4px;
  padding: 10px;
  font: 17px Roboto, Arial, Tahoma;
}
#formTopIn input::placeholder {
  font-size: 14px;
  color: #888;
}
#formTopIn textarea {
  width: 100%;
  min-height: 120px;
  margin-top: 18px;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 10px;
  font: 15px Roboto, Arial, Tahoma;
}
#formTopIn textarea::placeholder {
  font-size: 15px;
  color: #888;
}
#formTopIn .btSendZap {
  width: 100%;
  height: 48px;
  margin: auto;
  margin-top: 20px;
  color: #256325;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  background-color: #00FF00;
}

#formTop #formClose {
  width: 40px;
  height: 40px;
  float: right;
  margin-top: -16px;
  margin-right: -10px;
  border-radius: 8px;
  border: 2px solid #ff9797;
  font-size: 19px;
  color: #FFF;
  background-color: #c62929;
}
@media (max-width: 430px) {
  #formTop #formClose {
    margin-top: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 1000px) {
  #formTop #formClose {
    display: none;
  }
}

main {
  width: 100%;
  min-height: 300px;
  background-color: #FFF;
}

#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;
  }
}

#home1, #homeServicePgs {
  width: 98%;
  max-width: 1280px;
  min-height: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  #home1, #homeServicePgs {
    width: 96%;
    justify-content: space-between;
  }
}

#home1Text, #homeServicePgsText {
  max-width: 92%;
  margin-top: 35px;
  text-align: left;
}
#home1Text h2, #homeServicePgsText h2 {
  display: inline-block; /* Faz o h2 ter o tamanho do texto */
  width: fit-content; /* Garante que não ultrapasse o texto */
  padding-bottom: 12px; /* Espaço entre texto e barra */
  font-size: 20px;
  font-weight: 700;
  color: var(--colorH2);
  text-align: left;
  position: relative; /* Necessário para posicionar o ::after */
  margin: 0;
}
#home1Text h2::after, #homeServicePgsText h2::after {
  content: ""; /* Obrigatório para o pseudo-elemento aparecer */
  position: absolute;
  left: 0;
  bottom: 0;
  width: 88%; /* Barra com a mesma largura do texto */
  height: 4px; /* Espessura da barra */
  background: linear-gradient(90deg, #80b739 40%, #0f520e 70%);
}
#home1Text span, #homeServicePgsText span {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #666;
}
#home1Text p, #homeServicePgsText p {
  width: 100%;
  float: left;
  margin-top: 16px;
  font-size: 15px;
}
@media (min-width: 1000px) {
  #home1Text, #homeServicePgsText {
    max-width: 65%;
  }
  #home1Text #home1Text, #homeServicePgsText #home1Text {
    top: 0px;
  }
  #home1Text h2, #homeServicePgsText h2 {
    font-size: 44px;
    letter-spacing: -3px;
  }
  #home1Text span, #homeServicePgsText span {
    font-size: 20px;
  }
  #home1Text .home1Img, #homeServicePgsText .home1Img {
    max-width: 900px;
  }
}

#homeServicePgsText h2 {
  margin-top: 30px;
  padding-bottom: 0px;
  font-size: 30px;
  letter-spacing: -1px;
}
#homeServicePgsText h2::after {
  display: none;
}
#homeServicePgsText span {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #666;
}
#homeServicePgsText p {
  width: 100%;
  float: left;
  margin-top: 13px;
  font-size: 16px;
}
#homeServicePgsText li {
  margin-top: 10px;
  font-size: 17px;
}

.imgHome1 {
  float: left;
}
@media (max-width: 600px) {
  .imgHome1 {
    width: 98%;
  }
}

/*
& #home1Text h2 , #home1Text h2 span {width:100%;float:left;font-size:25px;background-color: #1736ce;}
& #home1Text h2 span {width:100%;font-size:20px!important;background-color: #ce4e17;}
& #home1Text p{width:500px; background-color: #1736ce;}
*/
#bloco2 {
  width: 100%;
  min-height: 400px;
  float: left;
  background-color: #84C12F;
  background: linear-gradient(-5deg, #578519 20%, #84C12F 60%);
}

#bloco2In {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.bloco2Servicos {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px;
  justify-content: center;
}

.bloco2LeftBox {
  flex: 1 1 300px;
  background-color: #0d3e09;
  color: white;
  border-radius: 15px;
  padding: 20px;
}

.bloco2LeftBox img {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  margin-top: 0px;
  background-color: #ccc;
}

.bloco2LeftBox h2 {
  margin-top: 20px;
  color: #FFF;
  font-size: 1.5rem;
}

.bloco2LeftBox p {
  margin: 16px 0;
  color: #FFF;
  font-size: 1rem;
}

.bloco2RightGrid {
  flex: 2 1 400px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.cardRight {
  width: 100%;
  height: 300px;
  color: #FFF;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  background-color: #0d3e09;
}

.cardRight img {
  height: 160px;
  background-color: #16710c;
  border-radius: 10px;
  margin-bottom: 6px;
  object-fit: fill;
}

.cardRight h2 {
  margin-top: 14px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #FFF;
}

.cardRight p {
  margin-top: 20px;
  font-size: 14px;
  color: #FFF;
  line-height: 20px;
}

/* Responsivo */
@media (max-width: 600px) {
  .bloco2Servicos {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
    padding: 0px;
    align-items: center;
  }
  .bloco2RightGrid {
    grid-template-columns: 1fr;
    margin: 0 auto !important;
    justify-content: center;
  }
  /*.bloco2LeftBox,
  .cardRight {
    width: 98%;
    max-width: 300px;
  }
     */
}
/*#bloco3{    width:100%;float:left; background-color: #004FC4;}
#bloco3In{    width:96%;max-width:1300px;min-height:500px; margin:0 auto;    background-color: #cccc;}*/
#bloco3 {
  width: 100%;
  float: left;
  background: linear-gradient(to bottom, #e6f0ff, #FFF);
}

.bloco3In {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.bloco3In h2, .bloco3In h2 span {
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
  font-size: 50px;
  text-align: center;
}
@media (max-width: 680px) {
  .bloco3In h2, .bloco3In h2 span {
    width: 100%;
    float: left;
    font-size: 40px;
  }
}

.bloco3In h2 span {
  color: #106b2e;
}

.blocoText {
  width: 96%;
  max-width: 600px;
  margin-top: 0px;
}

.blocoText p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 10px 0;
}

.blocoText ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.blocoText li {
  margin: 8px 0;
  font-size: 1rem;
}

.blocoText li i {
  color: var(--colorVerdeBtmenu);
}

/*
    .blocoText li::before {
      content: '✅';
      margin-right: 8px;
      color: #00cc66;
    }*/
.imgBloco3 {
  width: 400px;
  height: 400px;
  float: right;
  display: flex;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*.imgBloco3 img {

  height: auto;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
} */
/* Responsivo */
@media (max-width: 700px) {
  .bloco3In {
    flex-direction: column;
    align-items: center;
  }
  .blocoText, .imgBloco3 {
    width: 100%;
    text-align: center;
  }
  .blocoText ul {
    text-align: left;
    padding-left: 20px;
  }
}
#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*/
#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;
}

#allBairros {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 850px;
  margin-top: 0px;
  position: relative;
  z-index: 1;
  background-color: #F1F1F1;
}

#allBairrosIn {
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
  margin-bottom: 50px;
}

#allBairrosIn h3 {
  width: 100%;
  margin-top: 60px;
  font-size: 40px;
  color: var(--colorVrdTxtEscuro);
  text-align: center;
}

#allBairrosIn h3 small {
  width: 100%;
  float: left;
  font-size: 17px;
  color: #FFF;
  font-weight: 400;
}

#allBairrosIn p {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

#allBairrosInCity {
  max-width: 1300px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0px; /* Espaço adicional para compensar a margem das divs */
  box-sizing: border-box;
}
@media (max-width: 1020px) {
  #allBairrosInCity {
    width: 100%;
    display: inline-block;
  }
}

#allBairrosInCity .ulBariros {
  flex: 1 1 calc(12.5% - 2px);
  margin: 0 1px; /* Espaçamento entre divs */
}
@media (max-width: 1020px) {
  #allBairrosInCity .ulBariros {
    width: 100%;
    margin: 0%;
    float: left;
  }
}

#allBairrosInCity .ulBariros:first-child {
  margin-left: 0px;
}

#allBairrosInCity .ulBariros:last-child {
  margin-right: 0px;
}

/*
  #allBairrosInCity .ulBariros:nth-child(1) {order:2; background-color:#e5ff00 }
  #allBairrosInCity .ulBariros:nth-child(2) {order:2; background-color: #005ca7;}
  #allBairrosInCity .ulBariros:nth-child(3) {order:3; background-color:#05cd29 }
  #allBairrosInCity .ulBariros:nth-child(4) {order:4; background-color: #c005b0;}
  #allBairrosInCity .ulBariros:nth-child(1) {order:5; background-color: #03f7de;}
*/
#allBairrosInCity .ulBariros span a {
  width: 100%;
  float: left;
  margin-top: 2px;
  color: #061e30;
}

#allBairrosInCity span a {
  width: 100%;
  float: left;
  margin: 0;
  margin-top: 2px;
  font-size: 13px !important;
  letter-spacing: 0px;
  text-align: left;
  padding: 0 2px;
  line-height: 30px;
  transition: all 1s ease;
  align-items: normal;
}
@media (max-width: 1200px) {
  #allBairrosInCity span a {
    font-size: 12px !important;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 1020px) {
  #allBairrosInCity span a {
    font-size: 15px !important;
    letter-spacing: 0px;
  }
}
@media (max-width: 1000px) {
  #allBairrosInCity span a {
    font-size: 18px !important;
    letter-spacing: 0px;
    padding: 0 12px;
  }
}

#allBairrosInCity .ulBariros h4 {
  width: 100%;
  height: 38px;
  display: inline-block;
  margin: 11px 0px 7px 0px;
  font-size: 20px;
  color: #FFF;
  line-height: 37px;
  border-bottom: 2px solid #fffafa;
  text-align: center;
  text-indent: 0px;
  font-weight: 700;
  border-radius: 6px;
  background-color: var(--colorvdBtsBairros);
}

#allBairrosInCity .ulBarirosl span {
  width: 100%;
  float: left;
  margin-top: 2px;
}

#allBairrosInCity span a {
  width: 100%;
  height: 31px;
  float: left;
  margin: 0;
  margin-top: 2px;
  font-size: 13px;
  color: #FFF;
  text-align: left;
  text-indent: 0px;
  line-height: 30px;
  transition: all 1s ease;
}

#allBairrosInCity span a:hover, #allBairrosInCity .rodapeAtivo {
  color: #FFF !important;
  background: #067724;
  transition: all 0.2s ease;
}

footer {
  background-color: #FFF;
  padding: 40px 20px;
}

.footerIn {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.footerSection {
  flex: 1 1 180px;
  min-width: 160px;
}

.footerSection h5, .footerSection h6 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 16px;
}

.footerSection ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerSection ul li {
  margin: 6px 0;
  font-size: 0.95rem;
}

.footer-logo p {
  margin: 6px 0;
  font-size: 0.95rem;
}

.social-icons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-icons div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 7px;
  border-radius: 6px;
  max-width: 120px;
}

/* Responsivo abaixo de 600px: colunas em blocos verticais */
@media (max-width: 600px) {
  .footerIn {
    flex-direction: column;
    align-items: flex-start;
  }
  .footerSection {
    width: 100%;
  }
  .social-icons {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .social-icons div {
    width: auto;
  }
}
/*

footer {
        width:100%; min-height:300px;
        display: flex;
         justify-content:space-between;
        flex-direction: column;
        background: #0c5094;

}


     #footerIn {
   width:90%;min-height:200px; margin:0 auto;margin-bottom:0px;
   display: flex;
   flex-direction: column;
   align-items: center;


   background-color: #c02020;

       @media(min-width:1000px){ // desktop

       justify-content:space-between;
       align-items:start; // align top
       flex-direction: row;

       margin-bottom:10px;
        // flex: 1 ;
       }

            & #rodapeLogo , & #rodapeMenu , & #rodapeFone {

            width:98%;
            margin:10px 0px;
                color:#FFF!important;
            background-color: #000;

                   @media(min-width:1000px){

                   // flex: 1 ;
                   max-width: 400px;min-height:100px;
                   margin: 0 auto;
                   display: flex;   
                   //flex:1;    // aqui retira espaço entre box 
                   margin:0px 6px;
                   background-color: #05C04B;


                   }


            }

    }

    */
#barrafinal {
  width: 100%;
  min-height: 50px;
  display: flex;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
  background: #E1EAF3;
}
#barrafinal p {
  width: 100%;
  margin-top: 40px;
  font-size: 13px;
  text-align: center;
}
#barrafinal p a {
  width: 100%;
  float: left;
  margin-top: -20px;
  margin-bottom: 50px !important;
  color: #000;
}
#barrafinal p a:hover {
  color: #888;
  text-decoration: underline;
}

.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: #035003;
    transform: translateY(-12px);
    box-shadow: 0 12px #10810F;
    transition: all 0.3s;
    border-radius: 50px;
  }
  .menuToggle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #05c305;
    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;
  }
}
