/* ------------- MOBILE ---------------- */

.master-column-wrapper {
    width: 100% !important;
    margin-top: 0 !important;
}

.master-wrapper-content {
    margin-top: 0px;
}

.center-1 {
    margin: 0px !important;
}

.page-landing {}

.banner-fondo {
    width: 100%;
    height: 200px;
    margin: 0;
    color: #fff;
    background: url(/Themes/MeVoyDeViaje/Content/images/landingPage/EEUU/banner-usa.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 0;
    line-height: 0.5;
}

.banner-fondo:before {
    content: "";
    width: 75%;
    height: 200px;
    background: linear-gradient(90deg, #003D7B, transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.content-banner {
    width: 96%;
    margin: -15px auto 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.img-logo {
    width: 140px;
    height: 40px;
    z-index: 1;
    margin-left: -1px;
}

.logo-interbak {
    background: url(/Themes/mevoydeviaje/Content/images/landingPage/DinersClub/logo-dinersClub.png) no-repeat;
    background-position: center;
    background-size: contain;
    padding: 5px;
    border-radius: 0 0 15px 0;
    margin: 0px 0 0 -5px;
}

.img-logo-publicidad {
    width: 140px;
    height: 100px;
    background: url(/Themes/mevoydeviaje/Content/images/landingPage/DinersClub/logo-semana-mujer-diners-blanc.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 38px;
    bottom: 0;
    right: 14px;
    z-index: 1;
}

.banner-fondo h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 0px 0;
    z-index: 1;
}

.banner-fondo h4 {
    font-size: 16px;
    margin: 0 0 -3px 0;
    z-index: 1;
}

.banner-fondo p {
    font-size: 12px;
    margin: 0;
    z-index: 1;
}

.banner-fondo h1 {
    display: none;
}

.img-icon-compra {
    background: url(../../img/landingPage/DinersClub/ico-compraOnline.png);
}

.img-icon-seguros {
    background: url(../../img/landingPage/DinersClub/ico-seguro.png);
}

.img-icon-soporte {
    background: url(../../img/landingPage/DinersClub/ico-soporte.png);
}

.icons-bank {
    width: 66px;
    height: 66px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.infografia-bank {
    width: 85px;
    height: 85px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.item-icons-content,
.item-icons-content-initial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.item-icons-content-initial {
    width: 100px;
}

.item-icons-content {
    width: 150px;
}

.item-icons-content-initial h3,
.item-icons-content h3 {
    color: #333;
    text-align: center;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

.item-icons-content-initial h5,
.item-icons-content h5 {
    width: inherit;
    font-size: 12px;
    margin: 0;
    z-index: 1;
    color: #555;
    text-align: center;
}

.body-content {
    margin-top: 20px;
}

.contador {
    text-align: center;
}

.contador h1 {
    display: none;
}

.contador h3 {
    display: flex;
    font-size: 10px;
    margin: 0;
    justify-content: center;
    color: #2e2e2e;
}

.numeroCont {
    width: 100%;
    height: 270px;
    padding: 30px 0 0 0;
    background: url(../../img/landingPage/CyberSale/noviembre/post-banner-mobile.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: -100px;
}

.numeroCont h2 {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    color: #2e2e2e;
}

.numeroCont p {
    margin: 0;
    font-size: 14px;
    color: #2e2e2e;
    font-weight: bold;
}

.ico-reloj {
    width: 20px;
    height: 20px;
    background: url(../../img/landingPage/BlackFriday/reloj-blanco.svg) no-repeat;
    background-position: center;
    background-size: contain;
}

.numeroCont .counter_part {
    border-radius: 10px;
}

.relojContador {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.item-contador {
    width: 60px;
    background: #221b1b1f;
    padding: 6px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.item-contador h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.item-contador p {
    margin: 0;
    font-size: 8px;
}


/* Productos */

.content-body-landing {
    /*overflow: auto;*/
    padding: 0 10px;
}

.row-prod {
    width: 100%;
}

.title-product {
    background: #effffc14;
    border-radius: 5px;
    padding: 5px 20px;
}

.title-product h2 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

.title-product p {
    display: none;
}

.contenedor-colm {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.cont-prod {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#content-oculto {
    width: 100%;
}

.content-oculto {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.btn-verMas {
    position: relative;
    padding: 5px 10px 5px 32px;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s;
}

.btn-verMas:hover,
.btn-verMas:focus {
    color: #fff;
    text-decoration: none;
}

.btn-verMas:hover {
    background: #4e4e4e71;
    transition: background 0.3s;
}

#btn-verMas:before,
#btn-verMas:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#btn-verMas:before {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 5px;
    left: 0;
}

#btn-verMas:after {
    width: 10px;
    height: 10px;
    border-right: 3px solid #1b0008;
    border-top: 3px solid #1b0008;
    transform: rotate(45deg);
    left: 5px;
}

.list-prod {
    width: 98%;
    background: #31006359;
    margin: auto;
    padding: 5px;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
}

.col-content {
    display: flex;
    gap: 10px;
    align-items: center;
}

.col-info {}

.col-price {
    text-align: right;
}

.col-info h2,
.col-price h2 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.col-info p,
.col-price p {
    margin: 0;
    font-size: 9px;
}


/* Productos PAQUETES */

.cont-paquetes {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 10px;
}

.item-product {
    width: 48%;
    height: fit-content;
    background: #e9f2ff;
    border-radius: 10px;
    box-shadow: 0 20px 10px -15px #00000045;
    transition: all 0.3s;
    overflow: hidden;
}

.item-product:hover {
    transform: scale(1.03);
    /*border: ridge #0ec454;*/
    transition: all 0.3s;
    box-shadow: 0 0px 10px 0px #00000038;
}

.item-product:hover .cont-price {
    background: #00a7ab;
    color: #fff;
    transition: all 0.3s;
}

.item-product:hover .old-price {
    /*color: #fff;
    transition: all 0.3s;*/
}

.btn-item-product {
    text-decoration: none;
    color: #072146;
}

.btn-item-product:hover,
.btn-item-product:active {
    text-decoration: none;
    color: #072146;
}

.content-product {
    width: 100%;
    position: relative;
    /*padding-bottom: 10px;
    border-radius: 20px 0px 20px 0;
    border: 3px solid #033CA7;
    overflow: hidden;*/
}

.info-cont-prod {}


/* descuentos */

.item-descuento {
    background: #f10044;
    padding: 12px 10px 10px 10px;
    color: #fff;
    border-radius: 0 0 5px 5px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1;
}

.item-descuento h4 {
    margin: 0;
    font-weight: bold;
}

.item-descuento h6 {
    margin: 0;
}


/* Fin - descuentos */

.img-product {
    width: 100%;
    height: 125px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    /*overflow: hidden;*/
    position: relative;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}


/*
.img-product:before {
    content: "";
    width: 100%;
    height: 70px;
    background: linear-gradient(0deg, #024c97, #024c9700);
    position: absolute;
    bottom: -1px;
    left: 0;
}

.line-it {
    width: 100%;
    height: 5px;
    background: linear-gradient(4deg, #072146, #093169);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
*/

.item-product h2 {
    margin: 0;
    font-size: 16px;
    padding: 0 5px;
    z-index: 2;
}

.item-product h5 {
    margin: 0;
    font-size: 10px;
    padding: 0 5px;
    z-index: 2;
}

.titleProduct {
    margin: 10px 0 0 0;
    color: #555;
}

.titleProduct h6 {
    width: fit-content;
    font-size: 10px;
    color: #fff;
    margin: 2px 0 0 0;
    padding: 3px 12px;
    background: #251899;
    border-radius: 5px;
    margin-left: 10px;
}

.row-price {
    margin-top: 5px;
    /*background: #eee;*/
    display: flex;
    justify-content: space-between;
    /*padding: 7px 5px;*/
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    z-index: 2;
}

.incluye-product {
    width: 100%;
    padding: 0 10px 6px 10px;
    color: #555;
}

.incluye-product h3 {
    font-size: 9px;
    margin: 0;
}

.item-ico-incluye {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3px;
    gap: 2px;
}

.cont-icons {
    position: relative;
}

.ico-incluye {
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0.5);
}

.cont-icons h5 {
    margin: 0;
    width: fit-content;
    color: #333;
    padding: 3px 7px;
    font-size: 10px;
    background: #fff;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0 3px 10px #00000067;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}

.cont-icons:hover h5 {
    display: block;
}

.ico-avion-prod {
    background: url(../../img/icon/icon-avion.svg);
}

.ico-hotel-prod {
    background: url(../../img/icon/icon-hotel.svg);
}

.ico-desayuno-prod {
    background: url(../../img/icon/icon-desayuno.svg);
}

.ico-traslado-prod {
    background: url(../../img/icon/icon-transporte.svg);
}

.ico-almuerzo-prod {
    background: url(../../img/icon/icon-almuerzo.svg);
}

.ico-seguro-prod {
    background: url(../../img/icon/icon-seguro.svg);
}

.ico-todoIncluido-prod {
    background: url(../../img/icon/icon-todo-incluido.svg);
}

.ico-auto-prod {
    background: url(../../img/icon/icon-auto.svg);
}

.ico-tour-prod {
    background: url(../../img/icon/icon-tour.svg);
}

.ico-ticket-prod {
    background: url(../../img/icon/icon-ticket.svg);
}

.cont-price {
    width: fit-content;
    background: #01c2c6;
    padding: 10px 25px;
    border-radius: 5px 0 0 0;
    color: #fff;
    align-self: flex-end;
}

.cont-price h3 {
    margin: 5px 0 0 0;
    font-size: 16px;
    text-align: right;
}

.old-price {
    font-size: 12px !important;
    color: #eee;
    text-decoration: line-through;
}


/* Vuelos baratos */

.precioDest-home {
    display: flex;
    gap: 10px;
}


/* INFOGRAFIA */

.infografia {
    margin: 20px 0;
}

.infografia h2 {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.infografia p {
    font-size: 10px;
    margin: 10px 0;
}

.cont-infograf {
    margin-top: 20px;
    display: flex;
    padding-bottom: 20px;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 30px;
    overflow-y: hidden;
}

.item-infografia {
    width: 140px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-tarjetaBBVA {
    background: url(../../img/landingPage/BBVA/TarjetaBBVA-info.png);
}

.img-cuotasBBVA {
    background: url(../../img/landingPage/BBVA/cuotasBBVA-info.png);
}

.img-puntosBBVA {
    background: url(../../img/landingPage/BBVA/puntosBBVA-info.png);
}

.img-inf {
    width: 95px;
    height: 95px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.item-infografia h3 {
    margin: 10px 0 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.item-infografia p {
    margin: 5px 0;
    font-size: 12px;
}

.line-infg {
    min-width: 1px;
    height: auto;
    background: #e6eaf3;
}


/* FOOTER */

.content-footer {
    width: 100%;
    margin-bottom: 35px;
}

.row-legales {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.img-legales {
    width: 100px;
    height: 100px;
    background: url(../../img/ico-legales.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cont-legales {
    background: #e4f3ff;
    padding: 40px 10px 10px 10px;
    margin-top: -45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.item-legal {
    text-align: center;
}

.item-legal h2 {
    margin: 0 0 5px 0;
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.item-legal p {
    margin: 0;
    font-size: 12px;
}

.item-legal a {
    text-decoration: underline;
    color: #072146;
    font-size: 12px;
}

.item-legal a:hover {
    text-decoration: none;
    color: #083a80;
}

.logo-diners-footer {
    width: 120px;
    height: 60px;
    margin-top: 15px;
    background: url(../../img/landingPage/DinersClub/logo-dinersClub-black.png) no-repeat;
    background-size: contain;
    background-position: center;
}


/* VUELOS BARATOS PERSONALIZADO */

.V-home-nacional,
.V-home-internacional {
    display: block !important;
    padding: 30px 0px !important;
}

.titleVuelos h1,
.titleVuelos h2 {
    color: #333 !important;
}

.titleVuelos h1 {
    font-size: 14px !important;
}

.titleDest-home h2 {
    color: #333 !important;
}

.iconDest-h {
    display: none !important;
}

.cajaContent-h {
    background: #e4f3ff !important;
    /*border: 3px solid #c1e3ff;*/
}


/*#showMoreAreaN, #showMoreAreaI{
    background: #e4f3ff !important;
    width: 170px;
    padding: 5px;
    border-radius: 10px;
    border: 3px solid #c1e3ff !important;
    margin: 10px auto !important;
}
#showMoreAreaN:hover, 
#showMoreAreaI:hover{
    background: #d0eaff !important;
}
#showMoreAreaN p, #showMoreAreaI p{
    color: #333 !important;
}*/

.icoFlech {
    border-color: #333 !important;
}


/*  DISPLAY PRUEBAS COVID */

.display-pruebasCovid {}

.row-display {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.img-covid {
    width: 200px;
    height: 200px;
    background: url(../../img/covid-rigo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.cont-display {
    text-align: center;
}

.cont-display h5 {
    margin: 0;
    font-size: 14px;
    color: #0ea890;
}

.cont-display h2 {
    margin: 0;
    font-size: 25px;
    color: #0ea890;
    font-weight: bold;
}

.cont-display p {
    margin: 0;
    font-size: 12px;
}

.cont-btn-pruebas {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cont-btn-pruebas a {
    text-decoration: none;
}

.item-prueba-covid {
    width: 46%;
    padding: 30px 30px 15px 30px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 6px 15px -7px #0000009e;
    border: 1px solid #e4f3ff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
}

.cont-btn-pruebas a:hover {
    text-decoration: none;
    transform: scale(1.05);
    box-shadow: 0 0 10px #00000040;
    transition: all 0.3s;
}

.item-prueba-covid h3 {
    font-size: 14px;
    text-align: left;
    margin: 0;
    color: #853788;
    font-weight: bold;
}

.op-2-covid h3 {
    color: #0ea890 !important;
}

.ico-avion-covid-1 {
    background: url(../../img/icon/avionB.svg), linear-gradient(100deg, #e15, #853788);
}

.ico-avion-covid-2 {
    background: url(../../img/icon/avionB.svg), linear-gradient(100deg, #4de6cf, #0a917c);
}

.ico-covid {
    width: 35px;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
    /*background: url(../../img/icon/avionB.svg);*/
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 5px -2px #000000;
    position: absolute;
    top: -10px;
    left: 10px;
}


/* MOBILE PEQUEÑITO */

@media (max-width: 320px) {
    .img-logo-publicidad {
        width: 90px;
        height: 50px;
        top: 15px;
    }
    .item-icons-content-initial {
        width: 70px;
    }
    .icons-bank {
        width: 55px;
        height: 55px;
    }
    .item-icons-content-initial h5,
    .item-icons-content-initial h3 {
        display: none;
    }
    .cont-paquetes {
        gap: 25px 10px;
    }
    .item-product {
        width: 125px;
    }
    .item-product h2 {
        font-size: 14px;
    }
    .item-product h5 {
        font-size: 9px;
    }
}

@media (min-width: 600px) {
    .title-banner-fondo {
        position: relative;
        height: 300px;
    }
    .banner-fondo {
        height: 380px;
    }
    .banner-fondo:before {
        height: 380px;
    }
    .content-banner {
        width: 590px;
        margin-top: -50px;
    }
    .img-logo {
        width: 185px;
        height: 60px;
    }
    .img-logo-publicidad {
        width: 200px;
        height: 150px;
        background: url(/Themes/mevoydeviaje/Content/images/landingPage/DinersClub/logo-semana-mujer-diners.png) no-repeat;
        background-position: center;
        background-size: contain;
        top: 45px;
        right: 15%;
        z-index: 1;
    }
    .banner-fondo h2 {
        font-size: 60px;
    }
    .banner-fondo p {
        font-size: 14px;
    }
    .banner-fondo h4 {
        font-size: 30px;
        margin: 0px 94px -11px 0;
    }
    .title-product {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }
    .title-product p {
        width: 300px;
        text-align: right;
    }
    .icons-bank {
        width: 110px;
        height: 110px;
    }
    /* Productos */
    .body-content {}
    .content-body-landing {
        padding: 0;
    }
    .row-prod {
        width: 590px;
        margin: 0px auto;
    }
    .contenedor-colm {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 35px 15px;
    }
    .cont-prod {
        width: 100%;
        flex-direction: row;
    }
    .content-oculto {
        width: 100%;
    }
    .list-prod {
        padding: 8px;
    }
    .col-info p,
    .col-price p {
        margin-top: 2px;
    }
    /*.btn-carrito:hover{
        background: #8d093c;
        transition: all 0.3s;
    }
    .ico-carrito{
        width: 60px;
        height: 30px;
    }*/
    /* Producto PAQUETES */
    .item-product {
        width: 48%;
        box-shadow: 0 16px 13px -10px #00000026;
    }
    .img-product {
        height: 200px;
    }
    /*.img-product:before {
        height: 90px;
    }*/
    .item-product h2 {
        font-size: 17px;
        padding: 0 10px;
        font-weight: 600;
    }
    .item-product p {
        font-size: 12px;
    }
    .item-product h5 {
        padding: 0 10px;
    }
    .cont-price h3 {
        margin: 0;
        font-size: 18px;
    }
    .row-price {}
    .cont-icons {}
    .ico-incluye {
        width: 19px;
        height: 19px;
    }
    .cont-icons h5 {
        padding: 2px 10px;
    }
    .incluye-product h3 {
        font-size: 10px;
    }
    /* INFOGRAFIA */
    .infografia {
        padding: 0 15%;
        margin: 50px 0;
    }
    .row-legales {
        flex-direction: row;
        padding: 0 15%;
    }
    .cont-infograf {
        gap: 10px 50px;
        margin-top: 50px;
        justify-content: center;
        overflow-x: clip;
    }
    .item-infografia {
        width: 180px;
    }
    .infografia h2 {
        width: 390px;
        margin: auto;
    }
    .infografia p {
        margin: 10px auto;
        width: 70%;
    }
    .item-infografia p {
        margin: 5px 0 !important;
        font-size: 10px;
        width: fit-content !important;
    }
    /* FOOTER */
    .content-footer {
        width: 100%;
        background: #e4f3ff;
    }
    .cont-legales {
        background: transparent;
    }
    .cont-legales {
        width: fit-content;
        background: #e4f3ff;
        padding: 20px;
        margin-top: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        z-index: 0;
        gap: 50px;
    }
    .item-legal {
        width: fit-content;
        text-align: left;
    }
    .logo-diners-footer {
        margin-top: 0;
    }
}

@media (min-width: 820px) {
    .row-prod,
    .content-banner {
        width: 800px;
    }
    .contenedor-colm {
        gap: 20px 10px;
    }
    .item-product {
        width: 190px;
    }
    .img-product {
        height: 140px;
    }
    .row-price {
        flex-direction: row;
    }
    .incluye-product {
        width: fit-content;
    }
    .cont-price {
        padding: 5px 10px;
    }
    .cont-price h3 {
        margin: 0;
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .banner-fondo {}
    .content-banner {
        width: 970px;
    }
    .container-icons {
        width: fit-content;
        display: block;
        padding: 15px 40px;
        margin: 0 auto 30px auto;
        border-radius: 15px;
    }
    .container-icons h3,
    .container-icons p {
        display: block;
    }
    .cont-icons {
        display: flex;
        gap: 15px;
        overflow: initial;
    }
    .content-body-landing {}
    .row-prod {
        width: 970px;
        margin: 0px auto;
    }
    .contenedor-colm {
        gap: 30px 20px;
    }
    .item-product {
        width: 225px;
    }
    .img-product {}
    .img-product:before {
        width: 100%;
    }
    .row-price {
        margin-top: 10px;
        /*padding: 10px;*/
        align-items: flex-end;
        flex-direction: row;
    }
    .cont-price {
        width: fit-content;
        border-radius: 10px 0 0 0;
    }
    /* infografia */
    .infografia {
        width: 970px;
        margin: 40px auto;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .title-infografia {
        width: 35%;
    }
    .infografia h2,
    .infografia p {
        width: fit-content;
        text-align: left;
        width: fit-content;
    }
    .infografia h2 {
        font-size: 18px;
    }
    .infografia p {
        font-size: 12px;
    }
    .cont-infograf {
        width: 55%;
    }
    .cont-infograf {
        width: 58%;
        overflow: initial;
        justify-content: space-between;
        gap: 20px;
        margin: 0;
        padding: 0;
    }
    .item-icons-content-initial {
        /*width: 140px;*/
    }
    .item-icons-content {
        width: 32%;
        align-items: flex-start;
    }
    .item-icons-content-initial h3,
    .item-icons-content h3 {
        width: 150px;
        color: #333;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
    }
    .item-icons-content h3 {
        margin: 0 0 5px 0;
        text-align: left;
    }
    .item-icons-content-initial h3,
    .item-icons-content-initial h5 {
        display: none;
    }
    .item-icons-content-initial h5,
    .item-icons-content h5 {
        width: 140px;
        text-align: left;
    }
    /* VUELOS BRATOS PERSONALIZADO 
    .vuelosBaratos-landing{
        padding: 0 15%;
        margin-top: 25px;
    }

    .titleDest-home h2{
        font-size: 22px !important;
    }

    #listNationalFlight, 
    #listInternationalFlight{
        gap: 5px !important;
        width: 1000px;
    }
    #listNationalFlight a, 
    #listInternationalFlight a{
        width: 228px !important;
        text-decoration: none;
    }
    .cajaContent-h{
        height: 90px !important;
    }
    .cajaContent-h:hover{
        background: #c1e3ff !important;
        transition: all 0.3s;
    }
    .detallDest-home h2{
        font-size: 16px !important;
    }*/
    /* footer */
    .row-legales {
        width: 970px;
        padding: 0;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .content-banner,
    .row-prod,
    .row-legales,
    .infografia {
        width: 1100px;
    }
    .item-product {
        width: 250px;
    }
}