
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

*{ box-sizing: border-box;
    margin:0;
    padding:0;
    text-decoration: none;
    list-style: none;
    border: 0;
    outline: none;
}
img {
    max-width: 100%;
    display: block;
}

body{
    font-family: 'Montserrat', sans-serif;
    background-color: #FCFCF8
}

/*HEADER*/
header {
    background-color: #213159;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 2px hsl(0 0% 0% / 0.25);
    position: sticky;
    top: 0;
    z-index: 8000;
}
/*MENU BURGUER*/
.listnav{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: max-content;
    background-color: #213159;
    padding: 2rem;
    box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .5);
    transition: all .3s ease;
}
.visible{
    opacity: 1;
    visibility: visible;
}
.listnav ul{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: .5rem;
    padding-left: 3rem;
}
.botonmenu{
    display: flex;
    align-items: center;
}
#botonmenu,.cerrarmenu{
    border: 0;
    color: #FCFCF8;
    background-color: transparent;
    padding: .25rem;
    display: flex;
}
#botonmenu{
    background-color: #8f8f8f8a;
    border-radius: 50%;
    box-shadow: -5px 5px 7px hsl(0 0% 0% / 0.25);
}
#botonmenu:hover,.cerrarmenu:hover{
    background-color:#a6bfd9;
    color: black;
    border-radius: 50%;
}
/*HEADER*/
.itemnav a {
    display: block;
    color: #FCFCF8;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.5rem;
}
.itemnav a:hover{
    background-color:#a6bfd9;
    color: black;
    border-radius: .5rem;
}
.logo{
    align-items: center;
}
.logo img{
    width: 3.5rem;
}

/*FOOTER*/
footer{
    background-color: #213159;
    padding: 0.1rem;
}
footer .texto {
    color: black;
    text-align: justify;
}


/*----TITULO*/
h5 {
    color: #FCFCF8;
    font-size: 1.5rem;
    text-shadow: 0 2px 5px hsla(0, 0%, 0%, 0.155);
}
h1{
    color: #FCFCF8;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 3rem;
    text-transform: uppercase;
    text-shadow: 0 2px 5px hsla(0, 0%, 0%, 0.155);
}
.titulo {
    bottom: 0;
    width: 100%;    
    background-color: rgba(48, 73, 136, 0.772);
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 .5rem 1rem -.1rem hsl(0 0% 0% / 30%);
}
.puntoportada picture img{
    width: 100%;
}
.puntodescripcion{
    padding-top: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    color: black;
    font-weight: 400;
}
h2{
    color: rgba(48, 73, 136, 0.772);
    font-size: 2rem;
    font-weight: 600;
    line-height: 5rem;
    text-transform: uppercase;
    text-shadow: 0 2px 5px hsla(0, 0%, 0%, 0.155);
    text-align: center;
}
.webapp p {
    background-color: rgba(48, 73, 136, 0.772);
    margin-inline: 2rem;
    border-radius: 0.5rem;
    padding: 1rem;
    color: white;
}

h3 {
    color: rgba(48, 73, 136, 0.772);
    text-align: center;
    margin: 1rem;
}

.h3,p {
    color: rgba(48, 73, 136, 0.772);
    text-align: center;
    padding: 1rem;
    margin-bottom: 0.5rem;
}
.fotografias img {
    width: 350px;  
    border-radius: 3%; 
    padding: 0.5rem;
    background-color: rgba(48, 73, 136, 0.772);
    text-align: center;
    margin: auto;
}
.estudiante {
    text-align: center;
    margin: 1rem;
    padding: 1rem;
    border-radius: 1rem; 
} 

.academicos {
    color: white;
    padding: 0.5rem;
    background-color: rgba(48, 73, 136, 0.772);
    border-radius: 0.5rem;
    margin: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;   
}
/*MAPA Y PLAN*/
.imagenesmapa,.imagenesplan{
    display: flex;
    flex-direction: column;
  }
  .mapa img,.plan img{
      margin: auto;
      width: 100%;
      height: auto;
  }
  .mapa,.plan{
      padding-block: 1rem;
  }

/*DESKTOP*/
@media (min-width:48em){
     #equipovm13 {
            display: flex; }
   
    .botonmenu,.cerrarmenu{
        display: none; 
    }

    .listnav{
        opacity: 1;
        visibility: visible;
        display: flex;
        align-items: center;
        box-shadow: none;
        position: static;
        height: fit-content;
        width: fit-content;
        padding: 0;
    }
    .listnav ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 1.5rem;
    }
    .logo img{
        width: 4rem;
    }  
    .datosacademicos {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        line-height: 1.5rem;

    }
    .mapa img, .plan img{
        width:70%;
    }
    .webapp p{
        margin-inline: 12rem;
        line-height: 1.5rem;
    }
    .puntodescripcion{
        margin-inline: 6rem;
        line-height: 1.5rem;
    }
}
