@charset "utf-8"
    
/*mobile first*/
    
* {
    margin= 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "trebuchet ms", arial, helvetica, sans-serif; 
    background-color: white; min-height: 100vh; 
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

img {
    max-width: 100%;
    height: auto;
}

#logo
{
    display: flex;
    width:3em;
    justify-content: center;
    background-color: white;
    
}

h1, h2, h3 {
    text-align: center;
}




.#logo-header {
    width: 4em;
    display: block;
}

header {
    background-color: #38fcaf;
    padding: .1em;
    padding-left: 5%;
    padding-right: 5%;
    height: 3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 10px rgba(0,0,0,0.3);
    z-index: 99;
}

header nav ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

header nav ul li a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: black;
    margin-left: 1.5em;
}

header nav ul li a:hover {
    
   
    font-size: 13px;
    font-weight: 500;
    color: white;
    margin-left: 2em;
}




    

main {
    background-color: white;
    flex-grow: 1;
    flex-direction: column;
    
}

img {
    max-width: 100%;
    height: auto;
    
}

.usuario {
    padding: 0;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
    
.usuario img {
    text-decoration: none;
    border-radius: 50%;
    border: .25em solid greay;
    
}



.usuario p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.usuario ul li {
    display: inline-block
}

.escuela h3 {
    text-align: center;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
     box-shadow: 0 1px 10px rgba(0,0,0,0.3);
    z-index: 99;
}

.escuela p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.equipo {
    padding: 0;
    text-align: center;
    
    
    
}

hr {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
}



.boton {
    list-style: none;
    text-align: center;
    margin-bottom: 5em;
    
}



.boton li a {
    background-color: #000000;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    
    
    
   
    
}

.boton li a:hover{
    background-color: #151356;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.boton li img {
    width: 500px;
    padding-bottom: 20px;
    border-radius: 0%;

     
}


.tituloescuela {
    background-color: #38fcaf;
    
    display: flex;
    align-items: center;
    
    
    font-family: 'lato', sans-serif;
    font-size: 14px;
    justify-content: center;
    margin-bottom: 5px;
    
    
}

.equipo li {
    display: inline-block;
    width: 200px;
    padding: 10px;
    
}

.equipo li img {
    width: 150px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
}

.equipo li a {
    text-decoration: none;
    
    font-size: 20px;
    font-weight: 500;
    color: black;
    display: flex;
    align-items: center;
    
 }

.escuela ul {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.escuela ul li {
    list-style: none;
    text-align: center;
    padding: 10px;
    
    
}

.escuela ul li a {
    text-decoration: none;
    
  
    font-weight: 500;
    color: black;
    
 }

.navegando {
    text-align: center;
}

.docentes {
    background-color: #000000;
    
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    padding-top: 5px;
    
    font-family: 'lato', sans-serif;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 50px;
    color: white
    
  }




footer .contenedor {
    max-width: 50em;
    margin: auto;
}

footer {
    background-color: #38fcaf;
    padding: .5em;
    color: black;
    text-align: center;
    font-size: 10px;
}

/* tamaño tablet */



/* tamaño escritorio */