/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1747595349
Updated: 2025-05-18 20:09:09
*/

/* ==================== */
/* ESTILOS DE ACCESIBILIDAD MEJORADOS */
/* ==================== */

/* Foco visible pero discreto para elementos interactivos */
:focus-visible {
    outline: 2px solid #2B73B7 !important;
    outline-offset: 2px;
    box-shadow: 0 0 0 1px white, 0 0 0 3px #2B73B7 !important;
}

/* Mejor contraste para botones */
.et_pb_button {
    color: #FFFFFF !important;
    background-color: #2B73B7 !important;
    transition: all 0.3s ease;
}

.et_pb_button:hover, 
.et_pb_button:focus {
    background-color: #1a4b7a !important;
    opacity: 0.9;
}

/* Estilos para enlaces */
a {
    color: #2B73B7;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #1a4b7a;
    text-decoration: none;
}

/* Mejoras para formularios */
input, select, textarea {
    min-height: 44px;
    font-size: 16px;
}

input[type="search"] {
    box-sizing: border-box;
}

/* Saltar al contenido principal */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #2B73B7;
    color: white;
    padding: 8px;
    z-index: 100;
    text-decoration: none;
}

.skip-link:focus {
    top: 0;
}

/* Mejoras de legibilidad */
body {
    line-height: 1.6;
}

/* Contraste mejorado para texto */
.et_pb_module h1, 
.et_pb_module h2, 
.et_pb_module h3, 
.et_pb_module h4, 
.et_pb_module h5, 
.et_pb_module h6 {
    color: #222222;
}

/* Ajustes para móviles */
@media (max-width: 980px) {
    /* Asegurar que los elementos sean táctiles */
    button, a, input, select {
        min-width: 44px;
        min-height: 44px;
    }
    
    /* Mejor espaciado en móviles */
    .et_pb_row {
        padding: 15px 0;
    }
}