.footer-brick{
  background:#f7f7f7;
  padding:1px 0 28px;
}
html,
body{
    margin:0;
    padding:0;
}
.footer-brick .container{
  max-width:1320px;
  margin:0 auto;
  padding-left:24px;
  padding-right:24px;
}

.footer-card{
  background:#fff;
  border-radius:28px;
  box-shadow:0 18px 45px rgba(15,23,42,.08);
  padding:42px 38px;
}


.footer-card .row{
    display:grid;
    grid-template-columns:1.08fr 1.08fr .92fr;
    gap:48px;
    align-items:stretch;     /* importante */
}

.footer-card .row > *{
    padding:0 36px;
}

.footer-card .row > *:not(:first-child){
    border-left:1px solid #dbe3ee;
}



.footer-card .row > :first-child p{
    margin:0 0 8px;
    line-height:1.55;
}
.footer-brick .logo{
  width:40px;
  height:40px;
  border-radius:10px;
  background:#15D8CB;
  display:none;
  flex:0 0 40px;
}

.footer-brick .name{
  font-weight:800;
  color:#0b1220;
  line-height:1.1;
}

.footer-brick h5{
  font-size:20px;
  line-height:1.2;
  font-weight:800;
  color:#0b1220;
  margin:0 0 24px;
}

.footer-brick p{
  color:#0b1220;
  font-size:15px;
  line-height:1.55;
  margin-bottom:16px;
}

.footer-brick ul{
  margin:0;
  padding:0;
}

.footer-brick li{
  margin-bottom:10px;
}

.footer-link,
.footer-brick a{
  color:#0b1220;
  text-decoration:none;
  font-weight:600;
}


.footer-link:hover,
.footer-brick a:hover{
  color:#0ea5e9;
}

.footer-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:7px 14px;
  border:2px solid #0b1220 !important;
  border-radius:999px !important;
  color:#0b1220 !important;
  background:#fff !important;
  font-weight:700;
  text-decoration:none;
  line-height:1.1;
  font-size:13px;
  
   
}

.footer-cta:hover{
  background:#0ea5e9 !important;
  color:#fff !important;
  
}

.footer-social{
  width:42px;
  height:42px;
  min-width:42px;
  padding:0 !important;
  border:2px solid #0b1220 !important;
  border-radius:50% !important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  color:#0b1220 !important;
  background:#fff !important;
}

.footer-social:hover{
  background:#0ea5e9 !important;
  color:#fff !important;
}

.footer-legal{
    color:#64748b;
    font-size:14px;
    font-weight:500;
}

.footer-legal a{
  color:#64748b;
 font-weight:500;
}

.footer-legal a:hover{
  color:#0ea5e9;
}

@media (max-width:980px){
  .footer-card .row{
    grid-template-columns:1fr 1fr;
  }

  .footer-card .col-md-3{
    border-left:0;
    padding:0;
  }
}

@media (max-width:640px){
  .footer-brick{
    padding:32px 0 22px;
  }

  .footer-card{
    padding:28px 22px;
    border-radius:22px;
  }

  .footer-card .row{
    grid-template-columns:1fr;
    gap:30px;
  }

  .footer-card .col-md-3{
    border-left:0;
    border-top:1px solid #cbd5e1;
    padding-top:24px;
  }

  .footer-card .col-md-3:first-child{
    border-top:0;
    padding-top:0;
  }

  .footer-legal{
    gap:12px;
    text-align:center;
  }
}
.footer-brick .brand-logo{
  width:170px;
  height:auto;
  display:block;
}


.footer-legal{

  max-width:1320px;
  margin:28px auto 0;
  padding:0 24px;
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:space-between !important;
  width:100%;
  width:100%;
    box-sizing:border-box;
   color:#64748b;
  font-size:14px;
  font-weight:500;
}
.footer-legal a{
  margin-left:18px;
  color:#0b1220;
  text-decoration:none;
  font-weight:600;
}

.footer-brick .brand-logo{
  width:170px;
  height:auto;
  display:block;
  object-fit:contain;
}

.footer-card .row{
  display:grid;
  grid-template-columns:1fr 1.15fr 0.9fr;
  gap:32px;
  align-items:stretch;
}
.footer-copy{
   flex:1;          
}

.footer-whatsapp{
  display:flex;
  align-items:center;
  gap:18px;
  margin:12px 0 18px;
  flex-wrap:wrap;
}

.footer-whatsapp span{
  font-size:15px;
  color:#0b1220;
}
.footer-links{
    list-style:none;
    padding:0;
    margin:0;
	
}

.footer-links>li{
    margin-bottom:14px;
}

.footer-links > li > a,
.footer-title,
.footer-extra-link{
    font-weight:600;
    color:#0b1220;
    font-size:16px;
    line-height:1.45;
}



.footer-submenu a{
     font-size:15px;
  font-weight:500;
  color:#556579;
    display:block;
    padding-left:24px;
}
.footer-divider{
    margin:22px 0;
    border:0;
    border-top:1px solid #e5e7eb;
}


.footer-title{
    display:block;
    font-weight:600;
    color:#0b1220;
    margin-bottom:12px;
	   font-size:16px;
}
.footer-submenu{
    list-style:none;
    margin:0;
   padding-left:28px;
}

.footer-submenu li{
    margin-bottom:10px;
}

.footer-submenu a{
    font-size:15px;
    font-weight:500;
    color:#475569;
}
.footer-extra-links{
    display:flex;
    flex-direction:column;
    gap:14px;
}
.footer-extra-link{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#0b1220;
    font-weight:600;
    transition:.25s;
	font-size:16px;
}

.footer-extra-link:hover{
    color:#0ea5e9;
}
.footer-whatsapp{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:18px;
    margin:26px 26px;

}
.footer-extra-links{
    margin-top:22px;
    padding-top:22px;
    border-top:1px solid #e7edf4;
}



.whatsapp-label{
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:600;
	color:#0b1220;
}

.footer-card .row > :first-child{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    gap:24px;      /* antes 24px */
}

.wa-icon{
    color:#25D366;
    font-size:26px;
    margin-right:8px;
}
.footer-card .row > :first-child .footer-cta{
  margin-top:8px;
  width:max-content;
  min-width:auto;
  min-height:36px;
  padding:8px 18px;
  border-color:#0b1220 !important;
}

.footer-card .row > :first-child .footer-cta:hover{
  background:#0ea5e9 !important;
  border-color:#0ea5e9 !important;
  color:#fff !important;
}
.footer-card .row > :last-child{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:24px;
}
.whatsapp-label::before{
  content:"";
  width:24px;
  height:24px;
  display:inline-block;
  margin-right:8px;
  border-radius:50%;
  background:#25D366;
  vertical-align:middle;
}

.footer-card .row > :last-child .footer-cta{
  min-height:36px;
  padding:8px 18px;
  font-size:13px;
}
.footer-contact{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.footer-contact-link{
  display:flex;
  align-items:center;
  gap:14px;
  color:#0b1220;
  font-size:15px;
  font-weight:600;
  text-decoration:none;
   padding:10px 0;
   min-height:8px;
    text-decoration:none;
    color:#0b1220;
    transition:.25s;
}

.footer-contact-link:hover{
  color:#0ea5e9;
}

.contact-icon{
    width:44px;
    height:44px;
    object-fit:contain;
    flex-shrink:0;
    display:block;
}

.whatsapp-icon{
  color:#25D366;
  font-size:24px;
}

.footer-social-block{
  padding-top:22px;
  border-top:1px solid #e7edf4;
}

.footer-social-title{
  margin-bottom:14px;
  color:#0b1220;
  font-size:15px;
  font-weight:500;
}
.footer-contact-link{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    padding:12px 0;
    text-decoration:none;
    transition:.25s;
}

.footer-contact-link:hover{
    color:#00B8B0;
}



.footer-arrow{
    width:34px;
    height:34px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#14c8c4;
    font-size:22px;
    font-weight:700;
    transition:.25s;
}

.footer-contact-link:hover .footer-arrow{
    transform:translateX(5px);
    background:#ecfeff;
}
footer .btn-icon,
.site-footer .btn-icon{
  border:2px solid #000 !important;
  color:#000 !important;
}
.footer-contact-item{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:12px;
}

.footer-contact-info{
    display:flex;
    align-items:center;
    gap:14px;
	flex:1;
}

.footer-contact-link{
    color:#0b1220;
    text-decoration:none;
    font-weight:700;
}

.footer-contact-link:hover{
    color:#12b7d6;
}

.footer-contact-item .btn-icon{
    flex-shrink:0;
}
.footer-cta-row{
  display:flex;
  align-items:center;
  gap:12px;
}

.footer-pill-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 26px;
    border:2px solid #0b1220;
    border-radius:999px;
    background:#fff;

    color:#0b1220 !important;
    text-decoration:none;

    font-size:15px;
    font-weight:800;

    transition:all .25s ease;
}

.footer-pill-btn:hover,
.footer-pill-btn:focus{
    background:#0ea5e9;
    border-color:#0ea5e9;

    color:#fff !important;
    text-decoration:none;
}



.footer-pill-icon{
  width:38px;
  height:38px;
  border:2px solid #0b1220;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#0b1220;
  font-size:18px;
  font-weight:800;
  flex:0 0 38px;
}
.footer-circle-arrow{
    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:2px solid #111827;
    border-radius:50%;

    font-size:18px;
    font-weight:700;

    color:#111827;
    background:#fff;

    flex-shrink:0;

    transition:.25s;
    cursor:pointer;
}

.footer-contact-item:hover .footer-circle-arrow{
    background:#0ea5e9;
    border-color:#0ea5e9;
    color:#fff;
}
.footer-extra-icon{
    width:20px;
    height:20px;
    flex-shrink:0;
    fill:none;
    stroke:#18c3c8;      /* mismo turquesa del header */
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.footer-extra-link{
    display:flex;
    align-items:center;
    gap:10px;
}
.footer-gift-icon{
    width:32px;
    height:32px;
    border-radius:50%;
    background:#18c3c8;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.footer-gift-icon svg{
    width:18px;
    height:18px;
    fill:none;
    stroke:#fff;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.footer-extra-link{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:#0b1220;
    font-weight:600;
}

.footer-extra-link:hover .footer-gift-icon{
    background:#0ea5e9;
    transform:scale(1.05);
    transition:.25s;
}
/* Línea superior degradada del footer */
.footer-card{
  position:relative;
  overflow:hidden;
}

.footer-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:5px;
  background:linear-gradient(
    90deg,
    #4f46e5 0%,
    #0ea5e9 42%,
    #18c3c8 68%,
    #a3d83f 100%
  );
}

/* Para que el contenido no se pegue a la línea */
.footer-card{
  padding-top:48px;
}
.footer-card::before{
    content:"";
    position:absolute;
    top:14px;
    left:50px;
    width:250px;
    height:6px;
    border-radius:999px;

    background:linear-gradient(
        90deg,
        #4f46e5,
        #0ea5e9,
        #18c3c8,
        #b9d83c
    );
}

.footer-legal{
  max-width:1320px;
  margin:28px auto 0;
  padding:0 24px;
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:space-between !important;
  width:100%;
  gap:20px;
  color:#64748b;
  font-size:14px;
  font-weight:500;
}

.footer-copy{
  flex:1;
}

.footer-legal-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px;
  margin-left:auto;
}

.footer-legal-links a{
  margin:0 !important;
  color:#64748b;
  text-decoration:none;
  font-weight:500;
}

.footer-legal-links a:hover{
  color:#0ea5e9;
}
@media (max-width: 640px){

  .footer-brick{
    padding:1px 0 20px;
  }

  .footer-brick .container{
    padding-left:16px;
    padding-right:16px;
  }

  .footer-card{
    padding:34px 22px 28px;
    border-radius:22px;
    overflow:hidden;
  }

  .footer-card::before{
    top:10px;
    left:22px;
    width:170px;
    height:5px;
  }

  .footer-card .row{
    display:flex !important;
    flex-direction:column !important;
    gap:28px !important;
  }

  .footer-card .row > *{
    width:100% !important;
    max-width:100% !important;
    padding:0 !important;
    border-left:0 !important;
  }

  .footer-card .row > *:not(:first-child){
    border-top:1px solid #e2e8f0 !important;
    padding-top:24px !important;
  }

  .footer-brick .brand-logo{
    width:150px;
  }

  .footer-card .row > :first-child{
    gap:14px;
  }

  .footer-card .row > :first-child p{
    font-size:14px;
    line-height:1.5;
  }

  .footer-cta-row{
    align-items:center;
    gap:10px;
  }

  .footer-pill-btn{
    min-height:42px;
    padding:0 18px;
    font-size:14px;
    white-space:normal;
  }

  .footer-pill-icon,
  .footer-circle-arrow{
    width:36px;
    height:36px;
    flex:0 0 36px;
    font-size:16px;
  }

  .footer-brick h5{
    font-size:20px;
    margin-bottom:18px;
  }
  .footer-links{
    list-style:none;
    margin:0;
    padding:0;
  }

  .footer-links > li{
    margin:0 0 18px !important;
  }

 .footer-links > li > a,
  .footer-title{
    display:block;
    margin:0 !important;
    padding:0 !important;
    line-height:1.35 !important;
	font-size:14px;

  }

  .footer-extra-links{
    margin-top:18px;
    padding-top:18px;
  }

  .footer-contact{
    gap:2px;
  }

 .footer-contact-item{
    display:flex;
    grid-template-columns:1fr 34px;
    align-items:center;
    gap:8px;
	 padding: 0;
	  min-height:34px;
	  justify-content:space-between;
	   min-height:36px;
       margin:0;
  }

 

 .contact-icon{
    width:32px;
    height:32px;
  }
 .footer-contact-link{
    max-width:none;
    font-size:14px;
    flex:1;
    line-height:1;
    white-space:normal;
}
  

  .footer-social-block{
    padding-top:12px;
	margin-top:8px;
  }
   .footer-contact h5{
        margin-bottom:6px;
    }


 .footer-legal{
    display:flex !important;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    margin-top:16px;      /* antes 28px */
    padding:0 18px;
width:100%;
    text-align:center;
    gap:4px;
}

.footer-copy{
    font-size:12px;
    color:#64748b;
    width:100%;
    max-width:100%;
    text-align:center;

    white-space:normal;
    word-break:normal;
    overflow-wrap:normal;

    line-height:1.45;
}

.footer-legal-links{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;

    width:100%;
    margin:0 !important;
}

.footer-legal-links a{
    margin:0 !important;
    font-size:12px;
    color:#64748b;
    font-weight:500;
}
  .footer-social-title{
    display:none;
}
.footer-social-block{
    display:flex;
    align-items:center;
    gap:12px;
    padding-top:18px;
    border-top:1px solid #e7edf4;
}

.footer-social-block .d-flex{
    display:flex;
    flex-direction:row;
    gap:12px;
}
.footer-contact-info{
    display:flex;
    align-items:center;
    gap:12px;
    width:100%;
}
.footer-circle-arrow{
    width:34px;
    height:34px;
    flex:0 0 34px;
    margin-left:0;
  }
 .footer-submenu{
    margin:16px 0 0 !important;
    padding-left:22px !important;
  }

  .footer-submenu li{
    margin:0 0 12px !important;
  }

  .footer-submenu a{
    display:block;
    padding:0 !important;
    line-height:1.4 !important;
  }

}

.brick-footer-bottom{
  max-width:1320px;
  margin:18px auto 0;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  box-sizing:border-box;
}

.brick-footer-copy{
  color:#64748b;
  font-size:14px;
  font-weight:500;
  white-space:normal;
}

.brick-footer-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:28px;
  white-space:nowrap;
}

.brick-footer-links a{
  color:#64748b;
  font-size:14px;
  font-weight:500;
  text-decoration:none;
}

.brick-footer-links a:hover{
  color:#0ea5e9;
}

@media (max-width:640px){
  .brick-footer-bottom{
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:6px;
    margin-top:14px;
    padding:0 16px;
  }

  .brick-footer-copy{
    width:100%;
    font-size:11px;
    line-height:1.35;
    text-align:center;
  }

  .brick-footer-links{
    width:100%;
    justify-content:center;
    gap:18px;
    white-space:normal;
  }

  .brick-footer-links a{
    font-size:11px;
  }
}