@charset "utf-8" ; 

/* -------------REGLAS MOBILE FIRST------------------ moto g4 */ 


*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;

    font-family: 'Montserrat', sans-serif;
}

html{
    height: -webkit-fill-available;
}
img {
    max-width: 100%;
    height: auto;    
}




 header {
    background-color: rgb(52, 20, 95);
    padding: 1em; font-size: 1em; }


 header .contenedor {
    
        display: flex; justify-content: center;
        max-width: 50rem; margin: auto ;flex-wrap: wrap; flex-direction: column; width: 100%;}


header .contenedor .logo-acumar {   text-decoration: none; display: block;
    background-color:rgb(255, 255, 255); background-size: contain; 
    border-radius:0.5em; padding:0.5em; margin-bottom: 0em; width: 20% }
    

    header div nav ul {
    
    display: list-item; flex-direction:column; flex-wrap: wrap; justify-content: center; } 
  



header .menu nav ul li .boton-menu{

    text-decoration: none; display: block;
    margin: auto;
    text-align: center;
    color: white ; 
    background-color:rgb(167, 129, 192); background-size: contain; 
    border-radius:0.5em;
    padding:0.5em;
    margin-bottom: 0.5em;
    width: 6em; 
    }





  /* MAIN */

 main { 
 background-color: rgb(164, 158, 221); }   
 

.presentacion .presentacion-nombre-foto { text-align: center;font-size: 1.5em;
            color: rgb(22, 3, 43); margin-top: 1em;  
            display: flex;  flex-direction: column; align-items: center; margin: 1em;}

 .presentacion figure .yo {
background-color:rgb(247, 247, 247); width: 6em; 
border-radius: 00.2em; padding: 00.2em;
   background-size: contain; background-position-x: center; background-position-y: center;         
margin-bottom: 1em; }

.presentacion .luna-pe 
{margin-bottom: 1em;}


        h2 {     
                     margin-top: 0em; margin-bottom: 0,5em;
                    text-align: center;
                  
                    font-size: 1em;
                    color: rgb(146, 102, 192); }

               
         h3{
            
            text-align: center;
margin-bottom: 0.7em;
               font-size: 0.8em;
              color: rgb(76, 27, 129); }
        
    
       

 .presentacion p{
                margin-top: 0em;
                text-align: center;
                font-size: 0.6em;
                color: rgb(46, 26, 68); 
                margin-bottom: 0.3em; }
    

.materias-aprobadas { 
 
    margin: 0.5em; 
   text-align: center;
    font-size: 1.2em; }


.materias-aprobadas .año-uno,.año-dos,.año-tres,.año-cuatro,.año-cinco,.año-seis
{margin:2em}
   


.compasvm12 { 
padding-top: 2em; padding-bottom: 2em;
margin-top: 0em;
text-align: center;
font-size: 1.5em;
background-color:rgb(187, 183, 226) ; }

    h2   { 
        margin-top: 0em;
       text-align: center;
       font-size: 1.5em;
       color: rgb(60, 24, 99); }



    .compasvm12 article {

        display: list-item; padding: 1em ; align-content: center;
         align-items:center; justify-items: center;
        
        }

        .compasvm12 img {
background-color:rgb(247, 247, 247); width: 6em; 
border-radius: 00.2em; padding: 00.2em;
background-size: contain; background-position-x: center; background-position-y: center;


        }
   
    main section article div a {

background-color:rgb(52, 20, 95); 
font-size: 0.5em; color: white;
background-size: contain; 
    background-position-x: center;background-position-y: center;
    border-radius:0.5em;
    padding:0.5em;
    width: 12em;
}



    main section nav ul li a { 

    background-color:rgb(146, 102, 192); 
    font-size: 1em; color:rgb(22, 3, 43);
    background-size: contain; 

        border-radius:0.5em;
        padding:0.5em;
        margin-bottom: 5em;
        width: 7em; }




        .webapp { 
            padding-top: 2em; padding-bottom: 2em;
            margin-top: 0em;
            text-align: center;
            font-size: 0,7em; } 


            .webapp h2 { 
                margin-top: 0em;
               text-align: center;
               font-size: 1.5em;
               color: rgb(60, 24, 99); }

.webapp .reconectate  {margin: 1.3em;}       

.webapp .reconectate .enfoque {margin-bottom: 1.3em}

.datos    h2   { 
    margin-top: 0em;
   text-align: center;
   font-size: 1.5em;
   color: rgb(60, 24, 99); }

.datos .info { 
    padding-top: 2em; padding-bottom: 2em;
    margin-top: 0em;
    text-align: center;
    font-size: 0,7em; } 

 .datos .info .uba {margin-bottom: 1.3em}

.datos .info .facultad {margin-bottom: 1.3em}

.bocetos {margin: 1.3em; margin-bottom: 3em;}



.bocetos .menu {display: flex; flex-direction: row; justify-content: space-between;}

footer { 

    background-color:  rgb(22, 16, 31); 
   padding: 2em; 

}
 
footer .contenedora {

    color: rgb(187, 183, 226); font-size: 0.7em; 
}





/* --------------------------- REGLAS DESKTOP -------------------------*/

/* ---------- Dispositivos 600 px de ancho / tablets ----------------*/

@media screen and (min-width: 600px) {




    header .menu  nav ul {
    
        display: flex; flex-direction:row;  justify-content: space-around; margin-top: 1em;} 
      
    
}


.presentacion .presentacion-nombre-foto  .texto-presentacion p
{width: 17em;}

.presentacion figure .yo { width: 12em;  }

.compasvm12 img { width: 15em; }


/* ---------- Dispositivos 992 px de ancho / desktops ----------------*/

@media screen and (min-width: 992px) {

.materias-aprobadas .materias-contenedor1-2 
{display: flex; flex-direction:row;  justify-content: space-around; margin: 0.5em;}


.materias-aprobadas .materias-contenedor1-2 .año-uno 
{width: 25em; background-color:rgba(76, 27, 129, 0.514);
    padding: 1em; border-radius: 0.5em; margin: 0.5em; text-align: center; 
    margin-bottom: 2em; color: white;}


    .materias-aprobadas .materias-contenedor1-2 .año-dos 
    {width: 25em; background-color:rgba(76, 27, 129, 0.514);
        padding: 1em; border-radius: 0.5em; margin: 0.5em; text-align: center; 
        margin-bottom: 2em; color: white;}

 
 .materias-aprobadas .materias-contenedor3-4
{display: flex; flex-direction:row;  justify-content: space-around; margin: 0.5em;}
    
    
    .materias-aprobadas .materias-contenedor3-4 .año-tres 
    {width: 25em; background-color:rgba(76, 27, 129, 0.514);
        padding: 1em; border-radius: 0.5em; margin: 0.5em; text-align: center; 
        margin-bottom: 2em; color: white;}

        .materias-aprobadas .materias-contenedor3-4 .año-cuatro
        {width: 25em; background-color:rgba(76, 27, 129, 0.514);
            padding: 1em; border-radius: 0.5em; margin: 0.5em; text-align: center; 
            margin-bottom: 2em; color: white;}


.materias-aprobadas .materias-contenedor5-6
{display: flex; flex-direction:row;  justify-content: space-around; margin: 0.5em;}

.materias-aprobadas .materias-contenedor5-6 .año-cinco
{width: 25em; background-color:rgba(76, 27, 129, 0.514);
    padding: 1em; border-radius: 0.5em; margin: 0.5em; text-align: center; 
    margin-bottom: 2em; color: white;}

.materias-aprobadas .materias-contenedor5-6 .año-seis
{width: 25em; background-color:rgba(76, 27, 129, 0.514);
    padding: 1em; border-radius: 0.5em; margin: 0.5em; text-align: center; 
    margin-bottom: 2em; color: white;}



.compasvm12  .compasvm12-1-2-3
{display: flex; flex-direction:row;  justify-content: space-around; margin: 0.5em;}

}