@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-VariableFont_wdth\,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic-VariableFont_wdth\,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

*{
  font-family: 'Open Sans';
}
.btn-group-header{
    margin-left: 0;
}
.site-header{
  z-index: 999 !important;
}
body{
  padding-top: 100px;
}

.banner-topo{
    height: 380px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding-left: 135px;

}

.banner-topo .info-banner{
  color:#fff;
}
.banner-topo .info-banner h1{
  font-size: 60px;
  font-weight: 700;
}

.btn-default {
    padding: 7.5px 20px 8.5px 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 33554400px;
    /* background: #0072BC; */
    background: #E43470;
    width: fit-content;
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.btn-default:hover {
  background: #E43470;
  color:#fff;
}
.btn-fixo{
    position: fixed;
    bottom: 20px;
    right: 20px;
}
footer{
  background-color: rgba(0, 0, 0, 0.80);
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff !important;
  text-align: center;
}
.btn-link{
  color: var(--Blue-2, #3A99B0);
  font-family: "Open Sans";
  font-size: var(--font-size-14, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height-20, 20px); /* 142.857% */
  text-decoration: none;
  padding: 0;
}
.component-box-icon-cinza .component-box-content{
  height: 100%;
}
.component-box-content h2{
  color: #000 !important;

  /* Subtitulo */
  font-family: "Open Sans";
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.component-box-icon-cinza{
    height: 240px;
}
.description{
  font-weight: 300;
  font-size: 20px;
}

#profile-update, #profile-create{
    background: #E9E9E9;
    padding: 30px;
    border-radius: 32px;
    color: #6F6C6C;
}
.form-control, .form-select{
  background: #E9E9E9;
  border-radius: 20px;
  border: 1px solid #6F6C6C;
  color:#6F6C6C;
}
.form-select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}
form .subtitle{
  color: var(--Dark-Grey, #6F6C6C);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 160% */
}
form label{
   color: var(--Dark-Grey, #6F6C6C);
}


#password-strength {
  margin-top: 6px;
  font-weight: bold;
}

.weak { color: red; }
.medium { color: orange; }
.strong { color: #008000; }
#profile-create #btn-info, 
.btn-position{
    position: absolute;
    margin-left: 12px;
    margin-top: -4px;
}

.btn_category_info {
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 0;
}

.invalid-feedback {
    display: none;
}

.is-invalid + .invalid-feedback {
    display: block;
}

.endereco-item, .academico-item.item, .especialidade-item.item {
    border-top: 1px solid #000 !important;
}

.form-messages {
  display: none;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin-top: 40px;
  animation: blink 2s infinite;
}

.success-reset-password,
.warning-reset-password {
  display: none;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  padding: 20px 40px;
  /* display: flex; */
  align-items: center;
}

.success-reset-password {
  color: #008000;
}

.warning-reset-password  {
  color: #e3336f;
}

#form_forgot_password {
  padding: 40px 40px 20px 40px;
}
.success-reset-password i,
.warning-reset-password i {
  font-size: 32px;
  margin-right: 30px;
}

/* animação de piscar */
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.form-messages i {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 8px;
}

.btn_out {
  text-align: right;
}

.btn_out a {
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  background-color: #e3336f;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.btn_out a i {
  margin-right: 5px;
}

#temporary_auth {
  display: flex;
  font-size: 15px;
}

#temporary_auth i {
  font-size: 20px;
  margin-right: 10px;
}

.anuidades .component-box-icon-cinza .component-box-content {
    height: 100%;
}
.anuidades .component-box-icon-cinza {
    height: 100%;
}
.anuidades .section-info h2.text-pink{
  color: #E43470 !important;
  font-family: "Open Sans";
  font-size: 25px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
} 

h2.text-meet-your-federated {
  color: #E43470 !important;
  font-family: "Open Sans";
  font-size: 30px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
} 

.btn-meet-your-federated {
  background-color: #0072bc;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
  width: 180px;
}

.btn-meet-your-federated:hover{
  background-color: #0072bc;
  color: #FFF;
}

.anuidades .section-info .text-pink i {
  font-size: 21px !important;
  cursor: pointer;
}

.section-consulta .box-consulta {
    background-color: #E9E9E9;
    height: 380px;
    padding: 50px 80px;
}
.box-consulta .custom-select::after{
  background-image: url(../imgs/seta-diagon.png);
}
.margin-top-scroll {
    scroll-margin-top: 100px;
}
.box-valor.box-resultado{
  background-color: #032A64 !important;
}
.box-valor.box-resultado img {
    filter: brightness(0) invert(1);
}
.box-valor.box-resultado .texto{
  color: #fff;
}
.box-consulta .texto{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
#section-simule .owl-carousel .owl-item img{
  width: 50px;
}
#section-simule .card-resultado-header{
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}
#section-simule .box-consulta .resultado{
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.documents_info {
  font-size: 16px;
  font-weight: normal;
  color: #6F6C6C;
  font-style: italic;
  margin: 20px 0;
}

.error-auth {
  background-color: #E43470;
  padding: 8px 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-raius: 5px;
  font-size: 15px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  display: none;
}

.success-auth {
  /* background-color: #008000; */
  padding: 8px 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-raius: 5px;
  font-size: 15px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  display: none;
}

.bg-e-associado {
  background-color: #3A99B0;
}

.btn-forgot {
  font-size: 14px;
  font-weight: normal;
  color: #0072bc;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.input_login::placeholder {
  font-size: 15px;
}

.btn-want-member {
  background-color: #E43470;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
}

.btn-want-member:hover{
  background-color: #E43470;
  color: #FFF;
}

.btn-want-member i{
  font-size: 20px;
  margin-right: 6px;
}

#carousel-lotes {
    position: relative;
}

#carousel-lotes .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translateY(-50%);  /* Centraliza verticalmente */
    width: 100%;
    display: flex;
    justify-content: space-between; /* Esquerda ↔ Direita */
    pointer-events: none; /* Evita bloquear o slide */
}

#carousel-lotes .owl-nav button {
    pointer-events: all; /* Reativa clique */
    color: #fff !important;
    width: 40px;
    /* height: 40px; */
    border-radius: 50%;
    font-size: 50px !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}

.oculta-doc-titulado {
  display: none;
}


@media (max-width: 1198px) {
  .banner-topo{
    height: 300px;
  }
}

@media (max-width: 992px) {
   .btn_out {
      text-align: center;
      margin-top: 20px;
    }

    .banner-topo{
      height: 250px;
    }

}

@media (max-width: 768px) {
   .topo{
    padding: 0 20px;
  }

   .banner-topo{
    height: auto; /* deixa crescer conforme o conteúdo */
    /* padding-bottom: 40px; */
      padding-left: 15px;
      height: 110px;
  }

   /* .banner-topo .info-banner{
    padding: 40px 20px; 
  } */

   .banner-topo .info-banner h1,
   .banner-topo .info-banner p{
    width: 100% !important; /* ocupa a largura do mobile */
  }

   .banner-topo .info-banner h1{
    font-size: 28px;
    line-height: 1.2;
  }

   .banner-topo .info-banner p{
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .links-uteis .col-lg-3{
    margin-bottom: 1rem;
  }
  #page-institucional .titulo1{
    font-size: 24px;
  }
  .description{
    font-size: 15px;
  }
}

/* ------- RESPONSIVO (TELAS MUITO PEQUENAS) ------- */

@media (max-width: 480px) {
   /* .banner-topo .info-banner{
    padding: 30px 15px;
  } */

   .banner-topo .info-banner h1{
    font-size: 24px;
    /* margin-top: 35px; */
  }

   .banner-topo .info-banner p{
    font-size: 15px;
  }
}