.img-carousel {
    max-height: 90vh;
    object-fit: cover;
    width: 100%;
    height: 90vh; /* Ajusta según necesidad */
}


.carousel {
    background-size: cover;
}

.txt {
    font-size: 20px;
    color: #003865;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
    padding: 20px;
}
.txt1 {
    font-size: 20px;
    color: #003865;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

.foto4 {
    width: 100%;
    object-fit: cover;
    height: 500px;
}

.contenido {
    margin-left: 0px;
    padding: 15px;
}

.btn-unirse {
    width: 100%;
    text-align: center;
}

.btn {
    color: #003865;
    border-color: #003865;
    height: 75px;
    width: 75%;
    font-size: 25px;
}

.btn:hover {
    background-color: #003865;
    border-color: #003865;
}

.foto5 {
    object-fit: cover;
    height: 300px;
    width: 100%;
}

.foto6 {
    object-fit: cover;
    height: 400px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.foto7 {
    object-fit: cover;
    height: 400px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;

}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

.fotopatrocinador {
    width: 80%;
    object-fit: cover;
    height: 400px;
    transition: transform 0.3s ease-in-out;
    margin:50px;
    
}

.fotopatrocinador:hover {
    transform: scale(1.2);
}


.img-zoom {
    text-align: center;
}

.mapa {
    height: 500px;
    width: 100%;
}

.logo {
    height: 40px;
}

footer {
    height: 80px;
}