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

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    min-height: 100vh;
}

header,
footer {
    background-color: #f09aa1;
    color: #ee2e3e;
    padding: 1em;
}

main {
    background-color: #c9e9f3;
}

img {
    max-width: 100%;
    margin:  0 0 0 0;
}

a {
    text-decoration: none;
    color: #002d40;
}

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

.contenedora {
    max-width: 75em;
    margin: 0 auto;
}



/*HEADER---------------------------*/

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

nav ul li a {
    display: block;
    background-color: #ffffff;
    border-radius: 3em; 
    text-align: center;
    color: #ee2e3e;
    font-weight: 700;
    margin: 0.5em;
    padding: 0.25em 1em;

}

.activo {
    background-color: #c9e9f3;
    color: white;
}

nav ul li a:hover {
    border: solid 3px #ee2e3e;
}

.titulos {
    background-color: #ee2e3e;
    color: #c9e9f3;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 2em 1.5em 1.5em 1.5em;
    padding: 1em;
    border-radius: 3em; 
}

.img-logo {
    height: 4em;
}



/*ACUMAR - BIBLIOTECAS -----------------------------------*/

.parrafos {
    margin: 1em 1em auto 1em;
    padding: 1em;
    box-shadow: 0 7px 10px #002d40(0, 0, 0, 0.10);
    background-color: #002d40(197, 110, 110);
}

.parrafos p {
    margin: 15px 0px;
}

.logo_acumar {
    max-width: 90%;
    margin: 0 auto;
    padding: 1em;
    background-color: #b2e5f5;
    border-radius: 3em; 
     box-shadow: 0 7px 10px #002d40(0, 0, 0, 0.10);
}



/*EQUIPO JT30 -------------------------------------------*/


.rotulos_individuales ul li {
    display: block;
    margin: 1em .5em 0em .5em;
    padding: 0.5em;
    text-align: center;
    border-radius: 3em; 
}

.rotulos_individuales img {
    width: 100px;
    margin: 1em;
    border-radius: 0.5em;
    border: solid 2px #002d40; 
    box-shadow: 0 10px 10px #002d40 (0, 0, 0, 0.10);
    text-align: center;
}

.rotulos_individuales h3 {
    margin: 1em;
    text-align: center;
    color: #002d40;
    text-decoration: overline;
}

.rotulos_individuales p {
    color: white (0, 45, 64);
}

.rotulos_individuales a {
    display: block;
    color: #002d40;
    background-color: #b2e5f5;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 5px rgba(5, 4, 56, 0.1);
    font-weight: 700;
    border-radius: 3em;
    margin: 1em;
    padding: 0.35em 1em;
    }
    
.rotulos_individuales a:hover {
        color: #002d40;
        background-color: #f09aa1;
    }



/* DATOS ACADEMICOS ---------------------------------------------*/

.logos ul {
    margin: 0 0 0 1em;
}

.logos img {
    text-align: center;
    height: 4em;
    margin: 1em 0;
}

.logos ul li {
    margin: 1em 1em 3em 0em;
    padding: 0 0 0 1em;
}

.textos {
    font-size: 0.8em;
}

/*PLAN------------------------------------------------------------*/
    
    
#objetivos div {
    display: block;
    max-width: 100%;
    padding: 1em 2em;
    margin: 1em;
    background-color: #b2e5f5;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.10);
    border-radius: 3em;
}

#objetivos div a {
    background-color: #7adaf7;
    color: #ee2e3e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.125em;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.10);
    font-weight: 700;
    margin: 3em 0 0 0;
    border-radius: 3em;
}

#objetivos div a:hover {
    background-color: #b2e5f5;
    color: #ee2e3e;
    border: solid 1px #ee2e3e;
}

.plan h3 {
    color: #ee2e3e;
    font-weight: bolder;
    margin: .4em 0;
    text-decoration: underline 2px;
}

.plan h4 {
    color: #f09aa1;
    font-weight: bold;
    margin: .3em 0;
}

.plan h5 {
    color: #ee2e3e;
}
}

/*Responsive Plan */
    
@media screen and (min-width:600px) {
    
        #objetivos {
        display: flex;
        justify-content: space-between;
    }
    
        #objetivos div {
        display: block;
        width: 100%;
        padding: 1em 2em;
        margin: 1em;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.10);
    }
}


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


    #nav-desplegable ul {
        display: flex;
    }


    .contenedora {
        max-width: 80em;
        width: 100%;
    }

    .titulos {
        font-size: 20px;
    }

    .contenedora_2 {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    
    .logo_acumar {
        width: 100%;
        margin: 1.5em;
        padding: 5em;
        box-shadow: 0 10px 10px #002d40(0, 0, 0, 0.10);
    }


    .parrafos {
        max-width: 100%;
        margin: 1em;
    }
    

    .contenedora_3 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .rotulos_individuales ul li {
        width: 20%;
    }
    
    .rotulos_individuales img {
        width: 150px;
    }

    /*DATOS ACADEMICOS---------------*/
        .logos ul {
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin: 0 0 0 1em;
    }



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


#contenedora_mapa {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 2em;
    
}

.img {
    display: block;
    text-align: center;
}


/*RESPONSIVE-MAPA*/

@media screen and (min-width:600px) {
    
    #contenedora_mapa  {
        display: flex;
        flex-direction: column;
        margin: 2em;
        
    }
    
    .horizontal {
        display: flex;
        flex-wrap: wrap;
    }
    
}
