/* Estilos generales */
*{
    box-sizing: border-box;
    font-family:'Oswald', sans-serif;

}
a{
    text-decoration: none;
    color: black;
}  
body{
    background-color: rgb(255, 214, 214);
}


/* Estilos header */
.header_div{
    display: flex;
    flex-direction: row;
    background-color: rgb(41, 50, 65);
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
    border-radius: 20px;
    text-transform: uppercase;
}

/*JT02*/
.header_div_a{ 
    background-color:rgb(255, 214, 214);
    color: rgb(41, 50, 65);
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    text-align: center;
    margin-left: 2rem;
}

.header_div_a:hover{
    background-color: rgb(255, 153, 170);
}

/*Lista*/
.header_list{
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-right: 2rem;
}
.header_list li{
    background-color:rgb(255, 214, 214);
    margin: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    color: #DFDADA;
}
.header_list li:hover{
    background-color: rgb(255, 153, 170);
}

/* Biografica*/

.biografia{
    display: flex;
    margin-top: 5rem;
    margin-left: 10rem;
    margin-right: 10rem;
}

/*foto*/
.biografia img{
    width: 100%;
    object-fit: contain;
    border-radius: 400px
}

.biografia_div{
    margin: 0px 4rem;
}
.biografia_div h1{ /*Titulo*/
    text-transform: uppercase;
    font-size: 50px;
    color:  rgb(41, 50, 65);
}


/*Botones*/
.biografia_div button{
    padding: 10px 40px;
    background-color: rgb(238, 107, 77);
    border-radius: 10px;
    margin-right: 3rem;
    margin-top: 1.5rem;
    box-shadow: 8px 10px 4px  rgb(139, 92, 102);
}
.biografia_div button a{
    color:  rgb(41, 50, 65);
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.biografia_div button:hover{
    background-color:  rgb(255, 153, 170); 
}


/*MATERIAS*/
.contenedor1{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
      text-align: center; padding: 20px; margin-top: 5rem;
      margin-left: 8rem;
      margin-right: 10rem  
}

.equipo_left{
    background-color:rgb(41, 50, 65) ;
    color: pink;
    margin: 1rem;
    margin-top: 2rem;
    padding: 1.5rem;
    box-shadow: 8px 10px 4px  rgb(139, 92, 102);
}
.equipo_link{
    color: pink; 
}

.equipo_link:hover{
    background-color: rgb(238, 107, 77);
    color: rgb(41, 50, 65);
}
.equipo_right{
    background-color:rgb(41, 50, 65) ;
    color: pink;
    margin: 1rem;
    padding: 1.5rem;
    margin-top: 2rem;
    box-shadow: 8px 10px 4px  rgb(139, 92, 102);
}


/*ACADEMICO*/
.contenedor2{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
      text-align: center; padding: 20px;
      margin-left: 8rem;
      margin-right: 10rem
      
      
      
}

.UBA{
    background-color:rgb(238, 107, 77) ;
    color: rgb(41, 50, 65);
    margin: 1rem;
    padding: 1.5rem;
    margin-top: 2rem;
    max-width: 30rem;
    max-height: 30rem;
    padding-bottom: 20px;
    padding-top: 20px; 
    box-shadow: 8px 10px 4px  rgb(139, 92, 102);
}

.UBA li{
    list-style: none;
}


.FADU{
    background-color:rgb(238, 107, 77) ;
    color: rgb(41, 50, 65);
    margin: 1rem;
    padding: 1.5rem;
    margin-top: 2rem;
    max-width: 30rem;
    max-height: 30rem;
    padding-bottom: 20px;
    padding-top: 20px;  
    box-shadow: 8px 10px 4px  rgb(139, 92, 102); 
}

.FADU li{
    list-style: none;
}
.DGPC{
    background-color:rgb(238, 107, 77) ;
    color: rgb(41, 50, 65);
    margin: 1rem;
    padding: 1.5rem;
    margin-top: 2rem;
    max-width: 30rem;
    max-height: 30rem;
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 8px 10px 4px  rgb(139, 92, 102);
}
.DGPC li{
    list-style: none;
}

/*Footer*/

.footer{
    margin-left: 0rem;
    margin-right: 0rem;
    background-color: rgb(41, 50, 65); 
    padding: 0px 100px; 
    text-align: center;
    color: pink;
    font-size: medium;
}


/*MEDIA ROTULO*/

@media (max-width: 600px) {

/* Estilos generales */
*{
    box-sizing: border-box;
    font-family:'Oswald', sans-serif;

}
a{
    text-decoration: none;
    color: black;
}  
body{
    background-color: hsl(0, 100%, 92%);
}


/* Estilos header */
.header_div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 20px;
    padding-bottom: 0px;
}

.header_div_a{
    text-align: center;
    margin-left: 2rem;
    margin-right: 2rem;
}

.header_list{
    display: flex;
    flex-direction: row;
    align-items: center;
}

/*DATOS PERSONALES*/

.biografia{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*IMAGEN*/
.biografia img{
    object-fit: contain;
    width: auto;
}

.contenedor1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem;
    justify-content: space-evenly;
   
}

.contenedor2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem;
    justify-content: space-evenly;

}

.footer{
font-size: smaller;
}

}
    





/*PORTFOLIO*/


.porfolio h2{
    background-color: rgb(238, 107, 77);
    border-radius: 10px; 
    padding-left: 2rem;
    padding-bottom: 0.2rem;
    color: rgb(41, 50, 65);
    display: flex;
    justify-content: center;
    margin: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
  
}


/*Tipografia*/
.tipografia{
    height: 40%;
    width: 60%;
    background-color:rgb(41, 50, 65);
    display: flex;
    flex-direction:column;
    gap: 10px;
    align-items: center;
    margin: 0px auto;
    border-radius: 20px;
    padding: 20px;  
}
.tipografia p{
    color: pink;
    font-size: 20px;
}

.imagenestipo{
   display: flex;
   flex-direction: column;
   width: 95%;
   gap: 15px;  

}
.imagenestipo{
    object-fit: cover;
    border-radius: 20px;

}

/*Diseno*/
.Diseño{
    height: 40%;
    width: 60%;
    background-color:rgb(41, 50, 65) ;
    display: flex;
    flex-direction:column;
    gap: 10px;
    align-items: center;
    margin: 0px auto;
    border-radius: 20px;
    margin-top: 50px;
    padding: 20px;


}
.Diseño p{
    color: pink;
    font-size: 20px;
}

.imagenesdiseno{
    display: flex;
    flex-direction: column;
    width: 95%;
    gap: 15px;  
  
}

.imagenesd img{
    object-fit: cover;
    border-radius: 20px;
}

    
@media (max-width: 600px){
    .titulo{    display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 1rem;
        justify-content: space-evenly;

    }

.porfolio h2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem;
    justify-content: space-evenly;
}


}