.elementor-2672 .elementor-element.elementor-element-cd3079a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2672 .elementor-element.elementor-element-c87aabe{--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-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-73d4fbd *//* FOOTER GENERAL */
.tamaide-footer {
    background: #1EA389;
    color: #ffffff;
    padding: 50px 20px 20px;
    margin-top: 60px;
}

.tamaide-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

/* LOGO */
.tamaide-footer-logo {
    width: 160px;
    margin-bottom: 15px;
}

/* TEXTO */
.tamaide-footer-text {
    font-size: 1rem;
    line-height: 1.5;
}

/* TITULOS */
.tamaide-footer-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

/* MENÚ LEGAL */
.tamaide-footer-menu {
    list-style: none;
    padding: 0;
}

.tamaide-footer-menu li {
    margin-bottom: 10px;
}

.tamaide-footer-menu a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.tamaide-footer-menu a:hover {
    opacity: 0.7;
}

/* REDES SOCIALES */
.tamaide-footer-social {
    display: flex;
    gap: 15px;
    align-items: center;
}

/* Iconos normales */
.social-icon {
    width: 80px;
    height: 80px;
}



/* COPYRIGHT */
.tamaide-footer-copy {
    text-align: center;
    margin-top: 40px;
    font-size: 0.9rem;
    opacity: 0.9;
}/* End custom CSS */