@charset "utf-8" ;
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@700&family=Raleway:wght@100;500&display=swap');

/* REGLAS PARA CELULAR */

*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    }

 body {   
        background-color: rgb(226, 229, 236);
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
            }

header{
    display: flex;
    flex-direction: column;
    text-align: center;
}

header div{
    margin: 1em;
}


 /*
nav{
    font-size: 1em;
}

nav ul{
    list-style: none;
}

nav ul li{
    background-color:rgb(24, 80, 97) ;
    text-align: center;
    width: 10em;
    padding: 1%;
    border-radius: 2em;
    margin-top: 0.5em;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
}

nav ul li:hover{
   background-color:rgb(143, 185, 207) ;
}

header nav ul li a{
    text-decoration:none;
    color:rgb(226, 229, 236);
}

*/

/* NO QUIERO QUE SE VEA */

#menu {
    display: none;
}

/* QUIERO QUE SE VEA */

#menuhamburguesa {
    display: block;
        display: flex;
        flex-direction: column;
        text-align: end;
}

#menuhamburguesa #menu-btn {
    display: none;
    margin: 1em;
    z-index: 9999;
    
}

#menuhamburguesa{
    display: flex;
}

#menuhamburguesa .hamburguesa {
    z-index: 9999;
    position: relative;
    font-size: 1.3em;
    
   
}


#menuhamburguesa .hamburguesa:hover {
    cursor: pointer;
    padding: 0.3em;
    z-index: 9999;
    position: relative;
    
}

.menu {
    position:fixed;
    right: -100%;
    transition: 0.5s;
    background-color: #fffffff2;
    z-index: 8000;
    top: 0%;
    width: 50%;
    height: 100%;
    padding-top: 5em;
}

.menu p {
    color:#175c33;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

.menu li{
    display: block;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
}

.menu li a {
    font-size: 18px;
    color:#658573;
    font-weight: 600;
    text-decoration: none;
}

#menu-btn:checked ~ .menu{
    right: 0;
}

h1{
color:rgb(50, 68, 78) ;
text-align: center;
text-transform: uppercase;
font-size: 2em;
margin: 1em;
margin-bottom: 0.3em;
font-family: 'Hind', sans-serif;
font-weight: 700 ;
line-height: 1em;
border-bottom: 2px solid rgb(50, 68, 78);
}

#comitente h3{
    color:rgb(70, 101, 60);
    text-align: center;
    font-size: 1em;
    text-decoration: underline;
    margin-top: 1em;
}

#comitente p{
    color:rgb(73, 73, 73);
    margin: 1em;
    text-align: center;
}

h2{
    color:rgb(226, 229, 236) ;
    background-color: rgb(70, 101, 60);
    text-align: center;
    margin: 1.5em;
    text-transform: uppercase;
    border-radius: 0.5em;
    font-size: 1.3em;
    padding: 0.1em;
    font-family: 'Raleway', sans-serif;
    box-shadow: 0.3em 0.3em 0.9em rgb(136, 136, 136);
}

.estudiante{
    background-color:rgb(147, 173, 206) ;
    padding: 0 0 0.8em 0.8em ;
    margin: 1.5em;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0.3em 0.3em 0.9em rgb(136, 136, 136);
}

.estudiante h3 {
color: rgb(226, 229, 236);
padding: 0.4em;
text-align: center;
font-size: 1.5em;
}

.estudiante figure{
    display: flex;
    flex-direction: column;
}

.estudiante figure img{
    width: 60%;
    margin: auto;
}

.estudiante figcaption{
    color:rgb(102, 102, 102);
    font-size: 0.9em;
    text-align: center;
}

.estudiante p{
    color:rgb(42, 36, 40);
    margin-top: 1em;
    margin-bottom: 1em ;
    text-align: center;
}

.estudiante a{
    background-color:rgb(42, 59, 37) ;
    text-align: center;
    width: 10em;
    padding: 1%;
    color: rgb(226, 229, 236) ;
    text-decoration: none;
}

.estudiante a:hover{
    background-color:rgb(14, 48, 66);
}

#usuario nav {
    text-align: center;
}

#usuario nav a{
    color: rgb(24, 80, 97) ;
}

#docentes p{
    color: rgb(61, 61, 61);
    text-align: center;
    margin-left: 2em;
    margin-right: 2em;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    
}

#datosacademicos p{
    color: rgb(61, 61, 61);
    margin-left: 2em;
    margin-right: 2em;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    
}



#datosacademicos ul li{
    color: gray;
    list-style: circle;
    margin-left: 5em;
    margin-right: 2em;
}


footer{
    background-color:lightslategray;
    padding: 1em;
    color: rgb(226, 229, 236);
    font-size: 60%;
    margin-top: 2em;
}

#fotomapa{
    display: flex;
}

#fotomapa img{
    width: 90%;
    height: auto;
    margin: auto;
}

#plan{
    color:rgb(73, 73, 73);
    margin: 1em;
    text-align: center;
}

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

.fotoplan img {
    width: 100%;
}







/* REGLAS PARA ESCRITORIO */
/* escritorio pequeño / tablet */
@media screen and (min-width: 768px) {
    *{
        margin: 0;
        padding: 0;
        border: 0;
        box-sizing: border-box;
        }
    
     body {   
            background-color: rgb(226, 229, 236);
            font-family: 'Raleway', sans-serif;
            font-weight: 500;
                }
    
    header{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    header div{
        margin: 1em;
    }
    
    nav{
        font-size: 1em;
    }
    
    nav ul{
        list-style: none;
        display: flex;
        margin: 1em;
    }
    
    nav ul li{
        background-color:rgb(70, 101, 60) ;
        text-align: center;
        width: 9em;
        margin: 0.3em;
        padding: 0.5em;
        border-radius: 2em;
        margin-top: 0.5em;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 0.9em;
        box-shadow: 0.3em 0.3em 0.9em rgb(136, 136, 136);
    }
    
    nav ul li:hover{
       background-color:rgb(143, 185, 207) ;
    }
    
    header nav ul li a{
        text-decoration:none;
        color:rgb(226, 229, 236);
    }

    /* NO QUIERO QUE SE VEA */

    #menuhamburguesa {
        display: none;
    }

    /* QUIERO QUE SE VEA */

    #menu {
        display: block;
    }
    
    h1{
    color:rgb(70, 101, 60) ;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    margin: 1em;
    margin-bottom: 0.3em;
    font-family: 'Hind', sans-serif;
    font-weight: 700 ;
    line-height: 1em;
    border-bottom: 2px solid rgb(70, 101, 60);
    }
    
    #comitente h3{
        color:rgb(70, 101, 60);
        text-align: center;
        font-size: 1em;
        text-decoration: underline;
        margin-top: 1em;
    }
    
    #comitente p{
        color:rgb(73, 73, 73);
        margin: 1em;
        text-align: center;
    }
    
    h2{
        color:rgb(226, 229, 236) ;
        background-color: rgb(24, 80, 97);
        text-align: center;
        margin: 1.5em;
        text-transform: uppercase;
        border-radius: 0.5em;
        font-size: 1.3em;
        padding: 0.1em;
        font-family: 'Raleway', sans-serif;
        box-shadow: 0.3em 0.3em 0.9em rgb(136, 136, 136);
    }
    
    .estudiante{
        background-color:rgb(189, 205, 214) ;
        padding: 0 0 0.8em 0.8em ;
        margin: 1.5em;
        border-radius: 1em;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0.3em 0.3em 0.9em rgb(136, 136, 136);
    }
    
    .estudiante h3 {
    color: rgb(104, 128, 106);
    padding: 0.4em;
    text-align: center;
    font-size: 1.5em;
    }
    
    .estudiante figure{
        display: flex;
        flex-direction: column;
    }
    
    .estudiante figure img{
        width: 60%;
        margin: auto;
    }
    
    .estudiante figcaption{
        color:rgb(102, 102, 102);
        font-size: 0.9em;
        text-align: center;
    }
    
    .estudiante p{
        color:rgb(42, 36, 40);
        margin-top: 1em;
        margin-bottom: 1em ;
        text-align: center;
    }
    
    .estudiante a{
        background-color:rgb(114, 140, 161) ;
        text-align: center;
        width: 10em;
        padding: 1%;
        color: rgb(226, 229, 236) ;
        text-decoration: none;
    }
    
    .estudiante a:hover{
        background-color:rgb(14, 48, 66);
    }
    
    #usuario nav {
        text-align: center;
    }
    
    #usuario nav a{
        color: rgb(24, 80, 97) ;
    }
    
    #docentes p{
        color: rgb(61, 61, 61);
        text-align: center;
        margin-left: 2em;
        margin-right: 2em;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        
    }
    
    #datosacademicos p{
        color: rgb(61, 61, 61);
        margin-left: 2em;
        margin-right: 2em;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        
    }
    
    
    
    #datosacademicos ul li{
        color: gray;
        list-style: circle;
        margin-left: 5em;
        margin-right: 2em;
    }
    
    
    footer{
        background-color:lightslategray;
        padding: 1em;
        color: rgb(226, 229, 236);
        font-size: 60%;
        margin-top: 2em;
    }
    
    #fotomapa{
        display: flex;
    }
    
    #fotomapa img{
        width: 90%;
        height: auto;
        margin: auto;
    }
    
    #plan{
        color:rgb(73, 73, 73);
        margin: 1em;
        text-align: center;
    }
    
    .fotoplan {
        display: flex;
        justify-content: center;
    }
    
    .fotoplan img {
        width: 100%;
    }






/* escritorio grande */
@media screen and (min-width: 992px) {
    *{
        margin: 0;
        padding: 0;
        border: 0;
        box-sizing: border-box;
        }
    
     body {   
            background-color: rgb(187, 199, 183);
            font-family: 'Raleway', sans-serif;
            font-weight: 500;
                }
    
    header {
        border-bottom: 1px solid gray;
        box-shadow: 0.3em 0.3em 0.9em rgb(136, 136, 136);
        background-color: rgb(70, 101, 60) ;
    }

    header div{
        margin: 1em;
    }
    
    nav{
        font-size: 1em;
    }
    
    nav ul{
        list-style: none;
        display: flex;
    }
    
    nav ul li{
        background-color:rgb(230, 230, 230) ;
        text-align: center;
        width: 10em;
        padding: 1%;
        border-radius: 2em;
        margin: 0.5em;
        margin-bottom: 1em;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 0.9em;
        box-shadow: 0.3em 0.3em 0.9em rgb(92, 92, 92);
    }
    
    nav ul li:hover{
       background-color:rgb(143, 185, 207) ;
    }
    
    header nav ul li a{
        text-decoration:none;
        color:rgb(50, 68, 78) ;
    }
    
    h1{
    color: rgb(86, 99, 172) ;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    margin: 1em;
    margin-bottom: 0.3em;
    font-family: 'Hind', sans-serif;
    font-weight: 700 ;
    line-height: 1em;
    border-bottom: 2px solid rgb(50, 68, 78);
    }
    
    #comitente h3{
        color:rgb(89, 114, 145);
        text-align: center;
        font-size: 1em;
        text-decoration: underline;
        margin-top: 1em;
    }
    
    #comitente p{
        color:rgb(73, 73, 73);
        margin: 1em;
        text-align: center;
    }
    
    h2{
        color:rgb(226, 229, 236) ;
        background-color: rgb(68, 82, 161);
        text-align: center;
        margin-top: 2em;
        text-transform: uppercase;
        border-radius: 0.5em;
        font-size: 1.3em;
        padding: 0.1em;
        font-family: 'Raleway', sans-serif;
        box-shadow: 0.3em 0.3em 0.9em rgb(136, 136, 136);
    }

#equipo{
    display: flex;
}

    .estudiante{
        background-color: rgb(140, 160, 135);
        padding: 0 0 0.8em 0.8em ;
        margin: 2em;
        margin-top: 0em;
        border-radius: 1em;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0.3em 0.3em 0.9em rgb(136, 136, 136);
    }
    
    .estudiante h3 {
    color: rgb(226, 229, 236);
    padding: 0.4em;
    text-align: center;
    font-size: 1.5em;
    }
    
    .estudiante figure{
        display: flex;
        flex-direction: column;
    }
    
    .estudiante figure img{
        width: 60%;
        margin: auto;
    }
    
    .estudiante figcaption{
        color:rgb(102, 102, 102);
        font-size: 0.9em;
        text-align: center;
    }
    
    .estudiante p{
        color:rgb(42, 36, 40);
        margin-top: 1em;
        margin-bottom: 1em ;
        text-align: center;
    }
    
    .estudiante a{
        background-color:rgb(42, 59, 37) ;
        text-align: center;
        width: 10em;
        padding: 1%;
        color: rgb(226, 229, 236) ;
        text-decoration: none;
    }
    
    .estudiante a:hover{
        background-color:rgb(14, 48, 66);
    }
    
    #usuario nav {
        text-align: center;
    }
    
    #usuario nav a{
        color: rgb(24, 80, 97) ;
    }
    
    #datosacademicos p{
        color: rgb(61, 61, 61);
        margin-left: 2em;
        margin-right: 2em;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        
    }
    
    #datosacademicos ul li{
        color: gray;
        list-style: circle;
        margin-left: 5em;
        margin-right: 2em;
    }
    
    
    footer{
        background-color:rgb(141, 141, 141);
        padding: 1em;
        color: rgb(226, 229, 236);
        font-size: 60%;
        margin-top: 2em;
    }






/* escritorio extra grande */
@media screen and (min-width: 1200px) {
    *{
        margin: 0;
        padding: 0;
        border: 0;
        box-sizing: border-box;
        }
    
     body {   
            background-color: rgb(201, 211, 197);
            font-family: 'Raleway', sans-serif;
            font-weight: 500;
                }
    
    header {
        border-bottom: 1px solid gray;
        box-shadow: 0.3em 0.3em 0.9em rgb(92, 92, 92);
        background-color: rgb(86, 109, 172) ;
    }

    header div{
        margin: 1em;
    }
    
    nav{
        font-size: 1em;
    }
    
    nav ul{
        list-style: none;
        display: flex;
    }
    
    nav ul li{
        background-color:rgb(230, 230, 230) ;
        text-align: center;
        width: 10em;
        padding: 1%;
        border-radius: 2em;
        margin: 0.5em;
        margin-bottom: 1em;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 0.9em;
        box-shadow: 0.3em 0.3em 0.9em rgb(92, 92, 92);
    }
    
    nav ul li:hover{
       background-color:rgb(143, 185, 207) ;
    }
    
    header nav ul li a{
        text-decoration:none;
        color:rgb(50, 68, 78) ;
    }
    
    h1{
    color: rgb(86, 99, 172) ;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    margin: 1em;
    margin-bottom: 0.3em;
    font-family: 'Hind', sans-serif;
    font-weight: 700 ;
    line-height: 1em;
    border-bottom: 2px solid rgb(50, 68, 78);
    }
    
    #comitente h3{
        color:rgb(50, 83, 122);
        text-align: center;
        font-size: 1em;
        text-decoration: underline;
        margin-top: 1em;
    }
    
    #comitente p{
        color:rgb(73, 73, 73);
        margin: 1em;
        text-align: center;
    }
    
    h2{
        color:rgb(226, 229, 236) ;
        background-color: rgb(73, 100, 65);
        text-align: center;
        margin-top: 2em;
        text-transform: uppercase;
        border-radius: 0.5em;
        font-size: 1.3em;
        padding: 0.1em;
        font-family: 'Raleway', sans-serif;
        box-shadow: 0.3em 0.3em 0.9em rgb(136, 136, 136);
    }

#equipo{
    display: flex;
}

    .estudiante{
        background-color: rgb(136, 162, 187);
        padding: 0 0 0.8em 0.8em ;
        margin: 2em;
        margin-top: 0em;
        border-radius: 1em;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0.3em 0.3em 0.9em rgb(136, 136, 136);
    }
    
    .estudiante h3 {
    color: rgb(226, 229, 236);
    padding: 0.4em;
    text-align: center;
    font-size: 1.5em;
    }
    
    .estudiante figure{
        display: flex;
        flex-direction: column;
    }
    
    .estudiante figure img{
        width: 60%;
        margin: auto;
    }
    
    .estudiante figcaption{
        color:rgb(102, 102, 102);
        font-size: 0.9em;
        text-align: center;
    }
    
    .estudiante p{
        color:rgb(42, 36, 40);
        margin-top: 1em;
        margin-bottom: 1em ;
        text-align: center;
    }
    
    .estudiante a{
        background-color:rgb(42, 59, 37) ;
        text-align: center;
        width: 10em;
        padding: 1%;
        color: rgb(226, 229, 236) ;
        text-decoration: none;
    }
    
    .estudiante a:hover{
        background-color:rgb(14, 48, 66);
    }
    
    #usuario nav {
        text-align: center;
    }
    
    #usuario nav a{
        color: rgb(24, 80, 97) ;
    }
    
    #datosacademicos p{
        color: rgb(61, 61, 61);
        margin-left: 2em;
        margin-right: 2em;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        
    }
    
    #datosacademicos ul li{
        color: gray;
        list-style: circle;
        margin-left: 5em;
        margin-right: 2em;
    }
    
    
    footer{
        background-color:rgb(141, 141, 141);
        padding: 1em;
        color: rgb(226, 229, 236);
        font-size: 60%;
        margin-top: 2em;
    }
