#page-associados .topo{
  padding: 0 50px 0 50px;
  margin-top: -50px;
}

#page-associados .banner-topo{
  height: 600px;
}

#page-associados .banner-topo .info-banner{
  padding: 135px;
  padding-top: 250px;
  color:#fff;
}

#page-associados .banner-topo .info-banner h1{
  width: 35%;
} 

#page-associados .banner-topo .info-banner p{
  width: 35%;
}   



#page-associados .section-nav.is-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.section-nav.is-fixed {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  z-index: 9999;
}



.section-nav.is-sticky-bottom {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
  z-index: 9999;
}


#page-associados .section-nav .navi{
  background-color: #0072BC;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

#page-associados .section-nav .navi .btn-nav{
  font-size: 11px;
  font-weight: bold;
  background-color: #fff;
  color: #0072BC;
  margin: 5px 5px;
  border-radius: 20px;

}

#page-associados .section-nav .navi .btn-nav.active {
  background-color: #0072BC;
  color: #fff;
  border: #fff solid 1px;
  font-weight: 600;
}

#page-associados .section-nav .navi-2{
  background-color: #032A64;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

#page-associados .section-nav .navi-2 .btn-nav{
  font-size: 11px;
  font-weight: bold;
  background-color: #032A64;
  color: #ffffff;
  border: #fff solid 1px;
  margin: 0 5px;
  border-radius: 20px;

}

#page-associados .section-nav .navi-2 .btn-nav.active {
  background-color: #ffffff;
  color: #032A64;
  border: #fff solid 1px;
  font-weight: 600;
}

#page-associados .section-vantagem{
  padding-bottom: 20px;
  padding-top: 20px;
}

#page-associados .section-vantagem h1{
  font-size: 40px;
  color:#E43470;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
}

#page-associados .section-vantagem .benefit-box {
  border-radius: 15px;
  padding: 40px 20px;
  color: white;
  text-align: left;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 400px;
}

#page-associados .section-vantagem .box-1 { background-color: #E43470; }
#page-associados .section-vantagem .box-2 { background-color: #F2F2F4; color: #E43470; border: 2px solid #E43470; }
#page-associados .section-vantagem .box-3 { background-color: #032A64; }

#page-associados .section-vantagem .benefit-title {
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 8px;
}

#page-associados .section-vantagem .benefit-text {
  font-size: 1.2rem;
  color: inherit;
  font-weight: bold;
  height: 35px;
}

#page-associados .section-vantagem .box-2 .benefit-text{
  color:#000;
}

#page-associados .section-vantagem .box-2{
  border: none;
  background-color: #E9E9E9;
}

#page-associados .section-vantagem .icon-box{
  position: relative;
  bottom: 215px;
  left: 10px;
}

#page-associados .btn-associar{
  background-color: #0072BC;
  border-radius: 20px;
  padding: 5px 15px;
  color: #fff;
}

#page-associados .btn-associar:hover{
  background-color: #fff;
  color: #0072BC;
  border: #0072BC solid 1px;
}

#page-associados .align-center{
  text-align: center !important;
}

#page-associados .section-vantagem .box-img{
  height: 400px;
}

#page-associados .section-vantagem .number-box{
  position: relative;
  bottom: 152px;
  left: 10px;
  font-size: 45px;
}

#page-associados .section-vantagem .passos-box {
  border-radius: 15px;
  padding: 40px 20px;
  color: white;
  text-align: left;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 400px;
}

#page-associados .section-vantagem .box-2 .passos-title{
  color: #E43470;
  height: auto;
}

#page-associados .section-vantagem .passos-title {
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 8px;
}

#page-associados .section-vantagem .passos-text {
  font-size: 1.2rem;
  color: inherit;
  font-weight: bold;
  height: 35px;
}

#page-associados .section-vantagem .box-2 .passos-text{
  color:#000;
}

#page-associados .section-associado{
  padding-bottom: 20px;
  padding-top: 20px;
}

.section-vantagem .box-titulados {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.section-vantagem .box-titulados::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #070b11, rgba(0, 0, 0, 0));
  z-index: 1;
}

.section-vantagem .card-img-overlay{
  z-index: 10;
}

.section-vantagem .box-efetivos{
  height: 320px;
  background-color: #E9E9E9;
  margin-bottom: 20px;
}


.section-vantagem .content-efetivos{
  height: 80%;
  text-align: left;
}

.section-vantagem .content-efetivos p{
  font-size: 25px;
  width: 90%;
  font-size: 23px;
}

.section-vantagem .content-efetivos h2{
  color: #E43470;
  text-align: left;
}

.section-vantagem .box-residentes{
  height: 320px;
}

.section-vantagem .box-residentes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #070b11, rgba(0, 0, 0, 0));
  z-index: 1;
}

.section-vantagem .box-colaboradores{
  background-color: #032A64;
}

.section-vantagem .conteudo-colaboradores{
  height: 90%;
}

.section-vantagem .conteudo-colaboradores p{
  width: 80%;
}

.section-vantagem .box-estrangeiros{
  height: 320px;
}

.section-vantagem .box-estrangeiros::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #070b11, rgba(0, 0, 0, 0));
  z-index: 1;
}


.section-vantagem .box-emeritos{
  background-color: #032A64;
}

.section-vantagem .conteudo-emeritos{
  text-align: left;
  height: 85%;
}

.section-vantagem .conteudo-emeritos p{
  width: 80%;
}

.section-vantagem .box-honorarios{
  background-color: #E9E9E9;
  text-align: left;
}

.section-vantagem .content-honorarios{
  height: 80%;
  text-align: left;
}

.section-vantagem .content-honorarios p{
  font-size: 25px;
  width: 90%;
  font-size: 23px;
  text-align: left;
}

.section-vantagem .content-honorarios h2{
  color: #E43470;
  text-align: left;
}

#page-associados .section-consulta .box-consulta{
  background-color: #E9E9E9;
  height: 380px;
  padding: 50px 80px;
}

.box-consulta .custom-select {
  display: inline-block;
  position: relative;
  width: 75%;
}

.box-consulta .custom-select select {
  width: 100%;
  padding: 10px 40px 10px 14px;
  border: none; /* remove a borda */
  border-radius: 15px; /* arredonda as pontas */
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  color: #6d6c6c;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* sombra suave */
  transition: box-shadow 0.2s, transform 0.2s;
  height: 50px;
}

.box-consulta .custom-select select:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
  }

.box-consulta .custom-select select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.box-consulta .custom-select::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('../imgs/seta-diagon.png'); /* <-- substitui pelo caminho da tua imagem */
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.box-consulta .custom-input{
  display: inline-block;
  position: relative;
  width: 60%;
}

.box-consulta .custom-input input{
  margin-top: 10px;
  width: 100%;
  padding: 10px 40px 10px 14px;
  border: none; /* remove a borda */
  border-radius: 15px; /* arredonda as pontas */
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* sombra suave */
  transition: box-shadow 0.2s, transform 0.2s;
  height: 50px;
}

.box-consulta .custom-input input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.box-consulta .custom-input::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(calc(-50% + 4px));
  width: 16px;
  height: 16px;
  background-image: url('../imgs/seta-diagon.png');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.box-consulta .btn{
  width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.box-consulta .box-valor{
  background-color: #fff;
  height: 280px;

}

#page-associados .section-info .box-esquerda{
  position: relative;
  background-color: #E9E9E9;
}

#page-associados .section-info .box-esquerda h2{
  color: #E43470;
  font-weight: bold;
}

#page-associados .section-info .box-esquerda p{
  font-weight: bold;
}

#page-associados .section-info .box-esquerda a{
  width: 200px;
}


#page-associados .section-info img{
  position: absolute;
  top: 20px;
  left: 20px;
}

.box-consulta .box-valor{
  padding: 20px;
}

.box-consulta .icon{
  padding: 25px;
}

.box-consulta .resultado{
  height: 80px;
  padding: 0 15px;
}

.box-consulta .texto{
  padding: 5px 15px;
  color: #032A64;
}


#page-associados .info-associado-2{
  background-color: #032A64;
  min-height: 300px;
}

#page-associados .btn-associar-white{
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  color: #0072BC;
}

#page-associados .btn-associar-white:hover{
  background-color: #0072BC;
  color: #fff;
  border: #0072BC solid 1px;
}

.info-associado-2 .box-esquerda{
  padding: 45px;
  color: #fff;
}

.info-associado-2 .box-esquerda h1{
  font-size: 60px;
  font-weight: bold;
}

.info-associado-2 .box-esquerda small{
  font-size: 15px;
}

.info-associado-2 .box-esquerda p{
  font-size: 22px;
}

.info-associado-2 .box-direita{
  height: 390px;
  margin-top: 55px;
}

#page-associados .section-perguntas{
  padding-top: 50px;
}

#page-associados .section-perguntas h4{
  color: #E43470;
  font-size: 32px;
}

#page-associados .section-perguntas p{
  color: #6F6C6C;
  font-size: 20px;
}


.section-perguntas .accordion-button {
  background-color: #e9e9ea;
  border-radius: 1rem;
  font-weight: 500;
}
.section-perguntas .accordion-item {
  border: none;
  margin-bottom: 0.5rem;
}

.section-perguntas .accordion-button{
  color: #6F6C6C;
  font-weight: bold;
}

.section-perguntas .accordion-button:focus {
  box-shadow: none;
}
.section-perguntas .accordion-button:not(.collapsed) {
  background-color: #f9f7f3;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 -7px 8px rgba(0, 0, 0, 0.1);
}
.section-perguntas .accordion-body {
  background-color: #f9f7f3;
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
  padding: 0 1rem;
  max-height: 0;
  opacity: 0;
  transition: max-height 1s ease, opacity 1s ease, padding 0.8s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.section-perguntas .accordion-collapse.show .accordion-body {
  padding: 1rem;
  max-height: 500px; /* valor grande suficiente */
  opacity: 1;
  color: #6F6C6C;
  font-size: 16px;
}





