.elementor-2685 .elementor-element.elementor-element-16b52a4{--display:flex;--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-9eb2134 *//* Asegurar que el cuerpo ocupa la pantalla completa y empuja el footer hacia abajo */
html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

/* Contenido principal crece y empuja el footer al final */
.content {
    flex: 1;
    padding: 20px;
}

/* Estilo general del footer */
.footer-main {
    background-color: #222;
    color: white;
    padding-top: 40px;
}

/* Contenedor principal del footer */
.footer-main .container {
    padding-bottom: 30px;
}

/* Estilo de las cajas de dirección */
.address-box {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: transform 0.3s ease;
}

/* Efecto hover en las cajas */
.address-box:hover {
    transform: translateY(-5px);
}

/* Íconos de contacto */
.address-box .add-icon {
    background: #F3F5F8;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    color: #222;
    margin-right: 15px;
}

/* Títulos de cada sección */
.add-content h5 {
    font-size: 20px;
    font-weight: 700; /* Negrita fuerte */
    color: white;
    margin-bottom: 5px;
}

/* Texto de la información */
.add-content p {
    font-size: 16px;
    font-weight: 500; /* Negrita media */
    color: white;
    margin: 0;
}

/* Enlace de email */
.add-content p a {
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.add-content p a:hover {
    color: #F3F5F8;
}

/* Redes sociales */
.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 50%;
    color: white;
    border: 1px solid white;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #F3F5F8;
    color: #222;
    border-color: #F3F5F8;
}

/* Sección de Copyright */
.bg-secondary-custom {
    background-color: #333;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: white;
}/* End custom CSS */