.card {
    background-color: #62DAD3;
}

.promo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#navbarCollapse {
    text-align: center;
}

.search-section {
    width: 100%;
    padding: 40px 16px;
}

#formViajes {
    width: 100%;
    background-color: #f8f9fa;
    padding: 30px 16px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0;
}

.custom-small-input,
.custom-date-input {
    flex: 1 1 140px;
    min-width: 120px;
}
