
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

/*--- PRIMERO REGLAS PARA CELULAR ---*/

*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
    
}
html{
    height: -webkit-fill-available;
}

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

header {
    background-color: rgb(0, 22, 146);
}

body {
    background-color: rgb(154, 195, 255);

    min-height: 100vh;
    min-height: -webkit-fill-available;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    font-family: 'Roboto', sans-serif;

}



/*--- header ---*/

.header{
    background-color: rgb(161, 160, 211);
    align-content: center;
    color:rgb(160, 205, 211);
    padding: 1em;
    line-height: 2em;
}

.header a{
    text-decoration: none;
    color:rgb(108, 186, 250);
    font-weight: 500;
}

.contenedor{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.navegador ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.navegador ul li{
    display: inline-block;
}

.navegador ul li a{
    display: block;
    padding: 0rem 0.5rem;
    border-radius: 5%;
    font-size: small;
    color: rgb(175, 226, 255);
}

.navegador ul li a:hover{
    background: rgb(255, 255, 255);
}


/*--- Main ---*/
main{
    flex-grow: 1;


    justify-content: center;
    align-content: center;

    flex-direction: column;

}


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



#equipo >h2{
    margin-left: 0.5em;
}

.integrante >h3 {
    color: orangered;
}


h1, h2, h3 {
   
   padding: 0 0 0 0em;
   line-height: 1.5em;
   color: blue;
}

h1{
    background-color: rgb(0, 4, 240);
    color: white;
    padding: 0.3em;
    line-height: 1.5em;
    font-weight: 800;
}

h2,
h3{
    font-weight: 700;
}


h4{
    font-weight: 500;
    font-size: 1.2em;
    color: rgb(0, 0, 189);
}

p{
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    color: rgb(8, 0, 80);
}


header div img{
    display: block;
    margin: 0.3em 0 0.3em 0;
    width: 4.5em;
    padding: 0.2em;
    filter: invert();
}

.contenedor {
    max-width: 50em;
    margin: 0 auto;

    display: flex;

    justify-content: left;
    align-items: center;
}

#datos{

    padding-top: 1em;
    padding-bottom: 0.5em;
    text-align: left;
    margin: 0 1em 0 1em;
    line-height: 1.3em;

}

.info section img{
    width: 60%;
}

.reconectate{
    padding-top: 1em;
    padding-bottom: 0.5em;
    text-align: left;
    margin: 0 1em 0 1em;
}

#webapp > h3{
    
    padding-top: 0.5em;
    margin: 0 0.9em 0 1em;
   
}

#datos ul li{
    list-style: none;
    
}

.integrante{
    background-color: rgb(240, 241, 255);
    padding: 1em;
    margin:1em 0 0 0;
       
}

.integrante a{
    color: rgb(255, 255, 255);
    background-color: rgb(255, 81, 0);
    display: block;
    padding: 0.3em;
    border-radius: 5%;

}

.integrante{
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center; 
    align-items: center;
}


.integrante figure img{
    width: 80%;
    
}

.vm12{
    display: flex;
    flex-direction: column;
    justify-content:space-between;

    
    padding:10px;
    margin: auto;

}

.vm12 .integrante{
    margin: 0.5em;
    
}

.mapa img { width: 90vw; margin-top: 2em; margin-bottom: 1em; margin-left:1em ;}


.contenedoracumar .logoacumar img { width: 5em; margin: 1em; } 

.contenedoracumar .titulo-acumar { margin: 0.7em;}

.contenedoracumar p,b { margin: 0.7em;}

.contenedoracumar { margin-bottom: 2em;}

.mvp-todas .imagenmvp img { width: 90vw; margin-left: 1.1em; margin-bottom: 1em;}

.mvp-todas .imagenarquetipo1 img { width: 90vw; margin-left: 1.1em; margin-bottom: 1em;}

.mvp-todas .imagenarquetipo2 img { width: 90vw; margin-left: 1.1em; margin-bottom: 1em;}



/* --- PIE ---*/

footer{
    background-color: rgb(56, 92, 255);
    padding:1em;
    margin:1em 0 0 0;
    font-weight: 400;
    color: rgb(138, 189, 255);
    font-size: 0.5em;
}



/*--- reglas para escritorio ---*/


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

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

/*--- header ---*/
.header{
    background-color: rgb(160, 205, 211);
    color:rgb(160, 205, 211);
    padding: 1em;
    line-height: 2em;
}


.contenedor{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navegador ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.navegador ul li{
    display: inline-block;
}

.navegador ul li a{
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 5%;
    font-size: large;
}

.navegador ul li a:hover{
    background: rgb(255, 255, 255);
}

.info section img{
    width: 30%;
}

.reconectate{
    display: flex;
    flex-direction: row;

    justify-content: space-between;
    flex-wrap: wrap;
    
}

.reconectate article{
    width: calc(50% - .5em);
}




.mapa img { width: 80vw; margin-top: 2em; margin-bottom: 1em; margin-left: 3.5em;}





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

@media(min-width:1024px){

    /*--- header ---*/
    .header{
        background-color: rgb(160, 205, 211);
        color:rgb(160, 205, 211);
        padding: 1em;
        line-height: 2em;
    }

    .integrante figure img{
        width: 90%;
        border-radius: 100%;
    }

    .vm12{
        display: flex;
        flex-direction: row;
        justify-content:space-between;

        
        padding:10px;
        margin: auto;
 
    }

    .vm12 .integrante{
        margin: 0.5em;
        
    }

    .integrante{
        display: flex;
        flex-direction: column;
        align-content: center;
        text-align: center;
    }
    .integrante > h3{
        padding: 0.5em 0 0 0;
    }

    .integrante > p{
        font-size: 1em; 
    }

    .integrante >a {
        margin: 0.5em 0 0 0.5em;
    }



    .mapa img {  margin-left: 5.3em;}
    
   /*--- imagenes ---*/

   #mapa img{
       align-content: center;  
       margin: 0 18em;
       max-width: 60%;
       max-height: 60%;
   }

   #imagenmvp{
    align-content: center;  
    margin: 0 18em;
    max-width: 30%;
    max-height: 30%;

   }

   #imagenarquetipo1{
    align-content: center;  
    margin: 0 18em;
    max-width: 30%;
    max-height: 30%;

   }

   #imagenarquetipo2{
    align-content: center;  
    margin: 0 18em;
    max-width: 30%;
    max-height: 30%;
   }

  .info{
    display: flex;
    justify-content:space-between;
    flex-direction: row;
    
    width: 100%;     
         
}

.info section{
    max-width: 25%;
}

.info section img{
    width: 80%;
}


#datos ul{
    display: flex;
    flex-direction: row;  
    justify-content: space-between;

    flex-wrap: wrap;
    
    padding-top: 1em;} 

} } 