/* Hiddens */
/* Strongly */
label[for="agencyCode"], label[for="promoCode"], #booking-form h2, #booking-mobile {
    display: none !important;
}

/* Not so Strongly */
.daterangepicker, .goBack, .fallDown, .discount, #cancelBooking, #booking-form #ocupacion, #codAccEmpresa {
    display: none;
}

/* Fixes para Templates */
#destinoselect, #hotelCodigo, #booking-form .form-item, #booking-form .form-actions, #booking-form button, #booking-form p, #booking-form input {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

#booking-form .form-item, #booking-form .form-actions, #booking-form button, #booking-form :not(.fallDown):not(.goBack) p, #booking-form #ocupacion select {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

#destinoselect, #hotelCodigo, #booking-form #ocupacion select, #booking-form select, #booking-form input {
    border: none !important;
}

/* Centered things */
@media (min-width: 992px) {
    #destinoselect, #hotelCodigo, #booking-form aside.fakeDate, #promoCode, .startGatillo, #booking-form #ocupacion::before, #booking-form #ocupacion::after {
        height: 100%;
        line-height: 79px;
    }
}

#booking-form #codigo, #booking-form [id^="booking-date"], #codigoDestinos, #codigoDeHotel, #adultosNinos {
    position: relative;
}

#booking-form i.material-icons {
    vertical-align: middle
}

/* Fonts variations */
/* Bold */
#booking-form aside.fakeDate > [id^="fakeDay"], #booking-form #spanAdults {
    font-size: 2rem !important;
    font-weight: 500;
}

/* Normal */
#booking-form aside.fakeDate > *:not([id^="fakeDay"]), #booking-form #spanAdults > *, #booking-form #spanAdults ~ *, #booking-form #destinoselect, #booking-form #hotelCodigo, #booking-form label, #booking-form #promoCode {
    font-size: 1.2rem !important;
    font-weight: 300;
    height: 100%;
    vertical-align: top;
}

@media (min-width: 992px) and (max-width: 1160px) {
    /* Bold */ #booking-form aside.fakeDate > [id^="fakeDay"], #booking-form #spanAdults {
        font-size: 1.75vw !important;
        margin-bottom: .25vw;
    }

    /* Normal */
    #booking-form aside.fakeDate > *:not([id^="fakeDay"]), #booking-form #spanAdults > *, #booking-form #spanAdults ~ *, #booking-form #destinoselect, #booking-form #hotelCodigo, #booking-form label, #booking-form #promoCode {
        font-size: 1vw !important;
    }
}

/* Clickers*/
#booking-form input[id^="booking-form-date"], #adultosNinos, #spanAdults, .fallDown i, .goBack i, #booking-form #ocupacion [class^="ocupation"] {
    cursor: pointer;
}

/* Simulating buttons */
#booking-form #ocupacion > *.muestra p.oNinos, #booking-form #ocupacion > *.muestra .btnAceptar, #booking-form .box--button #booking-form-submit, .copyCalendar {
    background-color: #f4d019;
    text-align: center;
    color: white;
}

/* Cannot being selected */
#booking-form label, #booking-form p, #booking-form select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* I do highly hate when things teleport themselves. */
#booking-form, #booking-form *, .daterangepicker {
    transition: all .5s linear;
}

/* General */
#booking-form {
    background-color: white;
}

@media (min-width: 992px) {
    #booking-form {
        position: absolute;
        width: 100%;
        bottom: 175px;
        padding: 0;
        background: none;
        z-index: 500;
        height: 79px;
        left: 50%;
        transform: translateX(-50%);
    }
    .node-type-pie-web #booking-form {
        bottom: 144px;
    }
    #booking-form.fixed {
        position: fixed;
        width: 100%;
        top: 81px;
    }

    #booking-form .box--inputs, #booking-form .box--button, #booking-form .box--inputs > div {
        vertical-align: bottom;
        display: inline-block;
    }

    #booking-form .box--inputs, #booking-form .box--button {
        height: 100%;
    }

    #booking-form .box--inputs > div, #booking-form-submit {
        position: relative;
    }

    #booking-form .box--inputs {
        width: 85%;
        display: inline-flex;
    }

    #booking-form .box--inputs > div {
        flex: 0 0 16.66%;
    }

    #booking-form .box--button {
        width: 15%;
        float: right;
    }
}

@media (min-width: 1160px) {
    #booking-form {
        width: 1160px;
    }
}

@media (min-width: 1400px) {
    #booking-form {
        width: 1350px;
    }
}

#booking-form .startGatillo {
    text-align: center;
}

@media (max-width: 991px) {
    #booking-form {
        position: fixed;
        top: 0;
        left: 100vw;
        height: 100vh;
        width: 100vw;
        padding: 100px 5%;
        z-index: 1007;
    }
    #booking-form.abretesesamo {
        left: 0;
    }

    #booking-form .box--inputs, #booking-form .box--button {
        width: 100%;
        margin-top: 25px;
    }

    #booking-form .box--inputs > div:not(.titulares) {
        text-align: left;
        height: 70px;
    }

    #booking-form .box--inputs > div select {
        color: #555;
    }

    #booking-form [id^="booking-date"], #booking-form #adultosNinos, #booking-form #codigo {
        margin-bottom: 25px
    }

    #booking-form [id^="codigoDe"], #booking-form [id^="booking-date"], #booking-form #adultosNinos {
        border-bottom: 1px solid #f4d019;
    }

    .fallDown, .goBack {
        position: absolute;
        top: 85px;
        right: 30px;
        z-index: 3002;
        padding: 5px;
        font-size: 2rem;
        color: #f4d019;
        font-weight: 100;
    }

    .goBack {
        right: initial;
        left: 15px;
        font-size: 2.5rem;
    }

    .fallDown {
        display: block;
    }

    #booking-form.navigating .goBack {
        display: block;
    }
}

/* Hotel zona y codigo */
/* Arrivals and Departures */
#booking-form input[id^="booking-form-date"] {
    display: none;
}

#booking-form aside.fakeDate > * {
    display: inline-block;
    color: #626262;
}

#booking-form [id^="booking-date"] label.lightUp {
    color: #f4d019;
    font-weight: 400;
}

#booking-form input[id^="booking-form-date"] {
    display: inline-block;
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 64;
}

.copyCalendar {
    margin: 0 10px;
    border-radius: 2px;
}

@media (max-width: 991px) {
    #booking-form input[id^="booking-form-date"] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    #booking-form input#booking-form-date-from {
        height: 200%;
    }

    #booking-form input#booking-form-date-to {
        display: none;
    }

    #booking-form .fakeDate {
        padding-right: 50px;
        text-align: right;
        width: 80%;
        float: right;
        height: 100%;
    }

    #booking-form .fakeDate > * {
        line-height: 63px;
        height: 63px;
    }

    #booking-form [id^="booking-date"] {
        margin-bottom: 5px;
    }

    #booking-form [id^="booking-date"] label {
        color: #555;
        float: left;
        line-height: 63px;
    }
}

@media (min-width: 992px) {
    #booking-form input#booking-form-date-from {
        width: 200%;
    }

    #booking-form input#booking-form-date-to {
        display: none;
    }
}

/* Occupation */
#nAdultos, #ninosCantidad {
    padding: 10px 0;
    position: relative;
}

#nAdultos::after, #ninosCantidad::after, .children-div::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 100%;
    background-color: #b0b0b0;
}

#booking-form #ocupacion #edadesNinos {
}

#booking-form #ocupacion label {
    margin-bottom: 0;
    margin-left: 50px;
}

#booking-form #ocupacion label {
    vertical-align: bottom;
    font-size: 2.5rem;
    font-weight: 300;
    text-align: left;
    line-height: normal;
}

#booking-form #ocupacion select {
    position: absolute;
    left: 0;
    width: calc(100% - 75px);
    z-index: 99999;
    font-size: 2.5rem !important;
    text-align: right;
    margin-bottom: 0;
    background: none;
    line-height: normal;
    cursor: pointer;
    color: #f4d019;
    font-weight: normal;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}

#booking-form #ocupacion select option {
    color: #8e8e8e !important;
}

#booking-form #ocupacion select::before {
    border-top-color: white;
}

.children-div {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}
#fillChildren {
    text-align: center;
    color: #ef6363;
    padding: 10px 5px 0;
}
#booking-form #ocupacion [class^="ocupation"] {
    background-color: #f4d019 ;
    width: 30px;
    position: relative;
    height: 30px;
    margin: 0 5px;
    float: right;
}

#booking-form #ocupacion [class^="ocupation"] p {
    color: white;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#btnAceptar {
    width: 75%;
    text-align: center;
    padding: 10px;
    margin: 10px auto;
    background-color: #f4d019;
    color: white;
}

@media (max-width: 992px) {
    #booking-form #ocupacion {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 100vw;
        display: block;
        background-color: white;
        z-index: 65;
        padding: 0 25px;
        padding-top: 130px;
    }

    #booking-form #ocupacion.muestra {
        left: 0;
    }

    #booking-form #ocupacion select {
        width: calc(100% - 75px);
    }

    #booking-form #ocupacion .ocupationLess {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    #booking-form #ocupacion.muestra {
        display: block;
    }

    #booking-form #ocupacion {
        background-color: white;
        padding: 10px 25px;
        box-shadow: 0 0 15px -3px black;
        width: 375px;
        right: 0;
        z-index: 5;
        border-radius: 0;
    }
    #booking-form #ocupacion.porArriba {
        transform: translateY(-100%);
        top: -15px;

    }
    #booking-form #ocupacion:not(.porArriba) {
        transform: translateY(100%);
        bottom: -15px;
    }
    #booking-form #ocupacion::before {
        content: '';
        right: 65px;
        position: absolute;
        border: 2rem solid transparent;
        width: 0;
    }
    #booking-form #ocupacion.porArriba::before {
        top: calc(100% - 0rem);
        border-top: 2rem solid white;
        filter: drop-shadow(0 6.5px 2.5px rgba(0, 0, 0, .25));
    }
    #booking-form #ocupacion:not(.porArriba)::before {
        bottom: calc(100% - 0rem);
        border-bottom: 2rem solid white;
        filter: drop-shadow(0 -3.5px 1.5px rgba(0, 0, 0, .25));
    }
}

/* Promotional Code */
#booking-form #promoCode {
    padding: 10px;
    border: 1px solid #b7b7b7;
    background-color: #d8dbdc;
}

#booking-form #codigo input {
    bottom: -9px;
}

label[for="promoCode"] {
    font-weight: 300;
    font-size: 1.35rem;
    margin-top: 8px
}

@media (max-width: 991px) {
    #booking-form #codigo {
        margin-bottom: 0;
    }

    #booking-form #promoCode {
        border: none;
        background-color: transparent;
    }
}

/* Send Button */
#booking-form .box--button #booking-form-submit {
    width: 100%;
    border: none;
    font-size: 2.25rem !important;
    font-weight: 400;
    position: relative;
    font-size: 1.8rem !important;
    line-height: 1.1;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    height: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    #booking-form .box--button #booking-form-submit {
        font-size: 1.4rem!important;
        font-weight: 500;
        text-align: center;
    }
}

/* Date Range Picker custom styles */
.daterangepicker {
    position: absolute;
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 2px 0 rgba(51,51,51,0.6);
    width: 970px;
    background-color: white;
    /* top: initial !important; */
    display: block !important;
    transition: .2s linear all, 0s linear left;
}

.daterangepicker.muestra {
    opacity: 1;
}

.daterangepicker:not(.muestra) {
}

.daterangepicker::after, .daterangepicker::before {
    content: none;
}

#arrowIO {
    display: block !important;
    position: absolute;
    border: 20px solid transparent;
    top: -90px;
    left: 0;
    border-width: 50px;
    border-bottom: 25px solid white;
    transition: left linear .2s;
    filter: drop-shadow(0 -1px 0px rgba(51,51,51,0.25));
}
.porArriba #arrowIO {
    top: auto;
    bottom: -90px;
    border-bottom: 50px solid transparent;
    border-top: 25px solid white;
    filter: drop-shadow(0 2px 1px rgba(51,51,51,0.25));
}
.daterangepicker .calendar {
    max-width: none;
    width: calc(50% - 20px);
}

.daterangepicker .calendar-table {
    background-color: transparent;
    border-color: transparent;
}

.daterangepicker .calendar.right {
    float: right;
}

.daterangepicker .calendar td, .daterangepicker .calendar th {
    font-weight: 300;
    border-radius: 0;
}

.daterangepicker .calendar td {
    font-size: 1.7rem;
    padding: 10px;
    color: #383838;
    border: 0px solid transparent !important;
}

.daterangepicker td.start-date.end-date {
    border-radius: 0;
}

.html .calendar .glyphicon-calendar, .html .calendar input.input-mini {
    display: none;
}

.html .calendar tbody tr td.today.active {
    background-color: transparent;
}

.html .calendar tbody tr td.today.active.hovering {
    background-color: transparent;
    color: #636363;
}

.html .calendar tbody tr td.in-range:not(.off) {
    background-color: rgb(24, 66, 137);
    color: white;
    position: relative;
}

.html .calendar tbody tr td.disabled, .html .calendar tbody tr td.off {
    visibility: hidden;
}

.html .calendar tbody tr td.available:not(.off):hover, .html .calendar tbody tr td.start-date:not(.off):hover {
    background-color: #f4d019;
    color: white;
}

.html .calendar tbody tr td.previous {
    color: #7d7d7d;
}

.daterangepicker .calendar td.preSelected {
    background-color: #184289;
    color: white;
}

td.available.preSelected {
}

.html .daterangepicker .calendar tbody tr td.available.end-date, .html .daterangepicker .calendar tbody tr td.available.start-date {
    background-color: #f4d019;
    color: #ffffff;
}

.daterangepicker td, .daterangepicker th {
    border-radius: 0;
}

.html .calendar tbody tr td.available {
}

.html .daterangepicker .calendar tbody tr td.available.end-date, .html .daterangepicker .calendar tbody tr td.available.start-date {
    position: relative;
}

td.active.end-date.available::before, td.active.start-date.available::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 18px solid transparent;
    z-index: 5;
}

td.active.end-date.available::before {
    right: 100%;
    border-right: 10px solid #f4d019;
    border-left: none;
}

td.active.start-date.available::after {
    left: 100%;
    border-left: 10px solid #f4d019;
    border-right: none;
}

.daterangepicker:not(.muestra) td {
    pointer-events: none;
}

.daterangepicker th.available:hover {
    background-color: #3f3e44;
    border-color: transparent;
    color: white;
}

@media (min-width: 992px) {
    .daterangepicker {
        transition: .2s linear all, 0s linear left;
        left: 50%!important;
        transform: translateY(0%) translateX(-50%);
        min-width: 750px !important;
    }

    .daterangepicker:not(.fixed) {
        margin-top: -25px
    }

    .daterangepicker:not(.porArriba) {
        transition: .2s linear all .5s, 0s linear left, .2s linear visibility .2s, 0s linear top;
    }

    .daterangepicker:not(.fixed):not(.porArriba) {
        margin-top: 10px;
    }

    .daterangepicker.muestra {
        opacity: 1;
        z-index: 99999 !important;
        visibility: visible;
    }

    .daterangepicker:not(.muestra) {
        opacity: 0;
        transition-delay: 1s;
        visibility: hidden;
    }

    .daterangepicker.fixed {
        position: fixed;
        top: 168px!important;
        box-shadow: 0 0px 2px 0 rgba(51,51,51,0.6);
    }

    .daterangepicker.porArriba {
        bottom: 260px;
        top: initial !important;
    }

    .front .daterangepicker.porArriba:not(.fixed) {

    }

    .front .daterangepicker:not(.porArriba):not(.fixed) {
    }

    .not-front .daterangepicker.porArriba:not(.fixed) {
    }

    .not-front .daterangepicker:not(.porArriba):not(.fixed) {
    }

    .node-type-pie-web .daterangepicker.porArriba:not(.fixed) {
    }

    .node-type-pie-web .daterangepicker:not(.porArriba):not(.fixed) {
    }
}

.daterangepicker::before, .daterangepicker::after {
    content: none;
}

@media (max-width: 991px) {
    td.active.end-date.available::before, td.active.start-date.available::after {
        border: 21px solid transparent;
    }

    td.active.end-date.available::before {
        border-right: 10px solid #f4d019;
        right: calc(100% - 1px);
    }

    td.active.start-date.available::after {
        border-left: 10px solid #f4d019;
        left: calc(100% - 1px);
    }

}

/* Duration texts */
#DTPLengthText {
    width: calc(100% - 50px);
    font-size: 2rem;
    border-top: 1px solid #184289;
    padding-top: 10px;
    margin-left: 25px;
    text-align: center;
}

#DTPLengthText, #DTPLengthText > div {
    display: inline-block;
}

#DTPLengthText > div {
    margin-right: 25px;
}

#DTPLengthText > div:not(#arrival) {
    display: none;
}

#DTPLengthText > div.showText:not(#arrival) {
    display: inline-block;
}

#DTPLengthText > div#arrival {
    visibility: hidden
}

#DTPLengthText > div#arrival.showText {
    visibility: visible;
}

#DTPLengthText .fixedText {
    font-weight: 400;
    color: #606060;
}

#DTPLengthText .varText {
    font-weight: 300;
    color: #272727;
}

#DTPLengthText .fixedText, #DTPLengthText .varText {
    font-size: 1.2rem;
}

/*
  La mayoria de los important aqui presentes son
  obligatorios para poder modificar los estilos en linea
  dados por la biblioteca DATERANGEPICKER.
*/
@media (max-width: 992px) {
    .html .daterangepicker {
        width: 100%;
        height: calc(100% - 120px);
        top: 120px !important;
        position: fixed;
        overflow: auto;
        display: block !important;
        left: 100% !important;
        z-index: 1009!important;
        border: none;
        box-shadow: none;
        transition: .5s ease-in-out left;
    }
    .html .daterangepicker:not(.muestra) {transition-delay: .5s;}
    .html .daterangepicker.muestra {transition-delay: 0s;}
    .daterangepicker.muestra {
        left: 0!important;
    }

    .daterangepicker .calendar {
        width: 100%!important;
        margin: 0;
        display: block;
        float: none;
    }

    #DTPLengthText {
        display: none;
    }
}

.daterangepicker .calendar {
    max-width: none !important;
}

.start-date:not(.clickable) {
    cursor: pointer;
    pointer-events: none;
}

/* Trigger mobile BE */
#abretesesamo {
    font-weight: 300;
    bottom: 65px;
    text-align: center;
    background: rgba(255, 255, 255,1);
    padding: 0;
    cursor: pointer;
    position: absolute;
    width: 75%;
    left: 12.5%;
    z-index: 500;
    height: 40px;
}

#abretesesamo, #abretesesamo span {
    -webkit-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
}

.front #abretesesamo {
    top: 260px;
}

#abretesesamo.quietoAlTop {
    position: fixed;
    top: 79px;
    left: 0;
    width: 100%;
    background: #f4d019;
    color: #f4d019;
    font-weight: 400;
}

.node-type-galeria #abretesesamo {
    display: none;
}

#abretesesamo .material-icons {
    font-size: 3rem;
}

#abretesesamo span, #abretesesamo p {
    display: inline-block;
    vertical-align: middle;
}

#abretesesamo span {
    float: right;
    vertical-align: middle;
    padding: 7px 12px 3px;
    background: #f4d019;
    color: #001589;
    height: 40px;
}

#abretesesamo p {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding-top: 11px;
    font-weight: 400;
    color: #001589;
}

#abretesesamo.quietoAlTop p {
    font-weight: 300;
}

.fallDown {
    text-align: right;
}

.fallDown p {
    display: inline-block;
    padding: 3px 9px 5px;
    background: #f4d019;
    color: #001589;
    cursor: pointer;
}

#abretesesamo > * {
    display: inline-block;
    color: white;
    margin: 0;
}

#abretesesamo i {
    vertical-align: bottom;
}

@media (min-width: 992px) {
    #abretesesamo {
        display: none;
    }
}

@media (max-width: 992px) {
    #abretesesamo {
        display: block;
    }
}

/* Descuento Claim */
.descuentoClaim {
  display: inline-block;
  padding: 2.5px 15px;
  background-color: #f4d019;
  color: #001889;
  text-transform: uppercase;
  font-size: 1.5rem;
  display: none;
}
.descuentoClaim > span > span:first-child {
  font-weight: bold;
  font-size: 1.75rem;
}
.descuentoClaim > span:last-child > span:first-child {
  margin-left: 3px;
}
@media (max-width: 992px) {
  .descuentoClaim {
    display: none;
  }
}

/* All the things */
#booking-form #codigo input, #booking-form #agencyCode input {
    text-align: center;
    color: #f4d019;
    font-weight: 400;
}

@media (max-width: 991px) {
    #booking-form #codigo, #booking-form #agencyCode {
        text-align: center;
        height: 100%;
    }

    #booking-form {
        overflow: auto;
    }

}

/**************************
 ----- BP ADDITIONS ------
**************************/
@media all and (max-width: 991px) {
    #booking-form [id^="booking-date-"], #booking-form #adultosNinos {
        padding: 3px 10px;
        text-align: center;
    }

    #booking-form #adultosNinos .startGatillo {
        vertical-align: middle;
        height: 100%;
        line-height: 63px;
        display: inline-block;
    }
    #booking-form #adultosNinos .startGatillo + i {
        /* position: static; */
        display: inline-block;
    }
    #booking-form h2 {
        padding-top: 0;
    }

    #booking-form #ocupacion p {
    }

    #booking-form #nAdultos, #booking-form #nNinos {
    }

    #booking-form #nAdultos, #booking-form #nNinos {
        z-index: 50;
    }

    .daterangepicker.opensright:before, .daterangepicker.opensright:after {
        display: none;
    }

    label[for="promoCode"], label[for="agencyCode"] {
        padding-top: 1rem;
        font-weight: 300;
        color: white;
        padding-left: 6px;
        display: block;
        text-align: left;
        margin-bottom: 0;
    }

    .abajo {
        display: none;
    }
}

@media (min-width: 992px) {
    .box--inputs {
        display: inline-block;
        text-align: left;
    }

    #booking-form [id^="booking-date"] label, #booking-form [id^="booking-date"] .fakeDate {
        /* padding-top: 9px; */
        padding-left: 5px;
        display: inline-block;
        line-height: 79px;
    }

    form#booking-form.slideBE, .daterangepicker.slideBE {
        position: fixed;
    }

    #booking-form #codigoDestinos, #booking-form #codigoDeHotel {
    }

    #booking-form #promoCode, #booking-form #agencyCode {
        background: transparent;
        border: none;
        text-align: center;
    }

    #booking-form .box--inputs > * {
        margin-right: 0px;
    }

    #booking-form .box--inputs > div {
        background-color: white;
        height: 100%;
        padding: 0 5px;
    }

    #booking-form .box--inputs > div:not(:nth-last-child(-n + 2))::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 50%;
        background-color: #dadada;
    }

    #booking-form .material-icons:not(.excepcionIcon) {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    #booking-form .box--inputs > div.titulares {
        position: relative;
        display: block !important;
        background-color: transparent !important;
        border: none !important;
        width: 100% !important;
        height: auto;
    }

    .titulares > span {
        color: white;
        font-size: 3.5rem;
        line-height: 2;
        padding-left: 25px
    }

    .titulares > span:nth-child(2) {
        position: absolute;
    }

    .titulares.showPromoCode > span:nth-child(2) {
        left: calc(40% - 22px);
    }

    .titulares:not(.showPromoCode) > span:nth-child(2) {
        left: calc(50% - 35px);
    }

    #booking-form #ocupacion {
        position: absolute;
        text-align: left;
        text-transform: uppercase;
    }

    #booking-form #ocupacion p, #booking-form .btnAceptar, #booking-form [id*='booking-form-date-'], #booking-form .arrowSelectFechas, #booking-form .fakeDate {
        cursor: pointer;
    }

    #booking-form #children-box label, #booking-form #children-box select {
    }

    #booking-form #nNinos label, #booking-form #nNinos select {
    }

    #booking-form [id^="booking-date-"] {
        position: relative;
        padding: 0;
    }

    #booking-form .fakeDate {
        z-index: 1;
        opacity: 1;
        text-align: left;
    }

    #booking-form [id*='booking-form-date-'] {
        opacity: 0;
        z-index: 2;
        border: 1px solid #ededed;
        text-align: center;
    }

    .daterangepicker .calendar td, .daterangepicker .calendar th {
        border-radius: 0 !important;
        padding: 6px 0px;
    }

    .daterangepicker .calendar .month, .fixedText {
        text-transform: uppercase;
    }

    #booking-form p.fakeDayIn, #booking-form p.fakeDayOut {
        font-weight: 300;
    }

    #booking-form #promoCode, #booking-form #agencyCode {
        height: 100%;
    }

    #booking-form #codigo, #booking-form #codAccEmpresa {
        text-align: center;
    }

    .abajo {
        margin-left: calc(7.5% + 25px);
        padding: 5px;
    }

    .abajo > div {
        display: inline-block;
    }

    .abajo > div:first-child {
        margin-right: 100px
    }

    .abajo .gestiona> a, .abajo .code > a {
        font-size: 1.75rem;
        color: white;
        font-weight: 400;
    }

    #booking-form .showPromoCode div#adultosNinos {
        margin-right: 5px;
    }
}

@media all and (min-width: 1600px) {
    #booking-form input, #booking-form button, #booking-form select, #booking-form textarea, #booking-form .fakeDate > p, #booking-form #ocupacion, #booking-form #children-box label, #booking-form #nNinos label {
        font-size: 1.15rem !important;
    }

    #booking-form button {
        font-size: 1.8rem !important;
    }

    #booking-form .box--inputs h2 {
        width: 15% !important;
        font-size: 1.9rem;
    }
}

@media all and (min-width: 1860px) {
    #booking-form p.fakeDayIn, #booking-form p.fakeDayOut {
        font-weight: 500;
    }

    #booking-form .box--inputs h2 {
        font-size: 2.2rem;
    }
}

@media all and (max-width: 767px) {
    #booking-form h2 {
        font-size: 2.5rem;
    }
}

@media all and (max-width: 991px) {
    .show-calendar.ajustaTop {

    }

    .daterangepicker .calendar {
        margin: 0 !important;
    }

    .titulares {
        display: none;
    }
}

.node-type-agencias #booking-form .box--inputs > #codAccEmpresa {
    display: block;
}
.node-type-agencias #booking-form .box--inputs > #codigo {
    display: none;
}

