h2 {color: #0D3996!important;}
h5 {color: #008f8f;}

.item-page .page-header h2, .item-page .page-header .h2 {
    font-size: 2.125rem;
    color: #0D3996;
}
.t4-programa, .t4-objetivos, .t4-ejes, .t4-inscripcion, .t4-invitada, .t4-pie {padding: 60px 0px;}

.t4-header {border-bottom: none;}

.arriba{color: #FFF;
font-family: Arial;
font-size: 1.125rem;
font-style: normal;
font-weight: 700;
padding-left: 10px;
line-height: normal;}

.programa{background: #008F8F;padding: 20px 40px;color: #FFF;
font-family: "Open Sans";
font-size: 1.375rem;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.inscripcion {
    background: #F7B720;
    padding: 20px 40px;
    color: #000;
    font-family: "Open Sans";
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.invitada {
    border-radius: 1rem;
    background: #FFF;
    box-shadow: 3px 6px 10px 0 rgba(0, 0, 0, 0.15);
    padding: 30px;
}

.nombre-invitada {
    color: #005973;
    font-family: Raleway;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.fondo{background-color: #E9ECEF;}
.btn-evento {
    background-color: #073991;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #fff;
    font-weight: 600;
    transition: background 0.2s;
    padding: 0.75rem 2rem;
    display: inline-block;
    width: 100%;
    max-width: 280px;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
}
.btn-evento:hover,
.btn-evento:focus {
    background-color: #2D7AC3;
    color: #fff;
    border: 4px solid #fff;
}
.btn-evento:focus-visible {
    outline: 4px solid #FFD700;
    outline-offset: 5px;
    box-shadow: 0 0 0 4px rgba(7,57,145,0.3);
}

.btn-evento:focus-visible {
    outline: 4px solid #FFD700;
    outline-offset: 5px;
    box-shadow: 0 0 0 4px rgba(7,57,145,0.3);
}
.tit-ejes {
    color: #FFF;
    font-family: "Raleway", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
/* Cuadros de ejes temáticos */
.bg-eje1 {
    background-color: #2D7AC3;
}
.bg-eje2 {
    background-color: #C92E91;
}
.bg-eje3 {
    background-color: #F7B720;
}
.cuadro-eje {
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.txt-pie{font-size: 1.5rem;}
@media (max-width: 576px) {
    .btn-evento {
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
        max-width: 100%;
    }
}

/* Celulares */
@media (max-width: 600px) {
    .t4-programa, .t4-objetivos, .t4-ejes, .t4-inscripcion, .t4-invitada, .t4-pie {
            padding: 40px 0px;
        } 
}

/* Tabletas */
@media (min-width: 601px) and (max-width: 1024px) { 
    .t4-programa, .t4-objetivos, .t4-ejes, .t4-inscripcion, .t4-invitada, .t4-pie {
        padding: 40px 0px;} 
        }
