.elementor-10 .elementor-element.elementor-element-aa1cce6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ff820e6 */.elementor-10 .elementor-element.elementor-element-aa1cce6{
    padding: 0px !important;
}

/* BASE */
.footer {
  background: #eef2ef;
  padding: 60px 20px 30px;
  font-family: 'Inter', sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* 🔥 NEWSLETTER 60/40 */
.newsletter-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;

  background: linear-gradient(135deg, #003C87, #002149);
  color: white;
  padding: 60px;
  border-radius: 20px;
  max-width: 1100px;
  margin: 0 auto 40px;
}

.newsletter-left {
  flex: 0 0 60%;
}

.newsletter-icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #FF8728;
}

.newsletter-left h2 {
  font-size: 34px;
  margin-bottom: 10px;
}

.newsletter-left p {
  color: #ddd;
}

/* DERECHA */
.newsletter-right {
  flex: 0 0 40%;
}

/* FORM */
.footer-form {
  display: flex;
  border: 2px solid #003C87;
  border-radius: 10px;
  overflow: hidden;
}

.newsletter-form {
  width: 100%;
  border-radius: 50px;
  background: white;
}

.newsletter-form input {
  flex: 1;
  padding: 15px;
  border: none;
  outline: none;
}

.newsletter-form button {
  background: #003C87;
  color: white;
  border: none;
  padding: 0 25px;
  cursor: pointer;
}
.newsletter-form button:hover {
  background: #FF8728;
}
.newsletter-form button:active {
  background: #FF8728;
}

.msg {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

/* DIVIDER */
.divider {
  height: 1px;
  background: #ddd;
  margin: 40px 0;
}

/* GRID */
.footer-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* TEXT */
.logo {
  margin-bottom: 15px;
}

.desc {
  font-size: 14px;
  color: #003C87;
  margin-bottom: 15px;
}

/* INFO */
.info-item {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

.info-item h4 {
  color: #003C87;
}
.info-item i {
  color: #003C87;
}
.info-item p {
  color: #003C87;
}
.info-item a {
  color: #003C87;
}
.footer-col h4 {
  color: #003C87;
}

/* SOCIAL */
.social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  background: #dfe7e3;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  color: #003C87;
}

.social a:hover {
  background: #003C87;
  color: white;
}

/* MAP */
.map iframe {
  width: 100%;
  height: 180px;
  border: none;
  border-radius: 10px;
}

/* BOTTOM */
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
  color: #003C87;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    
  .footer-main {
    grid-template-columns: 1fr;
  }

  .newsletter-box {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .newsletter-left,
  .newsletter-right {
    flex: 100%;
  }

  .footer-form {
    flex-direction: column;
  }

  .newsletter-form button {
    padding: 15px;
  }
}

/* ========================= */
/* 📱 FOOTER PRO RESPONSIVE */
/* ========================= */

@media (max-width: 900px){

  /* FOOTER GENERAL */
  .footer{
    padding:40px 15px 20px !important;
  }

  /* 🔥 NEWSLETTER */
  .newsletter-box{
    flex-direction:column !important;
    text-align:center !important;
    padding:30px 20px !important;
    gap:20px !important;
    border-radius:16px !important;
  }

  .newsletter-left h2{
    font-size:24px !important;
    line-height:1.3 !important;
  }

  .newsletter-left p{
    font-size:14px !important;
  }

  /* FORM BONITO */
  .footer-form{
    flex-direction:column !important;
    border:none !important;
    gap:10px !important;
  }

  .newsletter-form{
    display:flex !important;
    border-radius:12px !important;
    overflow:hidden !important;
  }

  .newsletter-form input{
    padding:12px !important;
    font-size:14px !important;
  }

  .newsletter-form button{
    padding:0 15px !important;
    font-size:14px !important;
  }

  /* GRID → STACK LIMPIO */
  .footer-main{
    grid-template-columns:1fr !important;
    gap:25px !important;
    text-align:center !important;
  }

  /* INFO ITEMS */
  .info-item{
    justify-content:center !important;
    font-size:14px !important;
  }

  /* SOCIAL */
  .social{
    display:flex !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
    gap:8px !important;
  }

  .social a{
    width:32px !important;
    height:32px !important;
    font-size:13px !important;
  }

  /* MAP */
  .map iframe{
    height:160px !important;
  }

  /* BOTTOM */
  .footer-bottom{
    font-size:12px !important;
    margin-top:25px !important;
  }

}


/* ========================= */
/* 📱 MOBILE PEQUEÑO */
/* ========================= */

@media (max-width: 480px){

  .newsletter-box{
    padding:25px 15px !important;
  }

  .newsletter-left h2{
    font-size:20px !important;
  }

  .newsletter-form{
    flex-direction:column !important;
    border-radius:12px !important;
  }

  .newsletter-form input{
    width:100% !important;
  }

  .newsletter-form button{
    width:100% !important;
    padding:12px !important;
  }

  .social a{
    width:30px !important;
    height:30px !important;
  }

}/* End custom CSS */