.elementor-2568 .elementor-element.elementor-element-7612ff9{--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;}.elementor-2568 .elementor-element.elementor-element-32423b8{--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;}.elementor-2568 .elementor-element.elementor-element-0cbfbbc{--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;}/* Start custom CSS for html, class: .elementor-element-6eb63db *//* Estilos para Sección Contacto EPSI */
.contacto-epsi {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

.contacto-container {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 30px;
}

.contacto-titulo-principal {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.4em;
    border-bottom: 3px solid #2c5aa0;
    padding-bottom: 15px;
    font-weight: 700;
}

/* Contenedor de columnas principales */
.contacto-columnas-principales {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 35px;
}

.contacto-seccion {
    padding: 25px;
    background: #f8f9fa;
    border-left: 4px solid #2c5aa0;
    border-radius: 0 8px 8px 0;
}

.contacto-destacada {
    background: #e3f2fd;
    border-left-color: #1e88e5;
}

/* Sección de ancho completo */
.contacto-seccion-completa {
    margin-bottom: 35px;
    padding: 25px;
    background: #f8f9fa;
    border-left: 4px solid #2c5aa0;
    border-radius: 0 8px 8px 0;
}

.contacto-titulo-seccion {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.6em;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contacto-titulo-seccion i {
    color: #2c5aa0;
    font-size: 1.2em;
}

/* Grid de información */
.contacto-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
}

.contacto-info-item {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contacto-info-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.contacto-info-item i {
    color: #2c5aa0;
    font-size: 1.4em;
    margin-top: 5px;
    min-width: 24px;
}

.info-contenido {
    flex: 1;
}

.info-contenido strong {
    display: block;
    color: #2c3e50;
    margin-bottom: 8px;
    font-size: 1.1em;
    font-weight: 600;
}

.info-contenido p {
    color: #495057;
    margin: 0;
    font-size: 1em;
    line-height: 1.5;
}

.info-contenido a {
    color: #2c5aa0;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.info-contenido a:hover {
    color: #1e3a5f;
    text-decoration: underline;
}

/* Mapa */
.contacto-mapa-container {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-top: 15px;
}

.mapa-interactivo iframe {
    border-radius: 8px;
    width: 100%;
    height: 300px;
    border: 2px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Información de ubicación visual */
.ubicacion-visual {
    margin-top: 20px;
}

.ubicacion-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    border-left: 4px solid #2c5aa0;
}

.ubicacion-icon {
    background: #2c5aa0;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    flex-shrink: 0;
}

.ubicacion-detalles h4 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.ubicacion-detalles p {
    margin: 5px 0;
    color: #495057;
    font-size: 1em;
}

/* Botones de mapas */
.acciones-mapa {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.btn-mapa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2c5aa0;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.95em;
    transition: all 0.3s ease;
    flex: 1;
    justify-content: center;
    min-width: 150px;
}

.btn-mapa:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 90, 160, 0.3);
    text-decoration: none;
    color: white;
}

.btn-osm {
    background: #7ebc6f;
}

.btn-osm:hover {
    background: #6aa85b;
    box-shadow: 0 4px 12px rgba(126, 188, 111, 0.3);
}

.btn-apple {
    background: #000000;
}

.btn-apple:hover {
    background: #333333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Instrucciones de llegada */
.instrucciones-llegada {
    background: #e3f2fd;
    border-radius: 8px;
    padding: 20px;
    border-left: 4px solid #1e88e5;
}

.instrucciones-llegada h5 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.instrucciones-llegada h5 i {
    color: #1e88e5;
}

.transporte-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.transporte-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 12px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.transporte-item i {
    color: #2c5aa0;
    font-size: 1.2em;
    width: 20px;
    text-align: center;
}

.transporte-item span {
    color: #495057;
    font-size: 0.95em;
}

/* Departamentos */
.contacto-departamentos {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.contacto-enlace-item {
    background: white;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.contacto-enlace-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.enlace-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.enlace-info i {
    color: #2c5aa0;
    font-size: 1.3em;
}

.departamento-info {
    flex: 1;
}

.departamento-info strong {
    color: #2c3e50;
    font-size: 1.1em;
    display: block;
    margin-bottom: 5px;
}

.departamento-info p {
    color: #2c5aa0;
    font-size: 1em;
    margin: 0;
    font-weight: 500;
}

.contacto-enlace {
    display: inline-block;
    background: #2c5aa0;
    color: white !important;
    padding: 12px 24px;
    text-decoration: none !important;
    border-radius: 5px;
    transition: background 0.3s ease;
    font-weight: 500;
    font-size: 1em;
}

.contacto-enlace:hover {
    background: #1e3a5f;
    text-decoration: none !important;
}

/* Acciones rápidas */
.contacto-acciones {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.contacto-accion-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2c5aa0;
    color: white !important;
    padding: 16px 32px;
    text-decoration: none !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 1.1em;
    min-width: 180px;
    justify-content: center;
}

.contacto-accion-btn:hover {
    background: #1e3a5f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 90, 160, 0.3);
}

.contacto-btn-secundario {
    background: transparent !important;
    color: #2c5aa0 !important;
    border: 2px solid #2c5aa0;
}

.contacto-btn-secundario:hover {
    background: #2c5aa0 !important;
    color: white !important;
}

.contacto-footer {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #dee2e6;
    color: #6c757d;
    font-size: 1em;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 968px) {
    .contacto-columnas-principales {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .contacto-epsi {
        padding: 15px;
    }
    
    .contacto-container {
        padding: 20px;
    }
    
    .contacto-titulo-principal {
        font-size: 2em;
    }
    
    .contacto-titulo-seccion {
        font-size: 1.4em;
    }
    
    .contacto-enlace-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .enlace-info {
        justify-content: center;
    }
    
    .contacto-acciones {
        flex-direction: column;
        align-items: center;
    }
    
    .contacto-accion-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .ubicacion-card {
        flex-direction: column;
        text-align: center;
    }
    
    .acciones-mapa {
        flex-direction: column;
    }
    
    .btn-mapa {
        min-width: auto;
    }
    
    .mapa-interactivo iframe {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .contacto-titulo-principal {
        font-size: 1.7em;
    }
    
    .contacto-seccion,
    .contacto-seccion-completa {
        padding: 20px;
    }
    
    .contacto-info-item {
        padding: 15px;
    }
    
    .mapa-interactivo iframe {
        height: 200px;
    }
    
    .contacto-mapa-container {
        padding: 15px;
    }
}/* End custom CSS */