@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: open sans, sans-serif;
}

body{
    background-color: #FFFDF6;
    color: #876545;
}

.barra ul{
    border: 0.15em solid #876545;
    margin-bottom: 0;
    margin-top: 0em;
    text-align: center;
    display: flex;
    flex-wrap:wrap;
    list-style: none;
    padding: 1em;
    justify-content: space-around;
}

.barra ul li{
    padding: .5em
    
}

h1{
    background-color: #876545;
    padding: 0.2em;
    color: #FFFDF6; 
    font-size: 30px;
    text-align: center;
    margin-bottom: 1em; 
}

h2{
    color: #876545;
    font-size: 32px;
    text-align: center;
    margin-bottom: 0.2em;
    margin-top: 1em;
}

h3{
    color: #876545;
    font-size: 28px;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.2em;
}

h4{
    color: #876545;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0.3em;
}

h5{
    color: #876545;
    font-size: 15px;
    text-align: center;
    
}

.alumnos .perfil img{
    width: 8em;
    border-radius: 2em;
    margin-left: 1em

}

.alumnos .perfil{
    width: 10em;
    margin-bottom: 1em;
}


 .alumnos{
    background-color: #bca18f;
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     padding-top: 1em;   
}

p{
    text-align: center;
}


a{
    color: #876545;
    text-decoration: none;
}


.comitente img{
    max-width: 55%;
    border: 0.15em solid #876545;
    border-radius: 10%;
    margin-top: 2em;
    margin-bottom: 0.8em;
}

.comitente{
   text-align: center;
}


.datosobligatorios{
    margin: auto;
    margin-top: 2em;
    margin-bottom:2em;
    width: 100%;
    border: 0.1em solid #876545;
    padding: 2em; 
    color: #876545;
}


header img{
    display: flex;
    margin: auto;
}

img{
    max-width: 300%
}

footer{
    background-color: #876545;
    padding: 1em;
    margin-top: 2em;
    color: #FFFDF6;
}

.margen{
    
    margin-bottom: 18em
    
}


.plan{
    width: 100%;
}








