@charset "utf-8";


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

@import url('https://fonts.googleapis.com/css2? family = Oswald & display = swap');


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

body { 
    font-family: 'Titillium Web', sans-serif;
    background-color: black;
    color: white;
}

h1,
h2,
h3,
h4,
h5,
h6{ 
    color: white;
}

a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

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

/* **********
   encabezado
   ********** */

header {
    background-color: rgba(0, 0, 0, 0.7);
    color:rgb(255, 255, 255);
    box-shadow: 0 4px 2px black;
    border-bottom: 0.3em solid red;
    text-align: left;
    padding: 0.4em;
}
#logo {
    background-color: red;
    border-radius: .35em;
    padding: .35em;
    width: 6em;
}

.menu li a{
    /*nav del heder*/
    display: block;
        background-color: rgb(255, 0, 0);
        border-radius: .25em ;
        color: white;
        font-weight: bold;
        padding: .25em .5em;
        text-align: center;
        margin: 0.20em 0.3em 0 0;

    }

.menu li a:hover {
        /*cambia de color cuando pasa por arriba*/
        color:rgb(0, 255, 0);
    }

    .menu{
        display: none;
    }
    
    /*botón menu*/
    .material-icons{
        background-color: rgb(255, 0, 0);
        border-radius: 0.25em;
        text-align: left;
        padding: 0.125em;
        width: 1.2em;
    }


    .btn p{
        font-family: 'Oswald', sans-serif;
    }


.apagado a {
    display: block;
    color: white;
    border-radius: 0.4em;
    background-color: rgba(148, 148, 148, 0.1);
    margin: 0.7em 0 0 0 ;
    padding: 1em;
        }

.apagado a:hover{
            background-color: red;
            color: rgb(0, 255, 21);
        }

.seleccionado a{
    display: block;
    color: white;
    border-radius: 0.4em;
    background-color: rgba(0, 255, 0, 0.418);
    margin: 0.7em 0 0 0 ;
    padding: 1em;
                }
                
              .vinculos{
                  display: flex;
                  flex-wrap: wrap;
                  justify-content: space-between;
                  align-content: center;
              }
                .vinculos li {
                    width: 49%;
                    text-align: center;

                }
                .vinculos p {
                    font-family: 'Oswald', sans-serif;
                }

#navegacion{
margin: 1em 0 1em 0;
padding: 0 0.5em 0 0.5em;
}

#datosacademicos{
    border-top: 0.3em solid red;
    border-bottom:0.3em solid red;
    margin: 1em 0 1em 0;
        padding: 0 0.5em 0 0.5em;
}

   /*titulos*/

   h1 {
       font-size: 260%;
    /*lineas de los costados*/
    border-width: 0.4em 0.4em 0.09em 0.4em;
    border-color: rgb(255, 0, 0);
    border-style: solid;
    background-color: rgba(161, 3, 3, 0.1);
    text-align: center;
}


.titulos{
    color: rgb(0, 196, 0);
    margin: 0 0 0.125em 0;
}

.lista{
       line-height: 1.5em;
}

.partes{
    font-size: 180%;
    font-weight: normal;
    text-align: center;
    border-width: 0.09em 0.09em 0 0.09em;
    border-color: rgb(255, 0, 0);
    border-style: solid;
 }


.rojo{
    background-color:  rgba(61, 61, 61, 0.3);
    text-align: center;
}

    /* ****************
   cuerpo principal
   **************** */

.datos {
       text-align: center;
       margin: 0.5em 0 0 0;
    padding: 0 0.5em 0 0.5em;
   }


  
.datos p{
    text-align: left;
}


.posters{
    margin: 1em 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.5em;
    text-align: center;
}

.fotos{
    align-items: center;
}

.fotos li{
    margin: 1em 0 0 0 ;
}

.normal{
    background-color: rgba(255, 255, 255, 0.38);
    text-align: center;
    margin: 0.5em 0 0 0;
    padding: 1.2em;
    width: 100%;
    font-family:'Titillium Web', sans-serif;
    font-size: 120%;
}

.btn{
    background-color: rgba(255, 255, 255, 0.38);
    border-radius: 0.4em;
    text-align: center;
    margin: 0.5em 0 0 0;
    padding: 1.2em;
    width: 100%;
}


.btn:hover{
    background-color: rgb(4, 0, 255);
}
.btn a:hover{
    color: rgb(255, 255, 255);
}



#historial {
    margin: 0.5em 0.5em 0.5em 0.5em;
}

#historial > ul{
    padding: 1em 0 1em 0;
}

.bocetos{
    text-align: center;
    margin: 1.5em 0 1.5em 0;
}

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

.botonbocetos li a{
    display: block;
    background-color: rgb(255, 0, 0);
    border-radius: .25em ;
    color: white;
    font-weight: bold;
    padding: .25em .5em;
    text-align: center;
    margin: 0 1em 0 0;
    width: 10em;

    }  
    

.botonbocetos li a:hover{
    background-color: rgb(0, 228, 49);    
color: rgb(255, 255, 255);
}

   #datosacademicos div{
    background-color: rgba(61, 61, 61, 0.3);
    margin: 0.3em 0 0.3em 0;
    padding: 1em;
}

.separar li{
    margin: 0 0 3em 0;
}

.left {
    display: block;
    margin: 0 0 0.5em 0;
    padding: 0 1em 0 1em;
}

.mini{
    margin: 0 0 0.5em 0;
    padding: 0 1em 0 1em;
}


/*footer*/
footer {
    background-color: rgba(255, 255, 255, 1);
    color: black;
    padding: 1em ;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 0.85em;
    border-bottom: 0,3em solid red;
}

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

.obligatorios{
    line-height: 1.5em;
}

.movileboceto{
    
    text-align: center;
}





/*-----------------------------aca va tablet---------------------------------*/


@media screen and (min-width: 48em){
    /*menu del header*/
    .menu{
        display: none;
    }

    .icono-menu{
        width: 1.25em;
    }

    /*inicio*/

    .fotos{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .btn{
        width: 49%;
    }

    .xilo{
        height: 33.5em;
        padding: 6em 2em 0em 2em;
    }
    .normal{
        width: 49%;
    }

    #historial > ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }


    #datosacademicos{
        text-align: center;
    }

    .datos {
        text-align: center;
        margin: 0.5em 0 0 0;
     padding: 0 0.5em 0 0.5em;
    }

    .datos p{
        text-align: center;
    }


}



/*-------------------------------acá va compu------------------------------------------*/



@media screen and (min-width: 57.5em) {
    /*menu del header*/
    .menu{
        display:flex;
    }
    .icono-menu{
        display: none;
    }

    .encabezado > *:not(#logo){
        display: flex;
    justify-content: center;
    }

    #logo{
        justify-content: flex-start;
    }
    

    /*inicio*/
    .normal{
        width: 25%;
    }
    .fotos li img{
        box-shadow:none;
        width: 95%;
    }

    .btn{
        width: 24.5%;
    }

    .xilo{
        height: 30.5em;
        padding: 6.5em 2em 0em 2em;
    }

    .normal{
        width: 24.5%;
    }
    
    .fotos {
        display: flex;
    }

    .vinculos{
        justify-content: space-evenly;
    }

    .vinculos li{
        width: 24%;
    }

    .obligatorios{
        text-align: left;
        width: 49.5%;
    }


    .caja{
        display: flex;
        justify-content: space-between;
    }

    
}