@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;800&display=swap');
* {
    box-sizing: border-box ;
    margin: 0;
    padding: 0;
    background-color: #000000;

    
}

.color1 {color: #ff6460;}
.color2 {color: #ffdb1a;}
.color3 {color: #19b248;}
.color4 {color: #438cc7;}
.color5 {color: #000000;}
.color6 {color: #ffffff;}


.contenedora {
    padding-top: 3.5em; 

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
}    


.dgpc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

header {
    background-color: #000000;
}

.mbqm {
    display: flex;
    flex-direction: column;
    justify-content:center;
    flex-wrap: nowrap;
    
}

header nav a {
    color:#ffffff;
    text-decoration: none;
    padding: 1rem;
    width: 80%;
    display: flex;
    flex-wrap: nowrap;
    font-family: 'Jost', sans-serif;
}

li {
    list-style: none;
    display: inline-block; 
}

header nav a:hover {
    color:#ff6460;
    padding: 1rem;
    text-decoration:overline;
}

main {
    background-color: #000000;
}

h1 {
    font-family: 'Jost',sans-serif;
    font-size: 4.47rem;
    display: inline-block;
    color:#ffffff;
    display:flex;
    flex-wrap: nowrap;
}

h2 {
    font-family: 'Jost', sans-serif;
    font-size: 2rem;
    color:#ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    bottom: auto;
    padding: auto;
    margin: 2rem;   

}

p {
    font-family: 'Jost','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #ffffff;
    
}

a {
    font-family: 'Jost','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: none;
}

.textos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: auto;
    padding: auto;
    margin-left: 5rem; 
    margin-right: 2rem; 

}
.textorosa {
    color:#ff6460;
}
.textoamarillo{
    color: #ffdb1a;
}
.textoverde{
    color:#19b248;
}
.texto1, .texto2, .texto3, .texto4{
    margin-left:0%;
    padding: 1em;
    max-width: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: auto;
    padding: auto;
    margin-left: 5rem; 
    margin-right: 2rem; 
     
}
#imagenrecursos{ 
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}


.equipo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: auto;
    padding: auto;
    margin: 14rem;   
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.persona {
    justify-content: space-between;
    margin: 1rem;
    
}

.academico {
    display: flex;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: auto;
    padding: auto;
    margin: 5rem;   
    margin-top: 2rem; 
    
}

.datos  {
    justify-content: space-between;
    margin: 1rem;   
}
.bocetos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: auto;
    padding: auto;
    margin-left: 0rem; 
    margin-right: 0rem;
    text-decoration: none;
    color: #ffdb1a;
}

.datos img {
    max-width: 100%;
}

.footer{
    background-color: #000000;
    margin-left:0%;
    padding: 3em;
    margin: 2rem;   
    

}
@media (max-width:600px){
    .equipo {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        bottom: auto;
        padding: auto;
        margin: 2rem;   
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .academico {
        display: flex;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: auto;
        padding: auto;
        margin: 3rem;   
        margin-top: 2rem; 
        
    }
    .dgpc{
        display: flex;
        flex-direction: column;
    }
    h1{
        display:flex;
        font-size: 4.5rem;
        flex-direction: column;
        max-width: 50%;        
    }
    .textos{
        display: flex; display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        bottom: auto;
        padding: auto;
        margin-left: 0rem; 
        margin-right: 0rem;
    }
    .bocetos{
        display: flex; display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        bottom: auto;
        padding: auto;
        margin-left: 0rem; 
        margin-right: 0rem;
    }
}

