@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bahiana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

h1 {
    font-family: bahiana;
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 2.4em;
}
.comitente {
    margin: 1em;
}
h2 {
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    background-color: #47a099;
    font-family: bahiana;
    word-spacing: 0.2em;
    font-size: 2.2em;
}

nav ul li a {
    color: white;
    font-family: montserrat; 
}

header {
    background-color: #47a099;
    margin: 1em;
    padding: 1em;
}

header .logo {
    display: flex;
    justify-content: space-between;
    margin: 1em;
    padding: 1em;
}

.logo img {
    min-width: inherit;
    max-width: 100px;
    margin: 1em;
}

header nav ul li a {
    display: flex;
    justify-content: center;
    color: #000000;
    margin: 0.5em;
    padding: 0.5em;
    background-color: rgb(251, 139, 35);
}
header nav ul li a:hover {
    background-color:rgba(255, 255, 255, 0.81);
}

body {
    background-color: #696969;
    font-family: montserrat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    min-height: 100vh;
}

main {
    background-color:#696969;

}
main nav ul li {
    display: grid;
    justify-content: center;
    text-align:center;
    margin: 1em;
    padding: inherit;
}
main .datosuba {
    margin: 1em;
    padding: 1em;
    background-color: rgb(251, 139, 35);
    text-align: justify;
    font-size: 90%;
}

footer .los_contenidos {
    font-size: 80%;
    margin: 1em;
    padding: 1em;
    background-color:  #47a099;
}

footer img {
    width: 300px;
    margin: 1em;
    padding: 1em;
}

.acumar {
    display: flex;
    justify-content: center;
}

.estudiantes img {
    display: flex;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    max-width: 15em;
    max-height: 15em;
    box-shadow: 0 0.35em 0.5em rgb(0 0 0 / 35%);
    align-items: center;
    list-style: none;
    justify-content: space-evenly;
    margin-top: 20px;

}
.plan {
    padding: 1em;
}
.plan h1{
    text-align: center;
    background-color: rgb(251, 139, 35);
    
}

.descripcion {
    color: #000000;
    font-size: 0.9em;
    text-align: justify;
    word-spacing: normal;
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.87);
}
.descripcion p {
    padding: 1em;
}
.descripcion nav ul li a {
    color: #000000;
    background-color: rgb(251, 139, 35);
    padding: 0.5em;
}
.descripcion nav ul li a:hover{
    background-color: #47a099;
}
.equipo {
    display: flex;
    flex-direction: c;
    justify-content: center;
    align-items: baseline;

}
.logovm11 {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    flex-wrap: wrap;
    }
.logovm11 img {
    min-width: inherit;
    max-width: 100px;
}

.proposito {
    text-align: center;
}
.proposito h2 {
    font-size: 2em;
}

.logovm11plan img{
    min-width: inherit;
    max-width: 100px;

}
.logovm11plan {
    display: flex;
    justify-content: center;

}
