

/*----------INDEX-------*/



* {
    font-family: 'Montserrat', sans-serif;
    margin: 0; 
    padding: 0;
    box-sizing:border-box;
    max-width: 100%;
    background-color: transparent;
    list-style: none;
    text-decoration: none;
}



.arriba { 
    margin: 1em;
    background-color: white;    
    border-bottom: solid .095em #00a5ff;
    padding: .5em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.arriba  a {
    padding: .3em .5em .3em .5em;
    color: #00a5ff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: .8em; 
}



.arriba a:hover {
    color: black; 
}



main {
    margin: 1em;
    padding: 1em;
}



.mainrotulo {
    margin-bottom: .4em;
    padding: .1em .2em .1em .22em;
    color: white;
    background-color: rgba(0,165,255,0.3);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2em;
    font-size: 1.5em;
    display: flex;
    flex-direction: column;
    text-align: center;    
}



section {
    margin: .5em 0em 0em 0em;     
}


section h3 {
    padding: .2em .5em .1em .4em;
    background-color: #00a5ff;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
}



section p, section ul {
    padding: .6em;
}


section ul li {
    text-decoration: underline;
    color: black;
}



.integrantes ul li a {
    color: black;
    display: flex; 
    border: .08em solid; 
    padding: .2em .4em .2em .4em;
    margin-bottom: .7em; 
}


.integrantes ul li a:hover {
    background-color: #00a5ff;
    color: white;
}



.datosobligatorios h3 {
    padding: .2em .5em .1em .4em;
    background-color:#00a5ff;
    text-transform: uppercase;
    font-weight: 500;
    color: black;  
}


    
.datosobligatorios p {
    padding: .6em;
    font-weight: 300;

}



footer {
    margin: .8em;
    padding: .8em;
    font-weight: 300;
    font-size: .75em;
    color: #00a5ff;
    
}






/*-----PLAN-----*/


.seccionesapp li {
    text-decoration: none;
    color: black;
    margin-bottom: .6em;
}


.persona img {
    padding: .7em;
}

.pantallas img {
    max-height: 200px;
    padding: .5em;
}


/*-----MAPA-----*/


h3 {
    padding: .2em .5em .1em .4em;
    background-color: #00a5ff;
    text-transform: uppercase;
    font-weight: 500;
    color: black;    
}



.flujo img {
    padding: .7em;
}

/*-------MEDIA---------*/

@media (min-width: 1280px) {
    
    main {
        max-width: 50%;
        margin-left: 25%;
    }
}



