.elementor-166 .elementor-element.elementor-element-00908d9{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-4ea896f */.opma-footer {
    position: relative;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    padding-top: 60px;
    overflow: hidden;
}

/* Fondo con Blur */
.opma-footer-bg-blurred {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url('https://images.unsplash.com/photo-1556228453-efd6c1ff04f6?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80');
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    transform: scale(1.1);
    z-index: 0;
}

.opma-footer-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.opma-footer-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr; /* Desktop: 3 columnas */
    gap: 40px;
    margin-bottom: 50px;
}

/* Estilos de Texto */
.opma-footer-brand { font-size: 26px; font-weight: 700; margin-bottom: 15px; color: #fff; }
.opma-footer-desc { font-size: 14px; line-height: 1.6; color: #eee; margin-bottom: 20px; }
.opma-footer-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; text-transform: uppercase; color: #fff; }

/* Listas y Enlaces */
.opma-footer-links, .opma-footer-contact { list-style: none; padding: 0; margin: 0; }
.opma-footer-links li, .opma-footer-contact li { margin-bottom: 12px; }
.opma-footer-links a, .opma-footer-contact a { color: #fff; text-decoration: none; font-size: 14px; transition: 0.3s; }
.opma-footer-links a:hover { color: #4dfa8b; padding-left: 5px; }

/* Iconos de Contacto */
.opma-footer-contact li { display: flex; align-items: center; gap: 10px; }
.opma-footer-contact i { color: #4dfa8b; width: 20px; }

/* Redes Sociales */
.opma-footer-socials { display: flex; gap: 15px; }
.opma-footer-socials a {
    width: 35px; height: 35px; background: rgba(255,255,255,0.1);
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%; color: #fff; transition: 0.3s;
}
.opma-footer-socials a:hover { background: #485E68; transform: translateY(-3px); }

/* Barra Inferior */
.opma-footer-bottom {
    background-color: #485E68;
    color: #ffffff;
    padding: 20px 0;
    position: relative;
    z-index: 2;
}
.opma-footer-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.opma-signature a { color: #fff; font-weight: 700; text-decoration: none; }

/* =========================================
   MOBILE RESPONSIVE (TODO VERTICAL)
   ========================================= */
@media (max-width: 768px) {
    .opma-footer-container {
        grid-template-columns: 1fr; /* Una sola columna vertical */
        text-align: center;
        gap: 40px;
    }

    .opma-footer-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .opma-footer-socials {
        justify-content: center;
    }

    .opma-footer-contact li {
        justify-content: center;
    }

    .opma-footer-bottom-container {
        flex-direction: column; /* Barra inferior vertical */
        text-align: center;
        gap: 10px;
    }
}/* End custom CSS */