body {
    font-family: 'Arial', sans-serif;
}

h1, h2 {
    color: #343a40;
}

.carousel-inner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

footer {
    background-color: #343a40;
    color: white;
}

.navbar {
    margin-bottom: 20px;
}

.carousel-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 70vh; /* Ajusta la altura máxima */
}


#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    top: 0;
    left: 0;
}

#overlay .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1rem;
    margin-left: -1rem;
    width: 3rem;
    height: 3rem;
}

#success-msg {
    display: none;
}
