@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-ExtraBold.otf') format('opentype');
  font-weight: 800;
}

/* Accordion Card */
#accordionFAQs .card {
  border: none;
  margin-bottom: 16px;

  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* Botón cerrado */
#accordionFAQs .card-header {
  background: #D0E9F2;
  color: #012340;
  border: none;
  padding: 0;
}

#accordionFAQs .btn-link {
  color: #012340;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 24px;
  border-radius: 12px;
  transition: background 0.2s;
  position: relative;
  padding-right: 64px;
}

#accordionFAQs .btn-link.collapsed {
  background: #D0E9F2;
}

#accordionFAQs .btn-link:not(.collapsed) {
  background: #fff;
  color: #012340;
  border-bottom: 1px solid #D0E9F2;
}

#accordionFAQs .card-body {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #012340;
  background: #fff;
  padding: 20px 4px;
  border-radius: 0 0 12px 12px;
}

/* Ocultar flecha por defecto de Bootstrap */
#accordionFAQs .btn-link::after {
  display: none !important;
}

/* Nuevo círculo azul con flecha blanca */
#accordionFAQs .btn-link .custom-arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #01255A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

#accordionFAQs .btn-link[aria-expanded="true"] .custom-arrow {
  transform: translateY(-50%) rotate(180deg);
}

#accordionFAQs .btn-link .custom-arrow svg {
  width: 30px;
  height: 30px;
  display: block;
}

#accordionFAQs .btn-link::after, #accordionFAQs button.btn-link::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

#accordionFAQs .btn-link.collapsed,
#accordionFAQs .btn-link:not(.collapsed),
#accordionFAQs .btn-block {
  background: none !important;
}

.title-center {
  text-align: center;
  color: #012340;
  font-size: 2rem;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 768px) {
  .title-center {
    font-size: 1.5rem;
  }
  #accordionFAQs .btn-link {
 
    font-size: 1rem;
   
  }
  #accordionFAQs .card-body {
    font-size: 0.9rem;
  }
}
.footer {
  background-color: #001E73;
  font-family: 'Poppins', sans-serif;
}

.btn-descarga-app {
  background: #F2359D;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 30px;
  padding: 8px 20px;
  box-shadow: 0 2px 8px rgba(249,79,163,0.15);
  transition: background 0.2s;
  text-decoration: none;
  display: inline-block;
}
.btn-descarga-app:hover {
  background: #d93e8c;
  color: #fff;
  text-decoration: none;
}

.banner-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 0;
  margin-top: -50px;
  font-family: 'Poppins', sans-serif;
}
.banner-flex .banner-texto {
  max-width: 450px;
  margin-right: -80px;
  margin-left: 40px;
  z-index: 2;
  position: relative;
}
.banner-flex .banner-texto h2 {
  color: #021373;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 18px;
}
.banner-flex .banner-texto p {
  font-size: 1.25rem;
  color: #6f6d6d;
  margin-bottom: 28px;
  line-height: 1.2;
}
.banner-flex .banner-img {
  z-index: 1;
  position: relative;
  flex-shrink: 0;
}
.banner-flex .banner-img img {
  max-width: 900px;
  width: 100%;
  
  height: auto;
}
.banner-texto{

}
@media (max-width: 991px) {
  .banner-flex {
    flex-direction: column;
    text-align: center;
    padding: 24px 0 10px 0;
    margin-top: 0;  
  }
  .banner-flex .banner-texto {
    margin-right: 0;
    margin-left: 0;
  }
  .banner-flex .banner-img img {
    max-width: 120vw;
  
  }
  .banner-flex .banner-texto h2 {
    font-size: 2.2rem;
  }
  .banner-flex .banner-texto p {
    font-size: 1.1rem;
  }
  .container-fluid{
    padding: 0;
  }
}


.footer-toggle {
  background: transparent;
  border: 0;
  color: #fff;          
  font: inherit;
  padding: 0;
  cursor: pointer;
}

.footer-sublist { display: none; }

.footer-item.open .footer-sublist   { display: block; }
.footer-item.open .chevron          { transform: rotate(180deg); }

.footer-item,
.footer-item a,
.footer-item span {
  font-size: 16px;
  line-height: 1.4; 
  color: white;
}

.footer-sublist a {
  display: block;     
  margin-bottom: 6px; 
}
.footer-item span {
    margin-bottom: 8px;
}
.chevron {
  width: 1.5rem;
  height: 1.5rem;
   flex-shrink: 0;
  fill: currentColor;
  transition: transform .25s ease;
  margin-right : 60px;
  margin-bottom: 30px;
}

.footer-link {
  display: flex;

  align-items: center;
 
  padding: 0;       
  text-decoration: none;
}
@media (max-width: 768px){
    .chevron {

  margin-right : 0px;
  margin-botto: 0px;

}
}