body{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#carouselExampleIndicators,
#carouselExampleIndicators .carousel-inner,
#carouselExampleIndicators .carousel-item {
    height: 400px !important;
}


#carouselExampleIndicators img.imagen-carrusel {
    height: 400px !important;
    width: 100% !important;
    object-fit: cover !important;
}

#carouselExampleIndicators {
    border-radius: 10px;
    overflow: hidden;
}

.descripcion{
    background-color: #ffc107;
    color: black;
    border-radius: 10px;
    padding: 5px;
}

/*nav*/
nav {
    background-color: #222;
    height: 50px;
}

.nav-link {
    color: white !important;
}

.nav-link:hover {
    color: #ffc107 !important;
}

.formulario{
    background-color: rgb(240, 200, 252);
    margin: 60px auto;
    padding: 30px;
    max-width: 700px;
    max-height: 800px;
    border-radius: 10px;
    
}
/* ===== FOOTER ===== */
footer {
    text-align: center;
    padding: 15px;
    color: white;
    margin-top: 30px;
}