.elementor-41 .elementor-element.elementor-element-026d075{--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-41 .elementor-element.elementor-element-026d075:not(.elementor-motion-effects-element-type-background), .elementor-41 .elementor-element.elementor-element-026d075 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E3B64B;}.elementor-41 .elementor-element.elementor-element-489aac2{--display:flex;}.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-41 .elementor-element.elementor-element-489aac2{--content-width:1400px;}}/* Start custom CSS for html, class: .elementor-element-59c119b */@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");

* {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}

/* === Footer general === */
.footer-distributed {
  background: #e3b64b; /* amarillo dorado más elegante */
  color: #2b2b2b; /* texto más oscuro para contraste */
  width: 100%;
  text-align: left;
  padding: 55px 50px 25px;
  position: relative;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}

/* === Columnas principales === */
.footer-left,
.footer-center,
.footer-right {
  display: inline-block;
  vertical-align: top;
}

.footer-left {
  width: 30%;
}

.footer-center {
  width: 35%;
}

.footer-right {
  width: 30%;
}

/* === Logo === */
.footer-logo img {
  width: 280px;
  max-width: 100%;
  height: auto;
  display: block;
}

/* === Información de contacto === */
.footer-center i {
  background-color: #2b2b2b;
  color: #f1c232;
  font-size: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin: 10px 15px;
  vertical-align: middle;
  transition: background 0.3s ease, color 0.3s ease;
}

.footer-center i:hover {
  background-color: #f1c232;
  color: #2b2b2b;
}

.footer-center p {
  display: inline-block;
  color: #2b2b2b;
  font-weight: 500;
  vertical-align: middle;
  margin: 0;
}

.footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.8;
}

.footer-center p a {
  color: #2b2b2b;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-center p a:hover {
  color: #ffffff;
}

.footer-center .phones {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.footer-center .phones p {
  display: block;
  margin: 0;
  line-height: 1.6;
}

/* === Sección "Sobre nosotros" === */
.footer-company-about {
  line-height: 20px;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.footer-company-about span {
  display: block;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* === Iconos de redes === */
.footer-icons {
  margin-top: 20px;
}

.footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #2b2b2b;
  border-radius: 3px;
  font-size: 18px;
  color: #f1c232;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  transition: all 0.3s ease;
}

.footer-icons a:hover {
  background-color: #ffffff;
  color: #2b2b2b;
}

/* === Copyright === */
.footer-bottom {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 15px;
}

.footer-company-name {
  color: #2b2b2b;
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

/* === Responsive === */
@media (max-width: 880px) {
  .footer-left,
  .footer-center,
  .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-center i {
    margin: 0 auto 10px;
    display: block;
  }

  .footer-logo img {
    margin: 0 auto 15px;
  }
}/* End custom CSS */