
.divasiento {
    background-color: #208FCE !important;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 4px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    display: flex;
}
.divasiento2 {
    background-color: #208FCE !important;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 4px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    display: flex;
}

.Premium {
    background-color: #8d7249 !important;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 4px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    display: flex;
}

.Convenient {
    background-color: #0d3050 !important;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 4px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    display: flex;
}

.SalidaNR {
    background-color: 74d5d8 !important;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 4px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    display: flex;
}
.SalidaR {
    background-color: chocolate !important;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 4px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    display: flex;
}

.Regular {
    background-color: #16d82d !important;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 4px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    display: flex;
}

.Economy {
    background-color: #6c65e0 !important;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 4px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    display: flex;
}

.activedivasiento {
    background-color: var(--theme-btn) !important;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 4px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    display: flex;
}

.divasiento:hover {
    background-color: var(--theme-btn) !important;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 4px;
    color: #fff !important;
}

.divasientoBlocked {
    background-color: #000 !important;
    height: 30px;
    width: 30px;
    cursor: not-allowed;
    border-radius: 4px;
}


.card-js input.card-number {
    padding-right: 48px
}

.card-js .card-number-wrapper .card-type-icon {
    height: 23px;
    width: 32px;
    position: absolute;
    display: block;
    right: 8px;
    top: 7px;
    background: url(https://cardjs.co.uk/img/cards.png) 0 23px no-repeat;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.card-js .card-number-wrapper .show {
    opacity: 1
}

.card-js .card-number-wrapper .card-type-icon.visa {
    background-position: 0 0
}

.card-js .card-number-wrapper .card-type-icon.master-card {
    background-position: -32px 0
}

.card-js .card-number-wrapper .card-type-icon.american-express {
    background-position: -64px 0
}

.card-js .card-number-wrapper .card-type-icon.discover {
    background-position: -96px 0
}

.card-js .card-number-wrapper .card-type-icon.diners {
    background-position: -128px 0
}

.card-js .card-number-wrapper .card-type-icon.jcb {
    background-position: -160px 0
}

.card-js .cvc-container {
    width: 50%;
    float: right
}

.card-js .cvc-wrapper {
    box-sizing: border-box;
    margin-left: 5px
}

    .card-js .cvc-wrapper .cvc {
        display: block;
        width: 100%
    }

.card-js .lastname-container {
    width: 50%;
    float: right
}

.card-js .lastname-wrapper {
    box-sizing: border-box;
    margin-left: 5px
}

    .card-js .lastname-wrapper .lasname {
        display: block;
        width: 100%
    }

.card-js .expiry-container {
    width: 50%;
    float: left
}

.card-js .expiry-wrapper {
    box-sizing: border-box;
    margin-right: 5px
}

.card-js .name-container {
    width: 50%;
}

.card-js .name-wrapper {
    box-sizing: border-box;
    margin-right: 5px
}

.card-js .expiry-wrapper .expiry {
    display: block;
    width: 100%
}

.card-js .expiry-wrapper .expiry-month {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 30px
}

.card-js .expiry-wrapper .expiry-year {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0
}

.card-js .expiry-wrapper .expiry-month, .card-js .expiry-wrapper .expiry-year {
    display: inline-block
}

.card-js .expiry-wrapper .expiry {
    padding-left: 38px
}

.card-js .icon {
    position: absolute;
    display: block;
    width: 24px;
    height: 17px;
    left: 8px;
    top: 10px;
    pointer-events: none
}

    .card-js .icon.right {
        right: 8px;
        left: auto
    }

    .card-js .icon.popup {
        cursor: pointer;
        pointer-events: auto
    }

    .card-js .icon .svg {
        fill: #888
    }

    .card-js .icon.popup .svg {
        fill: #aaa !important
    }

.card-js .card-number-wrapper, .card-js .lastname-wrapper, .card-js .name-wrapper {
    margin-bottom: 15px;
    width: 100%;
}





.card-js .card-number-wrapper, .card-js .cvc-wrapper, .card-js .expiry-wrapper, .card-js .name-wrapper, .card-js .lastname-wrapper {
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.7),inset 0 1px 0 rgba(255,255,255,.7);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.7),inset 0 1px 0 rgba(255,255,255,.7);
    -ms-box-shadow: 0 1px 0 rgba(255,255,255,.7),inset 0 1px 0 rgba(255,255,255,.7);
    -o-box-shadow: 0 1px 0 rgba(255,255,255,.7),inset 0 1px 0 rgba(255,255,255,.7);
    box-shadow: 0 1px 0 rgba(255,255,255,.7),inset 0 1px 0 rgba(255,255,255,.7);
    position: relative
}

.card-js .card-number-wrapper, .card-js .cvc-container, .card-js .expiry-container, .card-js .name-container, .card-js .lastname-container {
    display: inline-block
}

.card-js::after {
    content: ' ';
    display: table;
    clear: both
}

.card-js input, .card-js select {
    color: #676767;
    font-size: 15px;
    font-weight: 300;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 36px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: none;
    background-color: #FDFDFD;
    box-sizing: border-box;
    padding: 0;
    -webkit-transition: border-color .15s linear,box-shadow .15s linear;
    -moz-transition: border-color .15s linear,box-shadow .15s linear;
    -ms-transition: border-color .15s linear,box-shadow .15s linear;
    -o-transition: border-color .15s linear,box-shadow .15s linear;
    transition: border-color .15s linear,box-shadow .15s linear
}

.card-js select {
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: ''
}

    .card-js input[disabled], .card-js select[disabled] {
        background-color: #eee;
        color: #555
    }

    .card-js select option[hidden] {
        color: #ABA9A9
    }

    .card-js input:focus, .card-js select:focus {
        background-color: #fff;
        outline: 0;
        border-color: #66afe9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

.card-js input[readonly=readonly]:not([disabled]), .card-js input[readonly]:not([disabled]) {
    background-color: #fff;
    cursor: pointer
}

.card-js .has-error input, .card-js .has-error input:focus {
    border-color: #F64B2F;
    box-shadow: none
}

.card-js input.card-number, .card-js input.cvc, .card-js input.name, .card-js input.lastname {
    padding-left: 38px;
    width: 100%
}

.card-js.stripe .icon .svg {
    fill: #559A28
}


@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Medium.ttf);
}


@import url("letsTravel/ion.rangeSlider.css"); /* ion rangeSlider */
@import url("letsTravel/ion.rangeSlider.skinFlat.css"); /* ion rangeSlider skinFlat */
@import url("letsTravel/slider.css"); /* ion rangeSlider */



:root {
    /*Value default:*/
    --theme-header: #005E8D;
    --theme-nav-a: #005E8D;
    --theme-nav-hover: #208FCE;
    --theme-btn: #E52420;
}

#CardNumber {
    background-image: url(https://jquerycreditcardvalidator.com/images/images.png),url(https://jquerycreditcardvalidator.com/images/images.png);
    background-position: 2px -121px,260px -61px;
    background-size: 120px 361px,120px 361px;
    background-repeat: no-repeat;
    padding-left: 54px;
    padding-top: 17px;
    padding-bottom: 17px;
}

    #CardNumber.visa {
        background-position: 2px -163px, 260px -61px
    }

    #CardNumber.visa_electron {
        background-position: 2px -205px, 260px -61px
    }

    #CardNumber.mastercard {
        background-position: 2px -247px, 260px -61px
    }

    #CardNumber.maestro {
        background-position: 2px -289px, 260px -61px
    }

    #CardNumber.discover {
        background-position: 2px -331px, 260px -61px
    }

    #CardNumber.valid.visa {
        background-position: 2px -163px, 260px -87px
    }

    #CardNumber.valid.visa_electron {
        background-position: 2px -205px, 260px -87px
    }

    #CardNumber.valid.mastercard {
        background-position: 2px -247px, 260px -87px
    }

    #CardNumber.valid.maestro {
        background-position: 2px -289px, 260px -87px
    }

    #CardNumber.valid.discover {
        background-position: 2px -331px, 260px -87px
    }

.btn-danger {
    background-color: var(--theme-btn) !important; /* #E52420 !important*/
    border-color: var(--theme-btn) !important;
}

.btn-outline-danger {
    color: var(--theme-btn) !important;
    border-color: var(--theme-btn) !important;
}

    .btn-outline-danger:hover {
        color: #FFFFFF !important;
        border-color: var(--theme-btn) !important;
        background-color: var(--theme-btn) !important;
    }

/*.irs-from, .irs-to, .irs-single {
    background: var(--theme-btn) !important;
}

    .irs-from:after, .irs-to:after, .irs-single:after {
        border-top-color: var(--theme-btn) !important;
    }*/


/*Botones listado reserva*/
.btn-cotized {
    background-color: #208fce !important;
    color: #fff !important;
}

.btn-cancel {
    background-color: #e52420 !important;
    color: #fff !important;
}

.btn-ok {
    background-color: #005e8d !important;
    color: #fff !important;
}

.btn-garantizada {
    background-color: #61ce49 !important;
    color: #fff !important;
}

.btn-shopping {
    background-color: #f7b500 !important;
    color: #fff !important;
}

.containerBody, .containerBody2 {
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: absolute;
    background-repeat: repeat;
    z-index: -555;
    top: 0;
    transition: ease-in-out 0.5s;
    /*background-image: url(https://filescictravel.blob.core.windows.net/naideth-colombia/IMGS_HOME/IMGS_HOME/image5.jpg);*/
}

.containerBody {
    width: 100%;
    transition: transform 2s ease-out;
    height: 120vh;
}

.containerBody2 {
    width: 110%;
    top: -10%;
    left: -10%;
    background-image: none !important;
    background-size: cover;
    background: #eee;
}

html {
    min-height: 100% !important;
    position: relative !important;
    font-size: 12px !important;
    scroll-behavior: smooth !important;
}
body {
    margin: 0 !important;
    margin-bottom: 40px !important;
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    background: #F2F2F2 !important;
}

font {
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 500 !important;
}

 a {
    cursor:pointer;
}

  *, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

.headerCIC {
    min-height: 85px;
    left: 0px;
    top: 0px;
    padding-top: 5px;
}



/* HOME */
#WebPage_header {
    margin-bottom: 7em;
}

.modal-alert .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -45px;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    z-index: 9;
    background: var(--theme-btn);
    padding: 10px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.sectionCIC {
    display: flex;
}

.borderRightCIC {
    border-right: 1px solid rgba(255,255,255,0.3);
}

.headerCIC h5 {
    font-size: 1rem;
    font-weight: 600;
}

.legalDropdown {
    width: 150px;
    right: 0;
    overflow-y: visible;
    display: none;
    top: 100%;
    transition: ease 0.5s !important;
    padding-top: 1em;
}

.legalDropdown, .legalDropdown:hover {
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 70%, rgba(0,0,0,0.0) 100%) !important;
    transition: ease 0.5s !important;
}

.dropdownItem {
    padding: 0.8em 0;
}

.dropdownItem:hover {
    background: linear-gradient(20deg, rgba(0,0,0,0.7) 73%, rgba(0,0,0,0.6) 100%) !important;
    transition: ease 0.5s !important;
}

.textNarrowCIC {
    font-weight: 400;
}
.bgMainSearchBox {
    background-image: url("../images/backgroundSearch.jpg");
    position: absolute;
    height: 388px;
    width: 100%;
    margin-top: -102px;
}
.tooltip-inner {
    white-space: pre-wrap;
}
.menuProduct {
    z-index: 1;
    position: relative;
}

.promoMain {
    margin-top: -10px;
}
.searchCIG {
    /*background-image: url("../images/backgroundSearch.jpg");
    height: 390px;*/
height: 100%;
}
.menuSearch {
    margin-top: -30px;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.backgroundBlue {
    background: var(--theme-header); /*#005E8D;*/
    color: white !important;
}

.backgroundDark {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 60%, rgba(0,0,0,0.3) 100%);
    color: white !important;
}

.backgroundBlueCircuito {
    background: #208fce !important;
    color: white !important;
}

    .menuSearch .active {
        background-color: var(--theme-nav-hover); /*#208FCE;*/
        color: #FFF !important;
    }
.menuSearch .active img {
    filter: invert(100%)  brightness(500%) contrast(97%);
}
.submenuMain {
    padding: 0 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    background-color: var(--theme-nav-hover) !important; /*#208fce !important;*/
    border: 0;
}

    .submenuMain a {
        height: 37px;
        background: var(--theme-nav-hover); /*#208FCE;*/
        color: white;
        padding: 1rem 1rem;
    }
        .submenuMain a:hover {
            height: 37px;
            background: var(--theme-header);/* #005E8D;*/
            color: #FFFFFF;
            padding: 1rem 1rem;
        }
.iconMenu {
  height: 2em;
}
.iconMenuH {
    height: 3em;
}
.azulCiC {
    color: #005E8D
}
    .headText {
        margin: 0;
        font-weight: 700;
    }

.navMenuProduct a {
    padding: 32px;
    color: var(--theme-nav-a) !important;  /*#005e8d !important;*/
}
.dot {
    height: 5px;
    width: 5px;
    background-color: #ff0000;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
/*    margin: 3px 17px;*/
  }

/* //HOME*/
.promociones {
    display: flex;
    flex-wrap: wrap;
}

.Menu_down{
    display: flex;
    background: #FFFFFF;
    border-radius: 0px;
}
.ContentDiv { 
    margin-bottom: 25px;
    margin-top:6%;
}

/*salidas*/
.titleSalidas{
    color: var(--theme-header); /*#005E8D;*/
    font-weight: bold;
    font-size: 36px;
}
.subTitleSalidas{
    font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #A1AEB7;
}
.btnSalidas {
    height: 48.5px !important;
    top: calc(50% - 48.5px/2 - 0.25px) !important;
    border: 2px solid #E52420 !important;
    color: #E52420 !important;
    border-radius: 24.25px !important;
    width: 128px !important;
}

.btnNoches {
    background: var(--theme-header) !important; /*#005E8D !important;*/
    border-radius: 27px !important;
    color: #fff !important;
    width: 100% !important;
    margin-top: 1rem !important;
    margin-top: 1.8rem !important;
    font-size: 11px !important;
}
/*css promociones*/


.btnPromo {
    Width: 128px !important;
    height: 49px !important;
    border: 2px solid #E52420 !important;
    border-radius: 24.25px !important;
    color: #E52420 !important;
    text-align: center !important;
}
.titlePromo{
    color: var(--theme-header);/* #005E8D;*/
    font-weight: bold;
    font-size: 36px;
    height: 44px;
    /*line-height: 44px;*/
}

.subTitlePricePromo{
    color: #505D68;
    font-weight: bold;
    font-size: 18px;
    /*line-height: 34px;*/
}
.titlePricePromo{
    color: #A1AEB7;
    font-weight: bold;
    font-size: 15px;
    /*line-height: 20px;*/
}

.descriptionPricePromo{
    color: #A1AEB7;
    font-size: 14px;
    /*line-height: 20px;*/
}

.titlePricePromo.promo {
    font-size:13px;
}
.descriptionPricePromo.promo {
    font-size: 13px;
}
.subTitlePricePromo.promo {
    font-size: 10px;
}

.itemCard {
    flex-direction: column;
    display: flex;
}

.textPricePromo{
    color: #77BDD9;
    text-align-last: end;
}

.pricePromo{
    color: #505D68;
    text-align: right;
    /*line-height: 30px;*/
    font-size: 24px;
    font-weight: bold;
}

#ContainerNewPassword .modal-dialog .modal-content {
    background-color: transparent !important;
}

#ContainerNewPassword .modal-dialog .modal-content .modal-header {
    background-color: var(--theme-btn) !important;
}

#ContainerNewPassword .modal-dialog .modal-content .modal-body {
    background-color: #343a40 !important;
}
/*css footer*/
.footerContainer {
    background: white;
    clip-path: polygon(0% 23%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: -20%;
    width: 100%;
}

.btnNewsletter:focus i::before {
    content: "\f2b6"; 
}

.btnNewsletter {
    margin-top: 7em;
}

.titleMenuFooter {
    color: #505D68;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
}
.itemsMenuFooter{
    margin-top:10%;
    margin-bottom: 9%;
}
.itemsMenuFooter span{
    font-weight: 500;
    font-size: 14px;
    text-decoration-line: underline;
    color: #208FCE;
}

.titleLineas{
    font-weight: bold;
    font-size: 14px;
    color: #505D68;
}
.titleLineas p {
    font-size: 14px;
    line-height: 17px;
    color: #505D68;
}
.labelBoletin{
    color: #505D68;
    font-weight: bold;
    font-size: 14px;
}
.contentItems{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 6%;
    margin-bottom: 6%;
    text-align: center;
}

.ItemsMenu {
    width: 55%;
    font-size: 12px;
    text-align: left;
}

.btnSuscribe {
    background: var(--theme-btn) !important; /*#E52420 !important;*/
    color: white !important;
}
.footerCIC{
    background-color: var(--theme-header);/* #005E8D;*/
    position: absolute;
    background-color: var(--theme-header);
    width: 100%;
    height: 40px;
    color: white;
    padding: 3rem;
}

.redesFooter {
    width: 82px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin: auto;
}

.LogosFooter {
    width: 115px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    /*  margin: auto;*/
    margin-left: 55px;
}

.LogosFooterDiagonal {
    width: 150px;
}

.footerCIC p {
    
    line-height: 16px;
    letter-spacing: 0px;
}

.svgRed {
    filter: brightness(0.5) sepia(1) saturate(10000%);
}

.svgGreen {
    filter: brightness(51.2%) sepia(6.1%) saturate(10000%) hue-rotate(128.6deg);
}

/*animaciones*/

.shadow {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.47);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.47);
}

    .shadow:hover {
        box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19) !important;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.animateIconWp img:hover {
    display: inline-block;
    /*margin: 0 0.5rem;*/
    animation: pulse;
    animation-duration: 1s;
}


/*searchBox*/
.searchBox {
    max-height: 290px;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-top: 40px;
    z-index: 1;
    position: relative;
}

.searchBoxInt {
    background-color: #FFFFFF;
    border-radius: 10px;
    /*margin-top: 40px;*/
    right: 0;
    padding: 20px;
    margin-bottom: 20px;
}

.titleSearchBox {
    font-size: 1.5rem;
    color: #505D68;
    margin-bottom: 2rem;
}



.padding10 {
    padding: 10px;
}

.formCIC input, .formCIC select {
    border: 2px solid #A1AEB7;
    padding-left: 22px;
    color: #505D68;
    font-size: 0.9rem;
    height: 40px;
}

.formCIC select {
    -webkit-appearance: none;
    padding-left: 15px;
    background: url(../images/icon/angleDown.svg) no-repeat right;
    line-height: 2.3rem !important;
}

.formCIC input::placeholder {
    color: #C2D1D9;
    font-size: 0.7rem;
    margin-left: 1rem;
}

.input-xs {
    height: 28px !important;
    line-height: 10px !important;
}

.formCIC label {
    color: #505D68;
    line-height: 0.5rem;
    font-weight: 600;
    font-size: 0.8rem;
}

    .formCIC label.error {
        color: Red;
        white-space: normal;
    }

.formCIC .input-group label.error {
    color: Red;
    white-space: normal;
    position: absolute;
    top: 43px;
}

.formCIC button {
    border-radius: 50px;
    height: 40px;
}

.formCIC .NumHab {
    background: url(../images/icon/angleDown.svg) no-repeat right;
}

.buttonCIC {
    border-radius: 50px !important;
    height: 40px;
    line-height: 0.5rem;
    background-color: var(--theme-btn) !important;
    border-color: var(--theme-btn) !important;
}

.iconPlaceHolder {
    margin-top: -30px;
    position: absolute;
}

.cortinillaDivNoches {
    opacity: 0.1;
    /*background-color: #000 !important;*/
    pointer-events: none;
}

.sticky {
    position: sticky !important;
    top: 150px;
    z-index: 999;
}


.iconPlaceHolderRight {
    margin-top: 0;
    margin-left: 42%;
    position: absolute;
}

.inputPasajeros {
    border: 2px solid #A1AEB7;
    color: #505D68;
    border-radius: 3px;
    height: 40px;
    padding: 10px;
}

    .inputPasajeros:hover {
        color: #505D68;
        text-decoration: none;
    }

.frmPadding {
    margin-right: 0;
    margin-left: 0;
}

    .frmPadding > .col, .frmPadding > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.boxShPassRoom {
    padding: 5px;
}

.boxShGroup {
    margin: 7px 0;
}

.boxShPassOptions {
    margin: 55px 0;
    width: 280px;
}

.moreOptSearchBox {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.moreOptSearchBoxMD {
    background-color: white;
    border-radius: 13px;
}

.moreOptSHContainer {
    margin: 0 15px;
}

.marginVuelos {
    margin-top: 10px;
    padding-left: 15px;
}

#modal_habitaciones_PACKETE, #modal_habitaciones_HOTEL_2, #modal_habitaciones_HOTEL_1 {
    margin-top: -40px;
    margin-left: 50%;
    position: relative;
}

.shBoxLabelSmall {
    font-size: 80%;
}

.boxShControl {
    display: flex;
    align-content: space-between;
    width: 100%;
}

.boxShControlItem {
    width: 20px;
    margin: 2px 5px;
    text-align: center;
}

.boxShTextSpinner {
    font-size: 1rem;
    margin-top: 4px;
}

.boxShTextSpinner {
    color: #000;
}

.boxShControlSpinner {
    font-size: 1rem;
}

.boxShLabel {
    font-weight: 600;
    font-size: 1rem;
}

.boxShFlightOptions {
    display: none;
}
/*-searchBox*/

.searchInter {
    max-width: 300px;
    width: 95%;
    height: 489px;
    margin: 5rem auto 0px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px #A1AEB7;
    border-radius: 10px;
}

.searchInterTitle {
    text-align: center;
    padding-top: 10%;
}

.titleSearch {
    font-weight: 500;
    font-size: 18px;
    color: #505D68
}

.searchInterInput {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
}

.searchInput {
    display: block;
    width: 100%;
    padding: 1rem;
    background: #FFFFFF;
    border: 2px solid #A1AEB7;
    border-radius: 4px;
    appearance: none;
}

.labelSearch {
    font-size: 14px;
    font-weight: 700;
    color: #505D68;
}

.readiuspaginacion {
    border-radius: 100px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    color: #a1aeb7 !important;
    font-size: 12px !important; /*17*/
    width: 30px !important; /*35*/
    overflow: hidden;
    white-space: nowrap;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #A1AEB7 !important;
    border-color: #A1AEB7 !important;
}

.pagination {
    justify-content: flex-end !important;
}


/*results*/
.titleResults {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: var(--theme-header); /* #005E8D;*/
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.colorBusqHotel {
    background: #E52420;
    color: #fff;
}

.iconBusq {
    position: absolute;
    margin-top: 5px;
}

.ContenedorResulHotel {
    clear: both;
    background: #FFFFFF;
    border-bottom: 1px solid #F2F2F2;
    /*padding: 2px;*/
    border-radius: 10px;
    border: 1px #ddd solid;
    margin-top: 1rem;
}

.imgPpalHotel {
    /*width: 100%;
    border-top-left-radius: 5px;
    overflow: hidden; */
    height: 255px;
    flex-direction: column;
    align-items: flex-start;
}

    .imgPpalHotel > img {
        height: inherit;
        object-fit: cover;
        object-position: center center;
        border-radius: 10px 0 0 10px;
    }

        .imgPpalHotel > img.cintilla {
            position: absolute;
            top: -6PX;
            left: -6px;
            z-index: 0;
            height: initial;
        }

.promo-cintilla {
    background: var(--theme-nav-hover);
    border-radius: 10PX 10px 0 0;
    color: #fff;
    padding: 7px 0px 0px 15px;
}

.titletable {
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    color: #505d68ba;
}

.titleHotel {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #505d68ba;
}

    .titleHotel a {
        font-weight: bold;
        font-size: 18px;
        color: #505D68;
    }

        .titleHotel a:hover {
            color: var(--theme-header) !important;
            text-decoration: underline !important;
        }

.stars input {
    display: none;
}

.stars li {
    color: #F7B500;
    font-size: 1rem;
    list-style: none;
    display: inline;
    padding: 2px;
}

.stars .count {
    color: #000;
}


.contentDescriResult {
    display: flex;
    flex-direction: row;
}

    .contentDescriResult article {
        font-size: 10px;
        color: #505D68;
    }

.detailHotelText {
    font-size: 10px;
    text-decoration-line: underline;
    padding: 1rem;
}

.btnPuntajeHotel {
    background: var(--theme-header) !important; /*#005E8D !important;*/
    border-radius: 27px !important;
    color: #fff !important;
    font-size: 0.7rem !important;
    width: 11% !important;
    height: 25px !important;
}

.itemService {
    margin-top: 2rem;
    padding: 0.5rem;
}

.divider {
    border-left: 1px solid #E0E0E0;
    display: inline-block;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 10px;
}

.contentPrice {
    padding-right: 8%;
    margin-top: -38px;
}

.priceText {
    display: flex;
    flex-direction: column;
    margin-top: 10%;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    text-align: right;
    color: #505D68;
}

.priceAfter {
    display: block;
    margin-bottom: -4px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-decoration-line: line-through;
    color: #77BDD9;
}

.price {
    font-weight: bold;
    font-size: 19px;
    color: #505D68;
    width: 100%;
    line-height: initial;
}

.preciPersona {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 11px;
    text-align: right;
    color: #505D68;
    margin-top: 5px;
}


.btnResults {
    /*height: 3.7rem;*/
    background-color: var(--theme-btn) !important; /*#E52420*/
    border-radius: 28px !important;
    border: var(--theme-btn) !important; /*#E52420*/
    width: 100% !important;
    color: white !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    /*padding-top: 10px !important;*/
}

.contentTitleHabitacion {
    height: 30px;
    background: #F2F5F7;
    /*   margin-top: 1%;*/
    padding: 5px;
}

.tabla th {
    font-size: 10px;
    color: #A1AEB7
}

.tabla td {
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    color: #505D68;
}

.radioHabitacion {
    Width: 20px;
    Height: 20px;
    background: #208FCE;
}

.baggage {
    display: flex;
    flex-direction: row;
}

.itemsVH span {
    font-size: 10px;
    color: #505D68;
}

.itemsVH a {
    text-align: right;
    text-decoration-line: underline;
    color: #208FCE;
}

.itemsVH td {
    vertical-align: middle !important;
    font-size: 10.7px;
}

.text9px {
    font-size: 9px;
    color: #505D68;
}

.text10px {
    font-size: 10px;
    color: #505D68;
}

.text12px {
    font-size: 12px !important;
    color: #505D68;
    font-weight: bold;
}

.txtb13 {
    font-size: 13px;
    font-weight: 300;
}

.text10pxbold {
    font-size: 10px;
    color: #505D68;
    font-weight: 700;
}

.text10pxred {
    font-size: 10px;
    color: #E52420;
}
/*filtros*/

.filter {
    max-width: 300px;
    padding: 0;
}

    .filter h3 {
        color: #505D68;
        font-weight: bold;
    }

    .filter h4 {
        font-weight: bold;
        font-size: 18px;
        color: #505D68;
        margin-bottom: 7%;
        margin-top: 12%;
    }

    .filter h5 {
        color: #505D68;
        font-weight: bold;
    }

.filterInput {
    background: #FFFFFF;
    border: 2px solid #A1AEB7;
    border-radius: 3px;
    height: 17px;
    width: 17px;
}

.filterItem {
    font-weight: 500;
    font-size: 1.2rem;
    color: #505D68;
}

/*home*/
.chat{
    margin-top:-70px;
    text-align: end;
    padding-right: 4rem;
}

/*login*/
.contenedorLogin, .contenedorForgetPwd {
    background-color: rgba(0,0,0, 0.7);
    min-height: 429px;
    width: 292px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-shadow: 0px 0px 4px #A1AEB7;
    margin: 45px auto;
    border-radius: 10px;
}

.contenedorLoginItem, .contenedorForgetPwdItem {
    margin: auto;
    width: 50%;
}

.vertical-align-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
}

contenedorForgetPwdItem {
    width: 75%;
}

.loginFormItems, .loginFormItemsPwd {
    margin-bottom: 2rem;
}

    .loginFormItems h4, .loginFormItemsPwd h2{
        display: block;
        color: var(--theme-btn);
    }

.loginFormItems span, .loginFormItemsPwd span {
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    color: #fff;
}

.loginFormItems  label,  .loginFormItemsPwd label{
    font-size: 14px !important;
    line-height: 17px !important;
    color: #fff !important;
}

    .loginFormItems input[type=text],
    .loginFormItems input[type=password] {
        display: block !important;
        padding: 1.2rem !important;
        border-radius: 5px !important;
        border: 1px solid #A1AEB7 !important;
        width: 100% !important;
        font-size: 12px !important;
        font-style: italic !important;
        padding-left: 30px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #000;
        background-color: #fff;
    }

    .loginFormItems form a {
        font-weight: 500 !important;
        font-size: 14px !important;
        line-height: 17px !important;
        color: #E52420 !important;
    }

.loginCheckbox {
    width: 19px;
    height: 19px;
    margin-top: -5px;
    border-radius: 3px;
    vertical-align: middle;
    border: 2px solid #A1AEB7;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    font-weight: normal;
}

    .loginCheckbox:checked {
        background-color: red;
    }

.recordarme {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #505D68;
}

.iconInputEmail {
    background: url('../../../images/Design/icon/email.svg') no-repeat 3px 14px;
}

.iconInputPwd {
    background: url('../../../images/Design//icon/candado.svg') no-repeat 7px 14px;
}

.btnAcceso {
    border: 2px solid var(--theme-btn) !important;
    border-radius: 27px !important;
    font-weight: bold !important;
    font-size: 12px !important;
    line-height: 15px !important;
    text-align: center !important;
    color: var(--theme-btn) !important;
    width: 100% !important;
    padding: 13px 0px !important;
    cursor: pointer;
}

    .btnAcceso:hover {
        background: #bb1512 !important;
        border: 2px solid #bb1512 !important; /*#E52420*/
    }

    .btnAcceso.btnHotelDtl {
        height: 27px !important;
        background: var(--theme-btn) !important; /*#E52420*/
        color: #fff !important;
        line-height: 0px !important;
        white-space: nowrap !important;
    }

.btnInicioSesion2 {
    background: var(--theme-btn) !important; /*#E52420*/
    height: 45px !important;
    border-radius: 27px !important;
    color: #fff !important;
    width: 100% !important;
}

    .btnInicioSesion2:hover {
        background: #bb1512 !important;
        border: 2px solid #bb1512 !important; /*#E52420*/
    }

.btnInicioSesion, .btnAcceso {
    border: 2px solid var(--theme-btn) !important;
    color: #FFF !important;
    background: var(--theme-btn) !important;
    border-radius: 27px !important;
    font-weight: bold !important;
    font-size: 12px !important;
    line-height: 15px !important;
    text-align: center !important;
    width: 100% !important;
    padding: 13px 0px !important;
    cursor: pointer;
}

    .btnInicioSesion:hover, .btnAcceso:hover {
        background: #bb1512 !important;
        border: 2px solid #bb1512 !important; /*#E52420*/
    }
/*fin clases login*/

/*forget password*/
/*.contenedorForgetPwd {
    background-color: rgba(0,0,0, 0.7);
    min-height: 550px;
    width: 400px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-shadow: 0px 0px 4px #A1AEB7;
    margin: 45px auto;
    border-radius: 10px;
}

.contenedorForgetPwdItem {
    margin: auto;
    width: 50%;
}*/

.loginFormItemsPwd {
    color: #fff !important;
}

.loginFormItemsPwd h4{
   display: block;
   font-size: 1.5rem;
    color: var(--theme-btn);
    line-height: 50px;
}

    .loginFormItemsPwd label {
        font-size: 14px !important;
        line-height: 17px !important;
        color: #fff !important;
    }

    .loginFormItemsPwd input[type=text] {
        display: block !important;
        padding: 1.2rem !important;
        border-radius: 5px !important;
        border: 1px solid #A1AEB7 !important;
        width: 100% !important;
        font-size: 12px !important;
        font-style: italic !important;
        padding-left: 30px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #000;
        background-color: #fff;
    }
/**/
/*breadcrum */

.wrapper-progressBar {
    width: 100%
}


.ini {
    margin-left: -12.5%;
}

.fin {
    margin-right: -12.5%;
}


.progressBar {
    counter-reset: section;
    height: 60px;
    padding: 0px;
    margin-bottom: 0px !important;
    width: 100% !important;
    /*  margin-left: -12.5%;*/
    display: flex;
    justify-content: center;
}

    .progressBar li {
        list-style-type: none;
        float: left;
        width: 33%;
        font-size: 16px;
        position: relative;
        text-align: center;
        color: #A1AEB7;
    }

        .progressBar li:before {
            counter-increment: section;
            content: counter(section);
            line-height: 30px;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            border: 1px solid #A1AEB7;
            display: block;
            text-align: center;
            margin: 0 auto 10px;
            background-color: #A1AEB7;
            color: white;
        }

        .progressBar li:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 4px;
            background-color: #A1AEB7;
            top: 15px;
            left: -50%;
            z-index: -1;
        }

        .progressBar li:first-child:after {
            content: none;
        }

        .progressBar li.active {
            color: var(--theme-header); /*#005E8D;*/
        }

            .progressBar li.active:before {
                border-color: var(--theme-header); /*#005E8D;*/
                background-color: var(--theme-header); /*#005E8D;*/
                color: white;
            }

            .progressBar li.active + li:after {
                background-color: var(--theme-header); /*#005E8D;*/
            }

/*detalle de hotel mas vuelo y hotel*/
.contenedorDetail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #FFFFFF;
    padding: 2%;
    margin-bottom: 2%;
    border-radius: 8px;
}

/*tabs detail hotel*/

.tabDHotel {
    font-size: 1.2rem;
    color: #A1AEB7;
    font-weight: bold;
}

    .tabDHotel:hover {
        font-size: 1.2rem;
        height: 45px;
        color: #A1AEB7;
        font-weight: bold;
    }

    .tabDHotel.active {
        color: #FFF !important;
        background-color: #A1AEB7 !important;
        border-color: #A1AEB7 #A1AEB7 #fff !important;
        border-radius: 3px 3px 0px 0px !important;
        height: 45px !important;
    }

.tabDH li {
    width: 25%;
}

.tabContentDescrition {
    font-size: 10px;
    line-height: 14px;
    padding: 12px;
    color: #505D68;
    background: #F2F5F7;
}

.detailTitleHabitaciones {
    font-weight: bold;
    font-size: 14px;
    line-height: 34px;
    color: #FFFFFF;
    background: #208FCE;
    display: block;
}

.imgCheck {
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
}

.filtroBadge {
    float: right;
    padding: 8px;
    background: #FFFFFF;
    border: 2px solid #A1AEB7;
    border-radius: 3px;
    width: 12%;
}

.filtroHoursFlight {
    color: #A1AEB7;
    font-size: 1.1rem;
    line-height: 30px;
    float: right;
}

/*resultado vuelos*/
.titleRuta {
    color: #505D68;
    font-weight: bold;
    font-size: 1.5rem;
}
/*fin */


/*spinner*/
.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    margin-top: 35%;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/*estilos para el responsive de las promociones*/
.flex-responsive {
    display: flex;
    flex-flow: row wrap;
}

.responsive-item {
    padding: 2px;
    flex: 0 1 120px;
}


.noIcon {
    padding-left: 2px !important;
}

.passVuelosBtnHide {
    margin: 10px;
}


/*inicio copy */
.container_step {
    width: 80%;
    margin: auto;
    padding-bottom: 55px;
    border: 1px solid #ddd;
}

.progressbar_step {
    counter-reset: step;
    position: sticky;
}


    .progressbar_step li {
        list-style-type: none;
        width: 25%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
        margin-left: 0px;
    }

        .progressbar_step li:before {
            width: 30px;
            height: 30px;
            content: counter(step);
            counter-increment: step;
            line-height: 30px;
            border: 2px solid #7d7d7d;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
        }

        .progressbar_step li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #7d7d7d;
            top: 15px;
            left: -50%;
            z-index: -1;
        }

        .progressbar_step li:first-child:after {
            content: none;
        }

        .progressbar_step li.active {
            color: green;
        }

        .progressbar_step li:hover {
            background-color: #00000070;
            cursor: pointer;
            color: red;
        }

        .progressbar_step li.active:before {
            border-color: red;
        }

.progressbar li.active + li:after {
    background-color: #55b776;
}


.progressbar_step li.visited:before {
    content: '\2714';
    animation: changeBackground .5s linear;
    animation-fill-mode: forwards;
    border-color: #55b776;
    background-color: #55b776;
    color: #fff;
}




.contentprincipal {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: initial;
    margin-top: 5px;
    height: 100%;
    display: inline-block;
    padding: 5px;
}

.contentitems {
    width: 100%;
    float: left;
}

.priceitem {
    width: 25%;
    float: right;
    height: auto;
    background-color: #fff !important;
    padding: 5px;
}

.separador {
    background-color: #ddd;
    border-radius: inherit;
    margin: 4px;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #c1baba;
}



/*tablks aerolinea*/


.Titulos {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    height: 50px;
    padding: 10px; /*6px*/ /*10px 0 6px 10px*/
}

.TitulosPrincipal {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 9px 15px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}


.Titulosaerolinea {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    height: 50px;
    font-size: 10px;
    min-height: 1px;
    padding: 9px 15px;
}

.btn-booking {
    font-size: 15px !important;
    color: #000 !important;
    padding: 6px !important;
    margin: 2px !important;
    margin-top: 5px !important;
}

    .btn-booking:hover {
        font-size: 15px !important;
        color: #000 !important;
        padding: 6px !important;
        background-color: #dee2e6 !important;
        margin: 2px !important;
        text-decoration: none;
        margin-top: 5px !important;
    }

.precio {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    display: block;
    height: 50px;
    overflow: hidden;
    /*font-size: 12px;*/
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

    .precio Label:hover {
        cursor: pointer;
    }

    .precio:hover {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        display: block;
        height: 50px;
        overflow: hidden;
        /*font-size: 12px;*/
        font-weight: 700;
        letter-spacing: 0.5px;
        padding: 10px;
        cursor: pointer;
        text-align: center;
        color: #fff;
        background-color: #d73240d1;
    }



.simple-tab .nav-tab {
    text-align: center;
    font-size: 0;
    position: relative;
    top: 1px;
}

.simple-tab .nav-tab-item {
    display: inline-block;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 0px 30px;
    border: 1px solid #eaeaea;
    border-left: none;
    cursor: pointer;
    border-radius: 3px;
}

    .simple-tab .nav-tab-item:first-child {
        border-left: 1px solid #eaeaea;
    }

    .simple-tab .nav-tab-item.active {
        border-bottom: none;
    }

.simple-tab .tab-info {
    border: 1px solid #eaeaea;
    display: none;
    padding: 12px 13px;
}

    .simple-tab .tab-info.active {
        display: block;
    }

    .simple-tab .tab-info .hotel-small:last-child {
        margin-bottom: 0px;
    }

.simple-tab.color-1 .nav-tab-item {
    color: #222;
}

    .simple-tab.color-1 .nav-tab-item.active {
        background: #f8f8f8;
    }

.simple-tab.color-1 .tab-info {
    background: #f8f8f8;
}

.simple-tab.tab-3 .nav-tab-item {
    display: block;
    float: left;
    width: 33.33333333%;
    padding: 0px 5px;
}

.simple-tab.type-2 .tab-nav-wrapper {
    margin-bottom: 50px;
}

.simple-tab.type-2 .nav-tab-item {
    position: relative;
    font-size: 10px;
    line-height: 39px;
    font-weight: 700;
    color: #b9b9b9;
    letter-spacing: 0.5px;
    display: inline-block;
    height: 39px;
    background: #f8f8f8;
    padding: 0 14px;
    text-transform: uppercase;
    border: none;
    margin-right: 5px;
}

    .simple-tab.type-2 .nav-tab-item:last-child {
        margin-right: 0px;
    }

    .simple-tab.type-2 .nav-tab-item:before {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 10px 0 10px;
        border-color: transparent transparent transparent transparent;
    }

    .simple-tab.type-2 .nav-tab-item.active {
        background: #022c54;
        color: #fff;
    }

        .simple-tab.type-2 .nav-tab-item.active:before {
            border-color: #022c54 transparent transparent transparent;
        }

.simple-tab.type-2 .tab-info {
    border: none;
    padding: 0px;
}

.item {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    padding: 0px 0px;
}

.top-baner {
    position: relative;
    width: 100%;
}

.hidden {
    display: none !important;
}


/*fin copy */




/*contact*/
.contenedorContact {
   /* background-color: rgba(0,0,0,0.7);*/
    min-height: 600px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-shadow: 0px 0px 4px #A1AEB7;
    margin: 45px auto;
    border-radius: 10px;
}

.contenedorContactItem {
    width: 95%;
    padding: 5px;
}

.ContactFormItems {
    margin-bottom: 2rem;
    margin-top: 2rem;
}



    .ContactFormItems label {
        font-weight: 600 !important;
        font-size: 12px !important;
        line-height: 17px !important;
        color: #000 !important;

    }

    .ContactFormItems input[type=text],
    .ContactFormItems input[type=password],
    .ContactFormItems textarea {
        display: block !important;
        padding: .8rem !important;
        border-radius: 5px !important;
        border: 1px solid #A1AEB7 !important;
        width: 100% !important;
        font-size: 12px !important;
        font-style: italic !important;
        padding-left: 2px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
        color: #000;
    }

    .ContactFormItems form a {
        font-weight: 500 !important;
        font-size: 14px !important;
        line-height: 17px !important;
        color: #000 !important;
    }


.hidden {
    display: none !important;
}

.borderLeftCIC {
    border-left: 1px solid rgba(255,255,255,0.3);
}

.userMsgHeader {
}

.titleChangeFilter {
    color: #505D68;
    font-weight: bold;
}

.pageTitleSearch {
    font-weight: 700;
    text-align: right;
}
/*fix modales*/
.modal-content {
    z-index: 1;
}

.titleInt {
    font-size: 16px;
    margin-bottom: 20px;
}

/*.titleChangeFilter {
    color: #505D68;
    font-weight: bold;
}*/

/*carrito*/
.titlePassanger {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: var(--theme-header);
}


.titlePassangersm {
    font-weight: bold;
    font-size: 15px;
    line-height: 29px;
    color: #005E8D;
}

.titlePassangerDanger {
    font-size: 10px;
    line-height: 18px;
    color: #208FCE;
}

.display {
    display: block;
}

.titleNoReserva {
    font-weight: bold;
    font-size: 14px;
    line-height: 12px;
    color: #20A4D9;
}


.priceReserva {
    font-weight: bold;
    font-size: 18px;
    color: #505D68;
}

.totalReserva {
    font-weight: bold;
    font-size: 24px;
    line-height: 12px;
    color: #20A4D9;
}

.titleResumen {
    line-height: 0.5rem;
    font-weight: 600;
    font-size: 1.5rem;
    color: #505D68;
}

.titleResumenItem {
    line-height: 1.35rem;
    font-weight: 600;
    font-size: 1rem;
    color: #505D68;
}

/*css slide detalle hotel*/
.carousel-indicators {
    margin-right: 5% !important;
    margin-left: 5% !important;
    /*margin-left: -16% !important;*/
    bottom: 17% !important;
    position: relative !important;
}

    .carousel-indicators li {
        height: 0px !important;
        width: 100px !important;
    }

/*.carousel {
    height: 56vh !important;
}*/

.carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
    max-height: 369.75px;
    object-fit: cover;
    object-position: center center;
}


/*.nav-link.active {
    color: #fff !important;
    background-color: #A1AEB7 !important;
    border-color: #A1AEB7 !important;
    height: 42px !important;
    border-radius: 3px 3px 0px 0px !important;
    padding-top: 8% !important;
}
.nav-link {
    color: #A1AEB7 !important;
    height: 42px !important;
    padding-top: 4% !important;
}
*/

.parameterTopDetail {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px #C2D1D9;
    border-radius: 10px;
    /*height: 65px;*/
    padding: 0px;
    font-size: 10px;
}
/* resumenCompra  */
.resumenCompra {
    margin-top: 30px;
    background: var(--theme-nav-hover);
    border-radius: 10px;
    padding: 12.5px 20px 20px 20px;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
    color: white;
}

.resumenCItemDetail {
    text-align: center;
    font-weight: 400;
}

.resumenCompraBG {
    background-image: url("../images/icon/linea.svg");
    background-repeat: no-repeat;
    background-position: 50% 45px;
}

.resumenCPrice span {
    display: inline-block;
    margin: auto;
    text-align: center;
    clear: both;
    width: 100%;
}

.resumenPriceTitle {
    font-size: 18px;
}

.resumenPriceInclude {
    font-size: 11px;
}

.resumenPriceDetail {
    font-size: 12px;
}

.resumenPricePrice {
    font-size: 23px;
    font-weight: bold;
}

.resumenPriceResumen {
    font-size: 12px;
}

.resumenCItemDate {
    border-radius: 30px;
    background-color: #fff;
    border: var(--theme-nav-hover) 5px solid;
}

.resumenCItemDate {
    color: var(--theme-header) !important;
    font-weight: 600;
}

.resumenCItemDateIcon {
    display: table-cell;
}

    .resumenCItemDateIcon img {
        transform: rotate(90deg);
        filter: hue-rotate(-211deg) saturate(3);
        margin: auto;
        vertical-align: middle;
    }

.resumenCItemDateDate {
    font-size: 11px;
}

.resumenCItemTitle {
    font-size: 14px;
    font-weight: 600;
}

#shopingcard {
    position: fixed;
    /*margin: 0 50%;*/
    /*left: -578px;*/
    left: 0;
    bottom: 0;
    z-index: 100;
}

.carrito_flotante {
    text-align: center;
}
/* fin Resumen Compra */

/*detalle reserva*/

.btnEstado {
    background: #005E8D !important;
    border-radius: 26px !important;
    margin-left: 3px !important;
    color: #fff !important;
}

.content-person-detail-reserva {
    background: #F2F5F7;
    box-shadow: 0px 0px 7px #A1AEB7;
    border-radius: 10px
}

    .content-person-detail-reserva label {
        font-weight: bold;
        font-size: 14px;
        color: var(--theme-header);
    }

.cic-panel-detail {
    height: 2.5rem;
    padding: 4px;
    font-size: 15px;
}

.color-panel-detail {
    background-color: var(--theme-nav-hover);
    color: #fff;
    height: 2.5rem;
    padding: 4px;
    font-size: 15px;
}

    .color-panel-detail a {
        color: #fff !important;
    }

.load-new-file-passemger {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #505D68;
}

.notification {
    background: #E2F5FF;
    border: 1px solid #208FCE;
}

    .notification label {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        color: #208FCE;
    }

    .notification.warning {
        background: #f8f3db;
        border: 1px solid #b69216;
    }

        .notification.warning label {
            font-weight: bold;
            font-size: 16px;
            line-height: 20px;
            color: #b69216;
        }

    .notification.success {
        background: #e0f9db;
        border: 1px solid #609356;
    }

        .notification.success label {
            font-weight: bold;
            font-size: 16px;
            line-height: 20px;
            color: #609356;
        }

.titleLDS {
    font-size: 9px;
    line-height: 18px;
    color: #A1AEB7;
}

.itemsLDS {
    font-size: 10px;
    line-height: 32px;
    color: #505D68;
}

.itemsLDS-valor {
    font-weight: bold;
    font-size: 10px;
    line-height: 32px;
    text-align: right;
    color: #505D68;
}


.notificationPay {
    background: #F8F3DB;
    border: 1px solid #208FCE;
}

    .notificationPay label {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        color: #B69216;
    }

#ds_observaciones {
    background: #FFFFFF;
    border: 2px solid #A1AEB7;
    border-radius: 4px;
}

/*listado de reservas*/
.titleListReservas {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: var(--theme-header); /*#005E8D;*/
}

.localizador {
    font-size: 10px;
    line-height: 18px;
    color: #208FCE;
}

.cont-btn-action a {
    font-size: 12px;
    line-height: 30px;
    color: #505D68;
    padding: 16%;
}

.title-table-list-reservas {
    font-size: 8px;
    line-height: 18px;
    color: #A1AEB7;
}

.items-table-list-reservas td {
    font-size: 11px !important;
    line-height: 18px !important;
    color: #505D68 !important;
}

.btnEstadoReserva {
    padding: 5px;
    font-size: 9px;
    background: #208FCE;
    border-radius: 30px;
    color: #FFF;
    border: 1px solid #208FCE;
}


.cotizaContainer {
    background-color: #fff;
}

.cotizacionHead {
    border-bottom: solid 2px #ccc;
}

.cotizaBodyHead {
    margin: 30px 0;
}

    .cotizaBodyHead div {
        margin: 10px 0;
    }

.cotizaBodyItem {
    background-color: #E2F5FF;
    border: solid 1px #208FCE;
    padding: 10px 0;
}

.cotizaBodyDetail {
    padding: 10px;
    border: solid 1px #505D68;
    margin-top: 20px;
}

    .cotizaBodyDetail.info {
        border: 1px solid #2e96d1;
        background-color: #e2f5ff;
    }

        .cotizaBodyDetail.info h5 {
            color: #2e96d1;
        }

.cotizaBodyItem h3, .cotizaTitlePrice {
    color: #06608F;
}

.cotizaBodyDetail h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    color: #06608F;
    margin-bottom: 20px;
}

.cotizaTitle {
    height: 30px;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
}

.cotizaTitleBgBlue {
    background-color: #208FCE;
}

.cotizaSubTitle {
    color: #208FCE;
    font-weight: 600;
    height: 30px;
    padding: 10px 20px 0 0;
}

.cotizaExepto {
    height: 116px;
    background: #F8F3DB;
    border: 1px solid #B69216;
    padding: 20px;
}

.cotizaIcoExepto {
    margin-left: -10px;
}

.cotizaBGGrey {
    background-color: #F2F5F7;
    margin: 10px 0;
    padding: 10px;
}

/* fin Cotizacion */

/*Mi Perfil*/
.content-phot-ppal {
    width: 180px;
    height: 180px;
    margin: auto;
    border: 9px solid #C2D1D9;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 2%;
    border-top-color: #834B18;
    border-left-color: #834B18;
    transform: rotate(45deg);
}

.titlePuntos {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #834B18;
}

.totalPuntos {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #505D68;
}

.categoria-puntos {
    margin: auto;
    margin-top: -45px;
    z-index: 500;
}

.content-photo {
    width: 120px;
    height: 120px;
    margin: auto;
    border: 3px solid #C2D1D9;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 3%;
    transform: rotate(-45deg);
}

    .content-photo figcaption {
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #505D68;
    }

.formPerfil-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #505D68;
}

.formPerfil input, .formPerfil select {
    border: 2px solid #A1AEB7;
    color: #505D68;
    font-size: 0.9rem;
    height: 40px;
}


.formPerfil label {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #505D68;
}

.formPerfil button {
    border: 2.25px solid #E52420;
    border-radius: 27px;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #E52420;
}

    .formPerfil button:hover {
        color: #fff;
        background-color: #E52420;
    }

.contenedor-puntos {
    width: 155px;
    /*height: 320px;*/
    background: #F2F5F7;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    border-radius: 9px;
    transition: width 1s, height .75s, margin .75s;
}

    .contenedor-puntos:hover {
        width: 155px;
        /*height: 330px;*/
        margin-top: -15px;
    }

    .contenedor-puntos label {
        font-weight: bold;
        font-size: 21.6077px;
        line-height: 26px;
        text-align: center;
        color: #6D7278;
    }

    .contenedor-puntos h4,
    .contenedor-puntos span {
        font-weight: bold;
        font-size: 16px;
        line-height: 14px;
        text-align: center;
        color: #6D7278;
    }

    .contenedor-puntos b {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #208FCE;
    }

    .contenedor-puntos li {
        font-size: 10px;
        color: #505D68;
        margin: 0 12px;
        float: left;
    }


.contenedorAzul {
    padding: 10px;
    background: #208FCE;
    border: 2px solid #208FCE;
    border-radius: 4px;
    color: #fff;
}

    .contenedorAzul label {
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        color: #FFFFFF;
    }

.open {
    background: white;
    border: 2px solid #C2D1D9;
    border-radius: 7px;
}

    .open span {
        font-weight: bold;
        font-size: 10px;
        line-height: 12px;
        color: #005E8D;
    }

    .open p {
        font-size: 10px;
        line-height: 12px;
    }

    .open label {
        color: #505D68;
    }

.preguntasFrecuentes select {
    font-size: 12px;
    line-height: 15px;
    color: #505D68;
}

.contenedorColpase {
    background: white;
    border: 2px solid #C2D1D9;
    border-radius: 7px;
    padding: 10px;
}

    .contenedorColpase label {
        color: #505D68;
        font-size: 12px;
    }

/*apariencia*/

.customFormItems {
    margin-top: 2rem;
}

    .customFormItems input[type=text] {
        /*display: block !important;*/
        padding: 0.6rem !important;
        border-radius: 5px !important;
        border: 1px solid #A1AEB7 !important;
        width: 21% !important;
        font-size: 12px !important;
        font-style: italic !important;
        -webkit-appearance: none;
        margin-right: 10px;
    }

    .customFormItems .lableSubtitle {
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 34px;
        letter-spacing: 0px;
        text-align: left;
    }

    .customFormItems .lableTitle {
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 0px;
        text-align: left;
    }


.cardUpload {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFFFFF;
    background-clip: border-box;
    border: 1px dashed #A1AEB7;
    border-radius: 3px;
    height: 86px;
}


.navCustom .nav-link.active {
    background: #A1AEB7 !important;
    color: #FFFFFF !important;
}

.navCustom .nav-link a {
    color: #A1AEB7 !important;
}

.navCustom .nav-link {
    padding: .8rem 2rem;
}

.btnResultsBorderRed {
    height: 3.7rem;
    background-color: #FFFFFF !important;
    border-radius: 28px !important;
    border: #E52420 solid 2.25px !important;
    width: 100% !important;
    color: #E52420 !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    padding-top: 10px !important;
}

table .title {
    font-size: 8px;
}


/* UserMsg*/

.navbar-right {
    position: absolute;
    right: 0;
}

.notificacion {
    position: absolute !important;
    z-index: 20;
    right: -15px;
    width: 350px;
    border: solid 1px var(--theme-header); /*#005E8D;*/
    padding: 0;
}

.userMsg {
    padding: 0;
}

    .userMsg div {
        padding: 5px;
    }

.userMsgLink {
    color: #505D68;
    width: 50%;
    height: 40px;
    padding: .5rem;
    font-size: 1.2em;
    border-bottom: solid 1px;
}

    .userMsgLink:hover {
        text-decoration: none;
    }

    .userMsgLink.active {
        border-bottom: #208FCE 4px solid;
    }

.userMsgHeader {
    margin-top: -5px;
}


.userMsgHeader {
    margin-top: -5px;
}

.userMsgDate {
    text-align: right;
    right: 0;
    display: block;
    color: #a1aeb7;
}

.userMsgbody {
    border-bottom: 2px solid rgba(50, 50, 50, 0.1);
}

.userMsgFooter {
    text-align: right;
}
/* ---- Fin ---- */

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}

/*circuitos*/
.tabsCircuito {
    color: #A1AEB7 !important;
    border-radius: 3px 3px 0px 0px !important;
    height: 42px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 28px !important;
    color: #A1AEB7 !important;
}

    .tabsCircuito.active {
        background: #A1AEB7 !important;
        border-radius: 3px 3px 0px 0px !important;
        height: 42px !important;
        color: #FFFFFF !important;
        font-weight: bold !important;
        font-size: 14px !important;
        line-height: 28px !important;
    }

.btnAzulOscuro {
    background: #005e8d;
}

.dtl_circuito th {
    font-weight: bold;
    font-size: 12px;
    line-height: 35px;
    color: #505D68;
}

.dtl_circuito td {
    font-size: 12px;
    color: #505D68;
    border-bottom: 1px solid #dee2e6;
}


/*fullcalendar*/
.fc-event, .ui-widget .fc-event {
    color: #3a87ad;
}

    .fc-event:hover {
        background-color: red;
        color: white;
        cursor: pointer !important;
    }

.fc-event, .fc-event-dot {
    background-color: #d2e9f5;
}

.fc-event {
    border: 1px solid #d2e9f5;
    /*line-height: 2.25;*/
}

.fc-row.fc-widget-content {
    height: 63px !important;
}

.fc-event .fc-content {
    /*text-align: center;*/
    margin-top: 4px;
    /*justify-content: center;*/
    white-space: normal !important;
    height: max-content;
}

.fc-event, .fc-event-dot {
    height: 35px !important;
}

div.bootstrap-select > .dropdown-menu.show {
    min-height: 50px !important;
    transform: translate3d(0px,32px,0px) !important;
}

.inner.show {
    min-height: 50px !important;
    max-height: 300px !important;
}

div.bootstrap-select > .dropdown-menu.inner.show {
    margin-top: -30px !important;
}

.dropdown button.dropdown-toggle {
    height: auto !important;
}

.popover {
    max-width: 500px !important;
}

.btnAzulOscuro {
    background: #005e8d;
}

.gris, .gris a {
    color: #5b6772
}

.negrilla {
    font-weight: 600;
}


/*Nav Vuelo*/
.nav-linkVuelo {
    border-radius: 1.25rem !important;
    border: 2px solid;
    margin-left: 0.75rem;
    border-color: var(--theme-btn) /*#E52420*/;
    color: var(--theme-btn) /*#E52420*/;
}

    .nav-linkVuelo.active {
        background-color: var(--theme-btn) !important; /*#E52420*/
    }

    .nav-linkVuelo:hover {
        background-color: var(--theme-btn) /*#E52420*/;
        color: #fff;
    }


.noBorder td, .noBorder th {
    border: none !important;
}

.noBorder-top th, .noBorder-top td {
    border-top: none !important;
}

/*Fecha desplegable*/
a i.angle {
    float: right;
    padding: 4px;
}

span.angle {
    float: right;
    padding: 4px;
}


.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
    top: .8rem;
    width: 1.55rem;
    height: 1.55rem;
}

.checkbox-lg .custom-control-label {
    padding-top: 11px;
    padding-left: 3px;
}

.btnFilter {
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #E52420;
    box-sizing: border-box;
    border-radius: 20px !important;
    color: red !important;
    padding: 6px !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff !important;
    border-color: #f00 !important;
    background-color: #f00 !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    color: #fff !important;
    border-color: #f00 !important;
    background-color: #f00 !important;
}


/*filtros */

.filterGroup input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.checkmark {
    position: relative;
    height: 15px;
    width: 15px;
    background-color: white;
    display: inline-block;
    border-radius: 3px;
    border: solid #ccc 1px;
}


.filterGroup label:hover input ~ .checkmark {
    border-color: #807c7c;
}


.filterGroup input:checked ~ .checkmark {
    background-color: red;
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.filterGroup input:checked ~ .checkmark:after {
    display: block;
}


.filterGroup .checkmark:after {
    left: 4px;
    top: 2px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




.btnFilter {
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #E52420;
    box-sizing: border-box;
    border-radius: 20px;
    color: red;
    padding: 6px;
}

    .btnFilter span {
        background-color: #E52420;
        color: #fff;
        border-radius: 50%;
        width: 20px;
        display: inline-block;
        font-size: 90%;
    }

.iconPlaceFilter {
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 4px;
}

.filterBtn {
    background-color: #E52420;
    color: white;
}

.info-svg {
    width: 1rem;
}

.badge {
    font-size: 90% !important;
}

.promoMainTop {
    margin-top: 90px;
}

.itemMenu {
    display: inline-flex;
    align-items: center;
}

.menu-emergency {
    border-right: 1px solid;
    border-left: 1px solid;
    padding: 0 20px;
}

.form-textarea {
    background: #FFFFFF !important;
    border: 2px solid #A1AEB7 !important;
    border-radius: 4px !important;
}

v /* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
    /* CSS */
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .searchBox {
        max-height: 290px;
    }

    .bgMainSearchBox {
        height: 388px;
    }

    .promoMainTop {
        margin-top: 90px;
    }

    .legalDropdown {
        margin-left: 0 !important;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .searchBox {
        max-height: 290px;
    }

    .bgMainSearchBox {
        height: 388px;
    }

    .promoMainTop {
        margin-top: 90px;
    }

    #modal_habitaciones_PACKETE, #modal_habitaciones_HOTEL_2, #modal_habitaciones_HOTEL_1 {
        margin-top: -40px;
        margin-left: 20%;
        position: relative;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .searchBox {
        max-height: 670px;
    }

    .bgMainSearchBox {
        height: 780px;
    }

    .promoMainTop {
        margin-top: 480px;
    }

    #modal_habitaciones_PACKETE, #modal_habitaciones_HOTEL_2, #modal_habitaciones_HOTEL_1 {
        margin-top: -40px;
        margin-left: 0%;
        position: relative;
    }

    .btnInicioSesion {
        margin-top: 1em;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .searchBox {
        max-height: 670px;
    }

    .bgMainSearchBox {
        height: 780px;
    }

    .promoMainTop {
        margin-top: 480px;
    }

    #modal_habitaciones_PACKETE, #modal_habitaciones_HOTEL_2, #modal_habitaciones_HOTEL_1 {
        margin-top: -40px;
        margin-left: 0%;
        position: relative;
    }
}

.navbar-content {
    display: inline-block;
    margin-right: 1rem;
    line-height: inherit;
    white-space: nowrap;
}

.divider-menu {
    border-left: 1px solid #E0E0E0;
}


.btn-wsp-flotante {
    position: fixed;
    bottom: 35.5px;
    right: 12.5px;
    z-index: 100
}

/*Validacion de contraseņa*/
.Short {
    width: 100%;
    background-color: #dc3545;
    margin-top: 5px;
    height: 3px;
    color: #dc3545;
    font-weight: 500;
    font-size: 12px;
}

.Weak {
    width: 100%;
    background-color: #ffc107;
    margin-top: 5px;
    height: 3px;
    color: #ffc107;
    font-weight: 500;
    font-size: 12px;
}

.Good {
    width: 100%;
    background-color: #28a745;
    margin-top: 5px;
    height: 3px;
    color: #28a745;
    font-weight: 500;
    font-size: 12px;
}

.Strong {
    width: 100%;
    background-color: #d39e00;
    margin-top: 5px;
    height: 3px;
    color: #d39e00;
    font-weight: 500;
    font-size: 12px;
}


/*
Nuevo style cotizaciones symbol voucher*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#html_final {
    width: 800px;
    margin: 0 auto;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
}

ul.none {
    list-style: none;
}

.table_alt {
    caption-side: bottom;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
    border-color: #dee2e6 !important;
}

    .table_alt td, .table_alt th {
        border: 1px solid #dee2e6;
        padding: 10px;
    }

.py-1_alt {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-2_alt {
    padding-top: 20px;
    padding-bottom: 20px;
}

.px-1_alt {
    padding-left: 10px;
    padding-right: 10px;
}

.px-2_alt {
    padding-left: 20px;
    padding-right: 20px;
}

.my-1_alt {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-2_alt {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mb-1_alt {
    margin-bottom: 10px;
}

.tr-head_alt {
    /*background-color: rgba(75, 171, 203, .4);*/
    background-color: #e2ddd9;
}

.flex_alt {
    display: flex;
}

.flex_alt_voucher {
    display: block;
}

.logo_agency_alt {
    width: 225px;
    height: 115px;
    object-fit: contain;
}

.logo_alt {
    width: 225px;
}

.text-center {
    text-align: center;
}

.float-start_alt {
    float: left;
}

.float-end_alt {
    float: right;
}

.w-100_alt {
    width: 100%;
}

.w-70_alt {
    width: 70%;
}

.w-50_alt {
    width: 50%;
}

.w-30_alt {
    width: 30%;
}

.fw-bold {
    font-weight: bold;
}

.card_alt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

    .card_alt span {
        font-size: 12px !important;
    }

.card-header_alt {
    padding: 0.75rem 1.25rem;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #a8a39d;
    border-bottom: 1px solid #a8a39d;
}

    .card-header_alt:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.card-body_alt {
    flex: 1 1 auto;
}


/*disabled opciones file facturado*/
.btn-disabled,
.btn-disabled[disabled] {
    opacity: .4;
    cursor: default !important;
    pointer-events: none;
}

/*Autos Matrix*/
.matrixAutos:hover {
    background-color: var(--theme-nav-hover );
    color: #FFF;
    opacity: 0.85;
}

/*Bitacora*/

.infoAgency, .formActivities {
    height: 620px;
    border-radius: 10px !important;
}

.formActivities {
    height: auto;
}

.infoAgency {
    overflow-y: auto;
    overflow-x: hidden;
}

.color-btn-base {
    color: var(--theme-btn) !important;
    border-color: var(--theme-btn) !important;
}

.infoAgency::-webkit-scrollbar {
    width: 12px;
}

.infoAgency::-webkit-scrollbar-thumb {
    background-color: var(--danger);
}

.side-menu {
    width: 400px;
    z-index: 333;
    height: 100vh;
    padding: 20px 0;
    right: -400px;
    top: 0;
    box-sizing: border-box;
    background-color: #ffffff;
    position: fixed;
    transition: .5s;
}

.side-menu .label-button {
    position: absolute;
    width: 40px;
    height: 80px;
    background-color: #ffffff;
    color: var(--theme-btn);
    border-right: 1px var(--theme-btn) solid;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 80px;
    text-align: center;
    box-shadow: 5px 0px 10px #eeeeee;
    font-size: 30px;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
}

        .side-menu .label-button:hover {
            opacity: 80%;
        }

#side-menu-switch {
    position: absolute;
    opacity: 0;
}

    #side-menu-switch:checked + .side-menu {
        transform: translateX(-100%);
    }

#side-menu-switch:checked + .side-menu .label-button svg {
    transform: scaleX(-1);
}

.history-tl-container {
    overflow-y: auto;
    max-height: 100vh;
}

    .history-tl-container::-webkit-scrollbar {
        width: 12px;
    }

    .history-tl-container::-webkit-scrollbar-thumb {
        background-color: var(--danger);
    }

    .history-tl-container ul.tl {
        margin: 10px 0;
        padding: 0;
    }

.history-tl-container ul.tl li {
    list-style: none;
    margin: auto;
    margin-left: 160px;
    min-height: 50px;
    border-left: 2px dashed var(--theme-btn) ;
    padding: 0 0 50px 30px;
    position: relative;
}

            .history-tl-container ul.tl li:last-child {
                border-left: 0;
            }

.history-tl-container ul.tl li::before {
    position: absolute;
    left: -10.5px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: var(--theme-btn) ;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
}

.item-detail {
    color: rgba(0,0,0,0.5);
    font-size: 12px;
}

.timestamp {
    color: #000;
    position: absolute;
    width: 135px;
    left: -76%;
    font-size: 12px;
    text-align: right;
}

    .timestamp .location {
        font-size: 10px;
        color: rgba(0,0,0,0.5);
    }

    .timestamp .date {
        font-size: 10px;
        display: block;
    }

.form-check-input {
    background-color: var(--danger);
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

.in_action_taken option[value="7"] {
    display: none;
}

@media (max-width: 481px) {
    #side-menu-switch:checked + .side-menu .label-button {
        bottom: 100%;
        top: -2%;
        height: 0px;
        left: 85%;
    }

    side-menu {
        width: 100%;
        right: -100%;
    }
}



/*LimaTours Paquetes  cicuitoLT_dtl */

.prices_list-lt {
    display: flex;
    justify-content: start;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.btnAcceso-lt {
    border: 2px solid green !important;
    border-radius: 27px !important;
    font-weight: bold !important;
    font-size: 12px !important;
    line-height: 15px !important;
    text-align: center !important;
    color: green !important;
    width: 100% !important;
    padding: 13px 0px !important;
    cursor: pointer;
    max-width: 320px;
    display: flex;
    justify-content: center;
}

    .btnAcceso-lt p {
        margin: 0px;
        padding: 0px;
    }


    .btnAcceso-lt :hover {
        background-color: green;
    }


.input_date {
    min-width: 220px;
}


.name-price-lt {
    width: 198px;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}




.line {
    border-top: 1px solid #00000030;
    padding-top: 5px;
}

.con-price {
    display: flex;
    justify-content: start;
    margin-top: 20px;
}

.container-row-lt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
}

.container-prices-ages {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.active-lt {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.disable-lt {
    margin-top: 20px;
    display: none;
    flex-direction: column;
    justify-content: start;
    align-content: center;
}

.ages-min-lt {
    font-size: 8PX;
    margin-bottom: 5px;
    color: green;
}

.container-filter-lt {
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 5px;
    color: white;
    margin-top: 5px;
    margin-bottom: 15px;
}

.type_service-lt {
    background-color: #1f1fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px black, 0px 0px 1px 2px white inset;
    padding: 4px;
    width: auto;
}

.category-lt {
    background-color: green;
    border-radius: 10px;
    box-shadow: 0px 0px 5px black, 0px 0px 1px 2px white inset;
    padding: 4px;
    width: auto;
}

.select-lt {
    min-width: 340px;
    color: #505D68;
    line-height: 0.5rem;
    font-weight: 600;
    font-size: 0.8rem;
    height: 58px;
}

    .select-lt select {
        border: 2px solid #A1AEB7;
        padding-left: 22px;
        color: #505D68;
        font-size: 0.9rem;
        height: 40px;
    }

.number {
    margin-right: 5px;
    padding: 0px;
    width: 20px;
}

.value-uni-lt {
    margin-left: 5px;
}

.value-total-lt {
    margin-left: 5px;
}


.position {
    position: absolute;
    top: -18px;
}

.margin-top {
    margin-top: 40px;
}


.espacio {
    width: 100%;
    padding-left: 20px;
}


.item-price-lt {
    font-size: 16px;
    display: none;
    flex-direction: column;
}

.display-horizontal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}

.value-unid-lt {
    text-align: start;
    width: 132px;
    font-size: 10px;
    color: gray;
}

.con-price-uni {
    display: flex;
    width: 100%;
}

.input-date-lt{
    display:flex;
    align-items:center;
    justify-content:center;

}

    .input-date-lt input {       
        border: 2px solid #A1AEB7;
        padding-left: 22px;
        color: #505D68;
        font-size: 0.9rem;
        width:340px;
        height: 40px;

    }

.p-date-lt {
    padding-left: 18px
}

.input-lt {
   
    width: 100%;
    height: 18px;
    border-radius: 3px;
    min-height:2px;
    max-height:28px;
}

.textarea-lt {
    width: 100%;
    height: 28px;
    border: 2px solid #A1AEB7;
    padding-left: 22px;
    color: #505D68;
    font-size: 0.9rem;
   
}

.visible-none-lt{
    visibility:collapse;
}

.position-relative{
    position:relative;
}

.position-absolute{
    position:absolute;
}

.add-lt {
    bottom: 0px;
    right: 0px;
    box-shadow: -1px -1px 3px -1px gray;
    border-radius: 5px 0px 0px 0px;
    padding: 2px;
    background: #005e8d;
    border: none;
    color: white;
}
.delatte-lt{

    max-height: 590px;
    overflow-y: auto;
}

.grid-div {
    width: 100%;
    min-height: 50px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 2px;
    row-gap: 2px;
    padding:3px;
    flex-wrap:nowrap;
}

    .grid-div .item-indlude {
        height: 50px;
        width: 100%;
        padding: 2px;
        border-radius: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 1px solid #8080804f;
        border-right: 1px solid #8080804f;
    }

    .th-color-black{
        color:black;
    }

/*//Brasilia*/


.width-detail-bs {
    width: 500px;
    font-size: 15px;
}

.category-bs {
    padding-left: 10px;
}

.btn-link-bs {
    cursor: pointer;
    color: blue;
}

.discount-bs {
    text-decoration: line-through;
    margin-top: -26px;
}

.discount-color-bs {
    font-weight: normal;
}

.available-text-bs {
    color: forestgreen;
    margin: 0px;
    padding: 0px;
}

.not-available-text-bs {
    color: red;
    margin: 0px;
    padding: 0px;
}

.detail-bs {
    display: none;
    background-color: #ebedeb;
    min-height: 80px;
    width: 100%;
    border-radius: 4px 4px 0px 0px;
}

@keyframes {
    From {
        transform: scaleY(0)
    }

    To {
        transform: scaleY(100)
    }
}


.detail-sillas-bs {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 500px;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 5px;
    z-index: 111;
    box-shadow: 0px 0px 1px 1px #a5a5a5, 0px 0px 5px 0px gray;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}


    .detail-sillas-bs:hover {
        box-shadow: 0px 0px 1px 1px #a5a5a5, 0px 0px 10px 0px gray;
    }

.silla-bs {
    border-radius: 5px;
    border: 0px solid 1px black;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}


.grid-derecho-bs {
    min-width: max-content;
    overflow: auto;
    flex-wrap: wrap;
    padding: 5px;
    height: 50px;
    flex-direction: row;
    display: flex;
    gap: 5px;
}

.grid-izquierdo-bs {
    min-width: max-content;
    overflow: auto;
    flex-wrap: wrap;
    padding: 5px;
    height: 50px;
    flex-direction: row;
    display: flex;
    gap: 5px;
}

.item-silla {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    box-shadow: 0px 0px 3px black;
}

.container-piso {
    display: flex;
    flex-direction: column;
   /* justify-content: space-around;
    overflow-x: auto;
    width: 80%;
    height: 100%;
    position: relative;*/
}

    /*.container-piso .bus-front,
    .container-piso .bus-back {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: inline-block;
    }*/


/*.frontEnd-bs {
    position: absolute;
    top: auto;
    font-weight: bold;
    width: auto;
    background-color: #005e8d;
    padding: 10px;
    border-radius: 5px;
    color: white;
    left: 0px;
}*/

.frontEnd-bs {
    position: absolute;
    left: 80px;
    background-image: url(../../../images/Design/icon/front_bus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    WIDTH: 100%;
    HEIGHT: 240PX;
    z-index:-1;
}

/*.Backend-bs {
    position: absolute;
    top: auto;
    font-weight: bold;
    width: auto;
    background-color: #005e8d;
    padding: 10px;
    border-radius: 5px;
    color: white;
    right: 0px;
}*/

.Backend-bs {
    position: absolute;
    right: 80px;
    background-image: url(../../../images/Design/icon/back_bus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    WIDTH: 100%;
    HEIGHT: 240PX;
    z-index:-1;
}

.row-bs {
    display: flex;
    flex-direction: column;
    width: auto;
    /*background-color: #cac9c9;*/
    padding: 10px;
    border-radius: 2.5px;
}

.tab-bs {
    width: 100%;
    padding: 0px 0px 0px 0px;
    column-gap: 2px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.button-tab-bs {
    padding: 6px;
    box-shadow: 0px 0px 2px black;
    border-radius: 4px 0px 0px 0px;
    cursor: pointer;
    background-color: #005e8d;
    color: #cac9c9;
}

.button-tab-2-bs {
    padding: 5px;
    box-shadow: 0px 0px 2px black;
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
    background-color: #b6b6b67a;
    color: white;
}

.btn-active {
    box-shadow: 0px 0px 2px black, 0px 0px 2px black inset;
    /*border: 1px solid #cacaca;*/
    cursor: pointer;
}

.btn-disable {
    background-color: #bdbcbc;
}

btn-select {
    background-color: #005e8d;
}


.menu-salir {
    display: flex;
    justify-content: end;
    align-items: center;
}

.salir-bs {
    background-color: red;
    border-radius: 0px 5px 0px 4px;
    padding: 5px;
    box-shadow: 0px 0px 3px black;
    color: #cac9c9;
    cursor: pointer;
}

.price p {
    margin: 0px;
}


.note-bs {
    color: #505d68;
    font-size: medium;
}

@media (max-width: 581px) {
}

.bus-front
{
    background-image: url(../../../images/Design/icon/front_bus.svg);
    width:70px;
}

.bus-back {
    background-image: url(../../../images/Design/icon/back_bus.svg);
    width: 70px;
}

.v-line {
    height: 55px;
    border-left: 1.75px solid #E2E2E2;
    left: 18%;
}

.css-60lbjt {
    grid-area: departure;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 5px;
}
.css-13udhee {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: initial;
    justify-content: initial;
    text-align: left;
}
.css-5g5cfu {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: initial;
    justify-content: initial;
    text-align: left;
}
.css-1omg4n0 {
    /*font-family: "Source Sans Pro", sans-serif;*/
    color: rgb(35, 35, 35);
    /*font-size: 20px;*/
    font-weight: 600;
}
.css-1y0nmdw {
    position: relative;
}

.css-5g5cfu > * + * {
    margin-left: 30px;
}
.css-1y0nmdw::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: rgb(199, 199, 199);
    bottom: 70%;
    left: -20px;
}
.animation-content {
    height: 30px;
    justify-content: space-between;
    overflow: hidden;
    width: 60px;
}
.css-1en7fmh {
    /*font-family: "Source Sans Pro", sans-serif;*/
    color: rgb(155, 155, 155);
    /*font-size: 12px;*/
    font-weight: 400;
    text-align: center;
}
.css-1y0nmdw::after {
    content: "";
    background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2217px%22%20height%3D%229px%22%20viewBox%3D%220%200%2017%209%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%20%20%20%3Ctitle%3EGroup%2016%3C%2Ftitle%3E%20%20%20%20%3Cg%20id%3D%22New-Results--Mobile%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22square%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22NEW-LAYOUT-%22%20transform%3D%22translate%28-229%2C%20-400%29%22%20stroke%3D%22%23979797%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-15%22%20transform%3D%22translate%2823.5%2C%20393%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-13%22%20transform%3D%22translate%2841.8137%2C%200%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-16%22%20transform%3D%22translate%28164.6863%2C%208%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%221.67194076e-16%22%20y1%3D%223.5%22%20x2%3D%2210%22%20y2%3D%223.5%22%20id%3D%22Line-4-Copy%22%3E%3C%2Fline%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-5%22%20transform%3D%22translate%2810.0081%2C%200%29%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%220.627614461%22%20y1%3D%220.5%22%20x2%3D%224.39330123%22%20y2%3D%223.5%22%20id%3D%22Line-4-Copy-8%22%3E%3C%2Fline%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%220.627614461%22%20y1%3D%226.5%22%20x2%3D%224.39330123%22%20y2%3D%223.5%22%20id%3D%22Line-4-Copy-9%22%3E%3C%2Fline%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    bottom: 5px;
    right: -23px;
}
.css-ly2eqy {
    /*font-family: "Source Sans Pro", sans-serif;*/
    color: rgb(35, 35, 35);
    /*font-size: 20px;*/
    font-weight: 400;
}

/*//Brasilia*/

    .formActivities {
        margin-top: 2em;
    }

    /* .btnInicioSesion {
        margin-top: 1em;
    } */

    .legalDropdown {
        margin-left: 0 !important;
    }
}

@media (max-height: 680px) {
    .containerBody {
        height: 120%;
    }

    .vertical-align-container {
        height: 100%;
    }
}

@media (max-width: 768px) {
    .footerContainer {
        clip-path: none;
    }  

    .legalDropdown {
        width: 70px;
        top: 15%;
        background-color: transparent;
        margin-right: 0.5em;
        height: 0;
    }

    .dropdownItem span {
        display: none;
    }

    .btnNewsletter {
        margin-top: 3em;
    }
}

@media (max-width: 767px) {
    .footerContainer {
        clip-path: none;
        position: static;
    }  

    .contenedorLogin {
        margin-bottom: 0em;
    }

    .containerBody {
        height: 120%;
    }
}

@media (max-width: 991px) {
    .legalDropdown {
        width: 70px;
        top: 15%;
        background-color: transparent;
        margin-right: 0.5em;
        height: 0;
    }

    .dropdownItem span {
        display: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*LimaTours*/
.tbl-lt {
    border: 1px solid lightgray;
    table-layout: fixed;
    width: 340px;
}

.tbl-hd-lt {
    width: 340px;
}
.tbl-border-top {
    border-top: 0px 1px white;
}
.th-lt {
    border: 1px solid lightgray;
    text-align: center;
    width: 59px;
    font-size: 8px;
}
.td-lt {
    border: 1px solid lightgray;
    padding: 1px;
    text-align: center;
    max-width: 59px;
    min-height: 60px;
    vertical-align: central;
    text-align: center;
}
td-height {
    height: 40px;
    width: 59px;
}
.menu-date {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.btn-menu {
    width: 80px;
}
    .btn-menu button {
        cursor: pointer;
        border-radius: 5px;
        width: 40px;
    }
.date_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.date-input {
    width: 90%;
    background-color: #d2e9f5;
    font-size: 7px;
    border-radius: 2px;
    height: auto;
    min-width: 100%;
    padding: 2px;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 0px 2px 0px #605c5c;
}
    .date-input p {
        word-break: break-all;
    }
.td-lt {
    font-size: 5px;
}
.day-lt {
    font-size: 9px;
    text-align: end;
    margin: 0px;
}
.flotante {
    position: absolute;
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid #ccc;
    display: none;
    transition: opacity 0.3s ease;
    z-index: 10;
    height: 20px;
    width: auto;
    overflow: hidden;
    background-color: white;
    top: -20px;
    left: -20px;
    text-align: center;
    vertical-align: middle;
    font-size: 8px;
    border-radius: 5px;
    color: black;
    justify-content: center;
    align-items: center;
}
.date-input:hover div {
    background-color: white;
    box-shadow: 0px 0px 2px gray inset;
    display: flex;
    transition: opacity 0.9s ease;
}
.date-input:hover {
    background-color: red;
}
.name-month {
    font-size: 20px;
    width: 240px;
}