.elementor-107 .elementor-element.elementor-element-3863257{--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-6d322488 *//* Estilos Generales y Tipografía Poppins */
.ferre-footer,
.ferre-whatsapp-float {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

.ferre-footer {
    background-color: #574594;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;
    width: 100%;
}

.ferre-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 35px;
}

/* Tipografía y Elementos de Columna */
.ferre-footer-brand {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.ferre-footer-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.ferre-footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    opacity: 0.7;
    border-radius: 2px;
}

.ferre-footer-desc,
.ferre-footer-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 15px;
    font-size: 13.5px;
}

.ferre-footer-text strong {
    font-weight: 600;
}

/* Insignia de Sitio Seguro con diseño renovado */
.ferre-secure-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.08);
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Listas de Enlaces con transición fluida */
.ferre-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ferre-footer-links li {
    margin-bottom: 10px;
}

.ferre-footer-links a,
.ferre-footer-emails a,
.ferre-social-icons a,
.ferre-footer-bottom a {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all 0.25s ease;
}

.ferre-footer-links a:hover,
.ferre-footer-emails a:hover,
.ferre-social-icons a:hover {
    color: #ffffff;
    padding-left: 5px;
    font-weight: 400;
}

/* Bloques de Correos y Redes */
.ferre-footer-emails {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13.5px;
    margin-top: 8px;
}

.ferre-social-icons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}

.ferre-social-icons a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
}

/* Barra Inferior (Copyright) */
.ferre-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background-color: rgba(0, 0, 0, 0.12);
    padding: 18px 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.ferre-footer-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.ferre-footer-bottom a {
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ferre-footer-bottom a:hover {
    color: #ffffff;
    padding-left: 0;
}

@media (min-width: 768px) {
    .ferre-footer-bottom-container {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

/* Globo / Botón Flotante de WhatsApp Fijo (Más elegante y animado) */
.ferre-whatsapp-float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 25px;
    right: 25px;
    background-color: #574594;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.ferre-whatsapp-float:hover {
    transform: scale(1.12);
    background-color: #46357b;
    color: #ffffff;
}/* End custom CSS */