.elementor-17 .elementor-element.elementor-element-f9309d4{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-0363495{padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-17 .elementor-element.elementor-element-f9309d4{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-0363495 *//* ===== CSS COMPLETO PARA EL FOOTER AFB ===== */

/* Footer general */
.afb-footer {
  background: #0C243F;
  color: #FFFFFF;
  padding: 160px 0 80px;
  font-family: 'Montserrat', sans-serif;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

/* Container interno sin padding extra */
.afb-footer-container {
  padding: 0 16px;
}

/* Logo */
.afb-footer-logo {
  max-height: 102px;
}

/* Secciones de menús */
.afb-footer-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.afb-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.afb-footer-list li {
  margin-bottom: 6px;
}

.afb-footer-link {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}
.afb-footer-link:hover {
  color: #C7A977;
}

/* Menús bajo logo */
.afb-footer-menu-sections {
  gap: 48px;
}

/* Redes sociales */
.afb-footer-socials {
  display: inline-flex;
  gap: 12px;
}
.afb-footer-social-link {
  display: inline-block;
 
  padding: 8px;
  border-radius: 8px;
  transition: filter .2s;
}
.afb-footer-social-link img {
  width: 32px; 
  height: 32px;
  display: block;
}
.afb-footer-social-link:hover {
  filter: brightness(0.8);
}

/* Botón Contáctanos */
.afb-footer-contact-btn {
  background: #C7A977;
  color: #0C243F !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 75px;
  padding: 8px 50px;
  text-decoration: none !important;
  gap: 8px;
  transition: background .2s, transform .2s;
  margin-top: 45px;
    margin-bottom: 45px;    width: 100%;
    max-width: 320px;

}
.afb-footer-contact-btn:hover {
  background: #B89264;
  transform: translateY(-2px);
}

/* Iconos de contacto y botón */
.afb-footer-contact-icon {
  width: 20px;
  height: auto;
  margin-right: 8px;
  display: inline-block;
}

/* Información de contacto */
.afb-footer-contact-info {
  margin-top: 16px;
      margin-bottom: 67px;
}
.afb-footer-contact-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.afb-footer-contact-link {
  color: #FFFFFF;
  font-size: 14px;
  
  text-decoration: none;
  transition: color .2s;
}
.afb-footer-contact-link:hover {
  color: #C7A977;
}

/* Divider de 2px */
.afb-footer-divider {
  border: none;
  border-top: 1px solid #FFFFFF!important;;
  margin-bottom: 20px !important;
  border-color: white!important;
  margin: 40px 0;
  opacity: 1!important;
}

/* Bottom */
.afb-footer-bottom {
  font-size: 14px;
}
.afb-footer-bottom-link {
  color: #FFFFFF;
  text-decoration: none;
  transition: color .2s;
}
.afb-footer-bottom-link:hover {
  color: #C7A977;
}
.afb-footer-contact-row {
  justify-content: flex-end;
}
span.afb-footer-contact-text {
    text-align: left;
    
}

/* Responsive mobile: centrar contenido */
@media (max-width: 767.98px) {
  .afb-footer-col-left,
  .afb-footer-col-right {
    text-align: center !important;
  }
  .afb-footer-menu-sections {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .afb-footer-bottom-link {
    display: block;
    margin-top: 8px;
  }
  .afb-footer {
    padding: 100px 30 30px 60px;
}
}

/* ===== Mapa embebido ===== */
.afb-footer-map {
  width: 100%;
  max-width: 320px;       /* igual al ancho aproximado del texto */
  height: 200px;
  margin: 0 auto;         /* centrado en mobile */
  border-radius: 16px;
  overflow: hidden;
  float: right;
}
.afb-footer-map iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

/* Ajustes mobile */
@media (max-width: 767.98px) {
  .afb-footer-map {
    max-width: 100%;
    height: 180px;
  }
}/* End custom CSS */