.body{
    background-color: black;
    
}

.header{
    background-image: url(images/universidad-autonoma-de-yucatan-uady-informacion-y-carreras-scaled.jpg);
    background-position: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    border-bottom: solid white 4px;
    
    
}

.header-title{
    background-color: #002b5c;
    color: white;

    text-align: center;
    padding: 0px;
    font-size: 50px;
    margin: 0;
    text-shadow: 5px 5px 0px black;
    border-top: solid white 4px ;
    border-bottom: solid white 4px;
    

}




.header-parrafo{
    display: flex;
    width: 50%;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 40px;
    font-weight: bold;
    padding: 8px 12px;
    margin: auto;
    margin-top: 70px;
    text-shadow: 5PX 5PX 0PX black;
    

    
}
.h2{
    color: aliceblue;
    background-color: #002b5c;
   font-size: 60px;
   text-align: center;
   border-top: solid white 4px ;
    border-bottom: solid white 4px;
    text-shadow: black 5px 5px 0px;
}

.main-parrafo{
    color: white;
    text-align: center;
    font-size: 30PX;


}

.main-parrafo-universidad{
text-align: left;

}
.nav{
    position: fixed;
    top: 0;
    width: 98%;
    background-color: #002b5c;
    padding: 10px;
    border-top: solid white 4px ;
    border-bottom: solid white 4px;
    

}

.menu{
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    margin-top: 1px;
    padding: 0;
}

.menu li{
    margin: 0 20px;
}

.menu a{
    text-decoration: none;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 8px 12px;
}

.menu a:hover{
    background-color: #014f86;
    border-radius: 5px;
}

.Article {
    border-top: solid white 4px ;
    border-bottom: solid white 4px;
   
    

}
.logo{
    width: 300px;
    align-self: center;
    display: block;
    margin: auto;
    float: left;
    width: 300px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    
}

.h3{
    background-color: #002b5c;
    border-top: solid white 4px ;
    border-bottom: solid white 4px;

}

.carrusel{

    background-color: #002b5c;
width: 100%;
overflow-x:auto;
margin: 30px auto;
display: flex;
gap:1em;
 border-top: solid white 4px ;
    border-bottom: solid white 4px;

}

.tarjeta {
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.tarjeta img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.li{
    gap: 3em;
    text-align: left;
}

.li-titulo{
    background-color: #002b5c;
    border: solid white;
    width: 20%;
    text-align: center;
    list-style: none;
}

.map-container{
    display: flex;
    background-color: #002b5c;
    border: solid white;
    width: 30%;
    margin: auto;
    top: 400px;
}

.map{
    display: flex;
    margin: auto;
    
   
} 

.map iframe{
    align-self: auto;
}

.web-info{
    background-color: #002b5c;
    border-top: solid white 4px ;
    border-bottom: solid white 4px;
}

.h3-final{
     background-color: #002b5c;
    border-top: solid white 4px ;
    border-bottom: solid white 4px;
    font-size: 30px;
    width: 100%;
    color: white;
}

.web-info-text{
    color: white;
    text-align: left;
    font-size: 30PX;

}