/*HOTEL CARDS*/
.hotel_card_cta {
        font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.8px;
    background: var(--colorbtn);
    color: var(--colorWhite);
    padding: 1rem;
    margin: 1rem;
    transition: all .4s ease;
    width: max-content;
    display: inline-block;
}
.hotel_card_cta:hover {
    background:var(--colorPrimaryClear);
}

.main_hotel_cards_wrapper .btn-corpo {
     width: 200px;
    display: inline-block;
}

.main_hotel_cards_wrapper .btns-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.main_hotel_cards_wrapper {
    padding:2rem!important;
}

.main_hotel_cards_wrapper .swiper-card-hotel {
        box-shadow: var(--shadow);
    border-radius: var(--border-radius-4);
}

.main_hotel_cards_wrapper .text-swiper-card-hotel {
    background:var(--colorWhite);
}

/* Flight IMAGE "HOTEL + VUELO" */
.respo-img {
    max-width: 600px;
    width:100%;
    margin: 0 auto;
    padding: 2rem;
    height: auto;
    object-fit: cover;
}