.elementor-126 .elementor-element.elementor-element-0021df7{--display:flex;}.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-878be74 */.raices-footer{
  background:#2e2e2e;
  color:#ffffff;
  padding:60px 40px;
  border-top:6px solid #CA864E;
}

.footer-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:50px;
  margin-bottom:50px;
}

.footer-info{
  flex:1;
  max-width:400px;
}

.footer-title{
  font-size:2rem;
  font-weight:800;
  color:#CA864E;
  margin-bottom:15px;
}

.footer-text{
  font-size:1.1rem;
  line-height:1.6;
}

.footer-links{
  flex:1;
}

.footer-subtitle{
  font-size:1.4rem;
  font-weight:700;
  color:#CA864E;
  margin-bottom:15px;
}

.footer-links ul{
  list-style:none;
  padding:0;
}

.footer-links li{
  margin-bottom:10px;
}

.footer-links a{
  color:#ffffff;
  font-size:1.1rem;
  text-decoration:none;
  transition:color .3s ease;
}

.footer-links a:hover{
  color:#CA864E;
}

.footer-contact{
  flex:1;
}

.footer-contact p{
  font-size:1.1rem;
  margin-bottom:8px;
}

.footer-contact a{
  color:#CA864E;
  text-decoration:none;
  font-weight:600;
}

.footer-contact a:hover{
  text-decoration:underline;
}

.footer-logos{
  display:flex;
  justify-content:center;
  margin-bottom:40px;
}

.footer-logos-img{
  width:60%;
  max-width:550px;
  border-radius:14px;
  border:4px solid #CA864E;
  box-shadow:0 0 25px rgba(0,0,0,0.25);
}

.footer-bottom{
  text-align:center;
  font-size:1rem;
  opacity:0.85;
  line-height:1.6;
}

/* FRANJA LEGAL */
.raices-legales{
  background:#1f1f1f;
  color:#ffffff;
  padding:25px 20px 35px 20px;
  text-align:center;
}

.legales-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:15px;
  margin-bottom:10px;
}

.legales-links a{
  color:#ffffff;
  font-size:0.95rem;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color .3s ease, border-bottom .3s ease;
}

.legales-links a:hover{
  color:#CA864E;
  border-bottom:1px solid #CA864E;
}

.legales-text{
  font-size:0.9rem;
  opacity:0.8;
  max-width:800px;
  margin:auto;
  line-height:1.4;
}

/* RESPONSIVE */
@media(max-width:900px){
  .footer-top{
    flex-direction:column;
    text-align:center;
  }

  .footer-info,
  .footer-contact{
    max-width:100%;
  }
  
  .footer-logos-img{
    width:100% !important;      /* fuerza el ancho completo */
    max-width:950px !important; /* tamaño más grande en móvil */
    display:block !important;
    margin:auto !important;
  }

  .legales-links{
    flex-direction:column;
  }
}

@media(max-width:900px){
  .raices-footer .footer-top{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important; /* 🔥 fuerza el centrado de los hijos */
  }

  .raices-footer .footer-links{
    width:auto !important;
    margin:0 auto !important; /* 🔥 centra el bloque dentro del contenedor */
    text-align:center !important; /* 🔥 centra el contenido interno */
  }

  
}/* End custom CSS */