/* latin-ext */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
  --main-color: #1A2B48;
  --grey-color: #5E6D77;
  --light-grey-color: #EAEEF3;
  --orange-color: #FA5636;
  --link-color: #5191FA;
  --link-color-dark: #4983e1; }

body {
    color: #495560;
    font-size: 14px;
    font-family: 'Mulish', sans-serif !important;
    line-height: 1;
    overflow-x: hidden;
    background: #fff;
    font-weight: 300;
}

a {
    color: #002169;
    transition: all linear 200ms;
}

.block {
    display: block;
}

label, .lbl {
    font-size: 14px;
    color: var(--grey-color, #5E6D77);
    font-weight: 400;
    margin-bottom: 0px;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f24 {
    font-size: 24px !important;
}

.font-normal {
    font-weight: 400 !important;
}

.c-grey {
    color: var(--grey-color, #5E6D77) !important;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.pr30 {
    padding-right: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.pt50 {
    padding-top: 50px;
}

.mt50 {
    margin-top: 50px;
}

.pb100 {
    padding-bottom: 100px;
}

ul.st-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    ul.st-list li {
        display: inline-block;
    }

    .col-20, .col-50, .col-60 {
        float: left;
        padding-right: 5px;
        padding-left: 5px;
    }

.col-20 {
    width: 20%;
}

.col-50 {
    width: 50%;
}

.col-60 {
    width: 60%;
}

/* SELECT */



/* HEADER */

#header #topbar {
    background: #21404C;
}

#header .topbar-inner {
    margin: 15px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: -.01em;
}

.dropdown-language a, .dropdown-currency a {
    text-transform: capitalize;
    padding: 30px 20px;
    display: block;
    text-decoration: none;
}

    .dropdown-language a:hover, .dropdown-currency a:hover {
        text-decoration: none;
    }

#header .header {    
    height: 90px;
    background: linear-gradient(180deg, rgba(4, 21, 52, 0.7) 0%, rgba(4, 21, 52, 0) 100%);  
    position: relative;
    left: 0;
    right: 0;
    z-index: 9;
}

    #header .header * {
        transition: all linear 0.3s;
    }

    #header .header .toggle-menu {
        display: block;
        margin: 34px 10px 26px;       
    }

.header .logo img {
    margin: 28px 10px;
    max-height: 32px;
}

#header .header #st-main-menu {
    float: right;
}

#header .header #st-main-menu .main-menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#header .header #st-main-menu .back-menu {
    display: none;
}

#header .header #st-main-menu .main-menu > li {
    display: inline-block;
    padding: 34px 15px;
}

        #header .header #st-main-menu .main-menu > li > a {
            display: block;            
            font-size: 14px;
            font-weight: 400;
        }

    #header .header #st-main-menu .main-menu a {
        color: #fff;
        text-decoration: none;
        position: relative;
    }

        #header .header #st-main-menu .current-menu-item a, #header .header #st-main-menu .main-menu a:hover {
            color: #000 !important;
        }
 
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.main-menu .dropdown-menu {
    overflow: hidden;
    width: auto;
    min-width: 250px;
    border: 1px solid #f1f1f1;
    padding: 0;
    border-radius: 0;
}

    .main-menu .dropdown-menu li:not(:last-child) {
        margin-bottom: -1px;
    }

    .main-menu .dropdown-menu li a {
        display: block;
        padding: 0.7em 0 0.7em 2em;
        border-bottom: 1px solid #f1f1f1;
        background-color: transparent;
    }

        .main-menu .dropdown-menu li:last-child a {
            border: 0;
        }

        .main-menu .dropdown-menu li a:hover {
            color: #fff !important;
            background-color: #bd2126;
        }

/*#header .header #st-main-menu .main-menu > li.active > a, #header .header #st-main-menu .main-menu > li:hover > a, #header .header #st-main-menu .main-menu > li.current-menu-item > a {
    color: #00a19b;
}*/

#header .header .dropdown-minicart .mini-cart {
    cursor: pointer;
}

#header .header .mini-cart {
    position: relative;
    padding: 26px 15px;
    font-size: 25px;
    color: #fff;
}

    #header .header .mini-cart .cart-counter {
        box-sizing: border-box;
        position: absolute;
        top: 15px;
        right: 0;
        width: 22px;
        height: 22px;
        font-size: 14px;
        color: #FFF;
        line-height: 18px;
        text-align: center;
        background-color: #F7432C;
        border: solid 2px #fff;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

.hotel-list-page .banner {
    position: absolute;
    top: 0;
    left: -534px;
    right: 0;
    clear: both;
}


.dropdown-minicart .cart-item .badge, .dropdown-minicart .cart-item .pax, .dropdown-minicart .cart-item .mini-info {
    font-size: 12px !important;
}

#header .header .cart-item .badge {
    background: #1A2B48;
    border-radius: 3px;
}

.cart-item .pax {
    color: #bd2126;
    font-weight: 600;
}

.cart-item .mini-info {
    margin-top: 3px;
    line-height: 20px;
}

.cart-item .period {
    color: #5E6D77;
}

.cart-item button {
    padding: 0;
    background: transparent;
    border: 0;
}

    .cart-item button i {
        font-size: 18px;
    }

.cart-actions a.btn, .cart-actions button.btn {
    color: #fff !important;
    padding-top: 13px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 13px !important;
}

.cart-actions a.btn-primary, .cart-actions button.btn-primary {
    background: #bd2126;
}

.subtotal {
    margin-bottom: 15px;
}


#header .header .st-list li .dropdown-menu {
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 0 1px 1px #E4E4E4;
    box-shadow: 0 0 1px 1px #E4E4E4;
    border: none;
}

#header .header .dropdown-minicart .dropdown-menu {
    width: 320px;
    border: none;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 0 1px 1px #E4E4E4;
    box-shadow: 0 0 1px 1px #E4E4E4;
}

#header .header .dropdown-minicart .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid var(--light-grey-color, #EAEEF3);
}

#header .header .st-list li .dropdown-menu li {
    display: block;
    margin: 0;
}

#header .header .dropdown-minicart .dropdown-menu li {
    display: block;
    padding: 20px;
    margin: 0;
}

#header .header .dropdown-minicart .dropdown-menu .heading .st-heading-section {
    margin: 0;
    font-size: 16px;
}

.cart-text-empty {
    font-size: 14px;
    padding: 15px 20px 10px 20px;
}

.st-heading-2 {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    color: #6e6e73;
}

.st-heading-3 {  
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;    
    color: #1C2B38;
}

    .st-heading-3 i {
        color: #E83945;
    }


    .booking-form {
        position: relative;
        height: auto;
    }

.sticky-base {
    height: auto;
    max-width: 510px;
    border-radius: 15px;
    -webkit-transition: min-height 550ms, width .2s linear;
    -moz-transition: min-height 550ms, width .2s linear;
    -o-transition: min-height 550ms, width .2s linear;
    transition: min-height 550ms, width .2s linear;
}

    .sticky-base .panel-heading {
        width: 100%;
        border: none;
        outline: none;
        background-color: #fff;
        text-align: left;
        padding: 0 32px;
        vertical-align: middle;
        position: relative;
        margin: 0 !important;
    }

        .sticky-base .panel-heading::before {
            content: none !important;
        }

        .sticky-base .panel-heading:hover {
            cursor: pointer;
            border: 0;
            background-color: #fafafa;
        }

    .sticky-base .panel-title a {
        font-size: 15px;
        color: #1C2B38;
        font-weight: 500;
        padding: 18px 15px;
        background-color: rgb(244, 244, 245);
    }

        .sticky-base .panel-title a i:not(ok_icon) {
            color: #bd2126;
            padding: 0;
        }


.litepicker .container__days .day-item.is-locked {
    background: rgba(226, 49, 75, 0.5) !important;
}

.litepicker .container__days .day-item {
    background: rgba(78, 130, 150, 0.5) !important;
    border-radius: 0;
}

    .litepicker .container__days .day-item:hover {
        color: #333;
    }

    .litepicker .container__days .day-item.is-start-date.is-end-date {
        border-radius: 0 !important;
    }

    .acco-title {
        margin-top: 15px;
        font-size: 16px;
        color: #0077b9;
        text-align: center;
        line-height: 1.43341;
        font-weight: 400;
        letter-spacing: -.01em;
    }

.estados {
    color: #000 !important;
    text-align: center !important;
    text-rendering: optimizeLegibility;
    font-weight: 300;
    font-size: 14px;
    text-shadow: 0 0 0 rgba(136,136,136,.1);
    line-height: 1.42857143;
}

    .estados span {
        margin: 10px 5px;
        display: inline-block;
    }


        .estados span div {
            display: inline-block;
            width: 20px;
        }


.radio-toolbar {
    color: #444;
    margin: 7px auto 0;
    max-width: 340px;
    position: relative;
    padding: 10px;
}

    .radio-toolbar label {
        display: inline-block;
        -webkit-transition: background 350ms linear 0s;
        -moz-transition: background 350ms linear 0s;
        -o-transition: background 350ms linear 0s;
        transition: background 350ms linear 0s;
        font-size: 16px;
        font-weight: 600;
        background-color: #fff;
        border-radius: 4px;
        width: 100%;
        color: #444;
        margin: 4px 0 14px 0;
        max-height: 82px;
        line-height: 38px;
        width: calc(100% + 3px);
    }

.radio-toolbar-base {
    position: relative;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.radio-toolbar-base label {
    padding: 11px 14px !important;
    border: 1px solid #ddd;
}

    .radio-toolbar-base label:hover, .radio-toolbar-base.selected label {
        border: 2px solid #0077b9 !important;
        padding: 10px 13px !important;
    }

.single-line-combo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-line-combo-l {
    text-align: left;
    font-weight: 300;
}

.single-line-combo-r {
    text-align: right;
    font-weight: 300;
}

.single-line-sup-turno {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #666;
    line-height: 22px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.single-line-tit-turno {
    font-size: 17px;
    line-height: 1.23543;
    font-weight: 500;
    letter-spacing: -.022em;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.col-obj-title {
    font-size: 15px;
    color: #1C2B38;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 10px;
    padding-top: 1px;
}

    .col-obj-title .obj-intro.multi {
        font-size: 12px;
        font-weight: 300;
        color: #888;
    }

    .col-obj-title .obj-value.multi {
        display: block;
    }

@media (max-width: 991px) {
    #header #topbar {
        padding-left: 35px;
        padding-right: 35px;
    }

        #header #topbar .socials {
            border: none;
        }

        #header #topbar .st_login_social_link {
            display: block;
            max-width: 50%;
            margin: 0 auto;
        }

        #header #topbar .topbar-items li {
            border: none;
        }

        #header #topbar .topbar-items .signup-item {
            padding-right: 0;
        }


        #header .header .header-left {
            float: left;
            margin-right: auto;
        }

    #st-main-menu {
        display: none;
    }

        
}

    @media (max-width: 767px) {

        #header #topbar {
            padding-left: 15px;
            padding-right: 15px;
        }

            #header #topbar .socials li a {
                font-size: 18px;
            }

            #header #topbar .topbar-items li {
                padding-left: 10px;
                padding-right: 10px;
            }

        .st-list.topbar-items .topbar-item.link-item .login {
            display: none;
        }
    }


/* HOME BANNER */

.cover {
    position: relative;
    top: -80px;
}

    .cover .search-form {
        position: relative;
        z-index: 1;
        margin: 0 auto;
        border: 0;
        box-shadow: none;
    }

    .cover #Tabs {
        position: relative;
        z-index: 1;
        margin: 0 auto;
        width: 350px;
        border: 0;
        box-shadow: none;
        display: none;
    }

.banner {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0;
    position: relative;
    margin-bottom: 50px;
}

    .banner h1 {
        font-size: 76px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        margin: 0;
        text-shadow: 5px 3px 9px rgba(25,39,40,.3);
    }


.first-item {
    margin-top: 140px;
}


.vc_custom_1557891092526 {
    padding-top: 20px !important;
    padding-bottom: 5px !important;
}

.st-offer-new {
    padding: 60px 30px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: rgba(0,0,0,0.3);
}

    .st-offer-new .featured-text {
        padding: 7px 20px;
    }

    .st-offer-new .item-title {
        color: #fff;
        margin-top: 60px;
        font-weight: 450;
        font-size: 35px;
        margin-bottom: 18px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .st-offer-new .item-sub-title {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 75px;
    }
    .st-offer-new a.btn-default {
        position: absolute;
        opacity: 0;
        bottom: 20px;
        color: #fff;
        background: transparent !important;
        border-color: #fff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

.btn.btn-default {
    border-radius: 3px;
    color: var(--link-color, #5191FA);
    border: 1px solid #D7DCE3;
    border-top-color: rgb(215, 220, 227);
    border-right-color: rgb(215, 220, 227);
    border-bottom-color: rgb(215, 220, 227);
    border-left-color: rgb(215, 220, 227);
}

.st-offer-new .img-cover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-size: cover !important;
    background-position: center;
}

.st-offer-new {
    height: 446px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 35px;
}

.fs-28 h2 {
    font-size: 28px;
}

.search-result-page .list-destination.masonry {
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 990px) {
    .list-destination.masonry .first {
        padding-right: 10px !important;       
    }

    .list-destination.masonry .second {
        padding-left: 7px !important;
    }
}

    .list-destination.masonry .destination-item {
        margin-bottom: 20px !important;
    }

.destination-item .image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 420px;
    background-position: center center;
    background-size: cover;
}

.destination-item .card-hover {
    width: 100%;
    height: 100%;
    transition: all .3s;
    background-color: rgba(0, 0, 0, 0.2);
}

.destination-item a:hover .card-hover {
    background: rgba(0,0,0,0.4);
}

.list-destination a {
    color: #fff;
}

    .list-destination a:hover, .list-destination a:active, .list-destination a:focus {
        text-decoration: none;
    }


.destination-item .image .content {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.list-destination.masonry .destination-item .image .content {
    width: 100%;
}

.destination-item .image .content .title {
    font-size: 26px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 0 0 2px rgb(25,39,40);
    transition-duration: 690ms;
    padding: 5px 30px 5px 15px;
    margin: 0;
}

.destination-item .image .content .filled {
    text-align: center;
}

.destination-item .image .content .desc {
    background: #efe428;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    float: right;
    padding: 3px 30px;
}

.destination-item a.st-link:hover h4.title {
    transform: scale(1.1);
}

    .destination-item .image .content .title a, .destination-item .image .content .desc a {
        color: #FFFFFF;
    }


.vc_column-inner label {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.8);
}


@media screen and (max-width: 767px) {
    .st-offer-new .item-title {
        margin-top: 25px;
    }

    .vc_column-inner {
        padding: 0 15px;
    }

    .st-offer-new {
        height: 350px;
    }

    .search-result-page .list-destination.masonry .first, .search-result-page .list-destination.masonry .second {
        height: auto;
    }
}

.st-offer-new .item-sub-title {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 75px;
}

.st-offer-new a.btn-default {
    position: absolute;
    opacity: 0;
    bottom: 20px;
    color: rgb(255, 255, 255);
    background: transparent;
    border-color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
    .st-offer-new a.btn-default {
        bottom: 60px;
        opacity: 1;
    }
}

.st-offer-new a.btn-default:hover {
    background: rgb(255, 255, 255) !important;
    border-color: rgb(255, 255, 255) !important;
    color: var(--link-color, #5191FA) !important;
}

.st-offer-new:hover .img-cover {
    transform: scale(1.1);
}

.st-offer-new:hover .item-title {
    margin-top: 25px;
}

.st-offer-new:hover a.btn-default {
    opacity: 1;
    bottom: 60px;
}

.st-offer-new a.btn-default:hover {
    background: #fff;
    border-color: #fff;
    color: var(--link-color, #5191FA);
}

.list-destination.masonry .destination-item {
    margin-bottom: 20px !important;
}

/* SIDEBAR */

.panel, .search-form {
    margin-bottom: 30px;
    border: 1px solid #D7DCE3;
    border-radius: 15px;
}

.booking-form .panel {
    border: 0;
}

    .booking-form .panel-default {
        margin-bottom: 15px !important;
    }

    .search-form {
        box-shadow: 0px 2px 9px 0px #dfdfdf;
        background: #fff;
    }

    .search-form .search-title {
        font-size: 16px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: 500;
        background: #294054;
        color: #fff;
        padding: 10px 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

        .panel .panel-heading::before {
            content: '';
            width: 3px;
            height: 22px;
            background: #0081c6;
            display: block;
            float: left;
            margin-right: 10px;
            position: relative;
            top: 1px;
        }


    .search-form .form-group {
        margin-bottom: 10px;
    }

.input-group .form-control {
    background: #fff;
    border-right: 0;
}

.search-form button {
    margin-left: auto;
    background: #E2314B !important;
    text-transform: uppercase;
    padding: 15px 35px;
    margin: 6px 0;  
    border-radius: 10px;
}
    .input-group-addon {
        padding: 6px 10px 6px 1px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #0081c6;
        text-align: center;
        background-color: #fff;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    }
 
.panel .panel-heading {
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 16px;
    color: var(--main-color, #1A2B48);
    background: #fff;
    padding: 0;
    border: none;
}

.panel .panel-body {
    padding: 0;
}


.panel .sidebar-item {
    padding: 15px 20px;
    border-top: 1px solid #D7DCE3;
}

    .panel .sidebar-item:first-child {
        border-top: 0;
    }

.sidebar-item h4 {
    font-size: 14px;
    color: var(--main-color, #1A2B48);
    float: left;
    line-height: 23px;
    margin: 0;
    font-weight: 500;
}

.sidebar-item .item-title {
    cursor: pointer;
}

.sidebar-item.open .item-title .fa {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar-item .item-title .fa {
    font-size: 22px;
    color: var(--main-color, #1A2B48);
    float: right;
}

.sidebar-item .item-content {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

    .sidebar-item .item-content.col-xs-12 {
        padding-left: 7px;
        padding-right: 7px;
    }

.input-group-btn .btn.btn-primary {
    padding: 7px 15px !important;
}


.slider.slider-horizontal .slider-selection {
    background: #0081c6;
    border-radius: 100px;
    height: 6px;
    border-color: #0081c6;
}

.slider.slider-horizontal {
    width: 100%;
    margin-bottom: 25px;
}

.slider.slider-horizontal .slider-track {
    background: #EEEEEE;
    border-radius: 100px;
    height: 6px;
    border: 0;
}
    .slider.slider-horizontal .slider-handle {
        height: 12px;
        width: 12px;
        background: #0081c6;
        background: #0081c6;
        border: 0;
        top: 2px;
    }

    .slider.slider-horizontal .slider-handle {
        margin-left: -7px;
    }

.irs-from, .irs-to, .irs-single {
    background: #0081c6;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    border-radius: 3px;
}

.irs-from {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-to {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    cursor: default;
    white-space: nowrap;
}


/* MAIN RESULTS */

.toolbar h3.search-string {
    font-size: 24px;
    color: var(--main-color, #1A2B48);
    font-weight: normal;
    float: left;
    margin: 0;
    width: calc(100% - 150px);
}

.hotel-list-page .item-service {
    margin-top: 20px;
    background: #fff;
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
    border-radius: 4px;
    overflow: hidden;
    padding: 5px !important;
}

    .hotel-list-page .item-service:first-child {
        margin-top: 0;
    }


.hotel-list-page .item-service .thumb {
    position: relative;
}


.hotel-list-page .item-service .thumb .service-tag.bestseller {
    background: #ED0925;
    border-radius: 0 4px 4px 0;
}

    .hotel-list-page .item-service .thumb .service-tag {
        position: absolute;
        top: 20px;
        left: 0;
        font-size: 13px;
        color: #FFFFFF;
        font-weight: 500;
        z-index: 8;
        border-radius: 0 3px 3px 0;
    }

    .hotel-list-page .item-service .thumb div {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 144px;
    }

        .hotel-list-page .item-service .thumb div img {
            position: relative;
            left: -25%;
            height: 100%;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .hotel-list-page .item-service .thumb div img.img-responsive {
            left: 0;
        }

        .hotel-list-page .item-service a:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

.hotel-list-page .item-service .item-content {
    position: relative;
}

.hotel-list-page .item-service .item-content .item-content-w {
    border-right: none;
    height: 100%;
    padding-right: 10px;
}

    .hotel-list-page .item-service .item-content .item-content-w .service-title {
        margin: 5px 0 !important;
        padding: 0 !important;
        font-size: 18px;
        font-weight: 500;
        color: #1c79b5;
    }


.hotel-list-page .item-service .item-content .service-excerpt {
    font-size: 14px;
    color: #949494;
}

    .hotel-list-page .item-service .item-content .item-content-w .service-content-footer {
        width: 100%;
        font-size: 14px;
        color: var(--grey-color, #5E6D77);
        position: absolute;
        bottom: 20px;
    }

.hotel-list-page .item-service .section-footer {
    position: relative;
    padding-top: 25px;
}

.st-center-y {
    background: #f0f7e7;
    height: 144px;
    padding-top: 12px;
    text-align: center;
}

.hotel-list-page .item-service .section-footer .service-price {
    text-align: center;
    font-size: 24px !important;
    width: 100%;
    color: #30ac34;
}

.hotel-list-page .item-service .service-price span {
    font-size: 12px;
    color: var(--grey-color, #5E6D77);
}

.hotel-list-page .item-service .section-footer .service-price span.price-text .field-icon {
    margin-right: 10px;
}

.hotel-list-page .item-service .service-price span .fa{
    position: relative;
    top: 3px;
    left: 0px;
}

.hotel-list-page .item-service .section-footer .service-price span.price {
    text-align: right;
    position: relative;
    margin-right: 0px;
    font-size: 16px;
    margin-left: 5px;
}

    .hotel-list-page .item-service .section-footer .service-price span.price .text-lg {
        font-size: 18px;
        font-weight: 500;
        line-height: 18px;
        color: #30ac34;
    }

        .hotel-list-page .item-service .section-footer .service-price span.price .text-lg sup {
            font-size: 11px;
            font-weight: 400;
            text-decoration: none !important;
        }

.hotel-list-page .item-service .section-footer .btn-view-more, .hotel-list-page .section-footer button {
    position: relative !important;
    bottom: 0 !important;
    margin-left: -15px;
    bottom: 30px;
    border: 1px solid #0081c6;
    border-radius: 3px;
    color: #0081c6;
    background-color: transparent;
    padding: 9px 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase
}

.hotel-list-page .item-service .item-content .item-content-w .service-content-footer .service-duration {
    float: left;
    margin-right: 20px;
}

    .hotel-list-page .item-service .item-content .item-content-w .service-content-footer .service-duration i, .hotel-list-page .item-service .item-content .item-content-w .service-content-footer .service-cancel i {
        position: relative;
        margin-right: 3px;
    }

.hotel-list-page .item-service .item-content .service-review {
    margin-top: 5px;
}

.hotel-list-page .item-service .item-content .service-review .review {
    position: relative;
    top: -1px;
    font-size: 13px;
    color: #768092;
}

    .hotel-list-page .item-service .item-content .service-review .category, .bg-listados .category {
        display: inline-flex;
        align-items: center;
        box-sizing: border-box;
        height: 20px;
        padding: 0 8px;
        border-radius: 4px;
        font-size: 11px;
        background: #f9ead3;
        color: #343A3D;
        margin-bottom: 5px;
    }

 

.service-adds {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    min-height: 32px;
}

    .service-adds li {
        display: inline-block;
        margin: 0 3px;
        width: 25px;
    }

    .h-65 {
        height: 65px;
    }

.see-more-detail {
    display: inline-block;
    background: #E83945;
    border: 2px solid #E83945;
    color: #fff;
    padding: 3px 10px 5px 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    margin: 10px auto 12px auto;
    color: #fff;
}

    .see-more-detail:active, .see-more-detail:focus, .see-more-detail:hover {
        color: #fff;
        text-decoration: none;
    }

    .txt-reservar {
        color: #88888a;
        font-size: 11px;
        line-height: 11px !important;
    }

.verde {
    color: #1e9d5a;
}

.service-bottom {
    margin-top: 8px !important;
    background: #f5f5f5;
    padding: 0 15px;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}


    .service-bottom h4 {
        background: url(../img/info.svg) 3px center no-repeat;
        padding-left: 35px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
        font-size: 12px;
        background-size: 5%;
        margin: 5px 0;
    }

    .see-more-detail a {
        cursor: pointer;
    }

    @media (max-width: 1199px) {
        .toolbar .search-string {
            display: block;
            width: 100% !important;
            font-size: 20px !important;
            float: none;
            text-align: center
        }

        .hotel-list-page .item-service .item-content .service-excerpt {
            display: none;
        }

        .hotel-list-page .item-service .section-footer .service-price span.price-text .field-icon {
            margin-right: 5px;
        }
    }

    @media (max-width: 767px) {
        .hotel-list-page .item-service {
            border: none !important;
            width: 100%;
            float: left;
            padding: 0;
        }

        .thumb-wrapper {
            padding-left: 15px;
        }

        .hotel-list-page .item-service .thumb-wrapper .thumb {
            overflow: hidden;
            padding-bottom: 15px;
            border-radius: 4px;
        }

        .hotel-list-page .thumb a img {
            border-radius: 3px;
        }

        .hotel-list-page .item-service .item-service-wrapper .item-content {
            padding: 15px !important;
            width: 100%;
        }

            .hotel-list-page .item-service .item-service-wrapper .item-content .item-content-w {
                border-right: 0;
            }

        .hotel-list-page .item-service .item-content .item-content-w .service-title {
            margin-top: 10px;
        }

        .hotel-list-page .item-service .item-content .item-content-w .h-65 {
            height: 25px;
        }

        .hotel-list-page .item-service .item-content .item-content-w .service-adds {
            margin-top: 0;
        }

        .hotel-list-page .item-service .item-content .service-review .booking-item-rating-stars {
            display: block;
            margin-right: 10px;
        }

        .hotel-list-page .item-service .col-sm-3 {
            padding-left: 15px;
        }

        .hotel-list-page .item-service .section-footer .service-price {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            width: 100%;
            padding-right: 15px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            overflow: visible;
        }

        .hotel-list-page .item-service .thumb div {
            height: 350px;
        }


            .hotel-list-page .item-service .section-footer .service-price span.price-text {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                align-items: baseline;
            }

                .hotel-list-page .item-service .section-footer .service-price span.price-text .fr_text {
                    display: block;
                    font-size: 12px;
                }

        .hotel-list-page .item-service .service-price span.price {
            font-size: 16px;
        }

        .hotel-list-page .item-service .section-footer .service-price span.price .text-lg {
            line-height: 23px;
        }

        .hotel-list-page .item-service .section-footer .btn-view-more {
            display: none;
        }

        .hotel-list-page .item-service .section-footer {
            padding-top: 0;
        }

            .hotel-list-page .item-service .section-footer .btn-view-more, .hotel-list-page .section-footer button {
                margin-left: 0;
            }

    }

    /* WIZARD */

.steppers {
    margin-bottom: 30px;
}

.wizard-container {
    display: flex;
    justify-content: center;
}

.wizard-stepper-container {
    overflow: unset;
    white-space: unset;
    border-radius: 4px;
    min-height: 160px;
    border: unset;
    display: flex;
    background: #fff;
    width: 100%;
}

.wizard-step {
    flex: 1;
}

.wizard-step-container {
    height: 100%;
    display: flex;
}

    .wizard-step-container a {
        display: flex;
        flex: 1;
        color: #444;
    }

    .wizard-step-container a:hover, .wizard-step-container a:active, .wizard-step-container a:focus {
        text-decoration: none;
        color: #444;
    }

    .wizard-step-container.first {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .wizard-step-container.last {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.wz-step {
    padding: 15px;
    border-top: solid 1px #DDE1E8;
    border-bottom: solid 1px #DDE1E8;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.wizard-step .hover .wz-step, .wizard-step .hover .arrow {
    border-color: #0081c6;
}

.wizard-step-container.next-hover .arrow-container, .wizard-step-container.next-hover .arrow {
    border-color: #0081c6;
}


.wizard-step-container.first .wz-step {
    border-left: 1px solid #DDE1E8;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.wizard-step-container.last .wz-step {
    border-right: 1px solid #DDE1E8;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.wizard-step .first.hover .wz-step, .wizard-step .last.hover .wz-step {
    border-color: #0081c6;
}


.wizard-step-container.active .wz-step {
    border-bottom: 4px solid #0081c6;
    position: relative;
}

    .arrow-container {
        width: 29px;
        overflow: hidden;
        position: relative;
        display: block;
        border-top: solid 1px #DDE1E8;
        border-bottom: solid 1px #DDE1E8;
    }

    .arrow-container.next-active {
        border-bottom: 0;
    }

.arrow-container .border-right {
    height: 4px;
    width: 100%;
    background-color: #0081c6;
    position: absolute;
    bottom: 0;
}

    .arrow-container .arrow {
        overflow: hidden;
        height: 158px;
        position: absolute;
        right: -20px;
        width: 158px;
        border: solid 2px #DDE1E8;
        border-radius: 12px;
        transform: rotate(45deg) skew(24deg,24deg);
        background-color: #fff;
        z-index: 1;
    }

        .arrow-container .arrow.done {
            cursor: pointer;
        }

.wz-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.wz-status-icon {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #444;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: .01px;
    transition: transform .25s ease-out;
    font-weight: 500;
    background-color: #fff;
    color: #444;
}

.wizard-step-container.disabled .wz-status-icon {
    border-color: #888;
    background-color: #fff;
    color: #888888;
}

.wizard-step-container.active .wz-status-icon {
    background-color: #0081c6;
    border-color: #0081c6;
    color: #fff;
}

.wizard-step .hover .wz-status-icon {
    background-color: #444;
}

.wizard-step-container.done .wz-status-icon {
    color: #fff;
    background: #5cb85c !important;
    border-color: #5cb85c !important;
}

.wz-title .text {
    margin-left: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #444;
}

.wizard-step-container.disabled .wz-title .text, .wizard-step-container.disabled .wz-content {
    color: #888888;
}

.wizard-step-container.active .wz-title .text {
    color: #0081c6;
}

    .wizard-step-container.done .wz-title .text {
        color: #5cb85c !important;
    }

.wz-content .name {
    font-size: 20px;
    line-height: 1.2em;
    position: relative;
    font-weight: 500;
    padding-top: 10px;
}

    .wz-content .name img {
        margin-top: -3px;
    }

    .wz-content .name span {
        font-size: 12px;
    }

    .wz-content .name.extra {
        font-size: 16px;
        font-weight: 500 !important;
    }

        .wz-content .name.extra:not(:first-child) {
            padding-top: 5px;
        }

        .wz-content .name i.true {
            color: #5cb85c;
            font-size: 12px
        }

    .wizard-step .hover .wz-status-icon {
        color: #fff;
        background: #444444;
        border-color: #444;
    }

.wz-content .accommodations {
    font-size: 12px;
    line-height: 16px;
}

.wz-content .accommodations .accommodation-item {
    margin-top: 7px;
}

.wizard-step .hover .wz-title .text, .wizard-step .hover .wz-content, .wizard-step .active .wz-content {
    color: #444444;
}

.wizard-step-container.done .wz-content {
    color: #444 !important;
}

.wizard-step-container.active .wz-content .pointer {
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0081c6;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -20px;
}

.flight-arrows {
    position: relative;
    width: 20px;
    height: 18px;
    display: inline-block;
}

.flight-arrows i {
    position: absolute;
}

.flight-arrows i:first-child {
    top: -3px;
}

    .flight-arrows i:last-child {
        bottom: -7px;
    }

.pricebox-sticky {
    background: #fff;
    padding: 16px 32px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 4px 8px #54596226;
}

.pricebox-sticky-info {
    border-left: 1px solid #888;
    padding-left: 32px;
    color: #444;
}

    .pricebox-sticky-info p {
        margin-bottom: 0;
    }

.pricebox-sticky-price {
    font-size: 20px;
}

    .pricebox-sticky-price a {
        color: #0081c6;
        margin-right: 3px;
    }

        .pricebox-sticky-price a:hover, .pricebox-sticky-price a:active, .pricebox-sticky-price a:focus {
            text-decoration: none;
        }

.pricebox-sticky-icon-container {
    border: 1px solid;
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    height: 20px;
    position: relative;
    bottom: -4px;
}

    .pricebox-sticky-icon-container i {
        margin: 7px;
        font-size: 12px;
        position: relative;
        top: -7px;
    }

.pricebox-sticky-currency {
    font-size: 13px;
}

#infoModal .modal-body .paxs {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #545962;
}

.s-itm {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: .05px;
    line-height: 20px;
}

    .s-itm .small {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        margin-top: 4px;
        color: #767E89;
    }

        .s-itm .small .flight-arrows {
            height: 9px;
            width: 11px;
        }

            .s-itm .small .flight-arrows i:last-child {
                bottom: -5px;
            }

    .s-itm.last {
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    .wizard-stepper-container {
        min-height: 30px;
    }
    .arrow-container {
        display: none;
    }
    .wz-content {
        display: none;
    }
    .wz-step {
        border: 1px solid #DDE1E8;
    }
    .pricebox-sticky-info {
        border: 0;
        padding-left: 15px;
    }
}

/* ITEM DETAILS */
.service-detail-wrapper .st-breadcrumb {
    padding: 15px 0px;
    border-bottom: 1px solid var(--light-grey-color, #EAEEF3);
    margin-left: -15px;
    margin-right: -15px;
    background: #fff;
}

    .service-detail-wrapper .st-breadcrumb ul {
        list-style: none;
        display: block;
        width: 100%;
        margin-bottom: 0px;
        padding-left: 0px;
        background: rgb(255, 255, 255);
    }        

        .service-detail-wrapper .st-breadcrumb ul li {
            position: relative;
            display: inline-block;
            padding-left: 20px;
            padding-right: 20px;
            z-index: 0;
        }

            .service-detail-wrapper .st-breadcrumb ul li:first-child {
                padding-left: 0px;
            }

            .service-detail-wrapper .st-breadcrumb ul li a {
                display: block;
                font-weight: 500;
                color: var(--main-color, #1A2B48);
                text-decoration: none;
                line-height: 21px;
            }

            .service-detail-wrapper .st-breadcrumb ul li:not(:last-child)::after {
                position: absolute;
                content: "";
                top: 50%;
                right: -2px;
                margin-top: -2px;
                width: 4px;
                height: 4px;
                background: var(--light-grey-color, #EAEEF3);
                z-index: 1;
            }

            .service-detail-wrapper .st-breadcrumb ul li.active {
                color: var(--grey-color, #5E6D77);
            }

            .service-detail-wrapper .st-breadcrumb ul li:last-child {
                padding-right: 0px;
            }

.st-tour-content {
    padding-top: 60px;
}

.service-detail-wrapper .st-hotel-header {
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

    .service-detail-wrapper .st-hotel-header .st-heading {
        line-height: 52px;
        margin-top: 0px !important;
    color: var(--main-color, #1A2B48);
    font-weight: 500;
    font-size: 30px;
}

    .service-detail-wrapper .st-hotel-header .sub-heading {
        color: #768092;
        font-size: 14px;
    }

.service-detail-wrapper .item-pack-services-text {
    font-size: 23px;
    margin-bottom: 10px;
    display: block;
}


.service-detail-wrapper .st-hotel-header .right .review-score.style-2 {
    text-align: right;
}
.service-detail-wrapper .st-tour-feature {
    padding-top: 25px;
    padding-bottom: 15px;
    border-top: 1px solid rgb(215, 220, 227);
    border-bottom: 1px solid rgb(215, 220, 227);
    margin-bottom: 30px;
}

    .service-detail-wrapper .st-tour-feature .item {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 10px;
    }

        .service-detail-wrapper .st-tour-feature .item .icon {
            margin-right: 15px;
            color: #0081c6;
        }

        .service-detail-wrapper .st-tour-feature .item .icon i {
            font-size: 32px;
        }

        .service-detail-wrapper .st-tour-feature .item .info .name {
            font-size: 14px;
            color: var(--main-color, #1A2B48);
            margin: 0px 0px 3px;
        }

        .service-detail-wrapper .st-tour-feature .item .info .value {
            font-size: 14px;
            color: var(--grey-color, #5E6D77);
            margin: 0px;
        }

.service-detail-wrapper .st-overview {
    margin-bottom: 30px;
}


    .service-detail-wrapper .st-overview .st-description {
        margin-bottom: 0px;
    margin-top: 20px;
    font-size: 14px;
    color: var(--grey-color, #5E6D77);
    font-weight: 400;
    position: relative;
}

.st-description .row {
    margin-bottom: 25px;
}

.service-detail-wrapper .st-highlight .st-section-title {
    font-size: 14px;
    color: var(--grey-color, #5E6D77);
    font-weight: 500;
    margin-bottom: 30px;
}

.service-detail-wrapper .st-highlight ul {
    padding-left: 25px;
}

    

    .service-detail-wrapper .st-highlight ul li {
        font-size: 14px;
        color: var(--grey-color, #5E6D77);
        margin-bottom: 20px;
        list-style: none;
    }

        .service-detail-wrapper .st-highlight ul li:last-child {
            margin-bottom: 0px;
        }

        .service-detail-wrapper .st-highlight ul li::before {
            content: "";
            border: 1px solid #0081c6;
            width: 8px;
            height: 8px;
            display: inline-block;
            border-radius: 50%;
            margin-right: 20px;
        }

.service-detail-wrapper .st-include {
    border-top: 2px solid rgb(215, 220, 227);
    margin-top: 35px;
    padding-top: 30px;
}

    .service-detail-wrapper .st-include .st-section-title {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .service-detail-wrapper .st-include .include {
        padding: 0px;
        margin: 0px;
    }

        .service-detail-wrapper .st-include .include li {
            list-style: none;
            font-size: 14px;
            color: rgb(118, 128, 144);
            margin-bottom: 20px;
        }

            .service-detail-wrapper .st-include .include li i {
                margin-right: 15px;
                position: relative;
                top: 2px;
            }

    .service-detail-wrapper .st-include .exclude {
        padding: 0px;
        margin: 0px;
    }

        .service-detail-wrapper .st-include .exclude li {
            list-style: none;
            font-size: 14px;
            color: rgb(118, 128, 144);
            margin-bottom: 16px;
        }

.service-detail-wrapper .st-hr.large {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}
.service-detail-wrapper .widgets {
    background: rgb(255, 255, 255);
}

.service-detail-wrapper .form-book-wrapper {
    border-right: 1px solid rgb(215, 220, 227);
    border-bottom: 1px solid rgb(215, 220, 227);
    border-left: 1px solid rgb(215, 220, 227);
    border-image: initial;
    border-top: 5px solid #0081c6;
    border-radius: 0px 0px 4px 4px;
    background: rgb(255, 255, 255);
}

.loader-wrapper {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(255, 255, 255, 0.7);
}

.st-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 6px;
    background: #002169;
    border-radius: 5px;
    margin-left: -25px;
    animation: 1.8s ease-in-out 0s infinite normal none running load;
}

.service-detail-wrapper .form-book-wrapper .form-head {
    padding-top: 20px;
    padding-bottom: 20px;
}

.service-detail-wrapper .form-head {
    padding: 17px 20px;
    background: #0081c6;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.service-detail-wrapper .form-book-wrapper .form-head {
    position: relative;
}

    .service-detail-wrapper .form-book-wrapper .form-head .price {
        display: flex;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .service-detail-wrapper .form-book-wrapper .form-head .price {
        font-size: 18px;
        color: var(--main-color, #1A2B48);
        font-weight: 500;
    }

        .service-detail-wrapper .form-book-wrapper .form-head .price .value {
            line-height: 28px;
        }

            .service-detail-wrapper .form-book-wrapper .form-head .price .value .text-lg {
                font-weight: 500;
                font-size: 24px;
                color: rgb(0, 0, 30);
            }

            .service-detail-wrapper .form-book-wrapper .form-head .price .label, .service-detail-wrapper .form-book-wrapper .form-head .price .value .text-lg {
                color: rgb(255, 255, 255) !important;
            }


.service-detail-wrapper .form-book-wrapper .form-date-search {
    padding-left: 0px !important;
}

.service-detail-wrapper .form-book-wrapper .form-date-search {
    position: relative;
}

.service-detail-wrapper .form-book-wrapper .form-date-field {
    position: relative;
}

.service-detail-wrapper .form-book-wrapper .form-group {
    margin-bottom: 0px;
}

.service-detail-wrapper .form-book-wrapper .form-date-search .date-wrapper, .service-detail-wrapper .form-book-wrapper .time-wrapper {
    padding: 15px 20px 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.service-detail-wrapper .form-book-wrapper .check-in-wrapper {
    cursor: pointer;
}

.service-detail-wrapper .form-book-wrapper .form-date-search .date-wrapper .fa {
    font-size: 25px;
}

.service-detail-wrapper .form-book-wrapper .form-date-field .check-in-out {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    opacity: 0;
}

    .service-detail-wrapper .form-book-wrapper .form-date-search .date-wrapper .check-in-wrapper {
        padding: 0px;
    }

.service-detail-wrapper .form-book-wrapper .form-date-field .check-in-wrapper {
    width: 100%;
}

.service-detail-wrapper .form-book-wrapper .form-date-field .check-in-wrapper, .service-detail-wrapper .form-book-wrapper .form-date-field .check-out-wrapper {
    float: left;
}

.service-detail-wrapper .form-book-wrapper .form-date-search .date-wrapper .check-in-wrapper label {
    color: #999;
    font-weight: 200;
    cursor: pointer;
    margin-bottom: 6px;
}

.service-detail-wrapper .form-book-wrapper .form-date-field .check-in-wrapper label {
    display: block;
}

.service-detail-wrapper .form-book-wrapper .form-date-search .date-wrapper .check-in-wrapper .render {
    font-size: 16px;
    color: var(--grey-color, #5E6D77);
}

.service-detail-wrapper .form-date-field .check-in-wrapper .render {
    display: inline-block;
}

.service-detail-wrapper .form-book-wrapper .form-guest-search .guest-wrapper {
    padding: 15px 20px;
    -webkit-box-align: center;
    align-items: center;
}

    .service-detail-wrapper .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper {
        width: 100%;
        padding: 15px 0;
        clear: both;
        border-bottom: 1px solid #efefef;
    }

        .service-detail-wrapper .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper label {
            color: #999;
            font-weight: 200;
            margin-bottom: 6px;
        }

        .service-detail-wrapper .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper div {
            font-size: 16px;
            color: var(--grey-color, #5E6D77);
        }

.render-counter input[readonly] {
    background: transparent;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #0081c6;
    text-align: center;
    border: none;
    box-shadow: none;
    width: 35px;
    margin-left: 10px;
    margin-right: 10px;
    user-select: none;
    display: inline-block;
    height: auto;
}

.t_info {
    font-size: 16px;
    position: relative;
    top: -18px;
    display: none;
}

    .t_info div:last-child {
        font-weight: bold;
    }

.render button {
    height: 40px;
    line-height: 20px;
    border: none;
    background-color: transparent;
    border-radius: 4px;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 5px;
    padding-right: 0;
    padding-left: 0;
    color: #192938;
}

    .render button i {
        color: #192938;
    }

.render-counter span {
    text-align: center;
    border-radius: 3px;
    user-select: none;
    cursor: pointer;
    display: inline-block;
}

        .service-detail-wrapper .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper .render-price {
            width: 33%;
            float: left;
        }
        .service-detail-wrapper .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper .render-counter {
            width: 34%;
            float: left;
        }

.service-detail-wrapper .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper.simple-wall .render-counter {
    float: right;
}


.service-detail-wrapper .select-wrapper {
    width: 50%;
}

.service-detail-wrapper .st-number-wrapper .value {
    float: right;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #0081c6;
    text-align: center;
    border: none;
    box-shadow: none;
    margin-left: 10px;
    margin-right: 10px;
    user-select: none;
}

.service-detail-wrapper .form-book-wrapper .submit-group {
    padding: 30px 20px 0px;
}

.submit-group {
    border-top: 1px solid rgb(225, 225, 225);
    padding-top: 15px;
}

.service-detail-wrapper .form-book-wrapper .submit-group a {
    margin-bottom: 15px;
}

.service-detail-wrapper .form-book-wrapper .form-guest-search .guest-wrapper:last-child {
    border: none;
}

.service-detail-wrapper .st-include .exclude li i {
    margin-right: 15px;
    position: relative;
    top: 4px;
}

.btn.btn-full {
    width: 100%;
}

.btn.btn-large {
    font-size: 16px;
    padding: 12px 25px;
}

.btn.btn-green {
    background: #0081c6;
    color: rgb(255, 255, 255);
}

.btn {
    border: none;
    box-shadow: none;
    border-radius: 3px;
    padding: 10px 20px;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
}


/* SUSCRIBE FORM */
.mailchimp {
    padding-top: 65px;
    padding-bottom: 40px;
    background: #0081c6;
}

        .mailchimp .media {
            overflow: visible;
        }

            .mailchimp .media .media-object {
                position: relative;
                top: -10px;
            }

    .subcribe-form {
        position: relative;
    }

        .subcribe-form .form-control {
            height: 55px;
            line-height: 53px;
            font-size: 14px;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #D7DCE3;
        }

        .subcribe-form input[type="submit"] {
            border: none;
            border-radius: 0 5px 5px 0;
            position: absolute;
            top: 0;
            right: 0;
            height: 55px;
            line-height: 55px;
            color: #FFF;
            background: #EAB124;
            padding-left: 25px;
            padding-right: 25px;
            font-weight: 600;
            text-transform: uppercase;
        }

    @media (max-width: 767px) {
        .mailchimp .media-body {
            text-align: center;
        }
    }


    /* FOOTER */

#main-footer {
    padding: 50px 0;
    background-color: #21404C;
    color: #fff;
    border-top: 4px solid #527087;
}

    #main-footer p {
        margin-bottom: 20px;
    }

    #main-footer > div {
        width: 100% !important;
        padding-right: 0px !important;.banner
    }

    .vc_row[data-vc-full-width] {
        overflow: inherit !important;
    }

    .vc_custom_1588870362844 {
        margin-bottom: 20px !important;
    }

.wpb_content_element h4 {
    text-transform: uppercase;
}

.vc_sep_pos_align_left {
    margin-left: 0;
    margin-right: auto;
}

    .vc_sep_width_40 {
        width: 70%;
    }

    .vc_separator {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
        margin-bottom: 35px;
    }

    .vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
        width: 100%;
    }

    .vc_separator .vc_sep_holder {
        height: 1px;
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 10%;
    }

        .vc_separator .vc_sep_holder .vc_sep_line {
            height: 1px;
            border-top: 1px solid #ebebeb;
            border-top-color: rgb(235, 235, 235);
            display: block;
            position: relative;
            top: 1px;
            width: 100%;
        }

.vc_custom_1589204891361 {
    border-left-width: 3px !important;
    border-left-color: #0081c6 !important;
}

.vc_custom_1589204899109 {
    border-left-width: 3px !important;
    border-left-color: #0081c6 !important;
}

.vc_custom_1588870424318 {
    margin-bottom: 15px !important;
}

        .vc_custom_1588870424318 a {
            font-size: 25px;
        }

    .vc_custom_1588870424318 a, .vc_custom_1589204899109 a {
        color: #E83945;
    }

        .vc_custom_1588870424318 a:hover, .vc_custom_1588870424318 a:focus, .vc_custom_1588870424318 a:active,
        .vc_custom_1589204899109 a:hover, .vc_custom_1589204899109 a:focus, .vc_custom_1589204899109 a:active {
            color: #fff;
        }

    .vc_custom_1588870435151 {
        margin-bottom: 20px !important;
    }

    .vc_custom_1588870444960 {
        margin-bottom: 20px !important;
    }

    .vc_custom_1588870453257 {
        margin-bottom: 20px !important;
    }

    #main-footer .menu {
        list-style: none;
        padding-left: 0;
    }

        #main-footer .menu li {
            display: block;
        }

            #main-footer .menu li a {
                margin-bottom: 15px;
                font-size: 14px;
                font-weight: 500;
                display: block;
                color: rgba(255,255,255,0.6);
            }

#main-footer .eleco1 {
    position: relative;
}

#main-footer .eleco1 .ico1 {
    position: absolute;
    top: 23px;
    z-index: 2;
    left: 15px;
    text-align: center;
    width: 25px;
}

    #main-footer .eleco1 i {
        font-size: 22px;
    }

#main-footer .select2 {
    max-width: 200px;
    font-weight: 500;
    margin: 10px 0;
}

#main-footer  .select2-selection {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: white;
    background: transparent;
    line-height: 1.3em;
    border-radius: 0;
}

#main-footer .select2-selection__rendered {
    color: #fff;
    margin-left: 35px;
}

#main-footer .select2-selection--single {
    height: auto;
}

#main-footer .select2-selection__arrow {
    top: 12px;
    right: 8px;
}

#main-footer  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #FFF transparent transparent transparent;
}

#main-footer .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #FFF transparent;
}

.main-footer-sub {
    padding-bottom: 20px;
    background-color: #1a333d;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 0 0 0 rgba(204, 204, 204, 0.1);
    font-weight: 400;
    font-size: 15px;
}



.main-footer-sub a {
    color: #527087;
}

        .main-footer-sub a:hover, .main-footer-sub a:active, .main-footer-sub a:focus,
        #main-footer .menu li a:hover, #main-footer .menu li a:active, #main-footer .menu li a:focus {
            color: #fff;
            text-decoration: none;
        }

/* BACK TO TOP */

.back-to-top {
    background: #bd2126;
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: inline-block;
    z-index: 9;
    width: 44px;
    height: 44px;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    z-index: 99;
}

    .back-to-top:hover {
        color: #fff;
        background: #bd2126;
        transition-duration: 300ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }

        .back-to-top:focus, .back-to-top:hover {
            text-decoration: none;
        }

        /* The Button Becomes Visible */
        .back-to-top.back-to-top-is-visible {
            visibility: visible;
            opacity: .6;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            transition-duration: 300ms;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        }

            .back-to-top.back-to-top-is-visible:hover {
                opacity: 1;
                transition-duration: 300ms;
                transition-property: all;
                transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
            }

        /* If the user keeps scrolling down, the button is out of focus and becomes less visible */
        .back-to-top.back-to-top-fade-out {
            opacity: .4;
        }

            .back-to-top.back-to-top-fade-out:hover {
                opacity: 1;
                transition-duration: 300ms;
                transition-property: all;
                transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
            }




.select2-container {
    width: 100% !important
}


/*  OWL CAROUSEL */

.banner-detail {
    margin: 0 -15px;
}

.big .owl-dots, .ab-big .owl-dots {
    position: absolute;
    bottom: 95px;
    width: 100%;
}

    .ab-big .owl-dots {
        bottom: 185px;
    }

    .big .owl-nav {
        margin: 0 !important;
    }

.big .item, .banner-detail .image {
    background-color: rgba(7, 107, 168, 0.6);
    color: #FFF;
    text-align: center;
    padding: 200px 0;
    background-position: center center;
    background-size: cover;
}

.ab-big .item {
    background-color: rgba(7, 107, 168, 0.6);
    color: #FFF;
    text-align: center;
    height: 900px;
}

    .ab-big .item iframe {
        width: 100%;
        height: 100%;
    }

        .banner-detail .image h1 {
            text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.3);
            color: #fff;
            font-size: 2.86em;
            line-height: 1.5em;
        }

.st-tour-content .big .item {
    padding: 200px 0;
}

.home-slider .item .clear-box {
    min-height: 250px;
    width: 400px;
    margin: 0 auto;
}

.home-slider .item .clear-box h1 {
    font-size: 48px;
}

    .thumbs .item {
        background-color: rgba(7, 107, 168, 0.6);
        height: 90px;
        line-height: 90px;
        padding: 0px;
        margin: 2px;
        color: #FFF;
        text-align: center;
        cursor: pointer;
        background-position: center center;
        background-size: cover;
        margin-top: 15px;
    }

.service-images {
    margin-bottom: 30px;
}

.thumbs .current .item {
    background-color: rgba(7, 107, 168, 0.6);
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

.big.owl-theme {
    position: relative;
}

    .big.owl-theme .owl-next, .big.owl-theme .owl-prev {
        background: #333;
        width: 32px;
        line-height: 40px;
        margin-top: -20px;
        position: absolute;
        text-align: center;
        top: 50%;
    }

    .big.owl-theme .owl-prev {
        left: 10px;
    }

    .big.owl-theme .owl-next {
        right: 10px;
    }

.thumbs.owl-theme .owl-next, .thumbs.owl-theme .owl-prev {
    background: #333;
}

@media (max-width: 767px) {

    .big .item {
        padding: 260px 0;
    }

    .banner-detail .image {
        padding: 150px 0 !important;
    }

    .st-tour-content .big .item {
        padding: 130px 0;
    }

    .service-detail-wrapper .st-hotel-header .st-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .st-tour-content {
        padding-top: 40px;
    }

    .cover {
        padding-right: 0;
        padding-left: 0;
        padding-top: 50px;
    }
}

@media (max-width: 600px) {


}

@media (max-width: 500px) {


}

@media (max-width: 400px) {

}

.summary-section a.btn-primary {
    background: #0081c6 !important;
    text-transform: uppercase;
    padding: 15px 35px;
    margin: 20px 0;
    color: #fff;
}

.summary-section, .listing-section, detail-section, budget-section, .contact-section, .privacy-section, .login {
    margin-bottom: 100px;
}

    .summary-section table {
        width: 100%;
    }

    .banner.less {
        margin-left: -15px;
        margin-right: -15px;
    }

@media screen and (max-width: 991px) {
    .banner {
        padding: 100px 0;
        margin-bottom: 30px;
    }

    .banner h1 {
        font-size: 55px;
    }
}

.heading-section {
    margin-bottom: 50px;
}

.heading-section h3 {
    font-size: 24px;
    color: var(--main-color, #1A2B48);
    font-weight: normal;
    line-height: 40px;
}

.contactModal .section-title {
    margin-top: 0;
    font-size: 24px;
    color: var(--main-color, #1A2B48);
    font-weight: normal;
}

.contactModal .contact-info {
    margin: 30px 0 0;
    padding: 0;
}

    .contactModal .contact-info li {
        list-style: none;
        margin: 0 0 20px 0;
        position: relative;
        padding-left: 40px;
        font-size: 14px;
    }

        .contactModal .contact-info li i {
            position: absolute;
            top: -1px;
            left: 0;
            font-size: 22px;
            color: #0081c6;
        }

        .contactModal .contact-info li a {
            font-weight: 400 !important;
            color: #0081c6;
        }

/* CART */

.st-woo-cartpage {
    padding-top: 25px;
    margin-bottom: 100px;
    background: #fff;
    border-radius: 4px;
}

.st-woo-cartpage h2.st-woo-heading {
    margin: 0;
    color: var(--main-color, #1A2B48);
    font-size: 24px;
    font-weight: 500;
}

.st-woo-cartpage .col-left .booking-list {
    border-top: 2px solid #DAE1E7;
    padding-top: 30px;
    margin-top: 20px;
    padding-left: 0px;
}

.booking-list, .icon-group, .icon-list {
    padding: 0;
    padding-top: 0px;
    padding-left: 0px;
    list-style: none;
}

.st-woo-cartpage .col-left .booking-list .cart_item:last-child {
    border: none;
    padding-bottom: 0;
}

.st-woo-cartpage .col-left .booking-list .cart_item {
    list-style: none;
    border-bottom: 1px dashed #dfdfdf;
    margin-bottom: 25px;
    padding-bottom: 30px;
}

    .st-woo-cartpage .col-left .booking-list .cart_item .booking-item-wishlist-title {
        border-bottom: 2px solid #0081c6;
        margin-bottom: 10px;
        display: inline-block;
        text-transform: capitalize;
    }

.border-right {
    border-right: 2px solid #0899c6;
}

    .st-woo-cartpage .col-left .booking-list .cart_item a {
        font-size: 13px;
        font-weight: normal;
        position: relative;
    }

    .st-woo-cartpage .col-left .booking-list .cart_item .booking-item .wp-post-image {
        min-width: 100%;
    }

.st-woo-cartpage .col-left .booking-list .cart_item .booking-item .booking-item-title {
    margin-top: 0px;
    font-size: 16px;
    line-height: 20px;
    color: #0081c6;
}


    .st-woo-cartpage .col-left .booking-list .cart_item .booking-item .cart_item_group b.booking-cart-item-title {
        font-weight: 500;
    }
    .st-woo-cartpage .col-left .booking-list .cart_item .booking-item .booking-item-price {
        color: var(--main-color, #1A2B48);
        font-size: 20px;
    }

.st-woo-cartpage .col-left .shop_table {
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #dfdfdf;
    border-radius: 0;
    margin-top: 30px;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    margin-top: 0px;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

    .woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
        border-top: 0;
    }

.st-woo-cartpage .col-left .shop_table tr td.actions {
    padding: 15px 0;
    text-align: left
}

.woocommerce table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right;
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle;
}

.woocommerce table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
}

.st-woo-cartpage .cart-collaterals {
    border: 1px solid #D7DCE3;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-top: 20px;
    padding: 30px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
}

.st-woo-cartpage .cart-collaterals .cart_totals {
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
}

.st-woo-cartpage .cart-collaterals .cart_totals .shop_table th {
    color: var(--main-color, #1A2B48);
    font-size: 100%;
    padding: 0;
    text-align: left;
    font-weight: 400;
}

.st-woo-cartpage .cart-collaterals .cart_totals .shop_table tr.order-total th {
    color: var(--main-color, #1A2B48);
    font-size: 18px;
}

.st-woo-cartpage .cart-collaterals .cart_totals .shop_table tr.order-total td strong {
    font-weight: 500;
}

.st-woo-cartpage .cart-collaterals .cart_totals .shop_table td {
    color: var(--grey-color, #5E6D77);
    font-weight: 400;
    text-align: right;
}

.st-woo-cartpage .cart-collaterals .cart_totals .shop_table tr.order-total td {
    color: var(--main-color, #1A2B48);
    font-size: 18px;
}

.st-woo-cartpage .cart-collaterals .cart_totals .wc-proceed-to-checkout .btn.btn-primary {
    background: #bd2126;
    border-radius: 3px;
    height: 45px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #fff;
}

.st-woo-cartpage .cart-collaterals .cart_totals .wc-proceed-to-budget {
    margin-top: 15px;
}

    .st-woo-cartpage .cart-collaterals .cart_totals .wc-proceed-to-budget .btn.btn-warning {
        border-radius: 3px;
        margin-bottom: 0px;
        color: #fff;
    }

, .shop_table td.actions a {
    background: #0081c6;
    border-radius: 3px;
    height: 40px;    
    font-weight: 400;
    margin-bottom: 0px;
    color: #fff;
}

.st-woo-cartpage .cart-collaterals .cart_totals .shop_table th, .st-woo-cartpage .cart-collaterals .cart_totals .shop_table td {
    padding: 0 0 15px 0;
    border: none;
}

table.shop_table {

    text-align: left;
    width: 100%;
}

.cart_item form {
    display: inline-block;
}

.booking-item .title_detail {
    font-weight: 600;
}

.red {
    color: #F7432C;
}

/* ABOUT */

.wpb_single_image.vc_align_center {
    text-align: center;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 35px;
}

.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    max-width: 100%;
}

.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.st-aboutus-title {
    font-size: 24px;
    color: #0081c6;
    margin-bottom: 20px !important;
}

.st-aboutus-content {
    font-size: 16px;
    color: rgb(118, 128, 146);
    line-height: 24px;
}

.st-list-statistic .item {
    background: rgb(255, 255, 255);
    border: 5px solid #0081c6;
    text-align: center;
    position: relative;
    transition: all 1s ease 0s;
}

    .st-list-statistic .item .front {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        transition: all 0.5s ease 0s;
    }

        .st-list-statistic .item .front .inner {
            position: relative;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

    .st-list-statistic .item h4 {
        font-size: 36px;
        color: var(--main-color, #1A2B48);
        font-weight: 500;
        margin: 0px;
    }
    .st-list-statistic .item p.sub-text {
        font-size: 16px;
        color: var(--main-color, #1A2B48);
        font-weight: 500;
        margin-bottom: 0px;
    }

    .st-list-statistic .item p {
        transition: all 0.5s ease 0s;
    }

    .st-list-statistic .item .end {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        padding: 20px;
        background-color: #0081c6;
        opacity: 0;
        transition: all 0.5s ease 0s;
    }

    .st-list-statistic .item p.desc {
        margin-bottom: 0px;
        font-size: 14px;
        color: rgb(255, 255, 255);
        text-align: left;
        transform: rotateY(180deg);
    }

.st-list-statistic .item-wrapper:hover .item {
    transform: rotateY(180deg);
}

    .st-list-statistic .item-wrapper:hover .item .front {
        opacity: 0;
    }

    .st-list-statistic .item-wrapper:hover .item .end {
        opacity: 1;
    }


.privacy-section h2 {
    margin-bottom: 25px;
}

.privacy-section h4 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.privacy-section p {
    margin-bottom: 15px;
}

.privacy-section ol li {
    margin-bottom: 15px;
}

.price-plus {
    position: absolute;
    right: 20px;
}

    .price-plus a {
        color: #fff; 
    }

    /* SERVICES BANNER */

.home-ui-carousel-offers {
    padding-bottom: 50px;
    margin-left: -7px;
    margin-right: -7px;
}

.eva-3-container {
    box-sizing: content-box;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

.home-ui-carousel-offers .service-carousel-list {
    margin: 0 auto;
}

.home-ui-carousel-offers .home-ui-carousel-offers-title {
    padding: 0 7px;
}

.home-ui-carousel-offers .home-ui-carousel-offers-lead-text {
    font-weight: 500;
    letter-spacing: 1.2px;
    color: #666666;
    font-size: 12px;
    padding-bottom: 12px;
}

.home-ui-carousel-offers .owl-carousel .owl-stage {
    padding: 15px 0;
}

.home-ui-title .home-ui-carousel-offers-expand-text {
    font-size: 28px;
    color: #002169;
}

.home-ui-carousel-offers-title-container {
    text-align: center;
}

.home-ui-title .home-ui-carousel-offers-main-text {
    position: relative;
    margin: 4px 0 !important;
    font-size: 40px;
    padding: 10px 0;
    font-weight: 600;
    line-height: 50px;
}

    .home-ui-title .home-ui-carousel-offers-main-text span {
        color: #E2314B;
    }

    .home-ui-carousel-offers .owl-stage-outer {
        padding: 30px 0 0;
        transition: all .5s;
    }

.home-ui-carousel-offers .item {
    margin: 0 7px;    
}

/*.home-ui-carousel-offers .item a {
        display: block;
        background: #fff;
        border-radius: 6px;
    }*/

.home-ui-card .home-ui-card-img {
    border-radius: 8px 8px 0 0;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #EEE;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

    .home-ui-card .home-ui-card-img .home-ui-card-img-tag {
        border-radius: 8px 8px 0 0;
        object-fit: cover;
    }


.home-ui-card .home-ui-card-content {
    padding: 15px;
    min-height: 85px;
}

    .home-ui-card .home-ui-card-content .home-ui-card-product {
        color: #666666;
    }

.home-ui-card .footer-inner {
    display: flex;
    align-items: center;
}

.home-ui-card .footer-inner .service-action, .home-ui-card .footer-inner .service-price {
    display: flex;
    align-items: center;
    flex: 1;
}

    .home-ui-card .footer-inner .service-action .add-container, .home-ui-card .footer-inner .service-action .detail-container {
        flex: 1;
    }

        .home-ui-card .footer-inner .service-action .detail-container .showDetails {
            width: 36px;
            height: 36px;
            padding: 0;
            border-radius: 50%;
            border: 1px solid #343A3D;
            color: #343A3D;
            background: #fff;
            margin-right: 10px;
            font-size: 18px;
        }
        

        .service-carousel-list .owl-dots .owl-dot span, .service-carousel-list .owl-dots .owl-dot:hover span {
            background: var(--light-grey-color, #EAEEF3) !important;
            border: 1px solid #ccc;
        }

.service-carousel-list .owl-dots .owl-dot.active span {
    background: #0081c6 !important;
}

.home-ui-card-product, .home-ui-card-head {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.-eva-3-shadow-line, .-eva-3-shadow-line-hover {
    border: 1px solid #ccc;
}

.home-ui-card-product {
    margin-bottom: 8px;
}

.eva-3-overline-2 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.home-ui-card .home-ui-card-content .home-ui-card-title {
    font-size: 16px;
    line-height: 22px;
    max-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgb(26, 43, 80);
    padding-bottom: 10px;
    font-weight: 500;
    margin-bottom: 0;
}

.home-ui-carousel-offers .item a:hover, .home-ui-carousel-offers .item a:active, .home-ui-carousel-offers .item a:focus {
    text-decoration: none;
}

.home-ui-carousel-offers .owl-theme .owl-nav {
    margin-top: 40px !important;
}

.home-ui-pricebox {
    padding: 0 15px 15px;
    box-sizing: border-box;
    color: #444444;
}

.home-ui-pricebox__description-text {
    font-size: 12px;
    margin-top: 2px;
}

.service-price span {
    color: var(--grey-color, #5E6D77);
    font-size: 12px;
}

    .service-price span small {
        text-decoration: line-through;
        font-size: 12px;
        margin-right: 5px;
    }

.service-price .price span {
    font-size: 18px;
    color: var(--main-color, #1A2B48);
    font-weight: 500;
}

.home-ui-pricebox__price {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.18px;
    grid-column: 1;
    grid-row: 3;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.home-ui-pricebox__price-symbol {
    font-size: 14px;
    margin-right: 4px;
}

.home-ui-carousel-offers .owl-theme .owl-nav [class*="owl-"] {
    background: #fff;
    width: 48px;
    height: 48px;
    border: 1px solid #ccc;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color-gray-2);
    text-align: center;
    transition: opacity .5s ease-out;
    cursor: pointer;
    font-size: 25px;
}

    .home-ui-carousel-offers .owl-theme .owl-nav [class*="owl-"]:hover {
        color: #444444;
        opacity: 1;
        background: #fff;
    }

.home-ui-card .home-ui-card-content .home-ui-card-content-row.home-ui-card-drivers-level1-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    color: rgb(118, 128, 146);
}

.home-ui-card .home-ui-card-content-row.home-ui-card-drivers-level1-container {
    flex-wrap: nowrap;
}

.home-ui-card .home-ui-card-content .home-ui-card-content-row {
    color: #666666;
    display: flex;
    align-items: center;
    overflow: hidden;
}


@media (min-width: 1366px) {
    .home-ui-carousel-offers service-carousel-list {
        max-width: 1248px;
    }
}

.add-banner {
    margin-top: 480px;
}

@media (max-width: 990px) {
    .destination-item .image .content .title {
        font-size: 26px;
    }

    .hotel-list-page .banner {
        position: absolute;
        top: -1355px;
        left: 0;
        right: 0;
    }

    .add-banner {
        margin-top: 280px;
    }
}



    @media (max-width: 768px) {
        .home-ui-carousel-offers {
            margin-left: -7px;
            margin-right: -7px;
        }

        .cover .search-form {
            margin: 0;
            width: auto;
        }

        .list-destination.masonry .destination-item {
            margin-bottom: 15px !important;
        }

        .destination-list .has-matchHeight:nth-child(4), .destination-list .has-matchHeight:nth-child(5), .destination-list .has-matchHeight:nth-child(6) {
            display: none;
        }


        elemento {
            background-image: url(http://localhost:52122//Agents/05086bis/img/fte.jpg);
        }

        .banner.less {
            margin-left: -15px;
            margin-right: -15px;
        }       
    }

.browser-form button {
    margin-bottom: 15px;
    border-radius: 10px;
}

.browser-form .col-sm-2.npr {
    padding-right: 25px;
    padding-left: 25px;
}

.browser-form button img {
    height: 20px;
}

@media (min-width: 768px) {
    .destination-list .has-matchHeight:nth-child(2), .destination-list .has-matchHeight:nth-child(5) {
            padding-right: 5px;
            padding-left: 5px;
        }

        .browser-form button {
            margin: 0 !important;
            line-height: 92px;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

    .npr {
        padding-right: 0px !important;
    }

    .browser-form button img {
        height: 35px !important;
    }
}


    .fs-28 h2 {
        font-size: 28px;
    }

    .sb_instagram_header {
        float: left;
        clear: both;
        margin: 0 0 15px 0;
        margin-bottom: 15px;
        padding: 0;
        line-height: 1.2;
        width: 100%;
    }

        .sb_instagram_header a {
            text-decoration: none;
        }

        .sb_instagram_header a {
            float: left;
            display: block;
            text-decoration: none;
            transition: color .5s ease;
        }

        .sb_instagram_header .sbi_header_text {
            float: left;
            width: 100%;
            padding-top: 5px;
        }

            .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
                padding-top: 9px !important;
            }

            .sb_instagram_header .sbi_header_text .sbi_bio, .sb_instagram_header .sbi_header_text h3 {
                float: left;
                clear: both;
                width: auto;
                margin: 0 0 0 60px !important;
                padding: 0 !important;
                padding-top: 0px;
            }

        .sb_instagram_header h3 {
            font-size: 16px;
            line-height: 1.3;
        }

        .sb_instagram_header .sbi_header_img {
            float: left;
            position: relative;
            width: 50px;
            margin: 0 0 0 -100% !important;
            overflow: hidden;
            -moz-border-radius: 40px;
            -webkit-border-radius: 40px;
            border-radius: 40px;
        }

        .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header .sbi_header_img_hover .sbi_new_logo {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px;
            width: 24px;
            height: 24px;
            font-size: 24px;
        }

    .sbi_no_avatar .sbi_header_img {
        background: #333;
        color: #fff;
        width: 50px;
        height: 50px;
        position: relative;
    }

    .elfsight-hidden {
        height: 50px;
        background: #fff;
        margin-top: -50px;
        display: block;
    }


    /* LOADER */


#preloader {
    overflow: hidden;
    background-color: rgba(249, 234, 211, 0.99);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

    .dorne-load {
        width: 60px;
        height: 60px;
        background-color: transparent;
        position: relative;
        border-width: 5px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.95);
        z-index: 9;
        top: 50%;
        margin-left: -30px;
        margin-top: -30px;
        left: 50%;
        border-radius: 50%;
        overflow: hidden;
        -webkit-animation: 4000ms linear 0s normal none infinite running dorneload;
        animation: 4000ms linear 0s normal none infinite running dorneload;
    }
   
    @-webkit-keyframes dorneload {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes dorneload {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .destinations ul {
        list-style-type: none;
        padding: 0;
    }

    .slick-track {
        border-right: 1px solid #D7DCE3;
    }

    .cityData {
        padding: 20px 0;
        background: #fff;
    }

    .dstInfo {
        font-size: 13px;
    }

        .dstInfo h5 {
            font-weight: bold;
        }

    .countryName {
        color: #076ba8 !important;
        text-transform: uppercase;
        padding: 20px;
        border-bottom: 1px solid #dfdfdf;
        font-size: 16px;
        font-weight: 500;
        background: transparent !important;
    }

    .dstInfo ul {
        list-style-type: square;
        margin-bottom: 15px;
        padding-left: 15px;
    }

    .dstPage .umb-grid {
        min-height: unset;
    }

    .dstInfo ul li {
        display: list-item;
        padding: 4px 0;
    }

    .countryName a {
        font-size: 28px;
        font-weight: 600;
    }

        .countryName a:hover {
            color: #076ba8;
        }

    .countryName small {
        font-size: 20px;
        font-weight: 200;
    }

    .cityList li {
        display: inline-block;
        position: relative;
        margin-right: 20px;
        margin-left: 20px;
    }

    .cityList a {
        color: #076ba8;
        font-size: 20px;
        font-weight: 200;
        margin-bottom: 15px;
        margin-top: 15px;
        display: block;
    }

        .cityList a:hover {
            color: #1A2B48;
        }

    .cityList small {
        font-size: 14px;
    }

    .destinations .item {
        text-align: center;
        background: #cccccc;
        padding: 50px 0;
        border-radius: 2px solid #333;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .header-content {
        margin-left: auto;
        margin-right: auto;
    }

    .subtitle-main {
        max-width: 80.5rem;
        color: #fff;
        text-shadow: 5px 3px 9px rgba(25,39,40,.3);
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 400;
        margin: 90px auto 15px;
    }

    .title-main {
        max-width: 80.5rem;
        margin: 0 auto 1.875rem;
        text-align: left;
        line-height: 1.2;
        font-size: 48px;
        font-weight: 100;
        color: #fff;
        text-shadow: 5px 3px 9px rgba(25,39,40,.3);
    }

    .header-content small {
        max-width: 80.5rem !important;
        margin: 0 auto 15px;
        text-shadow: 5px 3px 9px rgba(25,39,40,.3);
        color: #fff;
        font-size: 14px;
        display: block;
        text-transform: uppercase;
    }

    .r-home-search {
        margin-top: 1.25rem;
    }

    .home-search-form-container {
        width: 80.5rem;
        max-width: 100%;
        margin: 0 auto;
    }

    .search-container {
        height: 6.7125rem;
        border: .3875rem solid #fff;
        margin: 0 auto;
        width: 100%;
        font-size: 1.125rem;
        background-color: #fff;
        overflow: hidden;
        box-shadow: .06538rem .93519rem 1.85625rem .01875rem rgba(25,39,40,.27);
        border-radius: 6px;
    }

    .search-container-search-txt {
        display: inline-block;
        height: 100%;
        padding: 0 2rem;
        font-size: 2.125rem;
        width: 72%;
        background-color: #fff;
        float: left;
        width: 66%;
        font-weight: 200;
        outline: none;
        border: 0;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        box-shadow: none;
    }

    .search-container-search-button {
        height: 6.1175rem;
        width: 28%;
        text-align: center;
        padding: 11px 0 !important;
        color: #fff;
        border-color: #fff;
        float: right;
        cursor: pointer;
        font-size: 28px !important;
        font-weight: 600;
        text-transform: capitalize;
        border: none;
    }

    .search-container select {
        -moz-appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
    }

    .cities-result .text-desc {
        display: none;
    }

    .text-desc {
        display: block;
    }

    .cities-result .banner {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 80px;
    }

        .main-slider .item {
            max-height: 700px !important;
        }

        .main-slider .img-thumbnail {
            padding: 0 !important;
            border: none !important;
            border-radius: 0 !important;
        }

    .see-more {
        margin: 5px 0 24px;
        text-align: center;
    }

        .see-more .a-new-button {
            text-align: center;
            min-width: 10.625rem;
            color: #0081c6;
            display: inline-block;
            background-color: #fff;
            border: 1px solid #0081c6;
            padding: 10px 60px;
            border-radius: 1000px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            font-size: 15px;
            font-weight: 200;
        }

            .see-more .a-new-button:hover {
                border-color: #fff;
                transition: background-color .5s ease;
                color: #fff;
                background-color: #0081c6;
                text-decoration: none;
            }

.daterangepicker-container, .daterangepicker-readonly-container {
    text-align: center;
    padding: 15px 0;
    min-height: 270px;
}

    .daterangepicker-readonly-container {
        font-size: 16px;
        margin-top: 5px;
    }

.daterangepicker-readonly-container .container__months {
    box-shadow: none;
}

.form-date-field #foldedDate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.a-field--enabled {
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    cursor: pointer;
    background-color: #f5f4f5;
    color: #333;
    padding-left: 40px;
    position: relative;
    border: 1px solid #ccc;
    text-transform: capitalize;
}

    .a-field--enabled[class*="--icon"]::before {
        font-family: FontAwesome;
        color: #ccc;
        position: absolute;
        left: 12px;
        top: -1px;
        font-size: 16px;
        text-align: center;
    }

    .a-field--enabled[class*="--icon-date"]::before {
        content: "\f133";        
        
    }

    .a-field--enabled[class*="--icon"]::after {
        font-family: FontAwesome;
        color: #666;
        position: absolute;
        right: 12px;
        font-size: 16px;
        text-align: center;
    }

    .a-field--enabled[class*="--icon-date"]::after {
        content: "\f107";
    }

.daterangepicker-container .litepicker {
    font-size: 14px;
    text-transform: capitalize;
}

.daterangepicker-container .month-item-weekdays-row {
    font-weight: bold;
}

.daterangepicker-container .litepicker .container__months {
    box-shadow: none;
}

.time-wrapper .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.time-wrapper .select2 .select2-selection {
    height: 42px !important;
    border-radius: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
    border-color: #f5f4f5 !important;
    background-color: #f5f4f5 !important;
}

.time-wrapper .select2-container--bootstrap .select2-selection {
    border: 0;
}

.time-wrapper .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.time-wrapper .select2-container--bootstrap .select2-selection--single {
    padding: 0;
}



.time-wrapper .select2 .select2-selection__rendered {
    padding-right: 50px !important;
    padding-left: 40px !important;
    line-height: 40px;
    color: #333 !important;
    border: 1px solid #ccc;
    font-family: 'Mulish', sans-serif !important;
}

    .time-wrapper .select2 .select2-selection__rendered::before {
        font-family: FontAwesome;
        content: "\f017";
        font-size: 20px;
        color: #ccc;
        position: absolute;
        left: 12px;
    }



.time-wrapper .select2 .select2-selection__arrow::after {
    font-family: FontAwesome;
    text-decoration: inherit;
    content: "\f107";
    text-align: left;
    color: #666;
    line-height: 40px !important;
    font-size: 16px;
    position: absolute;
    right: 0;
}

.time-wrapper .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.service-detail-wrapper .select2.select2-container--open:not(._tranfer-select) .select2-selection__rendered {
    background-color: #79797c;
}

.--timer .select2-dropdown .select2-results__option {
    line-height: 150%;
    min-height: 32px;
    display: flex;
    align-items: center;
    padding-left: 40px !important;
}

.select2-container--bootstrap .select2-results__option[aria-disabled="true"] {
    display: none;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #efefef !important;
    color: #333 !important;
}

.select2.select2-container--open .select2-selection__rendered, .select2.select2-container--open .select2-selection__rendered .select2-selection__placeholder, .select2.select2-container--open .select2-selection__rendered::before {
    color: #fff !important;
}

.time-wrapper .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection__arrow::after {
    color: #fff;
}

.m-dropdown__header {
    border: 1px solid #ccc;
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    background-color: #f5f4f5;
    color: #333 !important;
    display: block;
    font-weight: 200;
    width: 100%;
    position: relative;
}

a.m-dropdown__header:hover, a.m-dropdown__header:focus, a.m-dropdown__header:active {
    text-decoration: none;
}

.m-dropdown__header::before {
    position: absolute;
    left: 12px;
    content: "\f0c0";
    font-size: 16px;
    color: #ccc;
    font-family: FontAwesome;
    top: 8px;
}

.m-dropdown__header::after {
    font-family: FontAwesome;
    text-decoration: inherit;
    content: "\f107";
    text-align: left;
    color: #666;
    line-height: 40px !important;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 0;
}

.dropdown--active .m-dropdown__header {
    color: #fff !important;
    background-color: #79797c !important;
}

.item-hotel-heading img {
    margin-top: -3px;
}

.inline-display {
    display: inline;
}

.item-subheading {
    margin: 6px 0;
}

    .item-subheading .item-hotel-subheading-desc {
        color: #0081c6;
    }

.item-content.form-inline .checkbox, .item-content.form-inline .checkbox .full-width {
    width: 100%;
}

div.fare-pack {
    display: block;
    text-align: center;
    font-size: 12px;
    color: var(--grey-color, #5E6D77);
    margin-bottom: 10px;
}


    .item-service a:hover {
        text-decoration: none;
        
    }

.item-service .st-center-y a:hover {
    color: #fff;
}

@media (max-width: 768px) {

    div.fare-pack {
        display: none;
    }

    .destination-item .image .content .title {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.featured-carousel-list {
    z-index: 0 !important;
}

.slick-slide img {
    display: block;
    width: 100%;
}


video {
    width: 100%;
    height: auto;
}

.viewport-header {
    position: absolute;
    bottom: 50px;
    left:75px;
   
}

    .viewport-header h1 {
        color: white;
        font-size: 62px;
        font-weight: bold;
    }

    .nmargin {
        margin-right: -15px;
        margin-left: -15px;
    }

@media screen and (max-width: 450px) {
    .viewport-header {
        position: static;
        text-align: center;
        margin-top: -80px;
    }

        .viewport-header h1 {
            font-size: 32px;
        }
}

.about-banner {
    margin-left: -15px;
    margin-right: -15px;
}

.about-banner .container-fluid, .about-banner .col-sm-4 {
    overflow: hidden;
    padding: 0 !important;
}

.folio-item {
    position: relative;    
}

.folio-image {
    transition: all 0.8s ease-in-out;
    background-position: center center;
    background-size: cover;
    height: 250px;
}

fieldset.payment-methods ul {
    margin: 0;
    padding: 0;
}

fieldset.payment-methods li {
    transition: all .2s ease-out;
    border-radius: 3px;
    display: block;
    font-size: 1em;
    border: 1px solid #d6d6d6;
    margin-bottom: 10px;
    line-height: 100%;
    position: relative;
    cursor: pointer;
    padding: 0;
}

fieldset.payment-methods li:before {
    transition: all .2s ease-out;
    border-radius: 3px;
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border: 2px solid #4a90e2;
    opacity: 0;
    display: inherit;
}

fieldset.payment-methods li.gb--selected:before {
    border-radius: 3px;
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border: 2px solid #4a90e2;
    opacity: 1;
    display: inherit;
}

fieldset.payment-methods li input[type=radio] {
    position: absolute;
    top: 35%;
    left: 15px;
    margin: 0;
}


    fieldset.payment-methods li label {
        padding: 15px 10px 15px 40px;
        width: 100%;
        position: relative;
        line-height: 1.3;
        margin-bottom: 0;
        margin-top: 0;
        display: inline-block;
        white-space: normal;
        cursor: pointer;
    }

    .cards-list {
        padding-top: 20px;
        clear: both;
        margin-bottom: 10px;
    }

.cards-list div.card-item {
    list-style: none;
    display: inline-block;
    text-align: center;
}

    .cards-list div.card-item a {
        padding: 10px;
        display: block;
        border: 1px solid #d6d6d6;
        transition: all .2s ease-out;
        border-radius: 3px;
        position: relative;
    }


        .cards-list div.card-item a:before {
            transition: all .2s ease-out;
            border-radius: 3px;
            content: "";
            position: absolute;
            top: -1px;
            bottom: -1px;
            left: -1px;
            right: -1px;
            border: 2px solid #4a90e2;
            opacity: 0;
            display: inherit;
        }

    .cards-list div.card-item.active a:before {
        border-radius: 3px;
        content: "";
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        border: 2px solid #4a90e2;
        opacity: 1;
        display: inherit;
    }

    #map {
        margin-left: -15px;
        margin-right: -15px;
    }

    #map iframe {
        width: 100%;
        height: 500px;
    }

    .no-margin {
        padding: 0;
    }

.panel-bridge .panel-body {
    padding: 15px;
}

/*Tabla resumen*/

.flight-brief {
    font-size: 14px;
    margin-bottom: 30px;
}

    .flight-brief .col-fix {
        float: left;
        display: block;
        width: 40%;
    }

        .flight-brief .col-fix ul li:first-child {
            background: #0081c6;
            color: #ffffff;
            font-weight: bold;
            text-transform: uppercase;
        }

    .flight-brief .col-slider {
        float: left;
        display: block;
        width: 60%;
    }

        .flight-brief .col-slider .flight-item {
            display: inline-block;
        }

        .flight-brief .col-slider .slick-prev,
        .flight-brief .col-slider .slick-next {
            top: 61%;
            width: 25px;
            height: 25px;
        }

        .flight-brief .col-slider .slick-prev {
            left: -12px;
            z-index: 10;
        }

        .flight-brief .col-slider .slick-next {
            right: -12px;
        }

        .flight-brief .col-slider .slick-disabled {
            display: none !important;
        }

        .flight-brief .col-slider .slick-prev:before,
        .flight-brief .col-slider .slick-next:before,
        .flight-brief .col-slider .slick-prev::before,
        .flight-brief .col-slider .slick-next::before {
            font-family: 'FontAwesome', sans-serif;
            color: #ff7802;
            background: #ffffff;
            border: 1px solid #ffffff;
            display: block;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            opacity: 1;
            font-size: 25px;
        }

        .flight-brief .col-slider .slick-next::before {
            content: '\f138';
        }

        .flight-brief .col-slider .slick-prev::before {
            content: '\f137';
        }

    .flight-brief ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flight-brief ul li {
            line-height: 40px;
            border-top: 1px solid #c2c2c2;
            border-left: 1px solid #c2c2c2;
            text-align: center;
            background: #ffffe0;
        }

            .flight-brief ul li:first-child {
                background: #ffffff;
            }

            .flight-brief ul li:last-child {
                border-bottom: 1px solid #c2c2c2;
            }

            .flight-brief ul li.flight-item-header {
                height: 41px;
                text-align: center;
                overflow: hidden;
            }

                .flight-brief ul li.flight-item-header img {
                    display: inline-block;
                    width: auto;
                }

            .flight-brief ul li.best-price span {
                background: #ff7802;
                color: #ffffff;
                padding: 10px;
                font-weight: 600;
            }

    .flight-brief:after {
        clear: both;
        display: block;
        content: "";
        height: 1px;
    }

.flight-brief  .col-slider img {
    width: auto !important;
}

@media (min-width: 480px) {
    .flight-brief .col-slider.col-1 .slick-track {
        width: 100% !important;
    }

        .flight-brief .col-slider.col-1 .slick-track .flight-item {
            width: 100% !important;
        }
}

@media (min-width: 768px) {
    .flight-brief .col-fix {
        width: 20%;
    }

    .flight-brief .col-slider {
        width: 80%;
    }

        .flight-brief .col-slider.col-2 .slick-track {
            width: 100% !important;
        }

            .flight-brief .col-slider.col-2 .slick-track .flight-item {
                width: 50% !important;
            }
}

@media (min-width: 992px) {
    .flight-brief .col-slider.col-3 .slick-track {
        width: 100% !important;
    }

        .flight-brief .col-slider.col-3 .slick-track .flight-item {
            width: 33.33% !important;
        }
}

@media (min-width: 1280px) {
    .flight-brief .col-fix {
        width: 12%;
    }

    .flight-brief .col-slider {
        width: 88%;
    }

        .flight-brief .col-slider.col-4 .slick-track {
            width: 100% !important;
        }

            .flight-brief .col-slider.col-4 .slick-track .flight-item {
                width: 25% !important;
            }
}

.flight-brief ul li.filterable:hover, .flight-brief ul li.item-hover {
    background: rgba(255,120,2,0.3);
}

.flight-brief ul li.item-active {
    background-color: #fff;
}

.flight-brief ul li.filterable, .flight-brief ul li.filterable span {
    cursor: pointer;
}

/*Estilos Específicos de Aereos*/
.sub-item {
    position: relative
}

.item-heading {
    color: #757575;
    background: #ffffff;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 0 1.75%;
    font-size: 113%;
}

@media (min-width: 768px) {
    .radio input[type="radio"] {
        margin-top: 17px;
        left: 28px;
    }
}


.item-heading i:first-child {
    color: #0899c6;
    position: relative;
}

        .item-heading i:first-child:after {
            content: "";
            position: absolute;
            border-bottom: 2px solid #0899c6;
            width: 50%;
            left: -2px;
            top: auto;
            bottom: -5px;
        }

    .item-heading i.fa-rotate-180:after {
        bottom: auto;
        left: auto;
        right: -2px;
        top: -7px;
        margin-top: 0;
    }

    .item-heading span {
        display: inline-block;
    }

        .item-heading span.sub-item-id {
            font-weight: bold;
            text-transform: uppercase;
            margin-right: 5px;
            padding-left: 10px;
        }

        .item-heading span.block-sm {
            display: block;
            clear: left;
        }

            .item-heading span.block-sm i {
                font-size: 80%;
                color: #ff7802;
            }

.item-box-content {
    background: #ffffff;
    padding: 10px 0 0 0;
    color: #757575;
}

    .item-box-content label {
        min-height: 30px;
        position: relative;
        display: block;
        padding-bottom: 10px;
        padding-left: 0;
    }

    .item-box-content span,
    .item-box-content a {
        line-height: 30px;
        display: block;
        float: left;
        margin: 0;
    }

    .item-box-content > label > span,
    .item-box-content > label > a {
        padding: 0 1%;
    }

    .item-box-content .flight-ico {
        height: 100%;
        text-align: center;
        width: 25%;
    }

        .item-box-content .flight-ico img {
            max-height: 30px;
            padding-left: 13px;
            max-width: 100%;
        }

    .item-box-content .flight-desc {
        width: 26%;
        height: 30px;
        overflow: hidden;
        text-align: center;
        font-size: 60%;
    }

        .item-box-content .flight-desc span {
            line-height: 14px;
            padding: 0;
            display: inline;
        }

            .item-box-content .flight-desc span.flight-connexions-text {
                font-weight: bold;
                width: 100%;
                line-height: 15px !important;
                display: block !important;
                position: relative;
                text-align: center;
                color: #ff7802;
            }

            .item-box-content .flight-desc span.flight-duration {
                display: block;
                width: 100%;
            }

    .item-box-content .flight-time {
        width: 20%;
        text-align: center;
    }

        .item-box-content .flight-time .time {
            font-weight: bold;
            padding-right: 2px;
            float: none;
        }

    .item-box-content .flight-detail {
        font-weight: bold;
        width: 9%;
        text-align: center;
    }

        .item-box-content .flight-detail i {
            color: #ff7802;
            padding-left: 0;
        }

            .item-box-content .flight-detail i:hover {
                color: #ff7802;
            }

        .item-box-content .flight-detail span {
            display: none;
            color: #ff7802;
        }

        .item-box-content .flight-detail:hover {
            text-decoration: none;
            color: #ff7802;
        }

@media (min-width: 600px) {
    .item-heading span.block-sm {
        display: inline;
        padding-left: 10px;
        clear: none;
    }
}

@media (min-width: 768px) {
    .item-heading {
        padding: 10px 15px 10px 5px;        
    }

    .item-box-heading {
        line-height: 25px;
        background: #d6d6d6;
        font-weight: bold;
        text-align: right;
    }

        .item-box-heading span {
            display: inline-block;
            padding: 0 5px;
            text-align: center;
        }

        .item-box-heading .flight-time {
            width: 14.7%;
        }

        .item-box-heading .flight-duration {
            width: 30%;
        }

    .item-box-content {
        margin-top: 0;
    }

        .item-box-content label {
            min-height: 50px;
        }

        .item-box-content span,
        .item-box-content a {
            line-height: 50px;
            text-align: center;
        }

        .item-box-content > label > span,
        .item-box-content > label > a {
            padding: 0 5px;
        }

        .item-box-content .flight-ico {
            width: 13%;
            text-align: center;
        }

        .item-box-content .flight-desc {
            width: 25%;
            font-size: 90%;
            height: 50px;
        }

            .item-box-content .flight-desc span {
                padding: 0 5px;
                line-height: 30px;
            }

                .item-box-content .flight-desc span.flight-connexions-text {
                    font-size: 80%;
                    color: #757575;
                }

                .item-box-content .flight-desc span.flight-airport {
                    color: #ff7802;
                }

                .item-box-content .flight-desc span.flight-connexions {
                    color: #0899c6;
                    font-size: 118%;
                    bottom: 0;
                    position: relative;
                    padding: 0 2px;
                }

                    .item-box-content .flight-desc span.flight-connexions .orange {
                        display: none;
                        color: #ff7802;
                    }

                    .item-box-content .flight-desc span.flight-connexions.true-connexion .orange {
                        display: inline-block;
                    }

        .item-box-content .flight-time {
            width: 16%;
        }

            .item-box-content .flight-time span {
                float: none;
                display: inline;
            }

            .item-box-content .flight-time .time {
                font-size: 100%;
                padding-right: 5px;
            }

        .item-box-content .flight-duration {
            width: 24%;
            font-size: 100%;
        }

        .item-box-content .flight-detail {
            width: 6%;
            font-size: 100%;
            text-align: right;
        }

            .item-box-content .flight-detail.active i:before {
                content: "\f056";
            }
}

@media (min-width: 992px) {
    .item-box-heading span {
        padding: 0 15px;
    }

    .item-box-heading .flight-time {
        width: 14.5%;
    }

    .item-box-heading .flight-duration {
        width: 21%;
        margin-right: 13%;
    }

    .item-box-content {
        margin-top: 0;
    }

        .item-box-content label {
            min-height: 50px;
        }

        .item-box-content a {
            line-height: 50px;
            text-align: center;
        }

        .item-box-content > label > span,
        .item-box-content > label > a {
            padding: 0 1.815%;
        }

        .item-box-content .flight-ico {
            width: 15%;
            text-align: center;
        }

            .item-box-content .flight-ico img {
                max-height: 35px;
                max-width: 100%;
            }

        .item-box-content .flight-desc {
            width: 22%;
            height: 50px;
        }

            .item-box-content .flight-desc span.flight-connexions-text {
                font-size: 14px;
                color: #757575;
            }

            .item-box-content .flight-desc span.flight-connexions {
                color: #0899c6;
                font-size: 120%;
                bottom: 0;
                position: relative;
                padding: 0 2px;
            }

                .item-box-content .flight-desc span.flight-connexions .orange {
                    display: none;
                    color: #ff7802;
                }

                .item-box-content .flight-desc span.flight-connexions.true-connexion .orange {
                    display: inline-block;
                }

        .item-box-content .flight-time {
            width: 15%;
        }

            .item-box-content .flight-time span {
                float: none;
                display: inline;
            }

            .item-box-content .flight-time .time {
                padding-right: 5px;
            }

        .item-box-content .flight-duration {
            width: 18%;
        }

        .item-box-content .flight-detail {
            width: 15%;
            font-size: 90%;
            text-align: right;
        }

            .item-box-content .flight-detail span {
                display: inline;
                text-align: right;
                float: none;
            }

                .item-box-content .flight-detail span:after {
                    content: "\f055";
                    font-family: "FontAwesome", sans-serif;
                    padding-left: 5px;
                    color: #0899c6;
                }

            .item-box-content .flight-detail.active span:after {
                content: "\f056";
            }

            .item-box-content .flight-detail i {
                display: none;
            }
}
/*Detail styles*/
.flight-detail-box {
    position: fixed;
    top: 0;
    left: 0;
    background: #efefef;
    height: 100%;
    z-index: 20;
    display: none;
    border-top: 2px solid #0899c6;
    padding: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .flight-detail-box h3 {
        color: #0899c6;
        margin: 0 0 10px 0;
    }

        .flight-detail-box h3 span i {
            -webkit-transition: 0.4s ease-out;
            -moz-transition: 0.4s ease-out;
            transition: 0.4s ease-out;
        }

        .flight-detail-box h3 span:hover i {
            color: #232323;
            transition: 0.4s;
            -webkit-transform: rotatez(90deg);
            -moz-transform: rotatez(90deg);
            transform: rotatez(90deg);
        }

    .flight-detail-box.collapsing {
        transition: height ease 0.6s;
    }

    .flight-detail-box span {
        line-height: 30px;
        text-align: left;
        padding-left: 5px;
    }

    .flight-detail-box .detail-flight-title {
        float: none;
        font-size: 100%;
        padding: 5px 0;
        line-height: 100%;
        text-align: left;
    }

    .flight-detail-box .detail-flight-place {
        font-size: 12px;
        width: 100%;
        padding-top: 15px;
        line-height: 20px;
    }

    .flight-detail-box .detail-flight-time {
        font-size: 14px;
        font-weight: 600;
        color: #0899c6;
    }

        .flight-detail-box .detail-flight-time.dark {
            color: #757575;
        }

    .flight-detail-box .icon-direction {
        padding-top: 40px;
    }

    .flight-detail-box .detail-flight-cell {
        padding-top: 20px;
        font-size: 13px;
        line-height: 100%;
    }

        .flight-detail-box .detail-flight-cell .detail-heading {
            font-size: 14px;
            width: 100%;
        }

    .flight-detail-box .detail-flight-plane {
        background: #ffffff;
        padding: 10px;
        width: 100%;
        margin-top: 20px;
    }

    .flight-detail-box .col-xs-5,
    .flight-detail-box .col-xs-4,
    .flight-detail-box .col-xs-3,
    .flight-detail-box .col-xs-2 {
        padding: 0 5px;
    }

@media (min-width: 768px) {
    .flight-detail-box {
        height: auto;
        padding-bottom: 20px;
        position: relative;
        border-bottom: 2px solid #0899c6;
        overflow-x: hidden;
    }
}

@media (min-width: 992px) {
    .flight-detail-box {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        margin-bottom: -10px;
        overflow: hidden;
        border-bottom: 0;
    }

        .flight-detail-box.collapsing {
            transition: height ease 0.6s;
        }

        .flight-detail-box h3 {
            display: none;
        }

        .flight-detail-box span {
            float: none;
            line-height: 30px;
            text-align: left;
            padding-left: 5px;
        }

        .flight-detail-box .detail-flight-title {
            font-size: 100%;
            padding: 10px 0;
        }

        .flight-detail-box .detail-flight-place {
            font-size: 11px;
            width: 100%;
            padding-top: 15px;
            line-height: 20px;
        }

        .flight-detail-box .detail-flight-time {
            font-size: 14px;
            font-weight: 600;
            color: #0899c6;
            display: inline-block;
        }

            .flight-detail-box .detail-flight-time.dark {
                color: #757575;
            }

        .flight-detail-box .icon-direction {
            padding-top: 40px;
        }

        .flight-detail-box .detail-flight-cell {
            font-size: 13px;
            text-align: center;
        }

            .flight-detail-box .detail-flight-cell .detail-heading {
                padding-left: 0;
                text-align: center;
                font-size: 16px;
                width: 100%;
            }

        .flight-detail-box .detail-flight-plane {
            background: #ffffff;
            padding: 10px;
            width: 100%;
            margin-top: 20px;
        }
}

@media (min-width: 992px) and (max-width: 1366px) {
    .item-box-content > label > span,
    .item-box-content > label > a {
        padding: 0 1%;
    }

    .item-box-heading span {
        padding: 0 1%;
    }

    .item-box-heading .flight-duration {
        margin-right: 0;
        width: 34%;
    }

    .item-box-content .flight-desc {
        font-size: 90%;
    }

        .item-box-content .flight-desc span {
            padding: 0 2px;
        }

    .item-box-content .flight-time .time {
        font-size: 100%;
    }

    .item-box-content .flight-duration {
        font-size: 80%;
        width: 18%;
    }

    .item-box-content .flight-detail {
        font-size: 85%;
    }

    .content-item .promo {
        line-height: 30px;
    }
}

/*Estilos del box de Precio*/
.fare-box {
    margin-left: 0;
    text-align: center;
    padding: 0 15px;
    position: relative;
    display: block
}

    .fare-box .fare-left {
        width: 49%;
        float: left
    }

    .fare-box .fare-right {
        width: 49%;
        float: right;
        padding-right: 20px
    }

    .fare-box span {
        display: block;
        position: relative
    }

        .fare-box span.fare-per-pax {
            line-height: 20px;
            padding-top: 20px;
            font-size: 12px
        }

        .fare-box span.fare-total {
            font-size: 20px;
            line-height: 105%;
            color: #232323;
            text-align: center;
            padding: 5px 0
        }

            .fare-box span.fare-total .fare-total-detail {
                width: 100%;
                font-size: 12px;
                margin-left: 0;
                margin-right: 0;
                padding: 0;
                line-height: 100%
            }

            .fare-box span.fare-total .detail-3d {
                display: none
            }

        .fare-box span.fare-note {
            text-align: left;
            color: #757575;
            font-size: 11px;
            margin-top: 10px
        }

    .fare-box .fare-review-box {
        display: block;
        position: relative
    }

        .fare-box .fare-review-box .fare-review {
            padding: 0 20px
        }

            .fare-box .fare-review-box .fare-review hr {
                border-top: 2px dashed rgba(0, 0, 0, .5);
                margin: 5px 0
            }

            .fare-box .fare-review-box .fare-review dl,
            .fare-box .fare-review-box .fare-review dt,
            .fare-box .fare-review-box .fare-review dd {
                margin: 0
            }

            .fare-box .fare-review-box .fare-review dl {
                width: 100%;
                overflow: hidden;
                position: relative;
                background: rgba(0, 0, 0, .1);
                z-index: 1;
                font-size: 80%;
                padding-bottom: 10px;
                margin-bottom: 10px
            }

            .fare-box .fare-review-box .fare-review dt {
                display: inline-block;
                vertical-align: top;
                width: 47%;
                padding: 5px;
                position: relative;
                text-align: left;
                font-weight: 400;
                line-height: 80%
            }

                .fare-box .fare-review-box .fare-review dt.fare-sub-total {
                    font-weight: 700;
                    font-size: 110%
                }

                .fare-box .fare-review-box .fare-review dt.fare-last {
                    color: #ff7802;
                    font-size: 150%;
                    font-weight: 700
                }

            .fare-box .fare-review-box .fare-review dd {
                display: inline-block;
                vertical-align: top;
                width: 50%;
                padding: 5px;
                position: relative;
                text-align: right;
                line-height: 80%
            }

                .fare-box .fare-review-box .fare-review dd.fare-sub-total {
                    font-weight: 700;
                    font-size: 130%
                }

                .fare-box .fare-review-box .fare-review dd.fare-last {
                    color: #ff7802;
                    font-size: 150%;
                    font-weight: 700
                }

                .fare-box .fare-review-box .fare-review dt:nth-child(4n+1):after,
                .fare-box .fare-review-box .fare-review dd:nth-child(4n+2):after {
                    content: " ";
                    position: absolute;
                    display: block;
                    left: -999em;
                    top: 0;
                    bottom: 0;
                    right: -999em;
                    z-index: -1
                }

    .fare-box a.fare-review-btn {
        display: block;
        text-align: center;
        line-height: 30px;
        font-size: 12px;
        text-decoration: underline;
        color: #232323;
        position: relative
    }

    .fare-box input[type="submit"], .fare-box button {
        margin-top: 20px;
        position: relative
    }

    .fare-box a.fare-input {
        font-size: 150%;
    }

@media (min-width: 768px) {
    .fare-box {
        margin-left: -45px;
        margin-right: -30px;
        text-align: center
    }

        .fare-box .fare-left,
        .fare-box .fare-right {
            width: 100%;
            float: none;
            padding-right: 0
        }

        .fare-box .fare-right {
            padding: 0 20px
        }

        .fare-box .fare-review-box .fare-review {
            padding: 0 10px
        }

            .fare-box .fare-review-box .fare-review dl {
                width: 100%;
                overflow: hidden;
                position: relative;
                z-index: 1;
                font-size: 80%;
                padding-bottom: 0
            }

        .fare-box span {
            width: 100%
        }

            .fare-box span.fare-per-pax {
                line-height: 50px;
                padding-top: 0
            }

            .fare-box span.fare-total {
                font-size: 35px;
                color: #0081c6;
                text-align: center;
                padding: 15px 0
            }

                .fare-box span.fare-total .detail-3d {
                    display: block;
                    width: 0;
                    height: 0;
                    border-top: 5px solid #757575;
                    border-right: 10px solid transparent;
                    left: auto;
                    right: 0;
                    bottom: -5px;
                    top: auto;
                    position: absolute
                }

            .fare-box span.fare-note {
                text-align: left;
                color: #757575;
                font-size: 12px
            }

    /*input[type="submit"] {
        font-size: 150%;
        margin-top: 30px;
        position: relative;
        width: 100%;
        left: auto;
        right: auto;
        top: auto
    }*/
}

.flight-detail-box .detail-flight-time-connection {
    font-size: 80%;
    line-height: 1.5em;
    display: block;
    background: #0899c6;
    color: #fff;
    width: auto;
    clear: both;
    margin: 15px 15px 0 15px;
    font-weight: 400;
    text-align: center;
}

    .flight-detail-box .detail-flight-time-connection span {
        display: inline;
        float: none;
        line-height: 20px;
    }

    .flight-detail-box .detail-flight-time-connection i {
        padding-right: 5px;
        font-size: 120%;
    }

    .flight-detail-box .detail-flight-time-connection .connection-text-duration {
        font-weight: 700;
    }

    .flight-detail-box .detail-flight-time-connection .connection-type {
        display: inline-block;
        line-height: 20px;
    }
    
    /*


.steppers {
    margin-top: 50px;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}


.bg-color {
    background-color: #333;
}


.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 65%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

.wizard .nav-tabs > li.active > a i {
    color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 33.33%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

    .wizard .nav-tabs > li a i {
        position: absolute;
        top: -15px;
        font-style: normal;
        font-weight: 400;
        white-space: nowrap;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.next-step {
    background-color: #0db02b;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
*/
.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 38px;
        padding: .375rem .75rem;
        line-height: 2;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0;
    }

.footer-link {
    margin-top: 30px;
}

.all-info-container {
}

.list-content {
    margin-bottom: 10px;
}

    .list-content a {
        padding: 10px 15px;
        width: 100%;
        display: inline-block;
        background-color: #f5f5f5;
        position: relative;
        color: #565656;
        font-weight: 400;
        border-radius: 4px;
    }

        .list-content a[aria-expanded="true"] i {
            transform: rotate(180deg);
        }

        .list-content a i {
            text-align: right;
            position: absolute;
            top: 15px;
            right: 10px;
            transition: 0.5s;
        }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav > li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

    input[type="checkbox"]::before,
    input[type="checkbox"]::after {
        position: absolute;
        content: "";
        display: inline-block;
    }

    input[type="checkbox"]::before {
        height: 16px;
        width: 16px;
        border: 1px solid #999;
        left: 0px;
        top: 0px;
        background-color: #fff;
        border-radius: 2px;
    }

    input[type="checkbox"]::after {
        height: 5px;
        width: 9px;
        left: 4px;
        top: 4px;
    }

    input[type="checkbox"]:checked::after {
        content: "";
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(-45deg);
    }

    input[type="checkbox"]:checked::before {
        background-color: #18ba60;
        border-color: #18ba60;
    }






@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }

    .wizard .nav-tabs > li a i {
        display: none;
    }

    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }

    .signup-logo-header .logo_area {
        margin-top: 0;
    }

    .signup-logo-header .header-flex {
        display: block;
    }

    .contact-section .ct-left {
        height: 600px !important;        
    }

    .contact-section .ct-bg {        
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .ct-slogan {
        font-size: 22px !important;
        margin: 50px auto !important;
    }
}

.activity-panel-image {
    padding: 0;
}

.activity-panel-body {
    padding-bottom: 20px
}

.activity-panel-price {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}


#offcanvasMain {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
}

    #offcanvasMain.active {
        display: block;
    }

.offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1001;
    width: 290px;
    max-width: 100%;
    padding: 0 20px;
    background-color: #444;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.offcanvas-bar a {
    color: #fff;
}


#offcanvasMain.active .offcanvas-bar {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

#offcanvasMain .back-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: grey;
    padding-left: 22px;
    opacity: 0.8;
    text-decoration: none;
    -webkit-transition: left .3s ease, opacity .3s ease;
    transition: left .3s ease, opacity .3s ease;
    background: #333;
}

    #offcanvasMain .back-menu .fa {
        font-size: 22px;
        margin-right: 10px;
    }

#offcanvasMain.active .back-menu {
    opacity: 1;
    left: 0;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.offcanvas-bar .panel {
    border: none;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.offcanvas-bar .panel-heading {
    background: transparent;
    margin: 10px 0;
    padding-bottom: 5px;
    text-transform: none;
}

    .offcanvas-bar .panel-heading .panel-title a:hover,
    .offcanvas-bar .panel-heading .panel-title a:active,
    .offcanvas-bar .panel-heading .panel-title a:focus {
        text-decoration: none;
    }

    .offcanvas-bar .panel-heading .panel-title a .fa-angle-down, .tit-menu-idioma .fa-angle-down, .nav-offcanvas a .fa-angle-down {
        margin: 6px 0;
        float: right;
    }

    .offcanvas-bar .panel-heading .panel-title {
        margin: 5px 0;
        padding: 8px 0;
        color: #c5c5c5;
        border-bottom: 1px solid #666;
        font-size: 13px;
    }

    .offcanvas-bar .panel-heading:before {
        display: none;
    }

    .offcanvas-bar .panel-group {
        margin-bottom: 0px;
    }

.carro-lateral {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
    .carro-lateral li {
        margin: 5px 0px !important;
        padding: 8px 0px !important;
        border-bottom: 1px solid #666 !important;
        position: relative;
        width: 100%;
        font-size: 13px;
    }

        .carro-lateral li div, .carro-lateral li span {
            max-width: 220px !important;
            color: #c5c5c5;
        }

        .carro-lateral li .bco {
            color: #fff !important;
        }

.tit-menu-idioma {
    margin: 0;
    padding: 10px 0;
    color: #fff;
    border-bottom: 1px solid #666;
}

.tit-menu-idioma-item {
    margin: 5px 0;
    padding: 8px 0 8px 38px;
    font-style: italic;
    border-bottom: 1px solid #666;
    color: #fff;
    font-size: 13px;
}

.tit-menu-idioma-item:first-child {
    margin-top: 0;
}

    .tit-menu-idioma-item a {
        color: #818181;
    }

        .tit-menu-idioma-item a:hover {
            color: #fff;
            text-decoration: none;
        }

.tit-menu-idioma-item img {
    margin-right: 5px;
}

.uk-nav-offcanvas {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .uk-nav-offcanvas li {
        display: block;
        padding: 0;
    }

        .uk-nav-offcanvas li a {
            display: block;
            padding: 10px 0;
            color: #ccc;
            border-bottom: 1px solid rgba(241, 241, 241, 0.2);
        }

            .uk-nav-offcanvas li a:hover, .uk-nav-offcanvas li a:active, .uk-nav-offcanvas li a:focus {
                color: #fff;
                text-decoration: none;
            }

        .uk-nav-offcanvas li.menu-item-has-child > a:after {
            content: "\f105";
            font-family: FontAwesome;
            display: block;
            float: right;
            margin-right: 10px;
            -webkit-transition: all linear 0.2s;
            transition: all linear 0.2s;
        }

        .uk-nav-offcanvas li.menu-item-has-child.active > a:after {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .uk-nav-offcanvas li .submenu {
            display: none;
            padding: 0;
        }

            .uk-nav-offcanvas li .submenu a {
                padding-left: 40px;
                font-style: italic;
                color: rgba(255, 255, 255, 0.3);
            }
.oe-mtop {
    margin-top: 30px;
    margin-bottom: 20px;
}

.pie-slider {
    padding: 0 30px;
    background: #fff;
}

    .pie-slider h6 {
        margin: 5px 0;
        padding: 10px 0;
        font-size: 15px;
    }

    .pie-slider div.col-sm-6 {
        text-align: right;
        font-size: 14px;
    }

        .pie-slider div.col-sm-6 span:not(.ae) {
            margin: 0 10px;
        }

        .pie-slider div.col-sm-6 img {
            margin-left: 8px;
        }

    .pie-slider div.languages a {
        color: #000888;
    }

    .pie-slider div.languages a:hover, .pie-slider div.languages a:active, .pie-slider div.languages a:focus {
        text-decoration: none;
    }

.mod-lista-excu {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    max-width: 310px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 1px !important;
}


.bg-listados {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    width: 100%;
}

.modulo-destacados {
    margin: 0 0 15px 0;
}

    .modulo-destacados p {
        font-size: 14px !important;
        color: #444;
    }

    .modulo-destacados section {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .modulo-destacados section span {
            display: block;
            position: relative;
            background: #fff;
            margin: 0 0 5px 0;
            height: 270px;
            overflow: hidden;
            background-position: center;
            background-size: cover;

        }

            .modulo-destacados section span .over {
                opacity: 0;
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                overflow: hidden;
                -moz-transition: all 0.5s ease-in-out 0s;
                -webkit-transition: all 0.5s ease-in-out 0s;
                -o-transition: all 0.5s ease-in-out 0s;
                transition: all 0.5s ease-in-out 0s;
                cursor: pointer;
            }

                .modulo-destacados section span .over:hover {
                    opacity: 1;
                    text-decoration: none;
                }

                .modulo-destacados section span .over div {
                    position: relative;
                    width: 100%;
                    height: 100%;
                    background: rgba(0,0,0,0.5);
                    padding: 10px 20px 20px 20px;
                }

                    .modulo-destacados section span .over div h6 {
                        margin: 5px 0 20px 0;
                        font-size: 18px;
                        font-weight: 400;
                        color: #fff;
                        line-height: 30px;
                    }

                        .modulo-destacados section span .over div h6 i {
                            margin: 0 6px 0 0;
                            font-size: 22px;
                            font-weight: 700;
                            color: #fff;
                        }

                    .modulo-destacados section span .over div p {
                        font-size: 16px;
                    }

                    .modulo-destacados section span .over div strong {
                        color: #999a9b;
                    }

            .modulo-destacados section span .masinfo {
                position: absolute;
                bottom: 20px;
                left: 20px;
            }

            .modulo-destacados section span .bg-deg-bco {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100% !important;
            }

.esconde-767 p {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -35px
}

.esconde-767 i {
    font-size: 70px;
    color: #fff;
}

.titulo-listado {
    border-bottom: 1px solid #E8EAEB;
    margin-bottom: 15px;
}

    .titulo-listado h2 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        height: 48px;
        overflow: hidden
    }

.precio-listado {
    font-size: 18px !important;
    color: #E83945 !important;
    font-weight: 700;
}

    .precio-listado small {
        color: #778088;
        font-weight: 400;
        font-size: 9px;
        display: block;
    }

    @media only screen and (min-device-width: 320px) and (max-device-width: 360px) {
        .precio-listado {
            font-size: 18px !important;
            margin: 0 !important;
        }

    .modulo-destacados section span .over div h6 {
        margin-bottom: 10px;
    }

    .modulo-destacados section span .over div p {
        font-size: 13px;
    }
}

.modulo-destacados .btn-primary {
    background: #E2314B;
    border: 1px solid #bd2126;
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-top: 10px;
}

@media only screen and (device-width: 1024px) {
    .precio-listado {
        font-size: 15px !important;
        padding: 10px 0 !important;
    }
}

.oe-bordered {
    border: 1px solid #ddd;
}

.oe-content-boxes {
    overflow: hidden;
}

.oe-border-grey, .oe-border-grey .fa-stack {
}

.oe-content-boxes {
    display: block;
    padding: 40px 20px 15px;
    margin: 10px 0;
}

.oe-content-boxes-white {
    background: #fff;
    color: #999;
}

.oe-content-boxes-center {
    text-align: center;
}

.oe-heading-2 {
    position: relative;
    margin-bottom: 30px;
    padding: 20px 0;
    color: #bd2126;
}

.oe-heading-3, .oe-heading-4, .oe-heading-5, .oe-heading-6 {
    position: relative;
    text-align: center;
    color: #294054;
    margin: 15px 0 !important;
}

.oe-shortcode-icon-boxes-animation-row .oe-content-boxes.oe-bordered {
    border-radius: 15px;
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
    border-color: #fff;
    text-align: center;
}

.oe-shortcode-icon-boxes-animation-row .owl-carousel .owl-item img {
    display: inline-block;
}

.oe-circle-dashed-border .fa-stack, .oe-circle-solid-border .fa-stack {
    backface-visibility: hidden;
    border-radius: 3.4em;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 6.8em;
    height: 6.8em;
    line-height: 6.8em;
}

.oe-circle-dashed-border .fa-stack, .oe-square-dashed-border .fa-stack {
    border: 1px dashed #fff;
    background: #bd2126;
    color: #fff;
}

.oe-square-dashed-border .fa-stack,
.oe-square-solid-border .fa-stack {
    backface-visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 7.1em;
    height: 7.1em;
    line-height: 7.1em;
}

    .oe-square-dashed-border .fa-stack:hover,
    .oe-square-solid-border .fa-stack:hover {
        border-style: solid;
    }

.oe-icon-boxes-hover-darken .fa-stack:hover {
    background: #fff;
    border-color: #fff;
}

    .oe-icon-boxes-hover-darken .fa-stack:hover i {
        color: #bd2126;
    }

.oe-icon-boxes-hover-white .fa-stack:hover {
    background: #fff;
    border-color: #444;
}

    .oe-icon-boxes-hover-white .fa-stack:hover i {
        color: #444;
    }

.oe-icon-boxes-hover-light .fa-stack:hover {
    background: #ddd;
}

    .oe-icon-boxes-hover-light .fa-stack:hover i {
        color: #444;
    }

.oe-icon-boxes-hover-double-border .fa-stack:hover i.circle-border,
.oe-icon-boxes-hover-double-border .fa-stack:hover i.square-border {
    border-width: 2px;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    border-color: inherit;
    border-style: inherit;
}

.oe-content-boxes h6 {
    margin: 25px 0 10px;
    font-size: 1.25em;
}

.oe-content-boxes p {
    margin-bottom: 20px;
    font-size: 14px;
}

.col-cel {
    color: #bd2126 !important;
}

.col-gris {
    color: #7f7f7f;
}

.oe-main-content {
    padding-top: 25px;
    padding-bottom: 20px;
}


.oe-border-grey .fa-stack i {
    color: #fff;
}

.fa.oe-icon-lg {
    font-size: 2.14em;
}

.oe-owl-carousel .owl-nav .owl-next, .oe-owl-carousel .owl-nav .owl-prev {
    position: relative;
    overflow: hidden;
    height: 50px;
    background: rgba(255,255,255,0.5) !important;
    opacity: 1 !important;
    border: 1px solid rgba(255,255,255,1) !important;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    width: 50px;
}

.oe-owl-carousel .owl-nav .fa {
    color: #fff;
    font-size: 15px;
}

.col-cel2 {
    color: #527087 !important;
    margin-top: 5px;
}

.datos-contacto {
    width: 100%;
    max-width: 1200px;
    color: #fff !Important;
    margin: 10px auto 0 auto !important;
    text-align: center !important;
}

    .datos-contacto span {
        margin-right: 30px;
        line-height: 30px;
        display: inline-block;
    }

        .datos-contacto span i {
            margin-right: 10px;
            vertical-align: middle;
        }

        .datos-contacto span a, .datos-contacto span a:hover {
            color: #fff !important;
        }

.panel-default {
    border-color: #ddd;
}

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #f3f3f3;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #f3f3f3;
    }

.panel-group-1 .panel-body {
    padding-bottom: 20px;
    padding-top: 15px;
    padding-right: 15px;
}

.panel-group {
    margin-bottom: 0px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0;
        overflow: hidden;
    }

        .panel-group .panel + .panel {
            margin-top: 0;
            border-top: 0;
        }

.panel-group-1 .panel-heading {
    border-bottom: 0;
    margin: 0 !important;
    position: relative;
}

        .panel-group .panel-heading + .panel-collapse .panel-body {
        }

        .panel-group .panel-heading > h4 {
            margin: 0;
            padding: 0;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #f3f3f3;
        }

.panel-title > a {
    padding: 10px;
    font-size: 14px;
    color: #484848;
    position: relative;
    display: block;
}

.offcanvas-bar .panel-title > a {
    color: #fff;
}

    .panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
        text-decoration: none;
    }

    .panel-title > a > div.edades {
        font-size: 12px;
        color: #999;
        margin: 0 !important;
        padding: 4px 0 0 0 !important;
    }

    .panel-title > a > .panel-icon {
        position: absolute;
        top: 0;
        display: block;
        padding-top: 10px;
        width: 30px;
        height: 100%;
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
        font-size: 0.9em;
        color: #bd2126 !important;
    }

    .panel-title > a > .panel-icon-left {
        left: 18px;
    }

    .panel-title > a > .panel-icon-right {
        right: 0;
    }

    .panel-title > a > .panel-icon-plus:before {
        content: "\f078";
    }

    .panel-title > a > .panel-icon-sort {
        top: 5px;
    }

        .panel-title > a > .panel-icon-sort:before {
            content: "\f0de";
        }

    .panel-title > a.collapsed > .panel-icon-plus:before {
        content: "\f054";
    }

    .panel-title > a.collapsed > .panel-icon-sort {
        top: -2px;
    }

        .panel-title > a.collapsed > .panel-icon-sort:before {
            content: "\f0dd";
        }

.panel-group-1 .panel-title > a {
    padding-left: 65px;
}

    .panel-group-1 .panel-title > a > .panel-icon {
        border-right: 1px solid #ddd;
    }

.panel-group-1 .panel-body {
    padding-left: 60px;
}

.contactModal .panel-heading:before {
    content: none;
}

.error {
    color: red;
}

.modulo-itinerario,
.modulo-itinerario-col {
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    margin-top: 20px;
    margin-bottom: 20px;
    color: #686868;
    border-radius: 15px;
}

.modulo-itinerario-col {
    padding: 8px 10px;
}

.modulo-itinerario h3 {
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}

    .modulo-itinerario h3 a {
        font-size: 22px;
        font-weight: 700;
        color: #1c79b5;
    }

.modulo-itinerario-col h6 {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 8px;
    font-size: 22px;
    font-weight: 400;
    color: #4e5255;
}

.encabezados-itinerario {
    background: #294054;
    padding: 10px;
    height: 60px;
    position: relative;
    border-radius: 15px;
}

.itinerarios-fechas {
    text-align: center;
    color: #fff;
    font-size: 24px !important;
    font-weight: 700;
    width: 100%;
    line-height: 20px;
}

    .itinerarios-fechas span {
        color: #527087;
        font-size: 16px;
        font-weight: 400 !important;
    }

.btn-sig,
.btn-ant {
    position: absolute;
    top: 8px;
    width: 34px;
    height: 34px;
    margin: 5px;
    border-radius: 50%;
    background: #adadad;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.btn-sig {
    right: 20px;
    padding: 2px 0 0 3px;
}

.btn-ant {
    left: 20px;
    padding: 2px 3px 0 0;
}

a.btn-sig,
a.btn-ant {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    background: #fff !important;
    color: #007bb9 !important;
    cursor: pointer;
}

    a.btn-sig:hover,
    a.btn-ant:hover {
        opacity: 0.8;
    }

    /* cronograma */

#lista-cronograma .item {
    border-width: 0;
    border-bottom: 3px solid #bd2126;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    display: block;
    padding: 7px 10px 4px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    min-width: 110px;
    margin: 0 10px;
}

    #lista-cronograma .item.active {
        box-shadow: 0 0 0 1px #bd2126;
    }

#lista-cronograma .item a {
    text-decoration: none;
    vertical-align: middle;
}

#lista-cronograma .owl-nav button:hover, #lista-cronograma .owl-nav button:active, #lista-cronograma .owl-nav button:focus {
    color: #333;
}

#lista-cronograma .item .crono-title {
    color: #bd2126;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    transition: 0.2s color;
    max-width: 200px;
    text-overflow: ellipsis;
}

    #lista-cronograma .item .crono-icon_boxed {
        background-color: #fff;
        border-radius: 50%;
        color: #fff;
        display: block;
        float: right;
        font-size: 20px;
        text-align: center;
        position: relative;
        right: -5px;
        top: -2px;
    }

    #lista-cronograma .item .crono-subtitle {
        clear: both;
        color: #383838;
        display: block;
        font-size: 12px;
        font-weight: normal;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transition: 0.2s color;
        transition: 0.2s color;
    }

        #lista-cronograma .item.active .crono-subtitle {
            font-weight: 700;
        }

        #lista-cronograma .owl-prev, #lista-cronograma .owl-next {
            position: absolute;
            top: 0;
            cursor: pointer;
            height: 100%;
            width: 60px;
            z-index: 100;
            margin: 0;
            padding: 0 10px;
        }

#lista-cronograma .owl-prev {
    left: -5px;
    background: linear-gradient(90deg, #eeeeee 25px, rgba(238, 238, 238, 0)) repeat-y;
    text-align: left;    
}

#lista-cronograma .owl-next {
    right: -5px;
    background: linear-gradient(270deg, #eeeeee 25px, rgba(238, 238, 238, 0)) repeat-y;
    text-align: right;
}

.m-p-0 {
    margin: 0 !important;
    padding: 0 !important;
}

.pagination {
    margin-top: 40px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #294054;
    border-color: #294054;
    z-index: 0;
}

.section {
    padding: 40px 0;
    position: relative;  
}

.section-gray {
    position: relative;
    background-color: #FAFAFA;
}

.tit {
    color: #333;
    font-weight: 500;
    padding: 18px 0 18px;
    font-weight: bold;
}

.panel-2 {
    padding: 20px;
    font-size: 14px;
    font-family: 'Mulish', Helvetica, Arial, sans-serif;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
    margin-bottom: 25px;
}

.panel-2 h4 {
    color: rgb(37, 42, 49) !important;
    font-size: 15px;
    font-weight: bold;
}

.pax-extra {
    text-align: left;
    color: rgb(37, 42, 49);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -.01em;
}

.pas-extra-elm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 20px;
    padding: 4px 0;
}

.pax-extra .pas-name {
    font-size: 13px;
    font-weight: bold;
}

.pax-extra .pas-extra-price {
    font-weight: 600;
    font-size: 14px;
    color: #bd2126;
    margin-top: 0;
    display: flex;
    padding-left: 15px
}

.mod-res-currency-simbol, .mod-res-unit_price {
    margin-right: 3px;
}

.mod_shift {
    margin-top: 30px;
    text-align: left;
    color: rgb(37, 42, 49);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -.01em;
}

    .mod_shift .shift {
        position: relative;
        padding-bottom: 18px;
    }

        .mod_shift .shift .r_line {
            margin: 0 35px;
        }

.single-line-combo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-line-combo-l {
    text-align: left;
    font-weight: 300;
}

.single-line-sup-turno {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #666;
    line-height: 22px;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.single-line-combo-r {
    text-align: right;
    font-weight: 300;
}

.t_line_h {
    position: relative;
    width: 100%;
    margin: 7px auto;
    background: #E2314B;
    background-position-x: 0%;
    background-image: none;
    background-size: auto;
    background-size: 200% 100% !important;
    background-position-x: 0;   
    height: 2px;
    transform: scaleY(0.75);
    z-index: 1;
}

    .t_line_h .str_dt {
        position: absolute;
        left: 0;
        top: -2.5px;
        content: "";
        display: block;
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background: #E2314B;
        border: 3px solid #E2314B;
        transform: scaleY(1.33);
    }

    .t_line_h .end_dt {
        position: absolute;
        right: 0;
        top: -2.5px;
        content: "";
        display: block;
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background: #E2314B;
        border: 3px solid #E2314B;
        transform: scaleY(1.33);
    }

.single-line-tit-turno {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.mod_shift .u_line {
    position: absolute;
    left: 0;
    top: 29px;
    width: 100%;
    background-color: #c4c4c4;
    height: 2px;
    transform: scaleY(0.75);
    z-index: 0;
}

.mod_included {
    padding: 14px 0 18px;
    text-align: left;
    color: rgb(37, 42, 49);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -.01em;
}

.bookingbill-benef-cont {
    padding: 12px 0 10px;
}
.servicios-extra-elm {
    opacity: 1;
    max-height: 54px;
    -webkit-transition: opacity 350ms ease-in-out 250ms, max-height 350ms ease-in-out;
    -moz-transition: opacity 350ms ease-in-out 250ms, max-height 350ms ease-in-out;
    -o-transition: opacity 350ms ease-in-out 250ms, max-height 350ms ease-in-out;
    transition: opacity 350ms ease-in-out 250ms, max-height 350ms ease-in-out;
}

.servicios-extra-icon {
    display: inline-block;
    margin-top: 7px;
    vertical-align: top;
}

.sticky-benef-l {
    height: 15px;
    width: 15px;
    margin-right: 5px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIxLjIgMjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIxLjIgMjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojM0JDMDUzO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOSwxMy43TDQuNSw5LjZjLTAuMy0wLjMtMC40LTAuOSwwLTEuM2wwLDBjMC40LTAuNCwxLTAuNCwxLjQsMGwzLjgsMy40bDguMy05YzAuNC0wLjQsMS0wLjQsMS40LTAuMQoJCXMwLjQsMC45LDAuMSwxLjNsLTguOSw5LjhjLTAuMiwwLjItMC40LDAuMy0wLjcsMC4zQzkuNCwxMy45LDkuMiwxMy44LDksMTMuN3oiLz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDEwLjVDMCw0LjgsNC43LDAuMiwxMC41LDAuMmMxLjYsMCwzLjIsMC4zLDQuNiwxYzAuNSwwLjIsMC43LDAuOCwwLjUsMS4zbDAsMGMtMC4yLDAuNS0wLjgsMC43LTEuMywwLjQKCQkJYy0xLjItMC42LTIuNC0wLjgtMy43LTAuOGMtNC43LDAtOC42LDMuOC04LjUsOC40YzAsNC42LDMuOCw4LjQsOC42LDguNGM0LjcsMCw4LjYtMy44LDguNi04LjRjMC0xLjItMC4zLTIuNC0wLjgtMy41CgkJCWMtMC4yLTAuNSwwLTEsMC41LTEuM2wwLDBjMC41LTAuMiwxLjEsMCwxLjMsMC41YzIuNCw1LjIsMC4xLDExLjMtNS4yLDEzLjdjLTEuNCwwLjYtMi45LDAuOS00LjQsMC45QzQuNywyMC44LDAsMTYuMiwwLDEwLjV6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
}

.turno-servicios-extra-txt {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
    letter-spacing: -.00em;
    text-align: left;
    margin-top: 6px;
    display: inline-block;
    width: calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
}

.sticky-not_inc-l {
    height: 12px;
    width: 15px;
    margin: 8px 4px 0 1px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTAyNS4wMDAwMDAgMTAyMC4wMDAwMDAiCiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0Ij4KPG1ldGFkYXRhPgpDcmVhdGVkIGJ5IHBvdHJhY2UgMS4xNiwgd3JpdHRlbiBieSBQZXRlciBTZWxpbmdlciAyMDAxLTIwMTkKPC9tZXRhZGF0YT4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsMTAyMC4wMDAwMDApIHNjYWxlKDAuMTAwMDAwLC0wLjEwMDAwMCkiCmZpbGw9IiNjYmNiY2IiIHN0cm9rZT0ibm9uZSI+CjxwYXRoIGQ9Ik0zMTAgMTAxODQgYy0xNDQgLTM5IC0yNTYgLTE1MiAtMjk0IC0yOTkgLTMzIC0xMjMgLTExIC0yNjggNTMgLTM2MwoxNiAtMjQgOTU0IC05NjcgMjA4NiAtMjA5NSAxMTMxIC0xMTI4IDIwNjggLTIwNjkgMjA4MiAtMjA5MCA4NCAtMTM0IDg0IC0zMzgKMSAtNDYyIC0xMiAtMTYgLTk1MyAtOTY0IC0yMDkzIC0yMTA1IC0xODExIC0xODE0IC0yMDc1IC0yMDgyIC0yMDk4IC0yMTMxCi0xMTIgLTIzNyAtMjIgLTQ5OSAyMDkgLTYwNiA1NCAtMjUgNzAgLTI3IDE3OSAtMjggMTEyIDAgMTI1IDIgMTg1IDI5IDc1IDM0Ci0xNDIgLTE3OCAyNTMwIDI0NzcgMTMxNSAxMzA2IDE3MTggMTcwMSAxNzU5IDE3MjMgMTM4IDc0IDI4NCA3NCA0MjIgMCA0MgotMjMgNDM1IC00MDkgMTc5OSAtMTc2OSAyNjQ5IC0yNjQxIDIzNzcgLTIzNzQgMjQ2NSAtMjQxOSA2OCAtMzYgODQgLTQwIDE2NgotNDQgMTEzIC02IDE5OCAxNSAyNzggNjkgMTczIDExNiAyMzYgMzQ0IDE1MSA1NDkgLTIxIDUwIC0yMTIgMjQ0IC0yMTAwIDIxMzUKLTE5MzIgMTkzNCAtMjA4MCAyMDg1IC0yMTA5IDIxNDUgLTU1IDExNCAtNTcgMjUzIC00IDM3NCAyNSA1NyAxNTMgMTg4IDIxMDMKMjE0MSAxMzE4IDEzMTkgMjA4NyAyMDk3IDIxMDMgMjEyNSA0MSA3MiA2MCAxNjIgNTQgMjU1IC0xNSAyMzAgLTE3MiAzODcKLTQwMiA0MDIgLTk5IDcgLTE4OCAtMTQgLTI2MiAtNjAgLTMyIC0yMCAtODIyIC04MDAgLTIxMTUgLTIwODggLTEyNzcgLTEyNzIKLTIwODAgLTIwNjYgLTIxMDggLTIwODIgLTc0IC00MiAtMTUyIC02MCAtMjQ2IC01NSAtNzAgNCAtOTQgMTAgLTE1NyA0MSAtNzEKMzUgLTE1MyAxMTUgLTIxNTEgMjA5NCAtMTMwMCAxMjg4IC0yMDk3IDIwNzAgLTIxMjkgMjA5MCAtOTcgNjAgLTIzOCA3OSAtMzU3CjQ3eiIvPgo8L2c+Cjwvc3ZnPgo=);
    filter: brightness(80%);
}

.mod_rest {
    color: rgb(37, 42, 49);
    font-size: 12px;
}


.imgBox {
    height: 200px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: relative;
}

.capa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: scale(0);
    transition: all ease-in-out .3s;
}

.imgBox:hover .capa {
    transform: scale(1);
}


.itt-container {
    height: auto;
    display: block;
    padding: 10px;
    position: relative;
    overflow: hidden;
    transition: all 200ms ease;
}

    .itt-container .paxConfirm, #btnAction {
        background: #E2314B;
        height: 50px;
        padding: 15px;
        font-size: 15px;
        border: 1px solid #E2314B;
        -webkit-transition: all ease-out 0.4s;
        transition: all ease-out 0.4s;
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }

.pax-block {
    margin: 7px auto 0;
    max-width: 340px;
    display: block;
}

.pax-container {
    width: 100%;
    overflow: hidden;
    padding: 16px 0;
}

    .pax-container .render {
        padding: 0 4px 0;
    }

        .pax-container .render input[type=text] {
            width: 45px;
            height: 45px;
            margin: 0 12px;
            color: #444 !important;
            font-weight: 500;
            font-size: 17px;
            text-align: center;
            background-color: #fff;
            border: 2px solid #ddd;
            -webkit-appearance: none;
            -moz-appearance: textfield;
            border-radius: 4px;
            outline: none;
            cursor: default;
            -moz-user-select: text;
            -webkit-user-select: text;
            -ms-user-select: text;
            user-select: text;
            -o-user-select: text;
        }

            .pax-container .render input[type=text]:focus {
                border-color: #bd2126;
            }

            .pax-container label {
                text-align: left;
                font-weight: bold;
                font-size: 16px
            }

    .pax-container div.prc {
        color: #bd2126;
        font-weight: bold;
    }

.ok_icon {
    height: 20px;
    width: 20px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjYgMjYiIHZlcnNpb249IjEuMSIgZmlsbD0iIzBhYjIxYiIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCI+PGcgZmlsbD0iIzBhYjIxYiI+PHBhdGggc3R5bGU9IiAiIGQ9Ik0gMTMgMC4xODc1IEMgNS45MjU3ODEgMC4xODc1IDAuMTg3NSA1LjkyNTc4MSAwLjE4NzUgMTMgQyAwLjE4NzUgMjAuMDc0MjE5IDUuOTI1NzgxIDI1LjgxMjUgMTMgMjUuODEyNSBDIDIwLjA3NDIxOSAyNS44MTI1IDI1LjgxMjUgMjAuMDc0MjE5IDI1LjgxMjUgMTMgQyAyNS44MTI1IDUuOTI1NzgxIDIwLjA3NDIxOSAwLjE4NzUgMTMgMC4xODc1IFogTSAxOS43MzQzNzUgOS4wMzUxNTYgTCAxMi44NjMyODEgMTkuMTY3OTY5IEMgMTIuNjYwMTU2IDE5LjQ2ODc1IDEyLjMzNTkzOCAxOS42NzE4NzUgMTIuMDE1NjI1IDE5LjY3MTg3NSBDIDExLjY5NTMxMyAxOS42NzE4NzUgMTEuMzQzNzUgMTkuNDk2MDk0IDExLjExNzE4OCAxOS4yNzM0MzggTCA3LjA4NTkzOCAxNS4yMzgyODEgQyA2LjgxMjUgMTQuOTY0ODQ0IDYuODEyNSAxNC41MTU2MjUgNy4wODU5MzggMTQuMjQyMTg4IEwgOC4wODIwMzEgMTMuMjQ2MDk0IEMgOC4zNTU0NjkgMTIuOTcyNjU2IDguODA0Njg4IDEyLjk3MjY1NiA5LjA3NDIxOSAxMy4yNDYwOTQgTCAxMS42OTkyMTkgMTUuODY3MTg4IEwgMTcuNDAyMzQ0IDcuNDUzMTI1IEMgMTcuNjIxMDk0IDcuMTMyODEzIDE4LjA2MjUgNy4wNTA3ODEgMTguMzgyODEzIDcuMjY1NjI1IEwgMTkuNTUwNzgxIDguMDU4NTk0IEMgMTkuODY3MTg4IDguMjczNDM4IDE5Ljk1MzEyNSA4LjcxNDg0NCAxOS43MzQzNzUgOS4wMzUxNTYgWiAiIGZpbGw9IiMwYWIyMWIiPjwvcGF0aD48L2c+PC9zdmc+);
    display: inline-block;
}

.right-block {
    margin-top: 60px;
    position: relative;
}

.desglose-info {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 20px;
}

.adtLabel, .cnnLabel, .infLabel {
    margin-bottom: 15px;
    transition: opacity 250ms ease-in-out 150ms, height 250ms ease-in-out, margin-bottom 250ms ease-in-out;
}

.tot {
    transition: opacity 250ms ease-in-out 150ms, height 250ms ease-in-out, margin-bottom 250ms ease-in-out;
}

.tpice {
    font-weight: 700;
    font-size: 22px !important;
    color: #171b1e;
}

.pay-block {
    position: relative;
    height: auto;
    padding-top: 15px;
}

    .pay-block .sticky {
        height: 100%;
        position: sticky;
        top: 0;
    }

.timeline {
    margin: 0 auto;
    padding: 0 15px;
}

    .timeline dl {
        position: relative;
        top: 0;
        margin: 0;
        padding: 0 0 20px 0;
    }

        .timeline dl:before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 30%;
            margin-left: -1px;
            width: 2px;
            content: "";
            background-color: #ccd1d9;
        }

        .timeline dl dt {
            position: relative;
            top: 30px;
            padding: 3px 5px;
            margin: 0 15px 30px;
            text-align: center;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            background-color: #294054;
            font-weight: 400;
            color: #fff;
            width: 30%;
            z-index: 1;
            left: 3%;
        }

        .timeline dl dd {
            position: relative;
        }

            .timeline dl dd .circ {
                position: absolute;
                top: 40px;
                left: 30%;
                margin-left: -11px;
                border: 4px solid #f0f7e9;
                width: 22px;
                height: 22px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background-color: #56bc4a;
            }

            .timeline dl dd.pos-right .time {
                margin-left: -100px;
                text-align: right;
            }

            .timeline dl dd .time {
                position: absolute;
                top: 31px;
                left: 30%;
                padding: 10px 20px;
                width: 100px;
                display: inline-block;
                color: #545454;
                font-size: 12px;
            }

            .timeline dl dd.pos-right .events {
                float: right;
            }

            .timeline dl dd .events {
                position: relative;
                margin-top: 33px;
                padding: 0 10px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                background-color: #f0f7e9;
                width: 60%;
                right: 0;
            }

            .timeline dl dd.pos-right .events:before {
                left: -12px;
                border-color: transparent #e6e9ed transparent transparent;
            }

            .timeline dl dd .events:before {
                position: absolute;
                top: 12px;
                width: 0;
                height: 0;
                content: "";
                border-width: 6px;
                border-style: solid;
            }

            .timeline dl dd .events .events-body {
                overflow: hidden;
                zoom: 1;
            }

                .timeline dl dd .events .events-body .events-heading {
                    margin: 0 0 10px;
                    font-size: 12px;
                    color: #56bc4a;
                    font-weight: bold;
                }

    .timeline .item-price {
        font-size: 16px;
        font-weight: 500;
        color: #30ac34;
    }

        .timeline .item-price sup {
            font-size: 10px;
            font-weight: 400;
            text-decoration: none !important;
        }


.events-action a {
    font-size: 10px;
    text-transform: uppercase;
    background: #bd2126;
    border: 0;
    padding: 3px 10px;
}

.pt-10 {
    padding-top: 10px;
}

.item-selected  {
    background: #c0e6f0 !important;
    color: #1c79b5 !important
}

    .item-selected .price span, .item-selected .txt-reservar {
        color: #1c79b5 !important
    }

    .item-selected a {
        background: #1c79b5 !important;
        border-color: #fff;
    }

.in-cart-container {
    margin: 0 auto;
    padding: 0 21px;
    overflow: hidden;
}

.alert_ok {
    font-size: 12px;
    letter-spacing: -.01em;
    max-width: 700px;
    padding-top: 16px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    color: #666;
    font-weight: 400;
    border-radius: 4px;
    background-color: #fafafa;
    margin: 25px auto;
    text-align: left;
    box-shadow: 0 1px 1px 0px rgba(0,0,0,.1);
    -webkit-transition: opacity 250ms ease-in-out 250ms, max-height 250ms ease-in-out, padding-top 250ms ease-in-out, padding-bottom 250ms ease-in-out, margin 600ms ease;
    -moz-transition: opacity 250ms ease-in-out 250ms, max-height 250ms ease-in-out, padding-top 250ms ease-in-out, padding-bottom 250ms ease-in-out, margin 600ms ease;
    -o-transition: opacity 250ms ease-in-out 250ms, max-height 250ms ease-in-out, padding-top 250ms ease-in-out, padding-bottom 250ms ease-in-out, margin 600ms ease;
    transition: opacity 250ms ease-in-out 250ms, max-height 250ms ease-in-out, padding-top 250ms ease-in-out, padding-bottom 250ms ease-in-out, margin 600ms ease;
    border-left: 4px solid #3bc053;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.alert-col-a {
    margin-top: -2px;
    margin-left: 6px;
}

.alert_ok .alert-col-a i {
    margin-top: 1px !important;
    font-size: 20px;
    color: #3bc053;
}

.alert-col-b {
    width: 100%;
    padding-right: 10px;
    padding-left: 15px;
    flex: 1;
    flex-grow: 3;
}

.alert_ok .alert_txt {
    font-size: 13px;
    color: #444;
    font-weight: 400;
}

    .alert_ok .alert_txt .header {
        font-size: 17px;
        color: #3bc053;
        font-weight: 600;
        padding-bottom: 10px;
        line-height: 17px;
        background: transparent;
        opacity: 1;
        text-transform: none;
        box-shadow: none;
    }

.alert_txt span.blk_txt {
    font-weight: 600;
    color: #333;
}

.btn_cart {
    height: min-content;
    line-height: 44px;
    display: inline-block;
    outline: none;
    padding: 0 20px;
    background: #bd2126;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 28px;
    font-weight: 600;
    overflow: hidden;
    transition: transform .2s cubic-bezier(.235,0,.05,.95);
    white-space: nowrap;
    margin: 0;
    border: 3px solid #bd2126 !important;
    text-align: center;
}

    .btn_cart:not(.sec_act):hover {
        transform: perspective(1px) scale3d(1.044,1.044,1) translateZ(0) !important;
    }

    .btn_cart:hover, .btn_cart:active, .btn_cart:focus {
        color: #fff;
        text-decoration: none;
    }

    .btn_cart.sec_act {
        color: #bd2126 !important;
        background: transparent !important;
        text-align: center;
    }

.alert-btn {
    margin-top: 25px;
    margin-bottom: 15px;
}

    .alert-btn a:hover, .alert-btn a:active, .alert-btn a:focus {
        text-decoration: none;
        color: #fff;
    }

.btn_cart.sec_act:hover, .btn_cart.sec_act:active, .btn_cart.sec_act:focus {
    color: #bd2126 !important;
    text-decoration: none;
}

.heading-deco {
    position: relative;
    text-align: center;
    color: #294054;
    margin: 4px 0 !important;
    padding-top: 0;
}

ol.breadcrumb {
    padding: 0px;
    list-style: none;
    background-color: #eee;
    margin-bottom: 20px !important;
    font-weight: 400;
}

    ol.breadcrumb li {
        display: inline;
    }

        ol.breadcrumb li a {
            color: #bd2126;
            text-decoration: none;
        }

        ol.breadcrumb li + li:before {
            padding: 6px;
            color: black;
            content: "\203A";
            font-size: 14px;
            padding-top: 1px;
            line-height: 1.43;
        }


.content-boxes {
    overflow: hidden;
    display: block;
    padding: 40px 20px 15px;
    margin: 10px 0;
    text-align: center;
}

    .content-boxes .fa-stack {
        backface-visibility: hidden;
        border-radius: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        width: 7.1em;
        height: 7.1em;
        line-height: 7.1em;
        border: 1px solid #fff;
        background: #bd2126;
    }

    .content-boxes h6 {
        margin: 25px 0 10px;
        color: #444;
        font-weight: 400;
        font-size: 1.25em;
    }

    .content-boxes .fa-stack i, .content-boxes .fa-stack span {
        color: #fff;
        font-size: 2.14em;
    }

.content-boxes .fa-stack:hover {
    border-style: solid;   
    background: #fff;
    border-color: #fff;    
}

    .content-boxes .fa-stack:hover i, .content-boxes .fa-stack:hover span {
        color: #bd2126;
    }

.bg-color-con-borde {
    background-color: #eee !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bg-color-con-borde2 {
    border-top: 2px solid #e2e2e2 !important;
    border-bottom: 2px solid #f1f1f1;
    background-color: #eee !important;
    margin: 0 !important;
    padding: 0 !important;
}

.borde-pie {
    border-bottom: 4px solid #bd2126;
}

.main-content {
    padding-bottom: 20px;
}

.oe-ul {
    margin-bottom: 40px;
    list-style: none;
}

    .oe-ul li {
        list-style: none;
        margin-bottom: 15px;
        line-height: 1.5em;
    }

p {
    margin-bottom: 20px;
    line-height: 1;
}

.light-geen {
    color: rgb(37, 211, 102);
}

.prom {
    position: absolute;
    top: 55px;
    padding: 5px 15px;
    background: rgba(255, 0, 0, 0.5);
    color: #fff;
    font-size: 11px;
}

.prom .f1 {
    font-size: 13px;
    font-weight: bold
}

.timeline {
    background: #fff !important;
    padding: 20px;
    margin: 0 auto;
    border-radius: 4px;
}

.col-ref {
    width: 40px;
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
}

.col-desc {
    padding-left: 10px;
    font-size: 14px;
}

    .col-ref strong,
    .col-desc strong {
        color: #000;
        font-size: 13px;
    }

.col-bg {
    width: 18px;
    height: 18px;
}

.col-bg-cel {
    background: url(../img/bg-lin-tiem-cel.png) center top repeat-y;
    padding: 33px 0;
}

.col-bg-roj {
    background: url(../img/bg-lin-tiem-roj.png) center top repeat-y;
    padding: 33px 0;
}

.col-bg-pel {
    background: url(../img/lin-tiem-pel.png) center center no-repeat;
    background-size: contain;
}

.col-bg-vacio {
    padding: 19px 0 !important;
}

.timeline p {
    font-size: 12px;
    margin: 0;
}

.cTripA {
    width: 25px;
    height: 25px;
    background-color: #34e0a1;
    border-radius: 50%;
}

    .cTripA a {
        padding: 0px 3px;
        vertical-align: middle;
    }

    .cTripA i {
        font-size: 14px;
        font-weight: bold;
    }

.opt_blk {
    display: grid;
    gap: 1rem;
    grid-template-columns: auto max-content;
    width: 100%;
    margin-bottom: 12px;
    background-color: #fff;
    border-radius: 4px;
    text-align: left;
    color: rgb(37, 42, 49);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -.01em;
    overflow: hidden;
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
}

.opt_inf {
    padding: 14px 18px;
}

.opt_tit {
    text-align: left;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.01em;
    padding-bottom: 6px;
}

.opt_prc {
    display: flex;
    text-align: right;
    padding: 14px 18px 14px 0;
    font-weight: 500;
    color: #01c0f4;
    font-size: 13px;
    white-space: nowrap;
}

.opt_blk:not(.nt_clk):hover {
    cursor: pointer;
    background-color: #fcfcfc;
    box-shadow: 2px 4px 16px rgba(0,0,0,.16);
}

.opt_blk:hover .more_info {
    color: #0090e0;
    font-weight: 400;
    text-decoration: underline;
}

.optional-option-elm {
    position: relative;
    background-color: #fff;
    border: 2px solid #ddd;
    text-align: left;
    min-height: 72px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 8px;
}

.optional-option-elm-colapsed {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 24px 16px 68px;
    min-height: 70px;
}

    .optional-option-elm-colapsed div.checkbox {
        position: absolute;
        left: 0;
        top: 0;
        padding: 26px 15px 24px 24px;
        margin: 0;
        height: 70px;
        width: 60px;
        border-radius: 4px;
        pointer-events: none;
    }

.optional-content {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}

.optional-content-txt {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.optional-content-price {
    margin: 0;
    padding: 0;
    border: 0;
}

.optional-content-title {
    color: #444;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
}

.optional-content-desc {
    color: #666;
    margin-right: 18px;
    font-size: 12px;
    line-height: 16px;
}

.optional-content-more {
    color: #0090e0;
    font-weight: 400;
    white-space: nowrap;
    display: table;
    padding-top: 5px;
    padding-right: 5px;
    margin-bottom: -6px;
    padding-bottom: 6px;
}

.optional-content-price-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #01c0f4;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.04em;
}

.optional-option-elm:hover, .optional-option-elm.selected {
    border: 2px solid #0077b9;
}

.extra_list .row {
    margin-bottom: 15px;
    transition: opacity 250ms ease-in-out 150ms, height 250ms ease-in-out, margin-bottom 250ms ease-in-out;
}

.boton-primario {
    background-color: #E83945 !important;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 15px;
    border-radius: 10px;
}

.oe-shortcode-icon-boxes-animation-row h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    margin-bottom: 30px;
}

.customers_say {
    margin-bottom: 60px;
}

    .customers_say h3 {
        font-size: 40px;
        font-weight: 600;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .contact-section {
        position: relative;
    }

.contact-section .ct-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;    
    height: 750px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

        .contact-section .ct-left {
            height: 650px;
        }

.ct-slogan {
    margin: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 53px;
    text-align: center;
    color: #4E8296;
    text-shadow: 0px 5px 13px rgba(255, 255, 255, 0.4);
}

    .contact-section h1 {
        font-size: 48px;
        line-height: 60px;
        font-weight: 700;
        margin-bottom: 40px;
        color: #1C2B38;
    }

    .cto-label {
        font-size: 18px;
        color: #E2314B;
        line-height: 22px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .contact-section p {
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
    }

        .contact-section .ct-form {
            position: absolute;
            left: 0;
            right: 0;
            top: 125px;
        }


.about h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #1C2B38;
    text-shadow: 0px 5px 13px rgba(255, 255, 255, 0.4);
    margin-top: 10px;
}

.ct-form-container {
    background: #F4F4F5;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 20px;
}

.price-summary {
    text-align: center;
}

.price-summary .top-price {
    background: #21404C;
    box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: 900;
    font-size: 36px;
    color: #fff;
    padding: 15px 20px;
}

    .price-summary .top-price small {
        color: #DADADA;
        font-size: 14px;
        font-weight: 600;
    }

    .price-summary a {
        background: #E2314B;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        color: #fff;
        font-size: 15px;
        padding: 20px;
        display: block;
    }

        .price-summary a:hover, .price-summary a:active, .price-summary a:focus {
            text-decoration: none;
        }

.prev-action, .next-action {
    font-size: 30px;
    padding: 10px 25px;
}

.picker-overlay {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

/* LOADER 1 */

.loader {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}


#loader-1:before, #loader-1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid transparent;
    border-top-color: #3498db;
}

#loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
}

#loader-1:after {
    border: 5px solid #ccc;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ct-row label {
    font-size: 16px;
    font-weight: 900;
}

.ct-row i {
    color: #E2314B;
    font-size: 18px;
}

.au-panel {
    background: #F9FDFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 30px;
    z-index: 10;
    position: relative;
}

.about-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.home-box-mb iframe {
    width: 100%;
    aspect-ratio: 16 / 9 !important;
}

.cart-sm {
    padding: 0 10px;
    line-height: 25px;
    font-size: 12px;
    position: absolute;
    right: 12px;
}