@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

*{
    padding: 0;
    margin: 0;
}

.oswald {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

.logo-header {
    padding: 1rem;
    padding-left: 3rem;
    max-width: 15rem;
}

.logo-solo {
    padding: 1rem;
    padding-top: 3rem;
    max-width: 30rem;
}

.texto-sn {
    padding-top: 10rem;
}

header {
    display: flex;
    flex-direction: row;
    background-color: #202124;
    justify-content: space-between;
    align-items: center;
}

header nav{
    display: flex;
    flex-direction: row;
}
header nav a{
    font-size: 1.5rem;
    color: white;
    text-decoration: none;
}


header nav a:before , header nav a:after, header nav a:active {
    color: white;
}

#banner{
    background: #32EADE;
    display: flex;
}

#banner h1{
    color: white;
    text-align: left;
    font-size: 60px;
    padding-top: 10rem;
}
.img-hero{
    max-height: 100vh;
    margin-left: 5em;
}
#main{
    display: grid;
    grid-template-areas:
    "cel qem"
    "cel feed";
}

.descargar {
    width: 50%;
}

#sobre-nosotros {
    text-align: left;
}

.cel{
    grid-area: cel;
    align-self: center;
    width: 140%;
}
.qem{
    grid-area: qem;
}
.qem h2{
    font-size: 2rem;
    color: white;
    margin: 5% 15% 2% 15%;
}
.qem p{
    font-size: 1rem;
    color: white;
    margin: 0 15% 5% 15%;
    font-weight: lighter;
}
.feed{
    grid-area: feed;
    width: 70%;
    justify-self: center;
    margin-bottom: 5%;
}
footer{
    background-color: #202124;
}
footer p{
    padding: 2% 5%;
    color: #55c2bd;
    font-size: 0.8rem;
}
.enlaces {
    padding: 1rem;
    display:grid;
    grid-template-columns: auto auto auto auto auto;
    color: #55c2bd;
    text-align: center;
    border-width: medium;
    border-style: solid;
    border-radius: 0.8rem;
    text-decoration: none;
}
.enlaces a{
    color: #55c2bd;
    text-decoration: none;
}
.beneficios{
    
    background-image: url(../img/fondoBeneficios.jpg);
    display: flex;
    flex-direction: column;
}
.beneficios article{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5% 10%;
    align-items: center;
    color: white;
}
.beneficios article h3{
    font-size: 2.5rem;
    margin-bottom: 5%;
}
.fonPublico img{
    width: 50%;
    display: block;
    margin: 0 auto;
}
.publico{
    color:white;
    text-align: center;
    padding: 5%;
}
.publico h2{
    font-size: 3rem;
    margin: 2%;
}
.publico h3{
    margin-bottom: 2%;
}
.publico p{
    font-size: 1rem;
}
.fadu{
    width: 100%;
    margin-bottom: 5%;
}

.descargar h3{
    font-size: 3rem;
    text-align: center;
    color: white;
    margin-bottom: 2%;
}
.descargar img{
    justify-self: center;
    display:block;
    margin: 0 auto;
}
.fondoUba{
    background-image: url(../img/fondoUba.jpg);
    background-size: 100%;
}
a:hover{
    color: #b8eeec;
}

.boton-contacto {
    color: #202124;
    background-color: #32EADE;
    padding: 0.5rem 2rem 0.5rem 2rem;
    border-radius: 100px;
    text-decoration: none;
}
.divBoton{
    text-align: center;
    margin: 3%;
}

.form-group {
    max-width: 25rem;
    padding: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}

#publico {
    background-image: url(../img/fondo-estudiantes.jpg);
    background-size: 100%;
    height: 600px;
}

.texto-p {
    text-align: right;
}

#publico .section-name {
    margin-top: 10rem;
}

h3 {
    font-size: 2.5rem !important;
}

@media screen and (max-width: 700px) {
    body{
        width: auto;
        display: flex;
        flex-direction: column;
    }
    .logo-header {
        max-width: 30%;
    }
    header nav{
        display: flex;
        flex-direction: row;
        width: 70%;
    }
    header nav a{
        color: white;
        text-decoration: none;
    }
    #banner{
        background: #46b8b1;
        display: flex;
        text-align: center;
    }
    
    #banner h1{
        color: white;
        text-align: center;
        font-size: 325%;
        padding-top: 7rem;
    }
    .descargar{
        margin-top:10%;
    }
    .logo-solo{
        width:50%;
        margin: 5% auto;
        display: block;
          
    }
    .sobreNosotrosTexto{
        margin-top:-75px;
        margin-bottom: 10%;
    }
    #publico {
        background-size: 180%;
        background-position: 65% 50%;
    }
    .texto-p {
        margin-left: -12%;
        text-align: center;
    }
    .form-group {
        margin-bottom: 3%;
        text-align: center;
    }
    
}
@media screen and (min-width: 375px) and (max-width: 700px) {
    .logo-header {
        max-width: 50%;
    }
    #banner h1{
        color: white;
        text-align: center;
        font-size: 200%;
        padding-top: 15%;
    }
    .descargar{
        margin-top:3%;
        width: 80%;
    }
    .img-hero{
        width: 75%;
        display: block;
    }
    .mobRow{
        display: flex;
        flex-direction: column;
    }
    footer p{
        font-size: 65%;
        padding: 5% 3% 10% 3%;
    }
    .logo-solo{
        width:50%;
        margin: 0 auto;
        display: block;   
    }
    .sobreNosotrosTexto{
        margin-top:-35%;
        margin-bottom: 10%;
    }
    .beneficios article{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin: 5% 10%;
        align-items: center;
        color: white;
    }
    h3 {
        font-size: 1.3rem !important;
    }
    .beneficios article img{
        width: 75%;
        display: block;
        margin: 0 auto;
        margin-left:-8%;
    }
    .beneficios article p{
        font-size: 80%;
    }
    #publico {
        background-size: 250%;
        background-position: 55% 50%;
        height: 60%;
        justify-content: center;
        
    }
    .texto-p {
        text-align: center;
        font-size: 80%;
        margin: 5%;
        text-shadow: 1px 1px 2px black;
        padding-bottom:30%;
    }
}
@media screen and (min-width: 419px) and (max-width: 478px) {
    header nav ul li{
        font-size: 80%;
    }
}