/*
Theme Name:   Click Mag Child
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  Click Mag Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     click-mag
Version:      1.01.0
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  click-mag-child
*/


/* latin-ext */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

.fullpage {
    width: 100%;
    position: relative;
}

.travel-offer {
    width: 100%;
    position: relative;
    margin-bottom: 34px;
}

._wrap {
    /*width: 1005px;*/
    width: 1155px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    height: 470px;
}

._bg {
    width: 100%;
    height: 325px;
    position: absolute;
    bottom: 0;
    left: 0;
}

._bg-image {
    width: 100%;
    height: 100%;
    /*background: url("../images/ciudad.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
}

._bg-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /*background: #1859c3;*/
    position: absolute;
    top: 0;
    left: 0;
}

._row {
    width: 100%;
    position: relative;
    ;
    height: auto;
}

.__container {
    position: relative;
    height: 470px;
    width: 100%;
}

.___player {
    float: left;
    margin-left: 30px;
    width: 748px;
    height: 405px;
    /*width: 630px;
  height: 350px;  */
}

.___player iframe {
    width: 100%;
    height: 100%;
}

.___aside {
    width: 260px;
    float: right;
    height: auto;
    margin-right: 30px;
}

.___aside-player {
    width: 315px;
    float: right;
    height: auto;
    margin-right: 30px;
    margin-top: 14px;
}

.___aside-logo {
    width: 250px;
    height: 100px;
    overflow: hidden;
    margin-bottom: -30px;
}

.___aside-logo img {
    width: 250px;
    height: 100px;
}


/*
  countdown
*/


/*countDown */

.countdown-full {
    display: block;
    z-index: 11;
    position: relative;
}

.countdown-full-player {
    display: block;
    z-index: 11;
    position: relative;
}

#clockdiv {
    font-family: 'Lato', sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
}

#clockdiv>div {
    border-radius: 3px;
    display: inline-block;
    /*box-shadow: 0 1px 10px 0 rgba(50,50,50,.2);*/
}

#clockdiv div>span {
    padding: 4px;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
    /*box-shadow: 0 1px 10px 0 rgba(50,50,50,.2);*/
}

.clock-days {
    background: #595ad2;
    margin-right: 8px;
}

.clock-hours {
    background: #fc3159;
    margin-right: 8px;
}

.clock-minutes {
    background: #24c42a;
    margin-right: 8px;
}

.clock-seconds {
    background: #fd8724;
}

.clock-days,
.clock-hours,
.clock-minutes,
.clock-seconds {
    width: 55px;
    height: 59px;
}

.clock-days-player {
    background: #595ad2;
    margin-right: 8px;
}

.clock-hours-player {
    background: #fc3159;
    margin-right: 8px;
}

.clock-minutes-player {
    background: #24c42a;
    margin-right: 8px;
}

.clock-seconds-player {
    background: #fd8724;
}

.clock-days-player,
.clock-hours-player,
.clock-minutes-player,
.clock-seconds-player {
    width: 48px;
    height: 59px;
}


/*
  presupuesto
*/

.clock-dayss {
    margin-right: 8px;
}

.clock-hourss {
    margin-right: 8px;
}

.clock-minutess {
    margin-right: 8px;
}

.clock-secondss {}

.clock-dayss,
.clock-hourss,
.clock-minutess,
.clock-secondss {
    width: 55px;
    height: 55px;
}


/*
  -----------
*/

.days,
.hours,
.minutes,
.seconds {
    font-size: 29px;
}

.smalltext {
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.clock-valid {
    font-size: 12px;
    color: #fff;
    text-align: right;
    opacity: 0.7;
    filter: alpha(opacity=70);
    font-family: 'Lato', sans-serif;
    padding-top: 3px;
}

.clock-valid-player {
    font-size: 10px !important;
    color: #fff;
    font-family: 'Lato', sans-serif;
    padding-top: 10px;
    padding-bottom: 5px;
}

.text-wait {
    margin: 185px auto;
}

.text-wait>p {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}

.__price {
    width: 100%;
    background: #1859c3;
    margin-left: -85px;
    margin-top: 20px;
}

.__price p {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding-left: 65px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.__description {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.__summary {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 18px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin-top: 10px;
}

.__options {
    width: 600px;
    height: 60px;
    position: absolute;
    right: 345px;
    top: 370px;
}

.__options ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #289afc;
    float: right;
    margin-left: 12px;
}

.__options ul li img {
    width: 40px;
    padding: 7px;
}

._buy {
    width: 255px;
    height: 35px;
    position: absolute;
    right: 30px;
    bottom: -15px;
}

._buy-carrito,
._buy-next {
    width: 44px;
    border: 1px solid #fff;
    float: left;
    height: 45px;
}

._buy-carrito img,
._buy-next img {
    width: 40px;
    padding: 6px;
}

._buy-text {
    width: 163px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    float: left;
    height: 45px;
    background: #1857c4;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
}

._buy-text a {
    color: #fff;
}

._buy-text a:hover {
    color: #fff!important;
    text-decoration: none;
}


/*---------------------------*/

._buy2,
._buy22 {
    width: 255px;
    height: 35px;
    position: absolute;
    right: -75px;
    bottom: 45px;
    z-index: 155;
}

._buy-next2,
._buy-next22 {
    width: 30px;
    border: 1px solid #fff;
    float: left;
    height: 30px;
}

._buy-next2 img,
._buy-next22 img {
    width: 40px;
    padding: 6px;
}

._buy-text2 {
    width: 110px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    float: left;
    height: 30px;
    background: #1857c4;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    border-left: 1px solid #fff;
}

._buy-text2 a {
    color: #fff;
}

._buy-text2 a:hover {
    color: #fff!important;
    text-decoration: none;
}


/*---------------------------*/


/*::::::: travel-offer-sticky::::::*/

.travel-offer-sticky {
    width: 100%;
    height: 60px;
    background: #054070;
    position: fixed;
    z-index: 39;
    top: 60px;
    display: none;
}

.travel-offer-sticky .wrap {
    width: 1060px;
    height: 60px;
    margin: 0 auto;
    position: relative;
}

.travel-offer-sticky .logo {
    width: 275px;
    height: 60px;
    float: left;
}

.travel-offer-sticky .logo img {
    width: 240px;
    height: 50px;
    margin: 5px;
}

.travel-offer-sticky .logo-mini {
    display: none;
    float: left;
}

.travel-offer-sticky .logo-mini img {
    width: 75px;
    height: 50px;
    margin: 5px;
}

.travel-offer-sticky .__price {
    width: 205px;
    height: 60px;
    float: left;
    margin: 0;
}

.travel-offer-sticky .__price p {
    padding: 0;
    text-align: center;
    line-height: 60px;
}

.travel-offer-sticky .__description {
    width: 415px;
    height: 40px;
    float: left;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    font-size: 14px;
}

.travel-offer-sticky ._buy {
    height: 28px;
    width: 145px;
    float: left;
    margin: 0;
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 16px;
}

.travel-offer-sticky ._buy ._buy-text {
    width: 90px;
    height: 28px;
    font-size: 9px;
    line-height: 28px;
}

.travel-offer-sticky ._buy ._buy-carrito {
    width: 25px;
    height: 28px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.travel-offer-sticky ._buy ._buy-next {
    width: 25px;
    height: 28px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.travel-offer-sticky ._buy ._buy-carrito img,
.travel-offer-sticky ._buy ._buy-next img {
    width: 20px;
    padding: 3px;
}

._price-description {
    display: none;
}


/*::::::::::::: widget offers:::::::::*/

.widget-offers {
    width: 255px;
    height: auto;
}

.widget-offers h3 {
    color: #a11b1d;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    margin: 24px 0 24px 0;
}

.widget-offers-content {
    width: 100%;
}

.offer-item {
    width: 100%;
    margin-bottom: 28px;
}

.offer-item-price {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin: 12px 0;
    font-weight: bold;
    width: 100%;
    float: left;
}

.offer-item-price .moneda {
    color: #7a7a7a;
}

.offer-item-description {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin: 12px 0 0 0;
    width: 100%;
    display: block;
}

.offer-item-summary {
    color: #7a7a7a;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    margin: 5px 0;
    width: 100%;
}

.ver-offer {
    width: 116px;
    height: 30px;
    background: #1859c3;
    border-radius: 5px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    border: 0;
}


/*HOME::::*/

.travel-offer.home {
    padding-top: 5px;
}

.travel-offer.home ._wrap {
    width: 1080px;
    height: 450px;
}

.travel-offer.home .___player {
    margin-left: 0;
    width: 760px;
    height: 450px;
}

.travel-offer.home .___player img {
    width: 760px;
    height: 450px;
}

.travel-offer.home .___player iframe {
    width: 760px;
    height: 425px;
}

.travel-offer.home .__price {
    margin-left: -40px;
    width: 90%;
}

.travel-offer.home .__price p {
    padding-left: 40px;
}

.aside_ver_promo {
    width: 120px;
    background: #1859c3;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    margin: 20px auto;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-align: center;
}

.aside_ver_promo a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.aside_ver_promo a:hover {
    text-decoration: none;
    color: #fff!important;
}

.travel-offer.home ._wrap.video {
    background: #000;
    height: 505px;
    width: 900px;
}

.travel-offer.home ._wrap.video ._row {
    display: none;
}

.travel-offer.home ._bg.video {
    height: 100%;
}

.travel-offer.home ._bg {
    height: 100%;
}


/*:::: HOME PROMOS SILDE*/


/*::::::::: Slideshow ::::::::::::*/

.slideshow {
    width: 1060px;
    height: 225px;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
}

.slider {
    width: 800px;
    position: relative;
    height: 225px;
    overflow: hidden;
    margin: 0 auto;
}

.slider-item {
    width: 100%;
    height: 235px;
    float: left;
    position: relative;
    overflow: hidden;
}

.slider-item-info {
    position: relative;
    width: 100%;
    height: 149px;
}

.slider-item-info img {
    width: 250px;
    height: 149px;
}

.slider-item-info .offer-item-price {
    width: 125px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 0;
    color: #fff;
    line-height: 30px;
    padding-left: 15px;
}

.slider-item-info .offer-item-description {
    width: 99%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #000;
    opacity: 0.7;
    padding-top: 5px;
    height: 70px;
}

.slider-item-btn {
    width: 120px;
    height: 30px;
    background: blue;
    margin: 15px auto;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
}

.slider-item-btn a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    display: block;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.slider-item-btn a:hover {
    color: #1859c3;
    background: #fff;
}

.slider-item-btn a:hover .slider-item-btn {
    background: #fff;
}

.slider-item-info .item-summary {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.slider-item:hover .slider-item-info {
    animation-name: fadeIn;
    animation-duration: 1s;
    display: block;
}

.slideshow_left {
    width: 50px;
    height: 225px;
    position: absolute;
    left: 0;
    top: 0;
}

.slideshow_right {
    width: 50px;
    height: 225px;
    position: absolute;
    right: 0;
    top: 0;
}

.slideshow_left a,
.slideshow_right a {
    display: block;
}

.slideshow_left a img,
.slideshow_right a img {
    position: absolute;
    top: 80px;
    width: 40px;
    height: 40px;
}

.owl-controls {
    position: absolute;
    right: -20px;
    top: 110px;
    z-index: 8500;
}


/*.owl-prev {
    position: absolute;
    height: 100%;
    width: 50px;
    background: #1859c3;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: none;
}*/

.owl-next {
    height: 36px;
    width: 36px;
    background: #ccc;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0px 0px 6px;
    border: 1px solid #999;
}

.owl-next-hotels {
    height: 36px;
    width: 36px;
    background: #ccc;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0px 0px 6px;
    border: 1px solid #999;
}

.owl-next-subcategory-1 {
    height: 36px;
    width: 36px;
    background: #ccc;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0px 0px 6px;
    border: 1px solid #999;
}

.owl-next-subcategory-2 {
    height: 36px;
    width: 36px;
    background: #ccc;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0px 0px 6px;
    border: 1px solid #999;
}

.owl-next-subcategory-3 {
    height: 36px;
    width: 36px;
    background: #ccc;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0px 0px 6px;
    border: 1px solid #999;
}

.owl-next-subcategory-4 {
    height: 36px;
    width: 36px;
    background: #ccc;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0px 0px 6px;
    border: 1px solid #999;
}

.owl-next-subcategory-5 {
    height: 36px;
    width: 36px;
    background: #ccc;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0px 0px 6px;
    border: 1px solid #999;
}

.owl-next-airlines {
    height: 36px;
    width: 36px;
    background: #ccc;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0px 0px 6px;
    border: 1px solid #999;
}

.owl-next-agencies {
    height: 36px;
    width: 36px;
    background: #ccc;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0px 0px 6px;
    border: 1px solid #999;
}

.owl-next-productos-servicios {
    height: 36px;
    width: 36px;
    background: #ccc;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0px 0px 6px;
    border: 1px solid #999;
}

.owl-next-novedades {
    height: 36px;
    width: 36px;
    background: #ccc;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0px 0px 6px;
    border: 1px solid #999;
}

.owl-next-cruceros {
    height: 36px;
    width: 36px;
    background: #ccc;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0px 0px 6px;
    border: 1px solid #999;
}


/*.owl-dots {
    display: none;
}*/

.more-slideshow {
    width: 100%;
    height: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}


/*:::::::: module: more info:::::*/

.travel-offer-more-btn,
.travel-offer-min-btn {
    display: block;
    position: absolute;
    background: red;
    top: 200px;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.travel-offer-more-btn a {
    display: block;
}

.travel-offer-more-btn img,
.travel-offer-min-btn img {
    width: 35px;
    height: 35px;
    padding-left: 5px;
    padding-top: 5px;
}

.travel-offer.more-info ._bg {
    height: 100%;
}

.travel-offer-more {
    position: relative;
    height: 470px;
    width: 100%;
    display: none;
}

.travel-offer.more-info .travel-offer-more {
    display: block;
}

.travel-offer-more .more-content {
    padding-top: 30px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding-left: 30px;
}

.travel-offer-more .more-content h3 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    padding-bottom: 20px;
}

.travel-offer-more .more-content-resumen {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    width: 90%;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 285px;
}

.more-content-resumen::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.more-content-resumen::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}

.more-content-resumen::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fe2335;
}

@media all and (max-width: 1059px) {
    .travel-offer-sticky {
        width: 100%;
    }
    .travel-offer-sticky .wrap {
        width: 100%;
    }
    .travel-offer-sticky .logo {
        display: none;
    }
    .travel-offer-sticky .logo-mini {
        display: block;
    }
    ._price-description {
        display: block;
    }
    .travel-offer-sticky .__price {
        display: none;
    }
    .travel-offer-sticky .__description {
        font-size: 12px;
        padding-left: 15px;
        width: calc(100% - 175px);
    }
    .travel-offer-sticky ._buy {
        width: 90px;
        height: 60px;
        margin: 0;
        padding: 0;
    }
    .travel-offer-sticky ._buy ._buy-carrito,
    .travel-offer-sticky ._buy ._buy-next {
        display: none;
    }
    .travel-offer-sticky ._buy ._buy-text {
        width: 90px;
        border: 0;
        height: 60px;
        margin: 0;
        padding: 0;
        line-height: 60px;
    }
    .slideshow {
        width: 100%;
    }
    .travel-offer.home .___player,
    .travel-offer.home ._wrap {
        width: 100%;
    }
    .travel-offer.home .___player img {
        width: 100%;
        height: 425px;
    }
    .travel-offer.home ._wrap {
        width: 100%;
        height: 800px;
    }
    .travel-offer.home .___aside {
        float: none;
        margin: 0 auto;
    }
    .travel-offer.home .__price {
        margin-left: 0;
        width: 100%;
    }
}

@media all and (max-width: 948px) {
    ._wrap {
        width: 100%;
    }
    .___player {
        width: 430px;
    }
    .__price {
        margin-left: -28px;
    }
    .slideshow,
    .slider {
        width: 100%;
    }
    .slideshow .slideshow_left,
    .slideshow .slideshow_right {
        display: none;
    }
    .travel-offer.home ._wrap {
        width: 100%;
        height: 845px;
    }
    .travel-offer.home .___aside {
        float: none;
        margin: 0 auto;
    }
    .travel-offer.home .___player img {
        height: 425px;
    }
    .travel-offer.home .__price {
        margin-left: 0;
        width: 100%;
    }
    .travel-offer.home .__price {
        margin: 0;
    }
    .travel-offer.home .aside_ver_promo {
        margin-top: 5px;
    }
    .travel-offer.home ._wrap.video {
        height: auto;
        width: 100%;
    }
}

@media all and (max-width: 947px) and (min-width: 648px) {}

@media all and (max-width: 764px) {
    ._wrap {
        height: auto;
    }
    .__container {
        width: 100%;
        height: auto;
    }
    ._bg {
        height: 100%;
    }
    .___player {
        width: 100%;
        margin: 0;
        height: 210px;
    }
    .___aside-player {
        margin: 5px 5px;
        float: none;
        padding-top: 14px;
        width: 75%;
    }
    .clock-valid-player {
        font-size: 16px !important;
        text-align: center;
    }
    .text-wait {
        margin: 12px 0px 0px 80px;
        float: left;
        width: 40%;
    }
    .text-wait>p {
        font-size: 14px;
    }
    /*player*/
    .section-player {
        margin-bottom: 74px;
    }
    .container-tvrplayer {
        height: 225px !important;
        padding: 0 !important;
        width: 100% !important;
        margin-bottom: -44px !important;
    }
    .titleplayer {
        font-size: 1.6rem !important;
    }
    /*player*/
    .___aside {
        margin-right: 0;
        margin: 0 auto;
        float: none;
    }
    .__price {
        width: 80%;
        margin-left: 0;
        margin: 10px auto;
        text-align: center;
    }
    .__price p {
        text-align: center;
        padding-left: 0;
    }
    .__options {
        width: 270px;
        float: none;
        margin-right: 0;
        margin: 14px auto;
        height: 75px;
        position: relative;
        right: inherit;
        top: inherit;
    }
    .__options ul li {
        margin-bottom: 10px;
        float: left;
    }
    ._buy {
        right: calc(50% - 127px);
    }
    ._buy2 {
        right: 20px;
        bottom: 30px;
    }
    ._buy22 {
        right: 20px;
        bottom: 30px;
    }
    .travel-offer-more .more-content-resumen {
        width: 95%;
        overflow-x: scroll;
        max-width: 95%;
    }
    .travel-offer-sticky .__description {
        padding-top: 4px;
    }
    .slider-item {
        width: 100%;
    }
    .slider-item-info img {
        width: 100%;
        height: 149px;
    }
    .travel-offer.home .___player img {
        height: auto;
    }
    .travel-offer.home .___player {
        height: auto;
    }
    .travel-offer.home .___player iframe {
        width: 100%;
        height: 210px;
    }
    .travel-offer.home ._wrap {
        width: 100%;
        height: 645px;
    }
}


/*-----------------------
    component nuevo
------------------------*/

.clink {
    text-decoration: none !important;
}

.main-component-v {
    margin-bottom: 30px;
    width: 100%;
}

.reserva-img {
    background: #222;
    line-height: 0;
}

.reserva-img img {
    opacity: .9;
    width: 100%;
    /*max-height: 554px !important;*/
}

.reserva-img:hover img {
    opacity: 1;
}

.colp {
    padding: 12px;
}

.bsup-right {
    position: absolute;
    right: 12px;
    top: 12px;
    width: auto;
    height: 55px;
}

.btnsup-right {
    background: rgba(225, 225, 225, .6);
    border: 1px solid #fff !important;
    letter-spacing: 3px;
    width: auto;
    height: 50px;
    color: #fff;
}

.btnsup-right:hover {
    background: rgba(225, 225, 225, .8);
}

.bsup-right a {
    color: #fff !important;
    font-weight: 500;
    font-size: 20px;
}

.bsup-right a:visited,
a:hover {
    color: #fff !important;
}

.btnsup-right2 {
    background: rgba(163, 25, 22, .6);
    border: 1px solid #a31916 !important;
    letter-spacing: 3px;
    width: auto;
    height: 50px;
    color: #fff;
}

.btnsup-right2:hover {
    background: rgba(163, 25, 22, .8);
}

.bsup-right2 a {
    color: #fff !important;
    font-weight: 400;
    font-size: 20px;
}

.bsup-right2 a:visited,
a:hover {
    color: #fff !important;
}


/*-------------------------------*/

.content_left_text1 {
    padding: 0 5% 15px 1%;
    position: absolute;
    right: -10px;
    bottom: 75px;
}

.content-title h2 {
    color: #fff;
    display: inline;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 99%;
}

.content-info {
    display: inline-block;
    line-height: 0;
    margin-top: 10px;
}

.content-info span {
    color: #fff;
    float: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 100%;
}

.inf-left1 {
    margin-top: 8px;
}

.btn-content-left1 {
    background: rgba(163, 25, 22, .8);
    /*border: 1px solid #e41937 !important;*/
    width: auto;
    height: 79px;
    color: #fff;
    padding: 0rem 0.3rem !important;
    position: relative;
}

.btn-content-left1:hover {
    background: rgba(163, 25, 22, .9);
}

.btn-content-left1 .sings {
    font-size: 2.2rem;
    color: #fff;
    font-weight: 300;
}

.btn-content-left1 .scost {
    /*letter-spacing: 2px;*/
    font-size: 4rem;
    color: #fff;
    font-weight: 500;
}

.btn-content-left1 .sings-ups {
    font-size: 0.8rem;
    color: #fff;
    position: absolute;
    top: 26px;
}

.tag-title {
    position: absolute;
    top: -20.4px;
    width: 100%;
    color: #e41937;
    display: inline-block;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .05rem;
    line-height: 1;
    padding: 2px 10px;
    float: left;
}

.content_big_text {
    padding: 3px 0 3px 4px;
    width: 100%;
    max-height: 70px;
    overflow: hidden;
    height: 75px;
}

.content-big-text {
    color: #555;
    font-size: .92rem;
    text-align: justify;
    font-weight: 500;
}


/*-----------------------------*/

.opacity img {
    opacity: 0.5;
}

.opacity {
    background-color: rgb(42, 33, 185, 0.8);
    width: 100%;
}

.content_left_text2 {
    padding: 0 5% 15px 1%;
    position: absolute;
    right: -10px;
    bottom: 10px;
}

.content-info2 {
    margin-top: 1px;
    padding: 8px 10px;
}

.content-info2 span {
    float: left;
    font-size: .7rem;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
}

.content-footer-right {
    position: absolute;
    right: 20px;
    bottom: 35px;
    width: 80%;
}

.content-footer-right p {
    color: #fff !important;
    font-size: .65rem;
    font-weight: 400;
    text-align: right;
}


/*-----------------*/

.bsup-right-small {
    position: absolute;
    right: 13px;
    top: 12px;
    width: auto;
    height: 40px;
}

.btnsup-right-small {
    background: rgba(225, 225, 225, .6);
    border: 1px solid #fff !important;
    letter-spacing: 2px;
    width: auto;
    height: 40px;
    color: #fff;
}

.btnsup-right-small:hover {
    background: rgba(225, 225, 225, .8);
}

.bsup-right-small a {
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
}

.bsup-right-small a:visited,
a:hover {
    color: #fff !important;
}

.binf-right-small {
    position: absolute;
    right: 18px;
    bottom: 75px;
    width: auto;
    height: 45px;
}

.btninf-right-small {
    background: rgba(163, 25, 22, .6);
    /*border: 1px solid #a31916 !important;*/
    line-height: 1 !important;
    width: auto;
    height: 45px;
    color: #fff;
}

.binf-right-small:hover {
    /* background: rgba(163, 25, 22, .8);*/
}

.binf-right-small a {
    color: #fff !important;
}

.binf-right-small a:visited,
a:hover {
    color: #fff !important;
}

.btninf-right-small .iings {
    font-size: 1rem;
    color: #fff;
    font-weight: 300;
}

.btninf-right-small .icost {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 500;
}

.btninf-right-small .iings-ups {
    font-size: 0.6rem;
    color: #fff;
    position: absolute;
    top: 16px;
}

.content_small_text {
    padding: 3px 0 3px 4px;
    width: 100%;
    max-height: 60px;
    overflow: hidden;
    height: 62px;
}

.content-small-text {
    color: #555;
    font-size: .82rem;
    text-align: justify;
    font-weight: 500;
}

.content-small-info {
    display: inline-block;
    line-height: 0;
}

.content-small-info2 span {
    font-size: .62rem;
    font-weight: 400;
    color: #555;
}

.tag-title-small {
    width: 100%;
    color: #e41937;
    display: inline-block;
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .05rem;
    line-height: 1;
}


/*-------------------
  componente header desktop
--------------------*/

#mvp-head-wrap2 {
    width: 100%;
    height: 800px;
}

#mvp-nav-wrap2 {
    background: #fff;
    line-height: 75px;
}

#mvp-nav-wrap2 .mvp-main-nav-cont {
    width: 100%;
    height: 60px;
}

#mvp-nav-wrap2 {
    overflow: hidden;
    z-index: 9000;
}

#mvp-nav-wrap2:hover {
    overflow: visible;
}

#mvp-leader-wraps {
    text-align: center;
    width: 100%;
    height: 350px;
    padding: 30px 0;
}

#mvp-leader-wraps-trade {
    text-align: center;
    width: 100%;
    height: 182px;
    padding: 30px 0;
}

.linesup {
    font-size: 3.8rem;
    font-weight: bolder;
    color: #fff;
    text-align: center;
    line-height: 5rem;
}

.linesup span {
    font-size: 4.3rem;
    font-weight: bolder;
}

.linesup img {
    position: relative;
    right: -8px;
    top: 25px;
}

#mvp-leader-wrapi {
    line-height: 0;
    /*text-align: center;*/
    width: 100%;
    height: 450px;
}

.conttxt {
    margin-top: 15px;
    height: auto;
    margin-bottom: 15px;
}

.lineinfs {
    margin-bottom: 15px;
    font-size: 1rem;
    text-align: left;
    right: -22px;
    position: relative;
}

.lineinf {
    font-size: 3.6rem;
    font-weight: bolder;
    color: #fff;
    text-align: center;
    line-height: 3.6rem;
}

.btns-condiciones {
    margin: 20px auto;
    height: 205px;
    width: 80%;
    position: relative;
    padding: 5px 0px;
}

.binf-price-sup {
    position: relative;
    left: 90px;
    width: auto;
    height: 85px;
    float: left;
    top: 65px;
}

.btninf-price {
    background: rgba(20, 166, 31, .6);
    letter-spacing: 1px;
    width: auto;
    height: 85px;
    color: #fff;
}

.btninf-price:hover {
    background: rgba(20, 166, 31, .8);
}

.btninf-price a {
    color: #fff !important;
}

.btninf-price a:visited,
a:hover {
    color: #fff !important;
}

.btninf-price .iings {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 300;
}

.btninf-price .icost {
    font-size: 3rem;
    color: #fff;
    font-weight: bolder;
}

.btninf-price .iings-ups {
    font-size: 0.8rem;
    color: #fff;
    position: absolute;
    top: 26px;
}

.txtCondiciones {
    width: 85%;
    text-align: left;
    color: #fff;
    font-size: 14px;
    position: relative;
    left: -135px;
    height: 22px;
    top: 165px;
}

.binf-reserva {
    position: relative;
    left: -225px;
    width: 85%;
    height: 40px;
    top: 205px;
}

.btninf-reserva {
    background: rgba(20, 166, 31, .6);
    width: auto;
    height: 40px;
    color: #fff;
}

.btninf-reserva:hover {
    background: rgba(20, 166, 31, .8);
}

.btninf-reserva a {
    color: #fff !important;
}

.btninf-reserva a:visited,
a:hover {
    color: #fff !important;
}

.btninf-reserva .btxt {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
}

.txtTarifas {
    top: 195px;
    width: 80%;
    text-align: right;
    color: #fff;
    font-size: 12px;
    position: relative;
    height: 22px;
    left: 245px;
}

.mdisplay {
    display: none !important;
}

.desktop {
    display: block;
}

.ipad {
    display: none;
}

.movil {
    display: none;
}


/*news letter*/

.popup {
    z-index: 9002 !important;
}

.m-footer {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.m-btn-suscribe {
    background-color: #a31916 !important;
    border-color: #a31916 !important;
}

.centers {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.top-right {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px !important;
}

.mensajes>p {
    font-size: 0.9rem;
    color: #8F8B8B;
    text-align: center;
    font-weight: bold;
}

.section-player {
    margin-bottom: 74px;
    box-shadow: -7px 10px 26px 0 rgba(179, 179, 179, 1);
}

#tvrplayer {
    display: none;
}

.container-tvrplayer {
    max-width: 925px;
    height: 545px;
    margin: auto;
    padding: 41px 235px 105x 88px;
    width: 70%;
    margin-bottom: -66px;
}

.titleplayer {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 110%;
    margin: 18px;
}

.mitache {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 15px;
    font-weight: 600;
}

.mitache>a:link {
    text-decoration: none;
    color: red;
}

.filarelated {
    border: 1px solid #ccc;
    margin-left: 0px !important;
    width: 92%;
}

.elementrelated {
    border: 5px solid #eee;
    background-color: #f0f0f2;
    padding: 0 8px;
    height: auto;
}

.titlerelated {
    margin: 5px;
    text-align: left;
}

.authorelated {
    font-size: 10px;
    color: #999;
}

.imgrelated {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.ocultame {
    display: none;
}


/*----Custom Styles Contact Form 7----*/

.wpcf7 {
    background-color: #fbd766;
    border: 6px solid #d39b2a;
}

.wpcf7-form {
    margin: 28px auto;
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
    border-radius: 4px;
    padding: 10px 20px;
}

.wpcf7 input {
    width: 50%;
}

.one-third {
    float: left;
    float: left;
    margin-left: 2.564102564102564%;
    width: 88%;
    margin-bottom: 18px;
}

.firts {
    clear: both;
    margin-left: 0;
}

.wpcf7-form .wpcf7-submit {
    background-color: #7cc576;
    padding: 10px 40px;
    width: 68%;
    display: block;
    float: none;
    margin: auto;
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: rgb(202, 142, 11);
}

.tseguridad {
    font-size: 14px !important;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
}


/*article buttons*/

.t-button {
    display: inline-block !important;
    text-align: center;
    text-decoration: none !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.t-button span {
    display: block !important;
    text-decoration: none !important;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-width: 3px;
    border-style: solid;
}

.t-button-style {
    background: transparent !important;
}

.t button i {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 .5em 0 0 !important;
    text-align: center;
    line-height: 1em;
}

.boxi {
    color: #000000;
    padding: 4px 10px 10px 8px;
    font-size: 13px;
    line-height: 5px;
    border-color: #8cbcf7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 0px 0px 0px #000000;
    -moz-text-shadow: 0px 0px 0px #000000;
    -webkit-text-shadow: 0px 0px 0px #000000;
}

.icoc {
    font-size: 14px;
    color: #000000;
    margin: 0 4px
}

.bblack {
    border-color: #000 !important;
}


/*end article buttons*/


/* box */

.box-txt {
    margin: 0 0 1.5em 0;
    border-width: 2px;
    border-style: solid;
}

.box-txt-title {
    display: block;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 1em;
}

.box-txt-content {
    background-color: #fff;
    color: #444;
    padding: 1em;
}

.flotante {
    position: fixed;
    bottom: px;
    right: 0px;
    z-index: 10000;
}


/*banners lateral cuanto*/

.main_bnsr_how {
    margin-top: 10px;
}


/*.ctn_bnrs_how_much {
    position: fixed;
    height: auto;
    width: 400px;
}*/

.bnr_desktop_travelshop img {
    width: 400px;
    height: 195px;
}

.modaltshop {
    color: #00ADBA;
    font-family: Arial, Helvetica, sans-serif;
}

.modaltshop p {
    margin-top: 5px;
}

.modalnombre {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
}

.modaltshop div {
    margin-top: 10px;
}


/*modal tvr*/

.modaltvr {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

.modaltvr p {
    margin-top: 5px;
}

.modaltvrnombre {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
}

.modaltvr div {
    margin-top: 10px;
}


/*modal tvr*/

.modal-dialog {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.title-modal {
    color: #00ADBA;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.text-modal {
    color: #00ADBA;
    font-size: 16px;
    text-align: center;
}

.title-tvr-modal {
    color: #000000;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.text-tvr-modal {
    color: #000000;
    font-size: 16px;
    text-align: center;
}

.modaldata {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.moculto {
    display: none
}


/*page-how-buy*/

.content-page-how-geo {
    padding: 10px;
    margin-bottom: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.title-page-how-geo {
    color: #00ADBA;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
}

.subtitle-page-how-geo {
    color: #00ADBA;
    font-size: 1.5rem !important;
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
}

.text-page-how-geo {
    color: #00ADBA;
    font-size: 16px;
    text-align: center;
}

.bkg-page-how-geo {
    background-color: #ffffff !important;
}

.mvp-mob-img {
    display: none !important;
}

.carousel-caption-trade {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 16px;
    color: #fff;
    text-align: left;
    width: 100%;
    height: 28%;
    background: rgba(0, 0, 0, 0.4);
    padding-left: 15px;
}

.carousel-caption-trade h2 {
    font-size: 36px;
}


/*home trade */

.mvp-content-side-out-trade {
    float: left;
    width: 100%;
}

.mvp-content-side-out-trade {
    margin-right: -0px;
}

.mvp-content-side-in-trade {
    margin-right: 0px;
}

.hover-box h2 a {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.hover-box h2 a:hover {
    color: #000;
}


/*----------------------------------------- carousel vertical 

.thin {
    max-width: 150px;
}

.carousel>.window {
    overflow: hidden;
    position: relative;
    height: 300px;
}


.carousel ul {
    list-style: none;
    height: 10000px;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0px;
}


.carousel li {
    margin: 3px 0 0;
}

.prev,
.next {
    font-size: 30px;
    width: 100%;
    position: relative;
    left: 50%;
    margin-left: -15px;
}

.carousel li:first-child {
    margin: 0;
}

end carousel vertical -------------------------------*/

.titles-sections-trade {
    margin: 8px 0px;
}

.titles-sections-trade h2 {
    font-size: 28px;
}

.titles-sections-trade-sub {
    margin: 8px 0px;
}

.titles-sections-trade-sub h2 {
    font-size: 28px;
    padding: 8px 0px
}

a:link.sectionstrade {
    color: #000;
}

a:hover.sectionstrade {
    color: #000 !important;
    text-decoration: none;
}

.row-trade {
    max-height: 295px;
}

#carouselExampleIndicators {
    max-width: 2000px;
    margin: auto;
}

.mvp-post-soc-tvr {
    background: #77bff7;
    color: #fff;
    display: none;
}

/*reviews*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.td-review {
    width: 100%;
    margin-bottom: 34px;
    font-size: 13px;
}
.td-review-stars {
    text-align: center;
}
table td {
    border: 1px solid #ededed;
}
.td-review-header td {
    padding: 26px 0 26px 0;
    border: 0;
}
.td-review td {
    padding: 7px 14px;
}
.td-review-header .block-title {
    background-color: #222;
    color: #fff;
    display: inline-block;
    line-height: 16px;
    padding: 8px 12px 6px;
    margin-bottom: 0;
    border-bottom: 0;
}
.td-review .td-review-summary {
    padding: 21px 14px;
}
.td-review-summary .block-title {
    background-color: #222;
    color: #fff;
    display: inline-block;
    line-height: 16px;
    padding: 8px 12px 6px;
    margin-bottom: 13px;
    position: relative;
    border-bottom: 0;
}
.td-review-score {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 0;
    vertical-align: bottom;
    width: 150px;
}
.td-review-overall span {
    font-size: 11px;
}
.td-review-final-score {
    line-height: 80px;
    font-size: 48px;
    margin-bottom: 5px;
}
.td-review-final-star {
    margin-bottom: 5px;
}
.mvp-feat1-stars {
    line-height: 0;
    margin-top: 15px;
}
.mvp-feat1-stars span {
    float: left;
    font-size: .8rem;
    font-weight: 400;
    line-height: 80%;
    color:#000;
}

@media all and (max-width: 748px) {
    .bsup-right {
        position: absolute;
        right: 15px;
        top: 10px;
        width: auto;
        height: 35px;
    }
    .btnsup-right {
        letter-spacing: 2px;
        width: auto;
        height: 35px;
    }
    .bsup-right a {
        font-weight: 400;
        font-size: 12px;
    }
    .content_left_text1 {
        padding: 0 5% 15px 1%;
        position: absolute;
        right: -4px;
        bottom: 75px;
    }
    .content-title h2 {
        display: inline;
        font-size: 1rem;
        font-weight: 600;
        line-height: 99%;
    }
    .content-info {
        display: inline-block;
        line-height: 0;
        margin-top: 5px;
    }
    .content-info span {
        float: left;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 100%;
    }
    /*---*/
    .opacity img {
        opacity: 1;
    }
    .inf-left1 {
        margin-top: 5px;
    }
    .btn-content-left1 {
        width: auto;
        height: 40px;
        padding: 0rem 0.1rem !important;
        position: relative;
    }
    .btn-content-left1 .sings {
        font-size: 1.2rem;
        font-weight: 300;
    }
    .btn-content-left1 .scost {
        letter-spacing: 0px;
        font-size: 1.8rem;
        font-weight: 500;
    }
    .btn-content-left1 .sings-ups {
        font-size: 0.8rem;
        position: absolute;
        top: 4px;
    }
    .sep {
        padding-bottom: 10px;
    }
    /*---*/
    .content_left_text2 {
        padding: 0 5% 15px 1%;
        position: absolute;
        right: 5px;
        bottom: 10px;
    }
    .content-title2 h2 {
        display: inline;
        font-size: 1rem;
        font-weight: 600;
        line-height: 99%;
    }
    .content-info2 {
        display: inline-block;
        line-height: 0;
        margin-top: 5px;
    }
    .content-info2 span {
        float: left;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 100%;
    }
    .inf-left2 {
        margin-top: 5px;
    }
    .btn-content-left2 {
        width: 120px;
        height: 35px;
        padding: .0rem 0rem !important;
        position: relative;
    }
    .btn-content-left2 .sings {
        font-size: 1.2rem;
        font-weight: 300;
    }
    .btn-content-left2 .scost {
        letter-spacing: 0px;
        font-size: 1.6rem;
        font-weight: 500;
    }
    .btn-content-left2 .sings-ups {
        font-size: 0.6rem;
        position: absolute;
        top: 4px;
    }
    .content-info2 {
        margin-top: 1px;
        padding: 5px 0px;
    }
    .content-info2 span {
        float: left;
        font-size: .7rem;
        font-weight: 400;
        line-height: 100%;
    }
    .content-footer-rightm {
        position: absolute;
        right: 10px;
        bottom: 2px;
        width: 90%;
    }
    .content-footer-rightm p {
        color: #fff !important;
        font-size: .65rem;
        font-weight: 400;
    }
    .content_small_text {
        max-height: 80px;
        overflow: hidden;
        padding-left: 5px;
    }
    .content-small-text {
        color: #555;
        font-size: .82rem;
        padding-right: 5px;
    }
    .content-big-text {
        color: #555;
        font-size: .8rem;
        text-align: justify;
        font-weight: 500;
        padding-right: 5px;
    }
    /*-------------------
   componente header movil
  -------------------*/
    #mvp-head-wrap2 {
        height: 380px;
        margin-bottom: 10px;
    }
    #mvp-nav-wrap2 {
        line-height: 75px;
    }
    #mvp-nav-wrap2 .mvp-main-nav-cont {
        width: 100%;
        height: 60px;
    }
    #mvp-leader-wraps {
        line-height: 0;
        text-align: center;
        width: 100%;
        height: 160px;
        padding: 15px 0;
    }
    .linesup {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .linesup span {
        font-size: 2rem;
    }
    .linesup img {
        position: relative;
        top: 18px;
        width: 130px;
    }
    #mvp-leader-wrapi {
        line-height: 0;
        text-align: center;
        width: 100%;
        height: 180px;
        margin-bottom: 12px;
        padding: 10px 5px;
    }
    .conttxt {
        margin-top: 15px;
        height: auto;
        margin-bottom: 15px;
    }
    .lineinfs {
        margin-bottom: 15px;
        font-size: 0.8rem;
        text-align: left;
        right: -25px;
        position: relative;
    }
    .lineinf {
        font-size: 1.4rem;
        text-align: center;
        line-height: 1.4rem;
    }
    .btns-condiciones {
        margin: 10px auto;
        height: 205px;
        width: 95%;
        position: relative;
        padding: 2px 0px;
    }
    .binf-price-sup {
        position: relative;
        left: 10px;
        width: auto;
        height: 85px;
        float: left;
        top: 20px;
    }
    .btninf-price {
        background: rgba(20, 166, 31, .6);
        letter-spacing: 1px;
        width: auto;
        height: 45px;
        padding: .3rem .3rem !important;
    }
    .btninf-price .iings {
        font-size: 1rem;
        color: #fff;
        font-weight: 300;
    }
    .btninf-price .icost {
        font-size: 1.5rem;
        font-weight: bolder;
    }
    .btninf-price .iings-ups {
        font-size: 0.6rem;
        position: absolute;
        top: 6px;
    }
    .txtCondiciones {
        width: 100%;
        text-align: left;
        color: #fff;
        font-size: .4rem;
        position: relative;
        left: -125px;
        height: 22px;
        top: 75px;
        font-weight: bold;
    }
    .binf-reserva {
        position: relative;
        left: 25px;
        width: 85%;
        height: 40px;
        top: 48px;
    }
    .btninf-reserva {
        margin-top: 10px;
        background: rgba(20, 166, 31, .6);
        width: auto;
        height: 30px;
        padding: .2rem .2rem !important;
    }
    .btninf-reserva .btxt {
        font-size: 1rem;
        font-weight: 400;
    }
    .txtTarifas {
        top: 52px;
        width: 100%;
        text-align: right;
        font-size: 0.2rem;
        position: relative;
        height: 10px;
        left: 5px;
        font-weight: bold;
    }
    .boxleft {
        padding: 0 !important;
    }
    .boxright {
        padding: 0 !important;
        margin-top: 15px;
    }
    /*-----------------*/
    .desktop {
        display: none;
    }
    .ipad {
        display: none;
    }
    .movil {
        display: block;
    }
    /*player
    .section-player {
        margin-bottom: 74px;
    }
    .container-tvrplayer {
        height: 294px;
        padding: 0;
        width: 100%;
        margin-bottom: -44px;
    }
    .titleplayer {
        font-size: 1.4rem;
        margin: 18px;
    }*/
    .filarelated {
        width: 100%;
    }
    .elementrelated {
        margin-bottom: 8px;
    }
    .main_rd_how_much {
        display: none;
    }
    .bnr_desktop_travelshop {
        display: none;
    }
    .bnr_mobile_travelshop {
        display: block;
        text-align: center;
    }
    .flotante {
        display: block;
    }
    /*modal cuanto cuesta*/
    .modal {
        text-align: center;
        padding: 0!important;
    }
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }
    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
    .title-modal {
        color: #00ADBA;
        font-size: 22px;
        text-align: center;
        font-weight: bold;
    }
    .text-modal {
        color: #00ADBA;
        font-size: 16px;
        text-align: center;
    }
    .modaltshop div {
        text-align: center;
    }
    /*modal tvr*/
    .title-tvr-modal {
        color: #000000;
        font-size: 22px;
        text-align: center;
        font-weight: bold;
    }
    .text-tvr-modal {
        color: #000000;
        font-size: 16px;
        text-align: center;
    }
    .modaltvr div {
        text-align: center;
    }
    /*carousel movil trade*/
    .carousel-item img {
        width: 102%;
        max-width: 451px;
    }
    .mvp-mob-img {
        display: block !important;
    }
    .mvp-reg-img {
        display: none !important;
    }
    #carousel-destinos {
        display: none;
    }
    #carousel-destinos-vertical {
        display: inline-block;
    }
    #carousel-hoteles {
        display: none;
    }
    #carousel-hoteles-vertical {
        display: inline-block;
    }
    #carousel-subcategory-1 {
        display: none;
    }
    #carousel-subcategory-vertical-1 {
        display: inline-block;
    }
    #carousel-subcategory-2 {
        display: none;
    }
    #carousel-subcategory-vertical-2 {
        display: inline-block;
    }
    #carousel-subcategory-3 {
        display: none;
    }
    #carousel-subcategory-vertical-3 {
        display: inline-block;
    }
    #carousel-subcategory-4 {
        display: none;
    }
    #carousel-subcategory-vertical-4 {
        display: inline-block;
    }
    #carousel-subcategory-5 {
        display: none;
    }
    #carousel-subcategory-vertical-5 {
        display: inline-block;
    }
    #carousel-aerolineas {
        display: none;
    }
    #carousel-aerolineas-vertical {
        display: inline-block;
    }
    #carousel-agencias {
        display: none;
    }
    #carousel-agencias-vertical {
        display: inline-block;
    }
    #carousel-productos-servicios {
        display: none;
    }
    #carousel-productos-servicios-vertical {
        display: inline-block;
    }
    #carousel-novedades {
        display: none;
    }
    #carousel-novedades-vertical {
        display: inline-block;
    }
    #carousel-cruceros {
        display: none;
    }
    #carousel-cruceros-vertical {
        display: inline-block;
    }
    .titles-sections-trade {
        text-align: center;
        width: 100%;
    }
    .row-trade {
        max-height: 365px;
    }
    .space-second-row {
        margin-top: 66px;
    }
    #mvp-leader-wraps-trade {
        height: auto;
    }
    .carousel-caption-trade {
        padding-top: 5px;
        padding-bottom: 9px;
        padding-left: 15px;
    }
    .carousel-caption-trade h2 {
        font-size: 20px;
    }
    .hiddenm {
        display: none !important;
    }
    .td-review .td-review-summary {
        padding: 20px;
    }
    .td-review-summary {
        display: block;
        width: 100%;
        clear: both;
    }
    .td-review-score {
        display: block;
        width: 100%;
        padding: 0;
        border-left: 0;
        border-right: 0;
    }
    .td-review-row-stars {
        display: block;
        width: 100%;
        clear: both;
        float: left;
        border: 1px solid #ededed;
        border-bottom: 0;
    }
    .td-review-row-stars td {
        float: left;
        border: 0;
    }
    .td-review-row-stars .td-review-desc {
        width: 70%;
        padding: 9px 14px;
    }
    .td-review-row-stars:nth-last-of-type(2) {
        border-bottom: 1px solid #ededed;
    }
    .td-review-row-stars .td-review-stars {
        width: 30%;
        text-align: right;
    }
    .mvp-feat1-stars span {
        padding: 4px 2px;
        color: #fff;
        background-color: rgba(0, 0, 0, .6);
        -webkit-box-shadow: 10px 0 0 rgb(0 0 0 / 60%), -10px 0 0 rgb(0 0 0 / 60%);
        -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, .6), -10px 0 0 rgba(0, 0, 0, .6);
        -ms-box-shadow: 10px 0 0 rgba(0, 0, 0, .6), -10px 0 0 rgba(0, 0, 0, .6);
        -o-box-shadow: 10px 0 0 rgba(0, 0, 0, .6), -10px 0 0 rgba(0, 0, 0, .6);
        box-shadow: 10px 0 0 rgb(0 0 0 / 60%), -10px 0 0 rgb(0 0 0 / 60%);
    }
}

@media only screen and (min-width: 749px) and (max-width: 948px) {
    .bsup-right {
        position: absolute;
        right: 15px;
        top: 10px;
        width: auto;
        height: 35px;
    }
    .btnsup-right {
        letter-spacing: 2px;
        width: auto;
        height: 35px;
    }
    .bsup-right a {
        font-weight: 400;
        font-size: 12px;
    }
    .content_left_text1 {
        padding: 0 5% 15px 1%;
        position: absolute;
        right: 2px;
        bottom: 75px;
    }
    .content-title h2 {
        display: inline;
        font-size: 1rem;
        font-weight: 600;
        line-height: 99%;
    }
    .content-info {
        display: inline-block;
        line-height: 0;
        margin-top: 5px;
    }
    .content-info span {
        float: left;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 100%;
    }
    /*---*/
    .inf-left1 {
        margin-top: 5px;
    }
    .btn-content-left1 {
        width: auto;
        height: 40px;
        padding: 0rem 0.3rem !important;
        position: relative;
    }
    .btn-content-left1 .sings {
        font-size: 1.2rem;
        font-weight: 300;
    }
    .btn-content-left1 .scost {
        letter-spacing: 0px;
        font-size: 1.8rem;
        font-weight: 500;
    }
    .btn-content-left1 .sings-ups {
        font-size: 0.8rem;
        position: absolute;
        top: 4px;
    }
    .sep {
        padding-bottom: 10px;
    }
    /*------------------*/
    .bsup-right-small {
        position: absolute;
        right: 15px;
        top: 12px;
        width: auto;
        height: 30px;
    }
    .btnsup-right-small {
        width: auto;
        height: 30px;
    }
    .bsup-right-small a {
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 1px;
    }
    /*------------*/
    .binf-right-small {
        position: absolute;
        right: 20px;
        bottom: 80px;
        height: 33px;
    }
    .btninf-right-small {
        letter-spacing: 0px;
        width: auto;
        height: 33px;
        line-height: 1;
        padding: 0.1rem 0.8rem !important;
    }
    .btninf-right-small .iings {
        font-size: 0.7rem;
    }
    .btninf-right-small .icost {
        font-size: 1.3rem;
    }
    .btninf-right-small .iings-ups {
        font-size: 0.65rem;
        position: absolute;
        top: 4px;
    }
    /*-------*/
    .content_small_text {
        max-height: 80px;
        overflow: hidden;
        padding-left: 5px;
    }
    .content-small-text {
        color: #555;
        font-size: .71rem;
        padding-right: 5px;
    }
    .content-big-text {
        color: #555;
        font-size: .79rem;
        text-align: justify;
        font-weight: 500;
        padding-right: 5px;
    }
    /*-------------------
  componente header tablet
--------------------*/
    #mvp-head-wrap2 {
        width: 100%;
        height: 800px;
    }
    #mvp-nav-wrap2 {
        background: #fff;
        line-height: 75px;
    }
    #mvp-nav-wrap2 .mvp-main-nav-cont {
        width: 100%;
        height: 60px;
    }
    #mvp-nav-wrap2 {
        overflow: hidden;
        z-index: 9000;
    }
    #mvp-nav-wrap2:hover {
        overflow: visible;
    }
    #mvp-leader-wraps {
        text-align: center;
        width: 100%;
        height: 350px;
        padding: 30px 0;
    }
    .linesup {
        font-size: 3.3rem;
        font-weight: bolder;
        color: #fff;
        text-align: center;
        line-height: 3.3rem;
    }
    .linesup span {
        font-size: 3.4rem;
        font-weight: bolder;
    }
    .linesup img {
        position: relative;
        right: -8px;
        top: 25px;
    }
    #mvp-leader-wrapi {
        line-height: 0;
        text-align: center;
        width: 100%;
        height: 350px;
    }
    .conttxt {
        margin-top: 15px;
        height: auto;
        margin-bottom: 15px;
    }
    .lineinfs {
        margin-bottom: 15px;
        font-size: 1rem;
        text-align: left;
        right: -8px;
        position: relative;
    }
    .lineinf {
        font-size: 2.9rem;
        font-weight: bolder;
        text-align: center;
        line-height: 2.9rem;
    }
    .btns-condiciones {
        margin: 20px auto;
        height: 205px;
        width: 80%;
        position: relative;
        padding: 5px 0px;
    }
    .binf-price-sup {
        position: relative;
        left: 10px;
        width: auto;
        height: 85px;
        float: left;
        top: 35px;
    }
    .btninf-price {
        background: rgba(20, 166, 31, .6);
        letter-spacing: 1px;
        width: auto;
        height: 70px;
        color: #fff;
    }
    .btninf-price:hover {
        background: rgba(20, 166, 31, .8);
    }
    .btninf-price a {
        color: #fff !important;
    }
    .btninf-price a:visited,
    a:hover {
        color: #fff !important;
    }
    .btninf-price .iings {
        font-size: 1.2rem;
        color: #fff;
        font-weight: 300;
    }
    .btninf-price .icost {
        font-size: 2.8rem;
        color: #fff;
        font-weight: bolder;
    }
    .btninf-price .iings-ups {
        font-size: 0.8rem;
        color: #fff;
        position: absolute;
        top: 26px;
    }
    .txtCondiciones {
        width: 100%;
        text-align: left;
        font-size: 0.6rem;
        position: relative;
        left: -215px;
        height: 22px;
        top: 120px;
    }
    .binf-reserva {
        position: relative;
        left: -25px;
        width: 85%;
        height: 40px;
        top: 120px;
    }
    .btninf-reserva {
        background: rgba(20, 166, 31, .6);
        width: auto;
        height: 40px;
        color: #fff;
    }
    .btninf-reserva:hover {
        background: rgba(20, 166, 31, .8);
    }
    .btninf-reserva a {
        color: #fff !important;
    }
    .btninf-reserva a:visited,
    a:hover {
        color: #fff !important;
    }
    .btninf-reserva .btxt {
        font-size: 1rem;
        color: #fff;
        font-weight: 400;
    }
    .txtTarifas {
        top: 130px;
        width: 100%;
        text-align: right;
        color: #fff;
        font-size: 10px;
        position: relative;
        height: 22px;
        left: 30px;
    }
    .ipad {
        display: block;
    }
    .movil {
        display: none;
    }
    .desktop {
        display: none;
    }
    /*player*/
    .section-player {
        margin-bottom: 74px;
    }
    .container-tvrplayer {
        height: 450px;
        padding: 34px 206px 88px 42px;
        width: 99%;
    }
    .titleplayer {
        font-size: 2rem;
    }
    .text-wait {
        margin: 135px auto;
    }
    .main_rd_how_much {
        display: block;
    }
    .bnr_desktop_travelshop {
        display: block;
    }
    .bnr_mobile_travelshop {
        display: none;
    }
    .flotante {
        display: none;
    }
    #carousel-destinos {
        display: block;
    }
    #carousel-destinos-vertical {
        display: none;
    }
    #carousel-hoteles {
        display: block;
    }
    #carousel-hoteles-vertical {
        display: none;
    }
    #carousel-subcategory-1 {
        display: block;
    }
    #carousel-subcategory-vertical-1 {
        display: none;
    }
    #carousel-subcategory-2 {
        display: block;
    }
    #carousel-subcategory-vertical-2 {
        display: none;
    }
    #carousel-subcategory-3 {
        display: block;
    }
    #carousel-subcategory-vertical-3 {
        display: none;
    }
    #carousel-subcategory-4 {
        display: block;
    }
    #carousel-subcategory-vertical-4 {
        display: none;
    }
    #carousel-subcategory-5 {
        display: block;
    }
    #carousel-subcategory-vertical-5 {
        display: none;
    }
    #carousel-aerolineas {
        display: block;
    }
    #carousel-aerolineas-vertical {
        display: none;
    }
    #carousel-agencias {
        display: block;
    }
    #carousel-agencias-vertical {
        display: none;
    }
    #carousel-productos-servicios {
        display: block;
    }
    #carousel-productos-servicios-vertical {
        display: none;
    }
    #carousel-novedades {
        display: block;
    }
    #carousel-novedades-vertical {
        display: none;
    }
    #carousel-cruceros {
        display: block;
    }
    #carousel-cruceros-vertical {
        display: none;
    }
    #mvp-leader-wraps-trade {
        height: auto;
    }
}

@media only screen and (min-width: 992px) {
    /*player*/
    .container-tvrplayer {
        padding: 40px 245px 105px 50px;
        width: 100%;
    }
    .main_rd_how_much {
        display: block;
    }
    .bnr_desktop_travelshop {
        display: block;
    }
    .bnr_mobile_travelshop {
        display: none;
    }
    .flotante {
        display: none;
    }
    #carousel-destinos {
        display: block;
    }
    #carousel-destinos-vertical {
        display: none;
    }
    #carousel-hoteles {
        display: block;
    }
    #carousel-hoteles-vertical {
        display: none;
    }
    #carousel-subcategory-1 {
        display: block;
    }
    #carousel-subcategory-vertical-1 {
        display: none;
    }
    #carousel-subcategory-2 {
        display: block;
    }
    #carousel-subcategory-vertical-2 {
        display: none;
    }
    #carousel-subcategory-3 {
        display: block;
    }
    #carousel-subcategory-vertical-3 {
        display: none;
    }
    #carousel-subcategory-4 {
        display: block;
    }
    #carousel-subcategory-vertical-4 {
        display: none;
    }
    #carousel-subcategory-5 {
        display: block;
    }
    #carousel-subcategory-vertical-5 {
        display: none;
    }
    #carousel-aerolineas {
        display: block;
    }
    #carousel-aerolineas-vertical {
        display: none;
    }
    #carousel-agencias {
        display: block;
    }
    #carousel-agencias-vertical {
        display: none;
    }
    #carousel-productos-servicios {
        display: block;
    }
    #carousel-productos-servicios-vertical {
        display: none;
    }
    #carousel-novedades {
        display: block;
    }
    #carousel-novedades-vertical {
        display: none;
    }
    #carousel-cruceros {
        display: block;
    }
    #carousel-cruceros-vertical {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {}


@media (max-width: 500px){
    .td-review-row-stars .td-review-desc {
        width: 55%;
    }
    .td-review-row-stars .td-review-stars {
        width: 45%;
    }
}
