.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;
}

.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;
}

.Exit {
    background-color: 74d5d8 !important;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 4px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    display: flex;
}

.Regular {
    background-color: #3a8cc2 !important;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border-radius: 4px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    display: flex;
}

.Economy {
    background-color: #65afe0 !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: #2e3e95;/*#005E8D;*/
    --theme-nav-a: #2e3e95;/*#005E8D;*/
    --theme-nav-hover: #949ccc;/*#208FCE;*/
    --theme-btn: #f45424;/*#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;
}

html {
    min-height: 100% !important;
    position: relative !important;
    font-size: 12px !important;
}
body {
	background: #FFFFFF !important;
    /*background: #F2F2F2 !important;*/
    margin: 0 !important;
    margin-bottom: 40px !important;
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    height:100vh;
}
 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 */
.sectionCIC{
    display: flex;
}

.borderRightCIC {
    border-right: 1px solid rgba(255,255,255,0.3);
}

.headerCIC h5 {
    font-size: 1rem;
    font-weight: 600;
}

.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;
}

.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;
}
.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;
}

/*css footer*/
.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: #949ccc;
}

.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;
   /* bottom: 0;*/
    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;
}
.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: #f45424;
    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: #949ccc;
}
.baggage{
    display: flex;
    flex-direction: row;
}

.itemsVH span{
    font-size: 10px;
    color: #505D68;
}
.itemsVH a {
    text-align: right;
    text-decoration-line: underline;
    color: #949ccc;
}

.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: #f45424;
}
/*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*/
.imgHome {
   background-image: url(https://fuerzadelta.net/images/IMAGEN_FONDO/IMAGEN_INICIO_PIENO.jpeg);
    height: 700px;
    background-size: cover;
    background-repeat: round;
}

.chat{
    margin-top:-70px;
    text-align: end;
    padding-right: 4rem;
}

/*login*/
.contenedorLogin{
           background-color: white;
           min-height: 600px;
            width: 720px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            box-shadow: 0px 0px 4px #A1AEB7;
            margin: 45px auto;
}

.contenedorLoginItem{
    margin: auto;
    width: 50%;
}

.loginFormItems{
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.loginFormItems h4{
    display: block;
    color: #949ccc;
    line-height: 50px;
    font-weight: bold;
}

.loginFormItems span{
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    color: #505D68;
}

.loginFormItems  label{
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #505D68 !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;
    }
    .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;
    background-color: #fff;
    border-radius: 3px;
    vertical-align: middle;
    border: 2px solid #A1AEB7;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.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: var(--theme-btn) !important;
        color: #fff !important;
    }

    .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: #FFF !important;
        border: 2px solid var(--theme-btn) !important; /*#E52420*/
        color: #E52420 !important;
    }

.btnInicioSesion {
    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 {
        background: #FFF !important;
        border: 2px solid var(--theme-btn) !important; /*#E52420*/
        color: var(--theme-btn) !important; /*#E52420*/
    }
/*fin clases login*/

/*forget password*/
.contenedorForgetPwd{
    background-color: white;
    min-height: 600px;
     width: 720px;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     box-shadow: 0px 0px 4px #A1AEB7;
     margin: 45px auto;
}

.contenedorForgetPwdItem{
    margin: auto;
    width: 60%;
    margin-top: 10px;
}

.loginFormItemsPwd {
   margin-top: 4rem;
}

.loginFormItemsPwd h4{
    display: block;
    color: #949ccc;
    line-height: 50px;
    font-weight: bold;
}

    .loginFormItemsPwd label {
        font-weight: 600 !important;
        font-size: 14px !important;
        line-height: 17px !important;
        color: #505D68 !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;
    }
/**/
/*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: #949ccc;
    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: white;
    min-height: 600px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-shadow: 0px 0px 4px #A1AEB7;
    margin: 45px auto;
}

.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: #505D68 !important;
    }

    .ContactFormItems input[type=text],
    .ContactFormItems input[type=password] {
        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;
    }

    .ContactFormItems form a {
        font-weight: 500 !important;
        font-size: 14px !important;
        line-height: 17px !important;
        color: #E52420 !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: #2e3e95;
}
.titlePassangerDanger {
    font-size: 10px;
    line-height: 18px;
    color: #949ccc;
}

.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 #949ccc;
}

    .notification label {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        color: #949ccc;
    }

    .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 #949ccc;
}

    .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: #949ccc;
}

.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: #949ccc;
    border-radius: 30px;
    color: #FFF;
    border: 1px solid #949ccc;
}


.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 #949ccc;
    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: #949ccc;
}

.cotizaSubTitle {
    color: #949ccc;
    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 #f45424;
    border-radius: 27px;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #f45424;
}

.formPerfil button:hover {
    color: #fff;
    background-color: #f45424;
}

.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: #949ccc;
    }

    .contenedor-puntos li {
        font-size: 10px;
        color: #505D68;
        margin: 0 12px;
        float: left;
    }


.contenedorAzul {
    padding: 10px;
    background: #949ccc;
    border: 2px solid #949ccc;
    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: #2e3e95;
    }

    .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: #2e3e95;
}
.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;
}

.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: #2e3e95;
}

.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 #f45424;
    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 #f45424;
    box-sizing: border-box;
    border-radius: 20px;
    color: red;
    padding: 6px;
}

    .btnFilter span {
        background-color: #f45424;
        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: #f45424;
    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;
    }
}

/* 
  ##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;
    }
}

/* 
  ##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;
}

.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;
}

/*Bitacora*/

.infoAgency, .formActivities {
    height: 620px;
    border-radius: 10px !important;
}

.formActivities {
    height: auto;
}

.infoAgency {
    overflow-y: auto;
    overflow-x: hidden;
}

.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(--danger);
    border-right: 1px var(--danger) 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;
    box-shadow: 5px 0px 10px #eeeeee;
    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 .fa {
    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(--danger);
    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(--danger);
    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: 100px;
    left: -60%;
    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);
}

@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%;
    }

    .formActivities {
        margin-top: 2em;
    }

   

}