img.logo-vuelo {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: contain;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg_drak {
    background:#000000;
}


/*ventajas*/

.swipper-ventajas-vuelo .swiper-slide {
    width:10%;
    margin: 0 !important;
        display: flex;
    justify-content: center;
    align-items: center;
}

.swipper-ventajas-vuelo .swiper-wrapper {
    justify-content: center;
}

@media screen and (max-width:1200px){
    .swipper-ventajas-vuelo .swiper-slide{
        width: 33% !important;
    justify-content: center;
    display: flex;
    height: auto!important;
    }
}
@media screen and (max-width:680px){
    .swipper-ventajas-vuelo .swiper-slide{
        width: 50% !important;
    }
}

@media screen and (max-width:480px){
    .swipper-ventajas-vuelo .swiper-slide{
        width: 100% !important;
    }
}
.swipper-ventajas-vuelo .swiper-pagination {
    display:none;
}

span.eix-hotel-flight-benefits__text {
    color: #fff;
}

.eix-hotel-flight-benefits__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 100%;
    max-width: 130px;
    gap: .5rem;
    text-align: center;
}

/*fin ventajas*/


/*beneficios*/
.ventajas_main_container--box {
    box-shadow: 0 0 10px #00000024;
    display: flex;
    flex-direction: column;
    align-items: center;
        justify-content: space-between;
    width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 1rem;
}

.ventajas_main_container--box img {
    width: 100px;
    filter: brightness(1) invert(1);
}

.ventajas_main_container--box h3 {
    font-size:1.5rem !important;
}

.ventajas_main_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/*fin beneficios*/