.navbar-nav li a, #redes li a{
   
   color: white;
   text-decoration: none;
}
.navbar-nav a, #redes li a{

   color: red;
   text-decoration: none;
}
.navbar-nav li a:hover,#redes li a:hover{
    color:green;
}
.navbar-nav li a:hover,#redes li a:hover{
    color:red;
}
col{
    border:1px solid blue;
    height: 20vh;
}  
#redes{
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin: 15px;   
}

#redes li a{
   padding:15px;
   color:white;
   text-decoration: none;
}

#redes li a:hover{
    color:red;
}

footer p{
    max-width: 96%;
    margin: 0 auto;
}
body{
   width: 100%;
} 

.col{
    height: 40vh;
}
footer{
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    background-color: black;
    height: 110px;
}
.altura-fija{
    height: 380px;
}
#contenedor{
    margin: 40px;
}

.carousel-inner img {
    max-height: 400px;     /* Ajusta según tu necesidad */
    object-fit: cover;     /* Hace que la imagen se recorte sin deformarse */
}

