.elementor-133 .elementor-element.elementor-element-586b085{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--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-aa4d807 *//* --- CONFIGURACIÓN GENERAL --- */
.main-footer {
    background-color: #1c2d3b !important;
    color: #ffffff !important;
    padding: 70px 0 30px 0;
    position: relative;
    overflow: hidden;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    z-index: 10;
}

/* MARCA DE AGUA */
.footer-watermark {
    position: absolute;
    bottom: -50px;
    right: -40px;
    width: 350px;
    opacity: 0.05;
    transform: rotate(-10deg);
    pointer-events: none;
    z-index: 1;
}
.footer-watermark img { width: 100%; filter: brightness(0) invert(1); }

/* GRID ESCRITORIO */
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 0.8fr;
    gap: 50px;
}

.f-logo { height: 45px; margin-bottom: 20px; }

.footer-col h3 {
    color: #E91E63 !important;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

/* --- ELIMINACIÓN DE AZUL Y HOVER BLANCO CON ANIMACIÓN --- */
.footer-col a, 
.agency-credit a, 
.f-contact-link {
    color: #ffffff !important; /* Siempre blanco de base */
    text-decoration: none !important;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

/* Efecto: Se vuelve blanco puro y sube 5px */
.footer-col a:hover, 
.agency-credit a:hover, 
.f-contact-link:hover {
    color: #ffffff !important; 
    opacity: 1 !important;
    transform: translateY(-3px); /* Movimiento hacia arriba */
}

/* --- FORMULARIO Y BOTONES --- */
.footer-form { display: flex; flex-direction: column; gap: 10px; }
.footer-form input, .footer-form textarea {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 12px;
    color: #fff;
    border-radius: 4px;
}

.btn-fucsia, .btn-fucsia-mobile {
    background-color: #E91E63 !important;
    color: #ffffff !important;
    border: none;
    padding: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    text-align: center;
}

.btn-fucsia:hover, .btn-fucsia-mobile:hover {
    background-color: #c2185b !important;
    transform: translateY(-5px); /* El botón también sube */
    box-shadow: 0 6px 15px rgba(233, 30, 99, 0.3);
}
.social-wrapper {
        display: flex;
        /* ESPACIADO: He subido el gap de 20px a 35px para que respiren mejor */
        gap: 35px; 
        justify-content: center;
        align-items: center;
        padding: 30px 10px;
    }

    .social-icon {
        color: #ffffff !important; /* Blanco puro */
        font-size: 20px; /* Tamaño ligeramente más grande */
        text-decoration: none !important;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        display: inline-block;
        
    }

    /* EFECTO DE SUBIDA 5PX */
    .social-icon:hover {
        transform: translateY(-3px) !important;
        color: #ffffff !important; 
        opacity: 0.7;
    }
    .social-container {
    display: flex;
     /* Los centra horizontalmente */
    align-items: center;
    gap: 10px; /* <--- Aumenta este número para darles más aire (ej: 30px o 40px) */
    margin-top: 0px; /* Espacio respecto al texto de arriba */
}
/* --- CONTROL DE MÓVIL --- */
.show-mobile-flex { display: none; }

.footer-bottom {
    margin-top: 50px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    opacity: 0.8;
}

/* MEDIA QUERIES PARA SIMPLIFICAR MÓVIL */
@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 30px; }
    .hide-mobile { display: none !important; }
    .show-mobile-flex { display: block; margin: 20px auto 0; width: 80%; }
    .brand-info p { margin: 0 auto; max-width: 300px; }
    .footer-bottom { flex-direction: column; gap: 15px; text-align: center; }
    .footer-watermark { width: 220px; }
    .social-container {
    display: flex;
    justify-content: center;
        gap: 20px; 
    }
        }/* End custom CSS */