/* ------------- MOBILE ---------------- */
.banner-static{
    display: none !important;
}
.master-column-wrapper {
    width: 100% !important;
    margin-top: 0 !important;
}

.master-wrapper-content {
    margin-top: 0px;
}

.center-1 {
    margin: 0px !important;
}

.page-landing {
    position: relative;
    overflow: hidden;
}


.fond-nacional{
    background: url(/Themes/mevoydeviaje/Content/images/landingPage/Paquetes/banner-iquitos.png);
}
.fond-internacional{
    background: url(/Themes/mevoydeviaje/Content/images/landingPage/Paquetes/banner-rivieraMaya.png);
}
.fond-playa{
    background-image: url(/Themes/mevoydeviaje/Content/images/landingPage/BCP/banner-bcp-ai-ok.png);
    /*background-color: #f5faff;*/
}
.banner-fondo {
    width: 100%;
    height: 260px;
    margin: 0;
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #f5faff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    line-height: 0.5;
    
    overflow: hidden;
}

.banner-fondo:before {
    content: "";
    background: linear-gradient(90deg, #050030, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.cont-info-banner{
    height: fit-content;
    text-align: left;

    display: flex;
    flex-direction: column;
    gap: 10px;

    transform: translateY(-5px);
}
.title-banner{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.cont-info-banner h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 0px 0;
    color: #fff;
    z-index: 1;
}
.cont-info-banner h2 span {
    font-size: 12px;
}
.cont-info-banner h3 {
    font-size: 30px;
    color: #fff;
    margin: 0 0;
    line-height: 1;
    font-weight: bold;
    z-index: 1;
}
.cont-info-banner h4 {
    font-size: 20px;
    margin: 0;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    z-index: 1;
}

.cont-info-banner p {
    font-size: 14px;
    margin: 0;
    z-index: 1;
    line-height: initial;
    color: #fff;
    font-weight: 500;
}
.cont-info-banner p b{
    background: #f10044;
    padding: 3px 10px;
    color: #fff;
    border-radius: 3px;
}

.cont-info-banner h1 {
    display: none;
}

.img-logo {
    width: 114px;
    height: 48px;
    z-index: 1;
}


/* infografia corta de Compra Segura */
.infoCompra{
    width: 96%;
    margin: 0px auto 0px auto;
    padding: 0px 0;
    /* background-color: #f5faff; */
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.link-atajos{
    display: flex;
    gap: 10px;
}
.link-atajos a{
    font-size: 12px;
    padding: 8px 12px;
    background: #ff00a1;
    border-radius: 7px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}
.link-atajos a,
.link-atajos a:hover,
.link-atajos a:focus{
    text-decoration: none;
}
.link-atajos a:focus,
.link-atajos a:hover {
    background: #d22429;
    transition: all 0.3s ease;
}
.content-infoCompra{
    width: 42%;
    background: #fff;
    box-shadow: 0 10px 10px -14px #00000063;
    border-radius: 50px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 3px;
    /*position: absolute;
    top: -55px;*/
    display: none;
}
.img-seguro{
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-image: url(/Themes/MeVoyDeViaje/Content/images/landingPage/Openpay/icon-escudo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #EEF7FF;
    border-radius: 50%;
}
.text-infoCompra{
    
}
.text-infoCompra h3,
.text-infoCompra p{
    margin: 0;
}
.text-infoCompra h3{
    font-size: 12px;
    font-weight: 700;
    color: #6EA5D1;
}
.text-infoCompra p{
    font-size: 10px;
    line-height: 1.1;
    font-weight: 500;
}


.container-icons {
    width: 85%;
    padding: 10px;
    margin: 0 auto 30px auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 10px #00000021;
    text-align: center;
    overflow: hidden;
}

.container-icons h3 {
    margin: 0;
    font-size: 14px;
    color: #555;
    font-weight: bold;
}

.container-icons p {
    display: none;
    margin: 0;
    font-size: 10px;
}

.cont-icons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    overflow-x: scroll;
    overflow-y: clip;
}

.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: 10px;
    margin: 0;
    z-index: 1;
    color: #555;
    text-align: center;
}


.body-content {
    margin-top: 0px;
    position: relative;
    
}
/*.page-landing:before,
.body-content .background-fond:before,
.body-circle .background-fond:before{
    content:"";
    width: 200px;
    height: 200px;
    background: url(/Themes/MeVoyDeViaje/Content/images/landingPage/BCP/isotipo-bcp.svg) no-repeat;
    background-size: contain;
    background-position: center;

    position: absolute;
}*/
.page-landing:before{
    width: 170px;
    height: 170px;
    top: 201px;
    left: -82px;
    opacity: 0.1;
    z-index: 2;
}
.body-content .background-fond:before{
    width: 180px;
    height: 180px;
    top: -79px;
    left: -85px;
    opacity: 0.3;
}
.body-circle .background-fond:before{
    bottom: -78px;
    right: -82px;
    z-index: 1;
    transform: rotate(160deg);
    opacity: 0.2;
    
}
.background-fond{
    width: 100%;
    overflow: hidden;
}



/* Productos */

.content-body-landing {
    background: #eef7ff;
    padding: 0px;
}
.content-landing-hotel {
    background: #fff;
    padding: 0px 0 20px 0;
    position: relative;
}
.contenido-product{
    position: relative;
    padding: 0px 0 0 0;
}
/*.contenido-product:before,
.icon-central{
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.contenido-product:before{
    border-radius: 40px;
    background-color: #555;

}
.icon-central {
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.ico-filter-blanc{
    filter: brightness(8) !important;
}*/

.background-fond{
    background: #f1f2f6;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 60px;
}
.color-bg{
    background: #f5faFF;
}
.before-bg:before{
}
.color-bg-trans{
    background: #fff;

}
.before-bg-2:before{
}

.ico-hotel{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/icon/ico-hotel.svg);
}
.icon-hotel-central {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 32px;
    background-repeat: no-repeat;
    
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    filter: brightness(2);
}

.row-prod {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}


.content-top{
    margin-top: -30px;
}
.title-category-product{
    /*margin: 30px 0 0px 0;*/
    text-align: center;
    position: relative;
    z-index: 1;
}
.title-category-product h2 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
}
.title-category-product h3 {
    margin: 0;
    font-size: 14px;
}
.title-category-product p {
    font-weight: bold;
    color: #f10044;
    margin: 0;
}

.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;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 15px;
}

.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 15px;
}

.item-product {
}

.item-product:hover {

}


.item-product:hover .old-price-land {

}

.btn-item-product {
    height: fit-content;
    text-decoration: none;
    color: #072146;
    border-radius: 10px;
    box-shadow: 0 10px 10px -12px #001129;
    transition: all .3s ease;
    overflow: hidden;
}

#hoteles .btn-item-product:nth-child(n+5){
    display: none;
}

#hoteles .btn-item-product.visible {
    display: block;
}

.btn-item-product:hover,
.btn-item-product:active {
    text-decoration: none;
    color: #072146;
    box-shadow: 0 0px 10px -3px #001129;
    transition: all .3s ease;
}

.content-product {
    width: 100%;
    position: relative;
    /*padding-bottom: 10px;
    border-radius: 20px 0px 20px 0;
    border: 3px solid #033CA7;
    overflow: hidden;*/
}

.info-cont-prod {
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/img-categoria-playas.jpg);
}
.info-cont-prod-2 {
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/img-cultura-inter.jpg);
}

.img-cusco{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/cusco-550.jpg);
}
.img-tarapoto{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/tarapoto-550.jpg);
}
.img-chiclayo{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/chiclayo-550.jpg);
}
.img-piura{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/piura-550.jpg);
}
.img-arequipa{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/arequipa-550.jpg);
}
.img-lima{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/lima-550.jpg);
}
.img-trujillo{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/Trujillo.jpg);
}
.img-vichayito{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/vichayito.jpg);
}
.img-paracas{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/paracas.png);
}

.img-huaraz{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/huaraz-350.png);
}

.img-madrid{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/madrid-550.jpg);
}
.img-mexico{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/mexico-550.png);
}
.img-miami{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/miami-550.jpg);
}
.img-cancun{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/cancun-550.jpg);
}
.img-punta-cana{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/punta-cana-550.jpg);
}
.img-la-habana{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/la-habana-550.jpg);
}
.img-cartagena{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/cartagena-550.jpg);
}
.img-bogota{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/bogota-550.png);
}
.img-orlando{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/orlando-550.jpg);
}
.img-rio-de-janeiro{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/rio-de-janeiro-550.jpg);
}
.img-panama{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/img-panama.png);
}

.img-new-york{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/nueva-york.jpg);
}
.img-santiago-de-chile{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/img-content/Destinos/Santiago-de-Chile.jpg);
}

/* Etiqueta Oferta */
.etiqueta-oferta{
    width: fit-content;
    
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.etiqueta-oferta h5{
    width: fit-content;
    background: #ff00a1;
    padding: 5px 10px;
    margin: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    border: 1px solid #ffffffc4;
}

/* descuentos */

.item-descuento {
    background: #d22429;
    padding: 8px 7px 7px 7px;
    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;
    font-size: 12px;
}

.item-descuento h6 {
    margin: 0;
    font-size: 10px;
}


/* Fin - descuentos */

.img-product {
    width: 100%;
    height: 125px;
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat;
    /*overflow: hidden;*/
    position: relative;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}


.line-it {
    width: 100%;
    height: 5px;
    /*background: #072146;*/
    background: linear-gradient(4deg, #072146, #093169);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.item-product h2 {
}

.item-product h5 {
    z-index: 2;
}

.content-text-product {
    background: #ffffffe0;
    position: relative;
}
.content-text-product:before {
    content: "";
    width: 0%;
    height: 6px;
    background: #080056;
    position: absolute;
    top: -3px;
    left: 0;
    transition: all 0.3s ease;
}
.cont-paquetes a:hover .content-text-product:before {
    width: 110%;
    transition: all 0.3s ease;
}

.titleProduct {
    padding: 16px 5px 0 5px;
    color: #555;
}
.titleProduct:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 40px;
    position: absolute;
    top: -15px;
    left: 5px;
    transition: all 0.3s ease;
}
.cont-paquetes a:hover .titleProduct:before {
    background: #080056;
    transition: all 0.3s ease;
}
.titleProduct p{
    font-size: 10px;
}
.ico-paquete{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/landingPage/Openpay/icon-paquete.svg);
    filter: invert(0.5);
}
.ico-avion{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/icon/avion.svg);
    filter: grayscale(1);
}
.ico-esclamacion{
    background-image: url(/Themes/MeVoyDeViaje/Content/images/landingPage/TarjetaOh/esclamacion-OH.svg);
    filter: invert(0.5);
}
.icons-prod-landing {
    width: 22px;
    height: 22px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
    left: 9px;
    transition: all 0.3s ease;
}

.cont-paquetes a:hover .titleProduct .ico-paquete {
    filter: invert(2);
    transition: all 0.3s ease;
}
.cont-paquetes a:hover .titleProduct .ico-hotel,
.cont-paquetes a:hover .titleProduct .ico-avion {
    filter: brightness(40);
    transition: all 0.3s ease;
}
.row-price {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
    z-index: 2;
}

.incluye-product {
    padding: 0 5px;

    display: flex;
    align-items: center;
    gap: 5px;
}

.incluye-product h3 {
    font-size: 10px;
    margin: 0;
}

.incluye-product .info-incl-hot{

}
.incluye-product .info-incl-hot p {
    font-size: 11px;
    margin: 3px 0;
}

.item-ico-incluye {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3px;
    gap: 3px;
}

.ico-incluye {
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    filter: brightness(0.5);
}

.ico-incluye h5 {
    margin: 0;
    width: fit-content;
    color: #333;
    padding: 3px 7px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0 3px 10px #00000067;
    background: #000;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    filter: brightness(9);
}

.ico-incluye: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);
}

.content-action {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.cont-price-land {
    width: 100%;
    padding: 0 0 5px 5px;
    line-height: 1;
}

.cont-price-land h3 {
    width: fit-content;
    margin: 0;
    line-height: 1;
}
.cont-price-land p{
    margin: 0;
    font-size: 10px;
    line-height: 1;
}

.old-price-land {
    font-size: 10px;
    color: #555;
    text-decoration: line-through;
}
.actual-price{
    font-size: 14px;
    font-weight: 600;
}
.content-action button{
    border: none;
    font-size: 12px;
    margin: 0;
    background: #251899;
    border-radius: 5px 0 0 0;
    color: #fff;
    padding: 5px 12px;
    font-weight: 600;
    transition: background 0.3s ease;
}
.item-product:hover .content-action button{
    background: #080056;
    transition: background 0.3s ease;
}


/* Botones Collapse */
.btns-desplega {
    position: relative;
}



/* FOOTER */

.content-footer {
    width: 100%;
}

.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;
    position: relative;
}

.cont-legales {
    background: #fff;
    padding: 40px 10px 10px 10px;
    margin-top: -45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.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-bcp-footer {
    width: 120px;
    height: 60px;
    margin-top: 15px;
}



/* VUELOS BARATOS PERSONALIZADO */

.V-home-nacional,
.V-home-internacional {
    display: block !important;
    margin-top: 0 !important;
    padding: 0 0px !important;
}

.titleVuelos h1,
.titleVuelos h2 {
    
}

.titleVuelos h1 {
    
}

.titleDest-home h2 {
    
}

.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;
}

/* Vuelos Baratos */
.vuelosBaratos-landing {
    padding: 0 5px;
}


@media (min-width: 600px) {
    .title-banner-fondo {
        position: relative;
        height: 300px;
        padding: 25px;
    }
    .banner-fondo {
        
    }
    .banner-fondo:before {
        width: 80%;
    }
    .img-logo-publicidad{
        width: 210px;
        height: 110px;
    }
    .img-logo {
        
    }

    .cont-info-banner{
        
    }
    .cont-info-banner h2 {
        font-size: 30px;
    }
    .cont-info-banner p {
        font-size: 16px;
        margin: 0px;
    }
    
    .cont-info-banner h4 {
        font-size: 30px;
    }

    /* info compra segura */
    .infoCompra {
        width: 590px;
        padding: 20px 0;
    }
    .content-infoCompra {
        width: 250px;
        display: flex;
        margin-top: -40px;
    }

    .body-circle .background-fond:before {
        top: 286px;
    }
    .body-content .background-fond:before {
        top: -58px;
        left: -108px;
    }

    /* Productos */
    .body-content {
        
    }
    .content-body-landing {}
    .row-prod {
        
    }
    .contenedor-colm {
        gap: 35px 15px;
        justify-content: center;
    }
    .cont-prod {
        width: 100%;
        flex-direction: row;
    }
    .content-oculto {
        width: 100%;
    }
    .list-prod {
        padding: 8px;
    }
    .col-info p,
    .col-price p {
        margin-top: 2px;
    }

    .btns-desplega{
        width: 200px;
    }

    /* Producto PAQUETES */
    .item-product {
        
        
    }
    .img-product {
        
    }
    .item-product h2 {
    }
    .item-product p {
        
    }
    .item-product h5 {
    }
    .cont-price-land h3 {
        
    }
    .row-price {}
    .ico-incluye {
        width: 19px;
        height: 19px;
    }
    .incluye-product h3 {
        font-size: 10px;
    }

    /* Vuelos Baratos */

    .vuelosBaratos-landing {
        padding: 0px;
    }

    
    /* FOOTER */
    .content-footer {
        width: 100%;
        background: #e4f3ff;
        padding-bottom: 30px;
    }
    .cont-legales {
        background: transparent;
    }
    .cont-legales {
        width: fit-content;
        background: #e4f3ff;
        padding: 20px;
        margin-top: 0;
        display: flex;
        
        justify-content: space-between;
        align-items: flex-start;
        z-index: 0;
        gap: 15px;
    }
    .item-legal {
        width: fit-content;
        text-align: left;
    }
    .logo-diners-footer {
        margin-top: 0;
    }

    .img-legales{
        margin-top: -50px;
    }
    .footer-nopCommerce{
        margin-top: 0px;
        position: relative;
    }
}


@media (min-width: 820px){
    .banner-fondo {
        width: 100%;
        height: 290px;
    }
    .banner-fondo{
        height: 280px;
    }
    .cont-info-banner {
        
    }
    .title-banner{
        width: fit-content;
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }
    .cont-info-banner h4 {
        font-size: 24px;
        margin: 0;
    }
    .cont-info-banner h2 {
        font-size: 45px;
        line-height: 1;
    }
    .cont-info-banner h2 span {
        font-size: 14px;
    }

    .page-landing:before {
        top: 220px;
    }

    /* info compra segura */
    .infoCompra {
        width: 800px;
        align-items: center;
        justify-content: space-between;
        margin-top: -50px;
    }
    .link-atajos{
        height: fit-content;
    }
    .link-atajos a{
        font-size: 14px;
        padding: 10px 25px;
    }
    .content-infoCompra {
        width: 300px;
        top: -28px;
        margin: 0;
    }
    .img-seguro{
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
    .text-infoCompra h3{
        font-size: 14px;
    }
    .text-infoCompra p{
        font-size: 12px;
    }

    .body-content .background-fond:before, 
    .body-circle .background-fond:before{
        width: 250px;
        height: 250px;
    }

    /* productos */
    .background-fond{
        padding-bottom: 60px;
    }
    .title-category-product {
        
    }
    .content-landing-hotel .title-category-product{
        text-align: center;
    }
    .row-prod {
        
    }


    /* FOOTER */
    .row-legales {
        
    }
    .cont-legales {
        padding: 0;
        
    }
}

@media (min-width: 992px) {
    .banner-fondo {
        height: 360px;
    }

    .img-logo-publicidad{
        width: 230px;
        height: 120px;
        background: url(/Themes/MeVoyDeViaje/Content/images/landingPage/DinersClub/logo-modo-travel-negro.png) no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 40px;
        margin: initial;
        right: 15%;
        z-index: 1;
    }
    .cont-info-banner{
        
    }
    .cont-info-banner h4 {
        font-size: 35px;
    }
    .title-banner{
        align-items: flex-start;
    }
    .img-logo {
        width: 140px;
        height: 60px;
    }
    .cont-info-banner p {
        font-size: 18px;
    }
    .container-icons {
        width: fit-content;
        display: block;
        padding: 15px 40px;
        margin: 0 auto 30px auto;
        border-radius: 15px;
    }

    /* info compra segura */
    .infoCompra {
        width: 970px;
        background: transparent;
        margin-top: -30px;
        z-index: 2;
        transform: translateY(-20px);
    }

    .body-circle {
        position: relative;
    }
    .body-circle:before {
        content: "";
        width: 100%;
        padding: 50px 0;
        background: #f5faff;
        position: absolute;
        top: -68px;
    }

    .body-content .background-fond:before, 
    .body-circle .background-fond:before{
        width: 300px;
        height: 300px;
    }
    .body-content .background-fond:before {
        top: -100px;
        left: -160px;
    }
    .body-circle .background-fond:before{
        right: -110px;
    }

    .content-body-landing {
        padding: 0px;
    }
    .content-landing-hotel{
        padding: 10px 0 40px 0;
    }
    .content-landing-hotel:before{
        top: -24px;
    }
    .icon-hotel-central{
        top: -22px;
    }

    .row-prod {
        
    }
    .item-product {
        
    }
    .img-product {
        height: 160px;
    }
    .img-product:before {
        width: 100%;
    }

    .titleProduct {
        padding: 16px 10px 0 10px;
    }
    .incluye-product {
        width: 100%;
        padding: 0 10px;
    }

    .row-price {
    }
    .cont-price-land {
        width: 100%;
        padding: 0 0 8px 10px;
    }

    .old-price-land{
        font-size: 12px;
    }
    .actual-price {
        font-size: 16px;
    }
    .content-action button {
        font-size: 14px;
        padding: 8px 25px;
    }


    /* infografia */
    .item-icons-content-initial {
        width: 140px;
    }
    .item-icons-content {
        width: 170px;
    }
    .item-icons-content-initial h3,
    .item-icons-content h3 {
        width: 170px;
        color: #333;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
    }
    .item-icons-content h3 {
        margin: 0 0 5px 0;
    }
    .item-icons-content-initial h3,
    .item-icons-content-initial h5 {
        display: none;
    }
    .item-icons-content-initial h5,
    .item-icons-content h5 {
        width: 140px;
    }
    /* Pruebas Covid */
    .display-pruebasCovid {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .row-display {
        flex-direction: row;
        gap: 20px;
    }
    .img-covid {
        width: 240px;
        height: 240px;
    }
    .cont-display {
        width: 35%;
        text-align: left;
    }
    .cont-display h5 {
        font-size: 20px;
    }
    .cont-display h2 {
        font-size: 30px;
    }
    .cont-display p {
        line-height: 1.1;
    }
    .cont-btn-pruebas {
        justify-content: flex-start;
    }
    .item-prueba-covid {
        width: 37%;
    }
    .item-prueba-covid h3 {
        font-size: 16px;
        width: 100px;
    }
    /* VUELOS BRATOS PERSONALIZADO */
    
    .vuelosBaratos-landing {
        padding: 0px;
    }

    .titleDest-home h2{
        font-size: 22px !important;
    }

    /*#listNationalFlight, 
    #listInternationalFlight{
        width: 1100px;
        gap: 25px 0 !important;
    }*/
    #listNationalFlight a, 
    #listInternationalFlight a{
        /*width: 222px !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 {
        
    }
    .cont-legales {
        padding: 0;
        
    }
}

@media (min-width: 1200px){

    .cont-info-banner h2 {
        font-size: 70px;
    }
    .cont-info-banner h4 {
        font-size: 40px;
    }

    .page-landing:before{
        width: 350px;
        height: 350px;
        top: 170px;
        left: -150px;
    }

    .row-prod,
    .cont-info-banner,
    .infoCompra,
    .row-legales {
        
    }

    .item-product {
        
    }

    
}

@media (min-width: 1400px){

    .banner-fondo {
        height: 400px;
    }
}