@charset "utf-8"
    

* { box-sizing: border-box; }

/*-------------------reglas generales--------------------*/

body {
   background-color: cadetblue;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
h1{
    font-family: 'Abril Fatface', cursive;
}
h1,
h2,
h3,
h4,
h5,
h6,
p { margin-bottom: 1em; }

a { text-decoration: none; }

ul{
    list-style: none;
    padding: 0;
}

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

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

header,
footer {
    background-color:darkcyan;
    color: white;
    padding: 1em;
}

/*------------------------------header--------------------------------*/

header { box-shadow: 0em .5em .5em 0em rgba(0, 0, 0, 0.25); }

header .caja {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#logo-dgpc {
    background-color: white;
    border-radius: .40em;
    padding: .40em;
    width: 5em;
}


/*-----------------------menu-------------------------*/

header nav ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

header nav ul li {
    min-width: 3em;
    margin: .5em 0 .5em .5em;
}

header nav ul li a {
    background-color:cadetblue;
    border-radius: .25em ;
    color: white;
    font-weight: bold;
    padding: .5em .5em;
    text-align: center;
    display: block;
}

header nav ul li a:hover {
    background-color: white;
    color:azure;
}

/*-----------------------main--------------------------------*/
/*-------------------alumno----------------------*/
main { padding: 1em }

section { padding-bottom: 1em; }

.alumno img {
    border-style: dotted;
    border-color:darkcyan;
    display: block;
    margin: auto;
    border-radius: 100em;
    align-items: center;
    width: 60%;
    height: auto;
}
.alumno h2{
    color:azure;
    font-size: 1.2em;
    text-align: center;
    padding: 0em 0em 0em 0em;
    
}
.alumno h1 {
    color:snow;
    font-size: 2em;
    text-align: center;
    padding: 0em 1em 0em 1em;
}
/*-------------------materias----------------------*/
.cajamaterias {
    display: flex;
    justify-content: center;
    color:cadetblue;
    align-content: center;
    font-size: .9em;
    line-height: 1.5em;
    border: 0.5em solid darkcyan;
    border-radius: 1em;
    width: 20em;
    margin: auto;
    box-shadow: .2em .5em .5em .2em rgba(0, 0, 0, .20);
    background-color:azure;
}
.materias h3{
    display: flex;
    justify-content:space-around;
    align-content: center;
    font-size: 1.3em;
}
.materias ul li{
    display: flex;
    justify-content:space-around;
    align-content: center;
    font-size: 1.2em;
}
.materias p{
    display: flex;
    justify-content:space-around;
    align-content: center;
    font-size: 1.2em;
}

/*-------------------academicas----------------------*/
.academica{
    text-align: center;
    background-color:azure;
    display: flex;
    align-items: center;
    margin-top: 4em;
    padding: 2em;
}
.academica ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    text-align: center;
    font-size:.9em;
    margin: auto
}
.academica h2{
    color:darkcyan;
    display: flex;
    justify-content:space-around;
    align-content: center;
    font-size: 1.2em;
}
.academica h3{
    color:darkcyan;
    display: flex;
    justify-content:space-around;
    align-content: center;
    font-size: 1.2em;
}
.academica p{
    color:darkcyan;
    display: flex;
    justify-content:space-around;
    align-content: center;
    font-size: 1em;
}

/*-----------------------plan--------------------------*/
.menu {
    width: 340px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    min-height: 30vh;
    color: white;
  }  
/*-----------------------boton--------------------------*/
.boton { text-decoration: none;
     text-align: center;
    font-size: .7em;
    color:white;
    font-weight: 600;
    }
.boton li a {
    border-color:white;
    border-radius: 50px;
     border: 1.5px solid #ffff;
    text-decoration: none;
    color:white;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .6em;
    padding-bottom: .8em;
    
}

.boton li a:hover{
    background-color:azure;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .6em;
    padding-bottom: .8em;
    
}
/*-------------------mapa----------------------*/
.seccines h1 {
    display: flex;
    color:cadetblue;
    font-size: 1.5em;
    text-align: center;
    padding: 0em 2em 0em 2em;
     }
.cajamapa h1 {
    display: flex;
    color:white;
    font-size: 1.5em;
    text-align: center;
    padding: 0em 0em 0em 3.5em;
     }
.cajamapa{
    flex-wrap: wrap;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 4em;
    padding: 2em;
}
.cajamapa img {
    display: flex;
    margin: auto;
    align-items: center;
    height: auto;
}
/*-------------------menu alumnos----------------------*/
.menu {
    width: 340px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    min-height: 30vh;
    }
 .grupito {
    text-align: center;
    margin-top: 70px;
    font-size: 100%;
    font-weight: 600;
    color:white;
}
.nosotros {
    padding: 0;
    text-align: center;
    
    margin-bottom: 0;
    
}
.nosotros li {
    display: inline-block;
    width: 190px;
   
    padding: 10px;
}
.nosotros li img {
    width: 150px;
    border-radius: 100%;
     border-style: dotted;
    border-color:darkcyan;
    
}
.nosotros li a {
    text-decoration: none;
    
    font-size: 18px;
    color:azure;
    font-weight: 700
    
}
   
/*-------------------footer----------------------*/
footer{
text-align-last: center;
    font-size: 1em;
     align-content: center;
    }



   
/* tablet*/
/* pc de escritorio*/