.elementor-475 .elementor-element.elementor-element-f2ebe20{--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;--justify-content:space-evenly;}.elementor-475 .elementor-element.elementor-element-f2ebe20:not(.elementor-motion-effects-element-type-background), .elementor-475 .elementor-element.elementor-element-f2ebe20 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2F3949;}.elementor-475 .elementor-element.elementor-element-f2ebe20.e-con{--align-self:center;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-f2ebe20 *//* FOOTER FULL WIDTH */
.mml-footer-full {
  width: 100%;
  background-color: #2f3949; /* Azul profundo */
  color: #ffffff;
}

/* Contenedor interno */
.mml-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px 60px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 60px;
}

/* Marca */
.footer-brand {
  font-family: "Times New Roman", Georgia, serif;
  font-size: 26px;
  margin-bottom: 16px;
}

.footer-col p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 28px;
}

/* CTA */
.footer-cta {
  display: inline-block;
  background-color: #d37a5f; /* rosado / coral aprobado */
  color: #fff;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-cta:hover {
  background-color: #c46850;
  transform: translateY(-1px);
}

/* Títulos columnas */
.footer-col h4 {
  font-family: "Times New Roman", Georgia, serif;
  font-size: 20px;
  margin-bottom: 18px;
}

/* Listas */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.footer-col ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Línea inferior */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  text-align: center;
  padding: 22px 16px;
  font-size: 14px;
  opacity: 0.8;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .mml-footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 20px 40px;
  }

  .footer-brand {
    font-size: 24px;
  }
}/* End custom CSS */