@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&family=Source+Sans+3&display=swap');

body {
    font-family: 'Source Sans 3', sans-serif;
}

.descripcion {
    font-size: 3em;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 3%;
    padding-bottom: 5%;
    text-align: center;
}

.titulo {
    font-family: 'Just Another Hand', cursive;
    font-size: 7em;
}

.encabezado-seccion {
    color: white;
    font-weight: bold;
    height: 150px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.encabezado-seccion:hover {
    color: white;
}

.linea-colores-abajo {
    height: 0.4em;
    background: linear-gradient(to right, #4BA500, #E28B2D, #CC3425,  #246DAB);
    margin: 0.5em 0 1em 0;
}

.logo__central {
    width: 65%;
}

.logo-secundario {
    /* margin-top: 10%; */
    /* vertical-align: middle !important; */
    width: 50%;
}
/* 
#header-7 {
    background-image: url('../../recursos/img/pajuv/header-pajuv-7.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */

#descripcion-7 {
    background: linear-gradient(to bottom, #A1398D, #FFFEFF);
    color: #2C0628;
}
#descripcion-2 {
    background: linear-gradient(to bottom, #F4A32E, #FFFEFF);
    color: #683B0E;
}
#descripcion-4 {
    background: linear-gradient(to bottom, #2485C3, #FFFEFF);
    color: #0C2C44;
}
#descripcion-3 {
    background: linear-gradient(to bottom, #A3C632, #FFFEFF);
    color: #435109;
}
#descripcion-5 {
    background: linear-gradient(to bottom, #F4A12A, #FFFEFF);
    color: #683B0E;
}
#descripcion-6 {
    background: linear-gradient(to bottom, #A3C632, #FFFEFF);
    color: #435109;
}
#descripcion-1 {
    background: linear-gradient(to bottom, #2384C3, #FFFEFF);
    color: #0C2C44;
}

.logo-off, #juvenil:hover .logo-on {
    display: none;
}
.logo-on, #juvenil:hover .logo-off {
    display: block;
}

.logo-off, #adolescentes:hover .logo-on {
    display: none;
}
.logo-on, #adolescentes:hover .logo-off {
    display: block;
}

.logo-on, #vocacional:hover .logo-off {
    display: block;
}
.logo-off, #vocacional:hover .logo-on {
    display: none;
}

@media (max-width: 600px) {
    .descripcion {
        font-size: 1.5em;
    }

    .descripcion p {
        margin-left: 10%;
        margin-right: 10%;
    }
}

