﻿@font-face {
    font-family: "open-sans";
    src: url("/Content/Alayca/Fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "open-sans-condensed";
    src: url("/Content/Alayca/Fonts/OpenSansCondensed-Light.ttf");
}

@font-face {
    font-family: "open-sans-condensed-bold";
    src: url("/Content/Alayca/Fonts/OpenSansCondensed-Bold.ttf");
}


body {
    background-color: white;
    font-family: open-sans, sans-serif;
}

/*#HeaderRoundtrips {
    height: 499px;
}*/

#footer {
    background-color: #E0E0E0;
    padding-top: 60px;
    padding-bottom: 40px;
    color: black;
    font-size: 14px;
}

#weather {
    background-color: white;
    padding: 10px;
    text-align: center;
    color: #2A2A2A;
}

.capaWeatherIcono {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #60B8F9;
    background-image: -moz-linear-gradient(center top, #1798F7 33%, #60B8F9 66%);
}

#HeaderRoundtrips {
    /*height: 40em;*/
}

.carousel-height {
    max-height: 40em;
    overflow: hidden;
}

.carousel-thin-height {
    max-height: 17em;
    overflow: hidden;
}

#DestinationsPanelData {
    background-color: #F1F2F2;
    padding: 10px;
    font-size: 12px;
}

.circular-div {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

.w-100 {
    width: 100% !important;
}

.w-35 {
    width: 35% !important;
}

.w-20 {
    width: 20% !important;
}

.carousel-titles {
    top: 175px;
    max-height: 190px;
    overflow: hidden;
}

.carousel-left-titles {
    top: 50px !important;
    max-height: unset !important;
    /*width: 40%;*/
    padding: 10px;
    max-height: 100px;
}

.footer-title {
    color: #cf1572;
    font-weight: bold;
}

.gray-top-border {
    border-top: #e9e6e0 2px solid;
}

.beige-top-border {
    border-top: #d7d2c3 1px solid;
}

a {
    color: #444;
}

    a:hover {
        color: #cf1572;
        text-decoration: none;
    }

.text-underline {
    text-decoration: underline;
}

.text-truncate-container-2l {
    width: 100%;
}

    .text-truncate-container-2l p, .text-truncate-container-2l span {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        /*line-height: 14px;*/
    }

.text-truncate-container-3l {
    width: 100%;
}

    .text-truncate-container-3l p, .text-truncate-container-3l span {
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        /*line-height: 14px;*/
    }

/*MAPA DE GOOGLE*/
#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

#countersdiv {
    background-color: #92a4c9;
    padding: 30px;
    color: #092a7b;
    font-size: 14px;
}

/* COUNTER */
.counter {
    text-align: center;
    font-size: 75px;
    color: white;
}

.centered-content {
    display: flex;
    justify-content: center;
}

.rounded-white-border {
    border: white 2px solid;
    border-radius: 4px;
    padding: 5px;
    width: 64px;
}

#pressroomdiv {
    background-color: #f6f6f6;
}

#customersdiv {
    background-color: white;
}

#postersdiv {
    background-color: #cce3f5;
    color: white;
}

.poster-light-color {
    background-color: #9bc6fc;
}

.poster {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ubicacion-item {
    width: 18rem;
}

.destinations-panel-item {
    min-width: 180px;
}
.roundtrip-item-title {
    font-family: open-sans-condensed, open-sans, sans-serif;
    color: #757575;
    font-size: 26px;
}

.square {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.btn-open-calendar {
    cursor: pointer;
}

.card-title-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    text-align: center;
}

.card-title-height {
    height: 75px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 3px;
}

.card-body-list {
    padding: 0.40rem !important;
}

.card-body-height {
    height: 105px;
}

.card-body-height2 {
    height: 60px;
}

.card-text {
    color: #757575;
    font-size: 12px;
}


.card-img {
    height: 150px;
}

.press-room-home {
    border: #FFA726 1px solid;
}

.press-room-home-img {
    height: 240px;
}

.price {
    color: #cf1572;
    font-size: 16px;
    font-weight: bold;
}

.container-fluid {
    padding: 0 !important;
    width: 100%;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.centered-div {
    max-width: 1200px;
    margin: 0 auto;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.transparent-shadow {
    padding: 10px;
    background-color: transparent;
    border-radius: 4px;
    color: #000;
    box-shadow: #615c61 2px 2px 6px;
}

.oculto {
    display: none;
}

.opacity-10 {
    opacity: 0.1;
    filter: alpha(opacity=10)
}

.opacity-20 {
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.opacity-30 {
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.opacity-40 {
    opacity: 0.4;
    filter: alpha(opacity=40)
}

.opacity-50 {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.opacity-60 {
    opacity: 0.6;
    filter: alpha(opacity=60)
}


.opacity-70 {
    opacity: 0.7;
    filter: alpha(opacity=70)
}


.opacity-80 {
    opacity: 0.8;
    filter: alpha(opacity=80)
}


.opacity-90 {
    opacity: 0.9;
    filter: alpha(opacity=90)
}




/*FONT-SIZES*/
.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}


.font-size-18 {
    font-size: 18px !important;
}


.font-size-19 {
    font-size: 19px !important;
}


.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-50 {
    font-size: 50px;
}

/* FONT-COLORS */
.font-custom-color {
    color: #cf1572;
}

.font-custom-secondary-color {
    color: #ffc107;
}

.font-yellow {
    color: #FFA726;
}

.font-gray {
    color: gray;
}

.font-red {
    color: red;
}

.font-black {
    color: #000000;
}

.font-blue {
    color: #0073b1;
}

.font-light-blue {
    color: #1EBEF0;
}

.font-magenta {
    color: #cf1572;
}
.font-fucsia {
    color: #cf1572;
}

.font-white {
    color: white;
}

.font-dark-gray {
    color: #444; 
}

/* FONT WEIGHT */
.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

/*BACKGROUNDS*/
.bg-yellow-translucent {
    background-color: rgba(255,167,38, 0.6);
}

.bg-yellow {
    background-color: #FFA726;
}

.bg-blue {
    background-color: #cf1572;
}

.bg-purple {
    background-color: #790297;
}

.bg-lightpurple {
    background-color: #e0d9e8;
}

.bg-beige {
    background-color: #AE9A87;
}

.bg-lightbeige {
    background-color: #E9E6E0;
}

.bg-darkbeige {
    background-color: #d4d1c3;
}

.bg-gray {
    background-color: #444 !important;
}


.bg-form {
    background-color: #F3F1ED;
    border: #E6DFD2 1px solid;
}

.bg-form-header {
    background-color: #cf1572;
    border: #E6DFD2 1px solid;
}

.bg-basket-header {
    background-color: #cf1572;
    border: 0;
}

.bg-green {
    background-color: rgba(67, 80, 32, 1) !important;
    color: white !important;
}

    .bg-green:hover {
        background-color: rgba(67, 96, 32, 1) !important;
        color: white !important;
    }

    .bg-green.active {
        background-color: rgba(119, 169, 57, 1) !important;
        color: white !important;
    }



/* Header */
.socialmedia {
    position: relative;
    float: right;
    color: white;
    min-width: 360px;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    /*padding-top: 55px;*/
}

    .socialmedia a {
        color: white;
        text-decoration: none;
    }

.menu {
    /*position: relative;*/
    /*float: right;*/
    color: white;
    /*min-width: 360px;*/
    font-size: 12px;
    /*white-space: nowrap;*/
    /*text-align: center;*/
    padding-top: 20px;
}

    .menu a {
        /*color: black;*/
        text-decoration: none;
    }

.border-right-white {
    border-right: white 1px solid;
}

.border-right-black {
    border-right: black 1px solid;
}

.border-left-black {
    border-left: black 1px solid;
}

.preheader {
    background-color: #767575;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header {
    background-color: #FFF;
    /*opacity: 0.90;*/
    width: 100%;
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: 1000;
}

.left-white-border {
    border-left: white 1px solid;
}

.right-white-border {
    border-right: white 1px solid;
}

.left-border {
    border-left: black 1px solid;
}

.right-border {
    border-right: black 1px solid;
}

/* BACKGROUNDS */

.bg-lightgray {
    background-color: #E8E8E8;
}

.bg-lightblue {
    background-color: #1EBEF0;
}

.bg-darkblue {
    background-color: #092A5E;
}

.traslucent {
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.traslucent-75 {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.traslucent-50 {
    opacity: 0.75;
    filter: alpha(opacity=50);
}

.sliding-forms-left-link-wrapper a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

    .sliding-forms-left-link-wrapper a:hover {
        -o-transition: color .2s ease-out, background 1s ease-in;
        -ms-transition: color .2s ease-out, background 1s ease-in;
        -moz-transition: color .2s ease-out, background 1s ease-in;
        -webkit-transition: color .2s ease-out, background 1s ease-in;
        /* ...and now override with proper CSS property */
        transition: color .2s ease-out, background 1s ease-in;
    }

.darked {
    background-color: #092A5E;
    filter: brightness(0.7);
}

.filter-header {
    background-color: #ffcceb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
}

.filter-body {
    border: #e2dfd9 1px solid;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
}



/*TOOLTIPS*/
.tooltip {
    z-index: 4000;
}

.tooltip-wrapper {
    min-width: 25em;
}

.tooltip-inner-wrapper {
    box-shadow: 2px 5px 10px gray;
    background-color: lightgray;
    padding: 10px;
    max-width: 1000px !important;
}

.tooltip-padding-inner-inputs {
    padding-left: 5px;
    padding-right: 5px;
}

.lower-tooltip {
    min-width: 230px;
}

.subscribe-link-wrapper {
    padding-bottom: 20px;
    padding-left: 5px;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: gray;
}


/*tabs*/
.tab-bg-lightblue {
    background-color: #1EBEF0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.nav {
    font-size: 14px !important;
}

.nav-tabs {
    border: 0 !important;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border-radius: 0 !important;
        background-color: white;
        border-top: 1px solid #f2f0ed;
        border-bottom: 1px solid #f2f0ed;
        border-left: 0.5px solid #f2f0ed;
        border-right: 0.5px solid #f2f0ed;
        color: #cf1572;
    }

        .nav-tabs .nav-link:hover {
            background-color: #cc007a !important;
            color: white !important;
        }


        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            /*border-color: #e9ecef #e9ecef #dee2e6;*/
            border-color: transparent;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #fff;
            background-color: #cf1572;
            border-color: transparent;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


.nav-pills {
    border: 0 !important;
    margin: 2px !important;
}

    .nav-pills .nav-item {
        margin-bottom: -1px;
    }

    .nav-pills .nav-link {
        border: #dee2e6 1px solid !important;
        border-radius: 0 !important;
        background-color: white;
        color: black;
    }

        .nav-pills .nav-link:hover, .nav-pills .nav-link:focus {
            /*border-color: #e9ecef #e9ecef #dee2e6;*/
        }

        .nav-pills .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-pills .nav-link.active,
        .nav-pills .nav-item.show .nav-link {
            color: #fff;
            background-color: #1EBEF0;
            /*border-color: #dee2e6;*/
        }

    .nav-pills .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

/*.nav-pills .nav-link {
    border-radius: 0.25rem;
    background-color: black;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link,
    .nav-pills .nav-item.show .nav-link {
        color: #fff;
        background-color: #1EBEF0 !important;
    }*/

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-pane {
    font-size: 14px !important;
}



/* Carousel */

.main-content {
    background-color: rgba(240,240,240,1) !important;
}

.main-wrapper {
    position: relative;
    margin-left: 0;
    margin-top: 0;
}

.mainBody {
    /*background-color: rgba(240,240,240,1) !important;*/
    position: relative;
}

.header-sm {
    background-color: white;
    color: #838383;
}

/* navbar */
.navbar {
    padding: 0;
}


.navbar-nav > li > a {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    background: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #838383 !important;
}

    /*.navbar-nav > li > a:hover, .navbar-nav > li > a:visited, .navbar-nav > li > a:active, .navbar-nav > li > a:link {
        background: none;
        color: #cf1572 !important;
    }*/
    /*.navbar-nav > li > a:hover, .navbar-nav > li > a:visited, .navbar-nav > li > a:active {
        background: none;
        color: #cf1572 !important;
    }*/

    .navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus {
        background: none;
        color: #cf1572 !important;
    }

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.navbar-toggle {
    border: 1px solid rgba(200,200,200,1);
    color: rgba(75,75,75,1);
    float: none;
}

    .navbar-toggle:hover {
        color: rgba(200,200,200,1);
    }

    .navbar-toggle:active, .navbar-toggle:focus, .navbar-toggle:visited {
        background-color: white;
        color: #337AB7;
    }

.hover-navbar-btn {
    background-color: white;
    color: #337AB7;
}

.form-inline {
    display: block !important;
}
/* Carousel */
.carousel-caption {
    /*background-color: rgba(42,42,42, 0.3);*/
    /*background-color: rgba(42,42,42, 0.8);*/
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    /*/opacity: 0.7;*
    /* filter: alpha(opacity=0.2); */
    bottom: unset !important;
    /*bottom: 120px !important;*/
}

    .carousel-caption a {
        color: white !important;
    }

/*.carousel-inner {
    height: 700px !important;
}*/

/* Form */
.styled-select {
    /*background-color: white;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    overflow: hidden;
    background: white url('/Content/ImageTours/Images/grayArrow.png') no-repeat right;
}

.form-search {
    min-width: 175px !important;
}

/* search engine */
.search-panel-absolute {
    position: absolute;
    top: 25px;
    right: 10%;
    width: 23%;
    border: #7C7F81 3px solid;
    padding: 15px;
    background: rgba(147, 147, 147, 0.7);
    border-radius: 5px;
}

.search-panel-relative {
    position: absolute;
    bottom: 0;
    border: #7C7F81 3px solid;
    background: rgba(147, 147, 147, 0.4);
    padding: 30px;
    height: auto;
}

.form-home-search {
    font-size: 12px;
}


/* buttons */
.btn-side-yellow {
    background-color: #ffc107;
    color: white;
    cursor: default !important;
}

.btn-side-light-gray {
    background-color: #E0E0E0;
    color: #000;
    box-shadow: #615c61 2px 2px 6px;
}

.btn-side-transparent-shadow {
    background-color: transparent;
    color: #000;
    box-shadow: #615c61 2px 2px 6px;
}

.btn-side-transparent {
    background-color: transparent;
    border-color: #A9A9A9;
    border-radius: 4px;
    color: #000;
    box-shadow: #615c61 2px 2px 6px;
}

.btn-white {
    background-color: #FFF;
    border-color: #E6DFD2;
    color: #ffc107;
    /*border-radius: 4px;*/
}

.btn-transparent {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

    .btn-transparent:focus,
    .btn-transparent.focus {
        color: #fff;
        background-color: transparent;
        border-color: #790297;
    }

    .btn-transparent:hover {
        color: #fff;
        background-color: #790297;
        border-color: #65027e;
    }

    .btn-transparent:active,
    .btn-transparent.active,
    .open > .dropdown-toggle.btn-transparent {
        color: #fff;
        background-color: #790297;
        border-color: #65027e;
    }

        .btn-transparent:active:hover,
        .btn-transparent.active:hover,
        .open > .dropdown-toggle.btn-transparent:hover,
        .btn-transparent:active:focus,
        .btn-transparent.active:focus,
        .open > .dropdown-toggle.btn-transparent:focus,
        .btn-transparent:active.focus,
        .btn-transparent.active.focus,
        .open > .dropdown-toggle.btn-transparent.focus {
            color: #fff;
            background-color: transparent;
            border-color: #790297;
        }

    .btn-transparent:active,
    .btn-transparent.active,
    .open > .dropdown-toggle.btn-transparent {
        background-image: none;
    }

    .btn-transparent.disabled:hover,
    .btn-transparent[disabled]:hover,
    fieldset[disabled] .btn-transparent:hover,
    .btn-transparent.disabled:focus,
    .btn-transparent[disabled]:focus,
    fieldset[disabled] .btn-transparent:focus,
    .btn-transparent.disabled.focus,
    .btn-transparent[disabled].focus,
    fieldset[disabled] .btn-transparent.focus {
        background-color: transparent;
        border-color: #84afd3;
    }

    .btn-transparent .badge {
        color: #fff;
        background-color: transparent;
    }


.btn-custom-color {
    color: #fff;
    background-color: #cf1572;
    border-color: #cf1572;
}

    .btn-custom-color:focus,
    .btn-custom-color.focus {
        color: #fff;
        background-color: #a21059;
        border-color: #a21059;
    }

    .btn-custom-color:hover {
        color: #fff;
        background-color: #a21059;
        border-color: #a21059;
    }

    .btn-custom-color:active,
    .btn-custom-color.active,
    .open > .dropdown-toggle.btn-custom-color {
        color: #fff;
        background-color: #a21059;
        border-color: #a21059;
    }

        .btn-custom-color:active:hover,
        .btn-custom-color.active:hover,
        .open > .dropdown-toggle.btn-custom-color:hover,
        .btn-custom-color:active:focus,
        .btn-custom-color.active:focus,
        .open > .dropdown-toggle.btn-custom-color:focus,
        .btn-custom-color:active.focus,
        .btn-custom-color.active.focus,
        .open > .dropdown-toggle.btn-custom-color.focus {
            color: #fff;
            background-color: #a21059;
            border-color: #a21059;
        }

    .btn-custom-color:active,
    .btn-custom-color.active,
    .open > .dropdown-toggle.btn-custom-color {
        background-image: none;
    }

    .btn-custom-color.disabled:hover,
    .btn-custom-color[disabled]:hover,
    fieldset[disabled] .btn-custom-color:hover,
    .btn-custom-color.disabled:focus,
    .btn-custom-color[disabled]:focus,
    fieldset[disabled] .btn-custom-color:focus,
    .btn-custom-color.disabled.focus,
    .btn-custom-color[disabled].focus,
    fieldset[disabled] .btn-custom-color.focus {
        background-color: #f6a2cc;
        border-color: #f6a2cc;
    }

    .btn-custom-color .badge {
        color: #f6a2cc;
        background-color: #fff;
    }


.btn-custom-secondary-color {
    color: #cf1572;
    background-color: #fff;
    border-color: #f2f2f2;
}

    .btn-custom-secondary-color:focus,
    .btn-custom-secondary-color.focus {
        color: #cf1572;
        background-color: #f2f2f2;
        border-color: #e6e6e6;
    }

    .btn-custom-secondary-color:hover {
        color: #cf1572;
        background-color: #f2f2f2;
        border-color: #e6e6e6;
    }

    .btn-custom-secondary-color:active,
    .btn-custom-secondary-color.active,
    .open > .dropdown-toggle.btn-custom-secondary-color {
        color: #cf1572;
        background-color: #f2f2f2;
        border-color: #e6e6e6;
    }

        .btn-custom-secondary-color:active:hover,
        .btn-custom-secondary-color.active:hover,
        .open > .dropdown-toggle.btn-custom-secondary-color:hover,
        .btn-custom-secondary-color:active:focus,
        .btn-custom-secondary-color.active:focus,
        .open > .dropdown-toggle.btn-custom-secondary-color:focus,
        .btn-custom-secondary-color:active.focus,
        .btn-custom-color.active.focus,
        .open > .dropdown-toggle.btn-custom-secondary-color.focus {
            color: #cf1572;
            background-color: #f2f2f2;
            border-color: #e6e6e6;
        }

    .btn-custom-secondary-color:active,
    .btn-custom-secondary-color.active,
    .open > .dropdown-toggle.btn-custom-secondary-color {
        background-image: none;
    }

    .btn-custom-secondary-color.disabled:hover,
    .btn-custom-secondary-color[disabled]:hover,
    fieldset[disabled] .btn-custom-secondary-color:hover,
    .btn-custom-secondary-color.disabled:focus,
    .btn-custom-secondary-color[disabled]:focus,
    fieldset[disabled] .btn-custom-secondary-color:focus,
    .btn-custom-secondary-color.disabled.focus,
    .btn-custom-secondary-color[disabled].focus,
    fieldset[disabled] .btn-custom-secondary-color.focus {
        color: #404040;
        background-color: #b3b3b3;
        border-color: #a6a6a6;
    }

    .btn-custom-secondary-color .badge {
        color: #f570bb;
        background-color: #b3b3b3;
    }

/*.btn-custom-secondary-color {
    color: #fff;
    background-color: #cf1572;
    border-color: #cc007a;
}

    .btn-custom-secondary-color:focus,
    .btn-custom-secondary-color.focus {
        color: #fff;
        background-color: #bf0d72;
        border-color: #a70c64;
    }

    .btn-custom-secondary-color:hover {
        color: #fff;
        background-color: #bf0d72;
        border-color: #a70c64;
    }

    .btn-custom-secondary-color:active,
    .btn-custom-secondary-color.active,
    .open > .dropdown-toggle.btn-custom-secondary-color {
        color: #fff;
        background-color: #bf0d72;
        border-color: #a70c64;
    }

        .btn-custom-secondary-color:active:hover,
        .btn-custom-secondary-color.active:hover,
        .open > .dropdown-toggle.btn-custom-secondary-color:hover,
        .btn-custom-secondary-color:active:focus,
        .btn-custom-secondary-color.active:focus,
        .open > .dropdown-toggle.btn-custom-secondary-color:focus,
        .btn-custom-secondary-color:active.focus,
        .btn-custom-color.active.focus,
        .open > .dropdown-toggle.btn-custom-secondary-color.focus {
            color: #fff;
            background-color: #bf0d72;
            border-color: #a70c64;
        }

    .btn-custom-secondary-color:active,
    .btn-custom-secondary-color.active,
    .open > .dropdown-toggle.btn-custom-secondary-color {
        background-image: none;
    }

    .btn-custom-secondary-color.disabled:hover,
    .btn-custom-secondary-color[disabled]:hover,
    fieldset[disabled] .btn-custom-secondary-color:hover,
    .btn-custom-secondary-color.disabled:focus,
    .btn-custom-secondary-color[disabled]:focus,
    fieldset[disabled] .btn-custom-secondary-color:focus,
    .btn-custom-secondary-color.disabled.focus,
    .btn-custom-secondary-color[disabled].focus,
    fieldset[disabled] .btn-custom-secondary-color.focus {
        background-color: #f570bb;
        border-color: #f358b0;
    }

    .btn-custom-secondary-color .badge {
        color: #f570bb;
        background-color: #fff;
    }*/


.btn-gray {
    color: #fff;
    background-color: #A9A9A9;
    border-color: #8c8c8c;
}

    .btn-gray:focus,
    .btn-gray.focus {
        color: #fff;
        background-color: #8c8c8c;
        border-color: #737373;
    }

    .btn-gray:hover {
        color: #fff;
        background-color: #8c8c8c;
        border-color: #737373;
    }

    .btn-gray:active,
    .btn-gray.active,
    .open > .dropdown-toggle.btn-gray {
        color: #fff;
        background-color: #8c8c8c;
        border-color: #737373;
    }

        .btn-gray:active:hover,
        .btn-gray.active:hover,
        .open > .dropdown-toggle.btn-gray:hover,
        .btn-gray:active:focus,
        .btn-gray.active:focus,
        .open > .dropdown-toggle.btn-gray:focus,
        .btn-gray:active.focus,
        .btn-gray.active.focus,
        .open > .dropdown-toggle.btn-gray.focus {
            color: #fff;
            background-color: #8c8c8c;
            border-color: #737373;
        }

    .btn-gray:active,
    .btn-gray.active,
    .open > .dropdown-toggle.btn-gray {
        background-image: none;
    }

    .btn-gray.disabled:hover,
    .btn-gray[disabled]:hover,
    fieldset[disabled] .btn-gray:hover,
    .btn-gray.disabled:focus,
    .btn-gray[disabled]:focus,
    fieldset[disabled] .btn-gray:focus,
    .btn-gray.disabled.focus,
    .btn-gray[disabled].focus,
    fieldset[disabled] .btn-gray.focus {
        background-color: #bfbfbf;
        border-color: #b3b3b3;
    }

    .btn-gray .badge {
        color: #bfbfbf;
        background-color: #fff;
    }



.btn-black {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

    .btn-black:focus,
    .btn-black.focus {
        color: #fff;
        background-color: #333333;
        border-color: #1a1a1a;
    }

    .btn-black:hover {
        color: #fff;
        background-color: #333333;
        border-color: #1a1a1a;
    }

    .btn-black:active,
    .btn-black.active,
    .open > .dropdown-toggle.btn-black {
        color: #fff;
        background-color: #333333;
        border-color: #1a1a1a;
    }

        .btn-black:active:hover,
        .btn-black.active:hover,
        .open > .dropdown-toggle.btn-black:hover,
        .btn-black:active:focus,
        .btn-black.active:focus,
        .open > .dropdown-toggle.btn-black:focus,
        .btn-black:active.focus,
        .btn-black.active.focus,
        .open > .dropdown-toggle.btn-black.focus {
            color: #fff;
            background-color: #333333;
            border-color: #1a1a1a;
        }

    .btn-black:active,
    .btn-black.active,
    .open > .dropdown-toggle.btn-black {
        background-image: none;
    }

    .btn-black.disabled:hover,
    .btn-black[disabled]:hover,
    fieldset[disabled] .btn-black:hover,
    .btn-black.disabled:focus,
    .btn-black[disabled]:focus,
    fieldset[disabled] .btn-black:focus,
    .btn-black.disabled.focus,
    .btn-black[disabled].focus,
    fieldset[disabled] .btn-black.focus {
        background-color: #4d4d4d;
        border-color: #3d3d3d;
    }

    .btn-black .badge {
        color: #bfbfbf;
        background-color: #fff;
    }

.btn-pink {
    color: white;
    background: #cf1572;
}

    .btn-pink:hover {
        background:#ff8acf; 
    }




.paginationWidgets {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .paginationWidgets > li {
        display: inline;
    }

        .paginationWidgets > li > a, .paginationWidgets > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.428571429;
            text-decoration: none;
            color: #999999 !important;
            background-color: #ffffff !important;
            border: 1px solid #dddddd !important;
            margin-left: -1px;
        }

        .paginationWidgets > li:first-child > a, .paginationWidgets > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .paginationWidgets > li:last-child > a, .paginationWidgets > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .paginationWidgets > li > a:hover, .paginationWidgets > li > span:hover, .paginationWidgets > li > a:focus, .paginationWidgets > li > span:focus {
            background-color: #eeeeee !important;
            color: #555 !important;
        }

    .paginationWidgets > .active > a, .paginationWidgets > .active > span, .paginationWidgets > .active > a:hover, .paginationWidgets > .active > span:hover, .paginationWidgets > .active > a:focus, .paginationWidgets > .active > span:focus {
        z-index: 2;
        color: #ffffff !important;
        background-color: #46b8da !important;
        border-color: #46b8da !important;
        cursor: default !important;
    }

    .paginationWidgets > .disabled > span, .paginationWidgets > .disabled > span:hover, .paginationWidgets > .disabled > span:focus, .paginationWidgets > .disabled > a, .paginationWidgets > .disabled > a:hover, .paginationWidgets > .disabled > a:focus {
        color: #999999 !important;
        background-color: #ffffff !important;
        border-color: #dddddd !important;
        cursor: not-allowed !important;
    }

.paginationWidgets-lg > li > a, .paginationWidgets-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.paginationWidgets-lg > li:first-child > a, .paginationWidgets-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.paginationWidgets-lg > li:last-child > a, .paginationWidgets-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.paginationWidgets-sm > li > a, .paginationWidgets-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.paginationWidgets-sm > li:first-child > a, .paginationWidgets-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.paginationWidgets-sm > li:last-child > a, .paginationWidgets-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination-container {
    text-align: center;
}
/*********** FIN PAGINACION **********************/

.link-pressnotes-more {
    max-width: 100%;
}



/**********  POPOVERS DESTINOS *******************/
.popover-title {
    font-size: 12px;
    font-family: open-sans;
    color: #002D41;
    padding: 3px 14px;
}

.arrow {
    border-right-color: #999;
}

.popover {
    font-size: 12px;
    font-family: open-sans;
}

/* FANCY COLLAPSE PANEL STYLES */
.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0;
}

.fancy-collapse-panel .panel-heading a {
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
}

    .fancy-collapse-panel .panel-heading a:after {
        font-family: "Font Awesome\ 5 Free";
        content: "\f0de";
        position: absolute;
        right: 20px;
        font-size: 20px;
        font-weight: 400;
        top: 50%;
        line-height: 1;
        margin-top: -12px;
    }

    .fancy-collapse-panel .panel-heading a.collapsed:after {
        content: "\f0dd";
    }

.recommended-title, .recommended-title-xs {
    position: relative;
    margin-top: 50%;
    font-weight: bold;
}

.recommended-img {
    min-height: 210px;
    margin-bottom: 30px;
    margin-left: 7px;
    margin-right: 7px;
    background-position: top center;
    background-repeat: no-repeat;
}

.recommended-price {
    color: #002D41;
    background-color: rgba(240, 240, 240, 1);
    border-radius: 5px;
    font-size: 20px;
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    bottom: 10px;
    left: 15%;
    right: 15%;
}

.tuiplus {
    color: #002D41;
    font-size: 16px;
    font-weight: bold;
}

.circle-loading {
    color: #002D41;
}

.searchCircuits {
    margin-bottom: 15px;
}

.searchEngineDiv {
    position: relative;
    min-height: 110px;
}

    .searchEngineDiv .main-search-engine {
        background-color: rgba(255,255,255,0);
        position: relative;
    }

/* TOOLTIPS PARA DESCARGA DE PDFs*/
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(200, 200, 200, 1);
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-top-color: transparent;
    border-style: solid;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: black;
    text-align: center;
    background-color: white;
    border-radius: 10px;
    border: 1px solid rgba(200, 200, 200, 1);
}

.tooltip {
    font-family: open-sans;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
}
/*FIN TOOLTIPS*/

/*PRESS ROOM*/

.pressroom-main-text {
    max-height: 300px;
}

.pressroom-sectiontitle {
    min-height: 20px;
    text-decoration: none;
}

.pressroom-sectionlink {
    cursor: pointer;
    text-decoration: none;
}

.midblue-font:hover {
    color: #84afd3 !important;
}

.pressroom-sectionlink:hover {
    color: #84afd3;
    text-decoration: none;
}

.pressroom-nav {
    margin-left: auto;
    margin-right: auto;
}

.pressroom-titles {
    max-height: 260px;
    overflow: hidden;
}

.pressroom-s1 {
    overflow-y: hidden;
    max-height: 260px;
}

.img-pressroom-s1 {
    max-height: 255px;
    width: 100%;
}

.width-100 {
    width: 100% !important;
}

/*.press-note {
    border: 1px solid #337ab7!important;
    border-radius:10px;
    padding: 20px;
}*/

.press-note:first-of-type, #event-container:first-of-type, #studies-container:first-of-type {
    border-top: 1px solid #337ab7;
    padding-top: 10px;
}

.press-note, #event-container, #studies-container {
    border-bottom: 1px solid #337ab7;
    padding-bottom: 20px;
}

#event-container, #studies-container {
    padding-top: 10px;
}
/*FIN PRESS ROOM*/

.warning-title {
    background-color: red;
}

.modal-title {
    color: white;
}

.thumbnail img {
    display: block;
    max-width: 100%;
    height: 205px;
}

.min-img-height {
    min-height: 539.6px;
}

.borderless a > img {
    max-width: 35% !important;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.brochure-title, .wrongdoings-title, .digital-title {
    min-height: 20px;
    color: #737373 !important;
}

textarea[name=contact-itinerary], textarea[name=contact-adults-names], textarea[name=contact-children-names], textarea[name=contact-additional-info] {
    resize: none;
}

.required-field {
    color: #ef0000;
}

.outer-grecaptcha {
    text-align: center;
}

.inner-grecaptcha {
    display: inline-block;
}

.button-width-100 {
    width: 100%;
}

.map-destinations-link {
    text-decoration: none;
}

    .map-destinations-link:hover {
        text-decoration: none;
        color: #84afd3;
    }

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-vertical-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.padding-0 {
    padding: 0 !important;
}

.padding-vertical-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-vertical-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.error {
    color: red;
}

.rounded-border {
    border-radius: 5px;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.news-link, .inner-news-link {
    text-decoration: none;
    color: #002D41;
    font-size: 14px;
    font-weight: bold;
}

.inner-news-link {
    font-size: 12px;
}

    .news-link:hover, .inner-news-link:hover {
        color: #84afd3;
    }

.news-headline {
    min-height: 130px;
}

.news-content {
    max-height: 500px;
    overflow: auto;
    padding: 15px;
}

/*Fix para imágenes de carrusel de altura menor a la indicada*/
/*.img-carousel {
    height: 580px !important;
    width: 100% !important;
}*/

.carousel-control-left {
    position: absolute !important;
    top: -40% !important;
    left: -8% !important;
}

.carousel-control-right {
    position: absolute !important;
    top: -40% !important;
    right: -5% !important;
}

.carousel-indicators-tui {
    top: 2% !important;
}

.item-carousel {
    min-height: 540px !important;
    background-position: no-repeat center center / 100% auto;
}

.carousel-indicators li {
    border: 1px solid #192b33 !important;
}

    .carousel-indicators li:hover {
        border: 1px solid #8c9599 !important;
    }

.carousel-indicators .active {
    background-color: #325666 !important;
}


.firstHeading {
    font-size: 18px;
    font-family: open-sans;
}


.loadinggif {
    background: #fff url('/Content/Images/ajax-loader.gif') no-repeat center right 5%;
}
/* ESTILOS DE CIRCUITOS (ANTIGUOS) */

.icon-spinner {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

    .icon-spinner:after {
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: auto;
        transform: translate(0, 0);
        content: '\e901';
        font-size: 28px;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center !important;
        color: #092a5e;
        -webkit-animation: icon-spin 2s infinite linear;
        animation: icon-spin 2s infinite linear;
    }

.icon-spin {
    /*display: inline-block;*/
    -webkit-animation: icon-spin 2s infinite linear;
    animation: icon-spin 2s infinite linear;
}

.badge:hover {
    background-color: #3c8dbc;
}

.lblfilterInput:hover {
    color: #3c8dbc;
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(50%);
}

/*#pressroom-wrapper {
    margin-left: auto;
    margin-right: auto;
    width:100%;
}*/

a.right.carousel-control.carousel-control-right {
    margin-right: 8px !important;
}

a.left.carousel-control.carousel-control-left {
    margin-left: 36px !important;
}

/* FIN ESTILOS CIRCUITOS*/



/*CSS específicas para los carruseles*/
.carousel-control {
    width: 4%;
}

    .carousel-control.left, .carousel-control.right {
        margin-left: 15px;
        background-image: none;
    }



.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }




/*********** PAGINACION **************************/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.428571429;
            text-decoration: none;
            color: #999999 !important;
            background-color: #ffffff !important;
            border: 1px solid #dddddd !important;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #eeeeee !important;
            color: #555 !important;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff !important;
        background-color: #46b8da !important;
        border-color: #46b8da !important;
        cursor: default !important;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999999 !important;
        background-color: #ffffff !important;
        border-color: #dddddd !important;
        cursor: not-allowed !important;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
/*********** FIN PAGINACION **********************/

/* ELEMENTOS VARIOS */

.light-yellow-paper {
    background-color: #f8e9c3;
    border-radius: 4px;
    padding: 20px;
    color: black;
}

.light-blue-subtitle {
    background-color: #e7f2fe;
    border-radius: 4px;
    font-weight: bold;
    padding: 20px;
    font-size: 16px;
    color: black;
}

.purple-square-border-title {
    background-color: #790297;
    color: white;
    font-size: 18px;
    font-weight: 800;
    padding: 20px;
}

/**** BLOG *****/
.cuadro-entrada-blog {
    border: rgb(227, 166, 15) 1px solid;
    height: 300px;
}

.foto-entrada-blog {
    height: 220px;
}

.titulo-entrada-blog {
    padding: 15px;
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.blog-carousel-height {
    height: 300px;
    border-radius: 4px;
}

/**** FIN BLOG ****/

/*** HOTELES ***/

.cuadro-item-hotel {
    border: #E6DFD2 2px solid;
    background-color: white;
    padding: 15px 0 15px 0;
    font-size: 14px;
    margin-bottom: 15px;
}

.subcuadro-item-hotel {
    border: 1px solid #E6DFD2;
    background-color: white;
    padding: 10px;
    font-size: 14px;
    min-height: 120px;
    text-align: center;
}

.foto-item-listado-hotel {
    min-height: 120px;
}

.info-plus {
    width: 30px;
    float: right;
    position: absolute;
    bottom: 200px;
    right: 35px;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
}

.info-plus-travels {
    bottom: 110px !important;
}

.bg-info-link {
    background-color: rgba(119, 169, 57, 1);
}

    .bg-info-link:hover {
        background-color: #EE7619;
    }

/*** FIN HOTELES ***/

/*** RESERVA ***/
.cuadro-item-reserva {
    border: #E6DFD2 2px solid;
    border-top: 0;
    background-color: white;
    padding: 15px;
    font-size: 14px;
}

.subcuadro-item-reserva-beige {
    border: 1px solid #E6DFD2;
    background-color: white;
    padding: 10px;
    font-size: 14px;
    min-height: 120px;
    background-color: #F3F1ED;
}

.subcuadro-item-buscador-beige {
    border: 1px solid #E6DFD2;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    min-height: 60px;
    background-color: #F3F1ED;
}

/*** FIN RESERVA ***/

/* ESTILOS MODIFICACIÓN FULL CALENDAR */

.fc-title {
    color: #ffc107;
    font-size: 14px;
}

/*.fc-content {
    background-color: #092A5E !important;
    z-index: 999999;
}*/

/*Fix para los números del calendario. Se mostrarán con la opacidad completa tanto si el mes es el que corresponde como si no, siempre y cuando estén seleccionados para el viaje*/
.fc-day-number.fc-other-month.circuito, .fc-day-number.fc-other-month.pos0, .fc-day-number.fc-other-month.saltoDia, .fc-day-number.fc-other-month.pos1, .fc-day-number.fc-other-month.pos2, .fc-day-number.fc-other-month.pos3, .fc-day-number.fc-other-month.pre {
    opacity: 1 !important;
}

.fc-toolbar {
    background-color: #cf1572;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

.fc-center h2, .h2 {
    font-size: 16px !important;
    padding-top: 5px;
}

.fc-state-default {
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    color: white !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.fc-widget-header {
    background-color: #d7d2c3;
    color: black;
}

.fc-past {
    color: #183667;
}

.fc-time {
    display: none;
}

.cell-background {
    background-color: #f3f1ed;
}


.selected-day {
    background-color: #5BBCE6 !important;
    color: white;
}

.circuito {
    background-color: #5BBCE6 !important;
    color: white;
}

.pre {
    background-color: #e0bd19 !important;
    color: white;
}

/*.pos0 {
    background-color: #7cb242 !important;
    color: white;
}

.pos1 {
    background-color: #6f9e3b !important;
    color: white;
}

.pos2 {
    background-color: #598628 !important;
    color: white;
}

.pos3 {
    background-color: #4a7021 !important;
    color: white;
}*/

.pos0, .lgreen_legend {
    background-color: #66baff !important;
    color: white;
}

.pos1, .green_legend {
    background-color: #1a98ff !important;
    color: white;
}

.pos2, .greener_legend {
    background-color: #cf1572 !important;
    color: white;
}

.pos3, .dgreen_legend {
    background-color: #004680 !important;
    color: white;
}

.icopos0 {
    color: #66baff;
}

.icopos1 {
    color: #1a98ff;
}

.icopos2 {
    color: #cf1572;
}

.icopos3 {
    color: #004680;
}

.saltoDia {
    background-color: #b4bbac;
    color: white;
}

.blue_legend {
    background-color: #5BBCE6;
    color: white;
}

.yellow_legend {
    background-color: #e0bd19;
    color: white;
}

.gray_legend {
    background-color: #b4bbac;
    color: white;
}

.icopre {
    color: #e0bd19;
}


.custom-card-image {
    min-width: 200px;
    min-height: 120px;
    background-image: no-repeat scroll center center / auto 100%;
}

.fc-event {
    position: relative; /* for resize handle and other inner positioning */
    display: block; /* make the <a> tag block */
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #ffc107 !important; /* default BORDER color */
    background-color: #ffc107 !important; /* default BACKGROUND color */
    font-weight: normal; /* undo jqui's ui-widget-header bold */
}

.fc-event[href], .fc-event.fc-draggable, .fc-event {
    cursor: default;
    background-color: transparent;
    color: #ffc107;
}

    .fc-event,
    .fc-event:hover,
    .ui-widget .fc-event {
        color: #ffc107; /* default TEXT color */
        text-decoration: none; /* if <a> has an href */
    }

.fc-day-grid-event {
    margin: 0;
    padding: 0;
    /*top: 22px;*/
    text-align: center;
    color: #ffc107;
    background-color: transparent;
    border: 0;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

.fc-event-container {
    cursor: pointer;
}

    /*.fc-event-container a {
        border: 1px solid #ffc107 !important;
        background-color: #ffc107 !important;
    }*/
    .fc-event-container a {
        border: 0 transparent !important;
        background-color: transparent !important;
    }

.fc-ltr .fc-basic-view .fc-day-number {
    border-right: #ddd 1px solid;
}

.fc-highlight {
    /*background-color: #5BBCE6 !important;*/
    background-color: transparent !important;
    opacity: 1;
    filter: alpha(opacity=100);
    color: white;
}

.loading-calendar {
    width: 96%;
    background-color: white;
    position: absolute;
    z-index: 100;
    filter: alpha(opacity=80);
    opacity: .80;
    padding: 35% 0 32% 0;
}

.calendar {
    min-height: 352px;
}


/* BOOKING */
/* ESTILOS PERSONALIZADOS PARA SELECTS */
.numberinput {
    overflow: hidden;
    height: 40px;
    position: relative;
    display: block;
}

    .numberinput:after {
        content: "\f0dc";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 14px;
        color: #fff;
        padding: 8px 8px;
        height: 34px;
        width: 35px;
        position: absolute;
        right: 0;
        top: 0;
        background: #cf1572;
        z-index: 1;
        text-align: center;
        border-radius: 0 4px 4px 0;
        pointer-events: none;
        box-sizing: border-box;
    }


.select-custom {
    overflow: hidden;
    height: 40px;
    position: relative;
    display: block;
}

    .select-custom:after {
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 14px;
        color: #fff;
        padding: 8px 8px;
        height: 34px;
        width: 35px;
        position: absolute;
        right: 0;
        top: 0;
        background: #cf1572;
        z-index: 1;
        text-align: center;
        border-radius: 0 4px 4px 0;
        pointer-events: none;
        box-sizing: border-box;
    }



.tramotable td {
    border-top: 0 !important;
}

.roundTripGoContent {
    border-bottom: 1px solid #dee2e6 !important;
}

.roundTripGoContentDetail {
    background-color: #F6F6F6 !important;
    border-bottom: 1px solid #dee2e6 !important;
}

#agency-access .form-control {
    height: 32px;
}

#booking-screen .form-control {
    height: 34px;
}

#passengers-div .form-control {
    display: block;
    width: 40px;
    height: 25px;
    padding: 0.2rem 0.2rem;
    font-size: 11px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* ESTILOS MODIFICACIÓN SELECT 2 PARA EL BOOKING */

#booking-screen .select2-container {
    width: 100% !important;
}


#booking-screen .select2-container--default .select2-selection--single {
    border: 1px solid #e6dfd2;
    height: auto;
    border-radius: 0;
    width: 100%;
}

#booking-screen .select2-selection__rendered {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

#booking-screen .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    background-color: #F3F1ED;
    padding: 0.2em 0.7em 0.2em 0.7em;
    width: 100%;
}


#booking-screen .select2-container--default .select2-results > .select2-results__options {
    color: black !important;
}

#booking-screen .select2-dropdown select2-dropdown--below {
    border-radius: 0;
}

#booking-screen .select2-dropdown {
    border-radius: 0;
    background-color: #F3F1ED;
    border: 1px solid #e6dfd2;
}

#booking-screen .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    margin-right: 0.7em !important;
}

#booking-screen .select2-container--open .select2-dropdown--below {
    min-width: 250px !important;
}

.select2-container--open .select2-dropdown--below {
    min-width: 250px !important;
}
/* BASKET */
.basket-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.basket-content {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

/* HOTELS */

/* ALEX -- SLIDING FORMS */
.sliding-forms-wrapper {
    display: flex;
    justify-content: flex-start;
    position: fixed;
    top: 50%;
    left: 0px;
    z-index: 100000;
}

.sliding-forms-left-wrapper {
    display: flex;
    justify-content: flex-start;
    position: fixed;
    top: 30%;
    right: 0px;
    z-index: 100000;
}

.sliding-forms-div,
.sliding-forms-left-div {
    background-color: #fafafa;
    height: 186px; /*Esta altura debe coincidir con la de la imagen, para que ambas capas conserven su ratio al deslizarse la capa derecha con el form*/
    border-radius: 0 10px 10px 0;
    border: 0.3rem solid #cf1572;
    padding: 10px;
    margin-left: -10px;
}

.sliding-forms-left-div {
    background-color: #F3F1ED;
    border: 0.3rem solid #ffc107 !important;
    border-radius: 10px 0 0 10px !important;
    height: 370px !important;
    -webkit-box-shadow: 10px 10px 15px 0px rgba(153,153,153,0.5);
    -moz-box-shadow: 10px 10px 15px 0px rgba(153,153,153,0.5);
    box-shadow: 10px 10px 15px 0px rgba(153,153,153,0.5);
}

#sliding-forms-toggler {
    z-index: 200000;
}

.sliding-forms-left-toggler img {
    -webkit-box-shadow: 10px 10px 15px 0px rgba(153,153,153,0.5);
    -moz-box-shadow: 10px 10px 15px 0px rgba(153,153,153,0.5);
    box-shadow: 10px 10px 15px 0px rgba(153,153,153,0.5);
}

.smaller {
    font-size: 10px;
    /*line-height: 0.2px;*/
}

.tiny {
    font-size: 9px;
}

.sliding-forms-caption {
    max-width: 310px;
}

.shadowed {
    -webkit-box-shadow: 10px 10px 15px 0px rgba(153,153,153,0.5);
    -moz-box-shadow: 10px 10px 15px 0px rgba(153,153,153,0.5);
    box-shadow: 10px 10px 15px 0px rgba(153,153,153,0.5);
}

.left-shadowed {
    -webkit-box-shadow: 0px 10px 10px -4px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 10px 10px -4px rgba(0,0,0,0.45);
    box-shadow: 0px 10px 10px -4px rgba(0,0,0,0.45);
}

/* FIN SLIDING FORMS */

/* ALEX - MENÚ DE UBICACIONES */

#location-menu {
    background-color: #f6f6f6;
}

/*#highlights-carousel-area {
    background: url(/Content/Alayca/Images/bg-highlights.png) no-repeat;
    background-position: center;
    background-size: auto;
}*/

#religious-carousel-area {
    background: url(/Content/Alayca/Images/bg-religious.png) no-repeat;
    background-position: center;
    background-size: 100%;
}

.card-location, 
.card-highlights {
    background: transparent !important;
    border: none !important;
    padding: 10px;
}

.card-highlights {
    -webkit-box-shadow: 0px 10px 10px -4px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 10px 10px -4px rgba(0,0,0,0.85);
    box-shadow: 0px 10px 10px -4px rgba(0,0,0,0.85);
    width: 21rem;
}

.card-img-round {
    width: 140px;
    margin-bottom: 20px;
    background-color: white;
    padding: 4px;
    border-radius: 100px;
}

.card-footer {
    border-top: none !important;
}

.card-img-overlay-list {
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.btn-location {
    white-space: normal !important;
}

/* FIN MENÚ DE UBICACIONES */

/* CARRUSEL DE DESTACADOS */
.card-body-wrapper {
    width: 300px;
}

.card h6 {
    font-family: open-sans-condensed, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.card-title-blue {
    background-color: #F1F2F2;
    width: 100%;
    padding: 5px 12px 5px 12px;
    color: #444;
    height: 60px;
}

.card-title-destination {
    background-color: #F1F2F2;
    width: 100%;
    padding: 5px 12px 5px 12px;
    color: #444;
    height: 30px;
}

.card-title-blue-list {
    background-color: #F1F2F2;
    width: 100%;
    padding: 5px 12px 5px 12px;
    color: #444;
}

.card-country {
    display: table;
    background-color: white;
    padding: 2px 8px;
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.card-title-translucent {
    opacity: 0.9;
    position: absolute;
    top: 35%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-footer-highlights, 
.card-footer-destinations, 
.card-footer-religious, 
.card-footer-musts, 
.card-footer-solidarity,
.card-footer-spiritual,
.card-footer-escapades {
    padding: 0 !important;
    height: 100%;
    background-color: white;
}

.card-footer-destinations {
    height: 50px;
}

.card-prices-wrapper {
    display: flex;
    justify-content: flex-start; 
    padding: 10px;
}

.smallest { 
    font-size: 10px;
}

.font-price-carousel-highlights, 
.font-price-carousel-destinations {
    font-size: 1.2rem;
    color: #bb377b;
    font-weight: bold;
}

.font-currency-carousel-highlights {
color: gray;
font-size: 15px;
}

.icon-flights {
    font-size: 0.6rem;
    text-transform: uppercase;
    margin-right: 20px;
}

.btn-carousel-item-highlights {
    height: 90%;
    width: 75px;
    line-height: 3.5;
    border-radius: 0%;
    border: none;
}

.btn-roundtrip-item {
    height: 90%;
    /*width: 75px;*/
    line-height: 3.5;
    border-radius: 50%;
    border: none;
}

/* Fin carrusel Destacados */
#destinations-carousel-area {
    /*background-color: #F1F2F2;*/
    background-color: white;
}

/* CARRUSEL DESTINOS */
.card-title-top {
    position: absolute;
    top: 0 !important;
}

.card-img-wrapper {
    /*min-width: 350px;*/
    min-height: 160px;
}

.btn-carousel-item-destinations,
.btn-carousel-item-religious,
.btn-carousel-item-musts,
.btn-carousel-item-solidarity,
.btn-carousel-item-spiritual,
.btn-carousel-item-escapades {
    height: 100%;
    width: 100px;
    line-height: 2.5;
    border-radius: 0%;
    border: none;
}

/* Fin Carrusel Destinos */

/* CARRUSEL RELIGIOSOS */

.ubicacion-carousel-area-light {
    background-color: #e7e5e0;
}

.ubicacion-carousel-area-dark {
    background-color: #d4d1c3;
}

.ubicacion-carousel-title-blue {
    background-color: #0062cc !important;
    color: white !important;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.ubicacion-carousel-title-white {
    background-color: white !important;
    color: #0073b1;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}


#religious-carousel-area, 
#solidarity-carousel-area,
#escapades-carousel-area {
    background-color: #d4d1c3;
    background-size: auto;
    background-position: top;
    padding-bottom: 20px !important;
}

#musts-carousel-area,
#spiritual-carousel-area {
    background-color: #e7e5e0;
    background-size: auto;
    background-position: top;
    padding-bottom: 20px !important;
}

#religious-carousel-container-title, 
#musts-carousel-container-title, 
#solidarity-carousel-container-title,
#spiritual-carousel-container-title,
#escapades-carousel-container-title {
    padding-top: 20px;
}

.religious-title, 
.musts-title, 
.solidarity-title,
.spiritual-title,
.escapades-title {
    padding: 10px;
    background-color: white;
    margin-bottom: 10px;
}

.musts-title,
.spiritual-title {
    background-color: #0062cc !important;
 }

.card-body-religious, 
.card-body-musts, 
.card-body-solidarity,
.card-body-spiritual,
.card-body-escapades {
    padding-bottom: 0 !important;
}

.hr-religious, 
.hr-musts, 
.hr-solidarity,
.hr-spiritual,
.ht-escapades {
    margin-bottom: 0 !important;
}

#highlightsPrevArrow,
#highlightsNextArrow,
#destinationsPrevArrow,
#destinationsNextArrow,
#religiousPrevArrow,
#religiousNextArrow,
#mustsPrevArrow,
#mustsNextArrow,
#solidarityPrevArrow,
#solidarityNextArrow,
#spiritualPrevArrow,
#spiritualNextArrow,
#escapadesPrevArrow,
#escapadesNextArrow {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

#arrow-right-highlights, 
#arrow-left-highlights,
#arrow-right-religious,
#arrow-left-religious,
#arrow-right-musts,
#arrow-left-musts,
#arrow-right-solidarity,
#arrow-left-solidarity,
#arrow-right-spiritual,
#arrow-left-spiritual,
#arrow-left-escapades,
#arrow-right-escapades {
    text-align: center;
    font-size: 2em;
}


.PrevArrow, .NextArrow {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.arrow-left, .arrow-right {
    text-align: center;
    font-size: 2em;
}



.slick-list {
    margin: 0 -10px;
}
.slick-slide>div {padding: 0 10px;}

/* SOCIAL MEDIA */
.item-social-title h5 {
    color: black;
    font-weight: bold;
}

.item-social-stars {
    color: #F0C041;
}

.item-social-amount {
    color: #7D7D7D;
}

#social-media-opinions, #opinion-carousel-area {
    background-color: white !important;
    padding: 30px !important
}

.card-title-blue-solid {
    opacity: 1 !important;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-right:10px;
    background-color: #3e70c8 !important;
}

.card-title-small {
    font-size: 10px !important;
}

.card-body-opinion {
    padding: 10px !important;
    margin-top: -15px !important;
}

#arrow-right-opinion, 
#arrow-left-opinion {
    font-size: 2em;
    text-align: center;
}

.image-round {
    border-radius: 50%;
}

.hr-opinion {
    padding: 0;
}

/* TRIP DETAILS */
#detail-trip-title-area {
    background-image: url('/Content/Alayca/Images/placeholders/details-bg-placeholder.jpg');
    background-size: auto;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 15em;
}

.detail-trip-title, 
.detail-trip-subtitle {
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}

#details-trip-area {
    background-image: url("/Content/Alayca/Images/details-trip-bg.jpg");
    background-size: auto;
    background-position: center;
    background-repeat: repeat-y;
}

.details-panel {
    background: #cce3f5;
    padding: 2em;
}

.flights-wrapper-button, .flightless-wrapper-button {
    display: flex;
    justify-content: right;
}

.booking-wrapper-button {
    display: flex;
    justify-content: right;
}

#detail-button-flights, #detail-button-flightless, #btn_step2 {
    border-radius: 0px;
}

.details-flights-button, .details-flightless-button {
    min-width: 30%;
}

.font-pink {
    color: #DA3E7E;
}

.details-social-icon {
    font-size: 25px;
}

.offer-box {
    border-radius: 5px;
    border: 1px solid #0062b3;
    background-color: white;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.offer-box-price {
    font-family: open-sans-condensed-bold, sans-serif;
}

.hr-small {
    margin: 5px;
}

.stars {
    color: #f0bf3b;
}

.details-hotels-stars-link {
    color: #f2f0ed;
}

    .details-hotels-stars-link:focus {
        color: #cf1572;
    }

.details-hotels-stars-link .stars {
    color: #f0bf3b;
    border-right: 1px solid rgba(153,153,153,0.5);
    padding-right: 5px;
    margin-right: 5px;
}

.details-hotels-stars-link .stars:hover {
    color: #bb377a;
}

.details-hotels-stars-link .stars.stars-borderless {
    border-right: none !important;
}

.description-hotel .h6 {
    font-family: open-sans-condensed-bold;
}



/* AREA DE BLOG */

#blog-title-area {
    background: url("/Content/Alayca/Images/bg-blog-title.png") no-repeat;
    background-position: bottom;
    background-size: auto;
}

.title-wrapper {
    min-height: 200px;
    padding: 20px;
}

.blog-topics-content {
    display: flex;
    justify-content: center;
    align-content: stretch;
    word-wrap: break-word;
    min-height: 150px;
    margin: 10px;
}

.row_cell {
    flex: 1
}

.row_cell--2 {
    flex: 2
}

.row_cell--3 {
    flex: 3
}

#blog-topic-entry1 {
    background: url("/Content/Alayca/Images/placeholders/blog/bg-blog1.jpg");
}

#blog-topic-entry2 {
    background: url("/Content/Alayca/Images/placeholders/blog/bg-blog2.jpg");
}

#blog-topic-entry3 {
    background: url("/Content/Alayca/Images/placeholders/blog/bg-blog3.jpg");
}

#blog-topic-entry4 {
    background: url("/Content/Alayca/Images/placeholders/blog/bg-blog4.jpg");
}

#blog-topic-entry5 {
    background: url("/Content/Alayca/Images/placeholders/blog/bg-blog5.jpg");
}

#blog-topic-entry6 {
    background: url("/Content/Alayca/Images/placeholders/blog/bg-blog6.jpg");
}

#blog-topic-entry7 {
    background: url("/Content/Alayca/Images/placeholders/blog/bg-blog7.jpg");
}

#blog-topic-entry8 {
    background: url("/Content/Alayca/Images/placeholders/blog/bg-blog8.jpg");
}

.booking-header {
    background-color: #cf1572;
    padding: 20px;
    color: white;
    font-size: 25px;
    font-weight: bold;
}

.booking-box-header {
    background-color: #F1F2F2;
    color: black;
    padding: 20px;
    font-size: 14px;
    border: #E6DFD2 2px solid;
    border-bottom: none;
}

.cuadro-beige {
    border: 1px solid #E6DFD2;
    background-color: #F3F1ED;
    min-height: 38px;
}

/*LOGIN DIV*/
.login-container {
    position: absolute;
    top: 40px;
    background: lightgray;
    padding: 15px;
    border-radius: 10px;
    right: 0px;
    display: none;
    width: 21rem;
    border: 1px solid #C7B299;
    z-index: 5000;
}

/* CSS Custom de Formularios Chosen*/

.chosen-container-single .chosen-single {
    height: 35px !important;
    border-radius: 4px !important;
    border: 1px solid #CCCCCC !important;
    line-height: 1.7;
    font-size: 1rem;
}

.chosen-container-single .chosen-single span {
    padding-top: 2px !important;
}

.chosen-container-single .chosen-single div b {
    margin-top: 2px !important;
}

.chzn-select .category {
    background-color: #bb377b !important;
    color: white !important;
}

.chosen-destination {
    color: black !important;
    background: white !important;
}

.chosen-destination-results .category {
    background: #bb377b !important;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top:5px;
}

    .chosen-destination-results .category:hover {
        background: #cc3b75 !important;
        text-transform: uppercase;
        font-weight: bold;
    }

.chosen-destination-results .active-results.item.highlighted {
    border-radius: 3px !important;
}

.chosen-single span {
    color: #777777 !important;
}

.pill-no-show {
    border: 0 !important;
    background: transparent !important;
}
    .pill-no-show a, .pill-no-show:hover {
        border: 0 !important;
        background: transparent !important;
    }
/*.nav-tabs .nav-link .pill-no-show:hover {
    border: 0 !important;
    background: transparent !important;
}*/

/*.nav-tabs .nav-link:hover {
    background-color: #ffc107 !important;
    color: white !important;
}*/

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 30px !important;
    height: 30px !important;
}

.secure-pay-bar {
    background-color: #cf1572;
    padding: 8px;
    text-align: center;
}

.secure-pay-logo {
    height: 35px;
}

#footer-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0;
    text-align: center;
    margin: 0;
}
    #footer-logos li {
        list-style: none;
    }

.footer-logos__item {
    margin: 0 8px;
}

@media (min-width: 62em) {

.footer-logos__item {
    margin: 0 12px;
    } 
}

/*.footer-logos__logo {
    height: 28px;
    width: auto;
}*/

/*@media (min-width: 62em) .footer-logos__logo {
    height: 32px;
}*/







/* Media queries*/
@media (max-width:768px) {
    .carousel-indicators {
        top: 10px !important;
        bottom: unset !important;
    }

    .dropdown-menu {
        left: 0;
    }

    .next-carousel-btn, .prev-carousel-btn {
        width: 14%;
        top: 0;
        font-size: 1em;
    }

    .main-menu {
        position: relative;
        z-index: 4000;
    }

    .border-menu {
        border: none;
    }

    .navbar-toggler {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .socialmedia {
        padding-top: 5px;
    }

    .menu {
        padding-top: 5px;
    }


}

@media (min-width:576px) and (max-width:767px) {
    .img-sm-information {
        bottom: 10px;
    }
}

@media (min-width:280px) and (max-width:575px) {
    .img-sm-information {
        bottom: 5px !important;
        top: auto;
    }
    .carousel-titles {
        top: 20px;
        bottom: auto;
        overflow: hidden;
    }

        .carousel-titles h1 {
            font-size: 18px;
        }

        .carousel-titles h4 {
            font-size: 12px;
        }
}

@media (min-width: 768px) {
    .navbar-nav.navbar-center {
        position: relative;
        left: 50%;
        transform: translatex(-50%);
    }
}

/* @media (min-width: 300px) {
    .carousel-caption {
        bottom: 160px !important;
    }
}

@media (max-width: 300px) {
    .carousel-caption {
        display: none;
    }
}

@media (min-width: 768px) {
    .carousel-caption {
        bottom: 120px !important;
    }
} */



@media (max-width: 768px) {
    .ubicacion-item {
        width: 100%;
    }

    .destinations-panel-item {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .search-panel-position {
        position: relative;
        margin-top: -42px;
    }

    .carousel-caption {
        bottom: 80px !important;
    }

    .title-hightlight-destinations {
        margin-right: 15px;
    }

    .login-container {
        position: relative;
        width: 100%;
        margin: 0;
        border: none;
        top: 0;
        left: 0;
        border-radius: unset;
    }
}

@media (min-width:280px) and (max-width:575px) {
    .img-sm-information {
        bottom: 5px !important;
        top: auto;
    }
}

@media (min-width:768px) and (max-width:1080px) {
    .brochure-title, .digital-title {
        min-height: 40px;
    }
}

@media (max-width: 821px) {

    /*#WebUbicacionesHeader {
        display: none;
    }*/

    .search-panel-absolute {
        position: relative;
        width: auto;
        border: none;
        padding: 15px;
        background: rgba(147, 147, 147, 0.7);
        border-radius: unset;
        margin-left: 20%;
    }
    

    .carousel-caption {
        display: none;
    } 
    
    .upper-ribbon-list {
        bottom: 93%;
        width: 95.9% !important;
    }

    .borderless a > img {
        max-width: 100% !important;
    }

    .trip-wrapper {
        width: 100%;
        float: none;
        margin-left: 10px;
        margin-right: 0;
    }

    .trip-thumbnail {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 813px) {
    .list-caption {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .btn-group-vertical {
        width: 100%;
    }

    .carousel-indicators-tui {
        top: 100% !important;
    }

    .carousel-control-left, .carousel-control-right {
        display: none;
    }

    .img-pressroom-s1 {
        height: 100%;
    }

    .pressroom-titles {
        max-height: 100%;
    }

    .upper-ribbon-list {
        width: 95.9% !important;
    }

    .item-carousel {
        background-position: no-repeat center center / auto 100%;
    }

    .news-headline {
        min-height: 50px;
    }

    .margin-bottom-10-xs {
        margin-bottom: 10px !important;
    }

    .carousel-searchengine {
        position: static;
    }

    .gray-bg-searchengine {
        background-color: rgba(255,255,255,0);
        border-radius: 0;
    }

    .carousel-blueribbon-triptitle {
        position: static;
        width: 100%;
    }

    #moreOpts {
        padding-left: 0;
    }

    .mainCarousel {
        position: relative;
    }

    .main-search-engine {
        position: static;
        padding-bottom: 30px !important;
    }

    .formSearchEngine {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

        .formSearchEngine input {
            margin-bottom: 5px;
        }

    #OnlineBooking-text {
        margin-left: 25px;
        vertical-align: top !important;
    }

    #OnlineBooking {
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .btnSearch {
        width: 100%;
    }

    .navbar-custom li {
        padding-top: 1em;
    }

    .upper-ribbon {
        position: absolute;
        top: 10px;
    }

    #img-offer-preview {
        height: 100%;
    }

    .catalog-carousel-control-right {
        margin-right: 0;
    }

    .catalog-carousel-control-left {
        margin-left: 0;
    }

    .padding-modalBtn {
        padding-top: 20px !important;
        float: none;
    }

    .padding-bottom-20 {
        padding-bottom: 20px !important;
    }

    .center-block-btnLogin {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .item-catalog-container {
        margin-left: 65px;
    }

    .carousel-caption {
        padding-bottom: 10px;
    }

    .searchInput input {
        padding-bottom: 15px !important;
    }

    .currencySymbol {
        white-space: nowrap;
    }

    .active > div {
        display: block !important;
    }
}

@media (min-width:320px) and (max-width: 991px) {
    .news-headline {
        min-height: 50px;
    }

    a.right.carousel-control.carousel-control-right, a.left.carousel-control.carousel-control-left {
        display: none !important;
    }
}

@media (max-width: 413px) {
    .min-img-height {
        min-height: 166px;
    }
}

@media (min-width: 414px) and (max-width: 574px) {
    .min-img-height {
        min-height: 166px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .min-img-height {
        min-height: 230px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .min-img-height {
        min-height: 300px;
    }

    .item-carousel {
        min-height: 320px !important;
    }
}

@media (min-width: 991px) and (max-width: 1999px) {
    .min-img-height {
        min-height: 396.9px;
    }

    .item-carousel {
        min-height: 400px !important;
    }

    a.left.carousel-control.carousel-control-left {
        margin-left: 16px !important;
    }

    a.right.carousel-control.carousel-control-right {
        margin-right: 0 !important;
    }

    .mainCarousel {
        position: relative;
    }

    .search-panel-relative {
        display: none;
    }
}

@media (min-width:768px) and (max-width:830px) {
    .carousel-searchengine {
        top: 5%;
    }
}

@media (min-width: 831px) and (max-width:1200px) {
    .carousel-searchengine {
        top: 15%;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .navigationMenu {
        position: static;
    }

    .mainCarousel {
        position: relative;
    }

    .main-search-engine {
        position: static;
        padding-bottom: 10px !important;
    }

    .carousel-content {
        position: relative;
    }
}



@media (min-width: 1024px) {
    .btnSubmitSearch {
        margin-top: 15px;
    }

    .catalog-pdf-icon a {
        margin-left: 95px;
    }
}

@media (max-width:1200px) {
    .mainBody {
        margin-top: 0;
    }

    .navbar-custom {
        position: relative;
    }

    .upper-ribbon {
        position: absolute;
        top: 10px;
    }

    #carousel-topTrips {
        left: 0 !important;
    }

    .carousel-featured-inner {
        left: 0 !important;
        margin-left: 25px;
    }

    .carousel-control {
        top: -5%;
    }
}

@media (max-width: 991px) {
    .map-preview {
        max-height: 100%;
    }
    .sliding-forms-wrapper {
        display: none;
    }

    .sliding-forms-left-link-wrapper {
        display: none;
    }

    .search-panel-absolute {
        display: none;
    }

    .search-panel-relative {
        display: block;
    }
}


@media (max-width: 650px) {
    .upper-ribbon-list {
        bottom: 90%;
        width: 90% !important;
    }
}

@media (max-width: 767px) {

    
    
    .recommended-title, .recommended-price, .recommended-title-xs {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: 100px;
        margin-top: 2%;
        left: 0;
    }

    .recommended-title-xs {
        margin-top: 10% !important;
        max-width: 100% !important;
    }

    .recommended-price {
        left: 0;
        max-width: 50%;
        top: 20px;
    }

    .carousel-inner .active.left {
        left: -100%;
    }

    .carousel-inner .next {
        left: 100%;
    }

    .carousel-inner .prev {
        left: -100%;
    }

    .active > div {
        display: none;
    }

        .active > div:first-child {
            display: block;
        }

    .item-catalog, .item-trip {
        left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 767px) and (max-width: 992px ) {

    .recommended-title, .recommended-price, recommended-title-xs {
        position: absolute;
        max-width: 100px;
    }

    .recommended-title, .recommended-title-xs {
        top: 0;
        left: 5%;
    }

    .recommended-price {
        left: 15%;
        bottom: 10px;
    }

    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }


    .item-catalog, .item-trip {
        left: 90px !important;
        margin-right: 50px !important;
        width: 100%;
    }
}

@media (min-width: 992px ) {
    
    
    .carousel-inner .active.left {
        left: -16.7%;
    }

    .carousel-inner .next {
        left: 16.7%;
    }

    .carousel-inner .prev {
        left: -16.7%;
    }

    .item-catalog, .item-trip {
        margin-left: 13%;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}


/***** ION Component *******/

.irs--sharp .irs-bar {
    background-color: #cf1572 !important;
}

.irs--sharp .irs-handle {
    background-color: #cf1572 !important;
}

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
    background-color: #cf1572 !important;
}

/***** Selectize *******/
.selectize-input {
    border: 1px solid #cccccc;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-block;
    height: 35px !important;
    overflow: hidden;
    padding: 5px 12px !important;
    position: relative;
    width: 100%;
    z-index: 1;
}
