.elementor-49 .elementor-element.elementor-element-0c00d71{--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-49 .elementor-element.elementor-element-0a858c5{--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;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-49 .elementor-element.elementor-element-0a858c5:not(.elementor-motion-effects-element-type-background), .elementor-49 .elementor-element.elementor-element-0a858c5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(360deg, #FFFFFF 50%, var( --e-global-color-83b7145 ) 100%);}.elementor-widget-copyright .hfe-copyright-wrapper a, .elementor-widget-copyright .hfe-copyright-wrapper{color:var( --e-global-color-text );}.elementor-widget-copyright .hfe-copyright-wrapper, .elementor-widget-copyright .hfe-copyright-wrapper a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-49 .elementor-element.elementor-element-ac34f91 .hfe-copyright-wrapper{text-align:center;}.elementor-49 .elementor-element.elementor-element-ac34f91 .hfe-copyright-wrapper a, .elementor-49 .elementor-element.elementor-element-ac34f91 .hfe-copyright-wrapper{color:var( --e-global-color-201d328 );}.elementor-49 .elementor-element.elementor-element-ac34f91 .hfe-copyright-wrapper, .elementor-49 .elementor-element.elementor-element-ac34f91 .hfe-copyright-wrapper a{font-family:"Roboto", Sans-serif;font-weight:700;}.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-6fdd5c8 */.footer-secundario {
  background: linear-gradient(to bottom, #f5f5f5, #ffffff);
  border-top: 4px solid #2e7d32;
  color: #2e7d32;
  font-family: 'Segoe UI', sans-serif;
  padding: 1.5rem;
  font-size: 0.95rem;
}

.footer-contenido {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.footer-izquierda,
.footer-derecha {
  flex: 1 1 300px;
}

.footer-secundario h3 {
  margin-top: 0;
  color: #1b5e20;
  font-size: 1.2rem;
  border-bottom: 2px solid #2e7d32;
  padding-bottom: 0.3rem;
}

.footer-secundario ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0 0;
}

.footer-secundario li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}

.footer-secundario strong {
  margin-right: 0.3rem;
  color: #2e7d32;
}

.footer-secundario .dato {
  color: #212121;
}

.footer-secundario a {
  color: #212121;
  text-decoration: none;
}

.footer-secundario a:hover,
.footer-secundario a:focus {
  text-decoration: underline;
  outline: none;
}

.icono {
  width: 20px;
  height: 20px;
  fill: #2e7d32;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

/* Línea divisoria */
.linea-verde {
  border-top: 2px solid #2e7d32;
  margin-bottom: 1rem;
}

/* Redes sociales con animación y tamaño ampliado */
.redes-sociales {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1rem;
  justify-content: center;
}

.icono-red {
  width: 40px;
  height: 40px;
  fill: #2e7d32;
  transition: transform 0.3s ease, fill 0.3s ease;
}

.icono-red:hover {
  fill: #1b5e20;
  transform: scale(1.2) rotate(-3deg);
}

/* Lema ambiental con ícono y animación */
.lema-ambiental {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #1b5e20;
  font-size: 1rem;
  margin-top: 0.5rem;
  animation: fadeIn 1.2s ease-in-out;
}

.lema-ambiental svg {
  width: 20px;
  height: 20px;
  fill: #1b5e20;
  margin-right: 0.5rem;
}

/* Animación de entrada */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsivo */
@media (max-width: 768px) {
  .footer-contenido {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-izquierda,
  .footer-derecha {
    flex: 1 1 100%;
  }

  .footer-secundario li {
    justify-content: center;
  }
}/* End custom CSS */