.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-19 .elementor-element.elementor-element-295c1be{--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-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-19 .elementor-element.elementor-element-ae381aa{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-19 .elementor-element.elementor-element-e84d6f3{margin:-64px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 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-ae381aa *//* ======================================= */
/* ESTILOS DEL PIE DE PÁGINA */
/* ======================================= */
.custom-footer {
    background-color: #252525; /* Fondo gris oscuro */
    color: #cccccc;
    padding: 70px 20px 20px; /* Padding: 70px arriba, 20px a los lados, 20px abajo */
    box-sizing: border-box;
}

.footer-container {
    max-width: 1280px; /* Mismo ancho que el header */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px; /* Espacio entre columnas */
    flex-wrap: wrap; /* ¡Magia para la responsividad! */
}

/* Estilos de las Columnas */
.footer-column {
    flex: 1; /* Permite que las columnas crezcan y se ajusten */
    min-width: 280px; /* Ancho mínimo antes de que salten de línea */
}

.footer-column h4 {
    font-family: 'Montserrat', sans-serif; 
    color: #ffffff;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

/* Línea decorativa naranja debajo de los títulos */
.footer-column h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #F37324; /* Naranja del logo */
}

.footer-column p {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
    color: #a0a0a0;
    margin: 0 0 10px;
}

/* Estilos para los enlaces */
.footer-column a {
    color: #a0a0a0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-column a:hover {
    color: #ffffff; /* Se ilumina al pasar el mouse */
}

.footer-column.links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column.links li {
    margin-bottom: 12px;
}

/* Barra inferior del Copyright */
.footer-bottom {
    text-align: center;
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #444444;
}

.footer-bottom p {
    color: #777777;
    font-size: 14px;
}

/* ======================================= */
/* ESTILOS PARA ÍCONOS DE REDES SOCIALES   */
/* ======================================= */

/* Contenedor de los íconos */
.social-media-icons {
    display: flex;
    gap: 15px; /* Espacio entre los íconos */
    margin-top: 20px; /* Espacio sobre los íconos */
}

/* Estilo de cada círculo de ícono */
.social-media-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #444444; /* Color de fondo del círculo */
    border-radius: 50%; /* Para hacerlo un círculo perfecto */
    transition: all 0.3s ease;
}

/* Estilo del ícono en sí (la "f", el logo de IG, etc.) */
.social-media-icons a i {
    color: #cccccc; /* Color del ícono */
    font-size: 18px;
    transition: all 0.3s ease;
}

/* Efecto al pasar el mouse sobre el círculo */
.social-media-icons a:hover {
    background-color: #F37324; /* Cambia al color naranja de la marca */
    transform: translateY(-3px); /* Pequeño efecto de levantamiento */
}

/* El ícono también cambia de color al pasar el mouse */
.social-media-icons a:hover i {
    color: #ffffff;
}/* End custom CSS */