@charset "utf-8";

/* Reglas generales */



Body{
    font-family: sans-serif;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
 }

*{
        padding: 0;
            }
img {
    max-width: 100%;
    height: auto;
    margin: 0;
    
}

a{
    text-decoration: none;
}

/* primera parte de css para mobile css para celulares, mobile first */

body nav ul li a{
    background-color: #c1bcfd;
    padding: 0;
    color: #ffffff;
    text-align: center;
    display: block;
    margin-top: 1em;
    padding-right:1em;
    padding-left: 1em;
    border-radius: 0.2em;
    margin-bottom: auto
        }

header ul li{
    justify-content: center;
    display: flex;
    justify-items: center;
    flex-wrap: nowrap;
    
    
}

header .botonera ul li{
    flex-direction: row-reverse;
}

main h2{
    justify-content: center;
    text-align: center;
}

nav ul li{
    display: inline-block;
    background-color: #c1bcfd;
    text-align:center;
    border-radius: 0.5em;
    
    }

h4{
    background-color: #a6a1e2;
    color: #ffffff;
    border-radius: 0.5em;
    margin-top: 2em;
    padding-left: 6em;
    padding-right: 6em;
    border: 30em;
    padding-top: 0.5em;

    
}
body h4{
    text-align: center;
}

h3{
    color: #c1bcfd;
    font-size: 2em;
    
}
img{
    display: block;
    margin:auto;
    margin-top: 0em;
    border: 4em;
    flex-grow: 1;
}
 
main .tema h2{ 
color: #a6a1e2;
justify-content: center;
text-align: center;
padding: 1m;
}

main .Mapa {
    justify-content: center
}


catedra{
   
    color: #c1bcfd;
    
}

footer{
    text-align: center;
    font-size: 0.7em;
    color: #a6a1e2;
}

