﻿
* {
    font-family: 'Montserrat', sans-serif;
}

h2, h3 {
    font-family: 'Barlow', sans-serif !important;
    font-weight: 400;
}

.barlow {
    font-family: 'Barlow', sans-serif !important;
}

h6 {
    font-weight: 400;
}

input {
    background-color: transparent;
}

    input:focus-visible {
        outline: none;
    }

.form-check-input[type="checkbox"] {
    border-radius: 0;
}

.div-habitaciones-seleccionadas {
    max-height: 300px;
    overflow-y: auto;
}

.day.invalid:not(.tmp) .precio-dia {
    opacity: 0;
    visibility: hidden;
}

#BusquedaAvanzada .month-wrapper {
    display: flex;
    justify-content: center;
    align-items: start;
    width: auto !important;
}

#BusquedaAvanzada .gap {
    opacity: 0;
    visibility: hidden;
}

#BusquedaAvanzada .month2 {
    width: 100%;
}

#BusquedaAvanzada .time {
    display: none;
}

#BusquedaAvanzada .day.mostrarLaX:after {
    content: "X";
    display: block;
    margin-top: 5px;
}

#BusquedaAvanzada .day.mostrarLaX .precio-dia {
    display: none;
}

.month1.CargandoDisponibilidadSuperior:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 2px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    position: absolute;
    top: 39%;
    left: 44%;
}

.month1.CargandoDisponibilidad:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 2px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}

.CargandoPrecio:after {
    content: " ";
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 8px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

/*.PrecioMasBajo {
    background: rgba(255, 255, 255, 0.5);
}*/

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*QUITAR BOTONES DE SUBIR Y BAJAR EN LOS INPUTS NUMBER*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.flex-all {
    display: flex;
    justify-content: center;
    align-content: center;
}

.header-principal {
    width: 100%;
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.95);
    z-index: 5;
    backdrop-filter: blur(2px);
}

.logo-header {
    height: 65px;
    max-width: 175px;
}

.banner-header {
    width: 100%;
    box-shadow: 1px 4px 4px 0px rgba(0, 0, 0,0.07);
    height: 70px;
    position: relative;
    background-color: rgb(245,245,245);
}

.body-content {
    opacity: 0;
    transition: 1s;
}

.min-width-200px {
    min-width: 200px;
}

.min-width-250px {
    min-width: 250px;
}

.min-width-350px {
    min-width: 350px;
}

.min-width-450px {
    min-width: 450px;
}

.min-width-500px {
    min-width: 500px;
}

#div-carga {
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

/* Generales */

.size-11px {
    font-size: 11px;
}

.size-13px {
    font-size: 13px;
}

.cover {
    object-fit: cover;
}

.w-15px {
    width: 15px;
}

.w-80px {
    width: 80px;
}

.h-43px {
    height: 43px;
}

.h-30px {
    height: 30px;
}

.h-100px {
    height: 100px;
}

.h-120px {
    height: 120px;
}

.h-175px {
    height: 175px;
}

.h-525px {
    height: 525px;
}

.h-400px {
    height: 400px;
}

.h-500px {
    height: 500px;
}

.h-600px {
    height: 600px;
}

.h-700px {
    height: 700px;
}


.border-azul {
    border: 1px solid rgb(135,205,205);
}

.border-gris-2 {
    border: 1px solid rgb(130,130,130);
}

.barra-titulos {
    height: 1px;
    background-color: rgb(130,130,130);
}

.text-azul {
    color: rgb(135,205,205);
}

.text-justify {
    text-align: justify;
}

.fs-7 {
    font-size: 0.9rem;
}

.fs-8 {
    font-size: 0.8rem;
}

.fs-9 {
    font-size: 0.7rem;
}

.fs-10 {
    font-size: 0.6rem;
}

.promocion {
    object-fit: cover;
    width: 100%;
}

.bg-promocion {
    background-color: rgb(227,240,237)
}

.bg-azul-4 {
    background-color: rgb(135,205,205);
}

.bg-azul-3 {
    background-color: rgb(235, 246, 243 );
}

.bg-azul-2 {
    background-color: rgb(186,226,226);
}

.bg-azul-claro {
    background-color: rgb(211, 235, 227);
}

.bg-dorado {
    background-color: rgb(240, 166, 6 );
}

.bg-azul {
    background-color: rgb(232,246,246);
}

.bg-gris {
    background-color: rgb(239,239,239);
}

.bg-gris-2 {
    background-color: rgb(251,251,251);
}

.bg-naranja {
    background-color: rgb(239,173,60);
}

.bg-white-2 {
    background-color: rgb(246,250,249);
}

.bg-white-3 {
    background-color: rgba(206,233,226, 0.2);
}

.text-gris {
    color: #717171;
}

.text-gris-claro {
    color: #BBB;
}

.placeholder-gris-claro::placeholder {
    color: #BBB;
}

.btn-azul, .btn-rosa, .btn-gris, .btn-tarjeta-compra.active {
    color: #FFF;
    text-decoration: none;
    display: block;
    text-align: center;
    border: none;
    border-radius: 0;
}

.btn-azul {
    background-color: rgb(135,205,205);
}

.btn-rosa {
    background-color: rgb(233,153,181);
}

.btn-gris, .btn-tarjeta-compra.active {
    background-color: rgb(222,222,222);
    height: 100%;
}

.btn-azul-invertido {
    background-color: #FFF;
    color: rgb(135,205,205);
    text-decoration: none;
    display: block;
    text-align: center;
    border-color: rgb(135,205,205);
}

.btn-gris-invertido, .btn-tarjeta-compra {
    background-color: #FFF;
    color: rgb(222,222,222);
    text-decoration: none;
    display: block;
    text-align: center;
    border-color: rgb(222,222,222);
    border-radius: 0;
}

.btn-azul:hover {
    color: #FFF;
    cursor: pointer;
}

.btn-azul-2 {
    border: 1px solid rgb(135,205,205);
    color: rgb(135,205,205);
    text-decoration: none;
    display: block;
    text-align: center;
}

    .btn-azul-2:hover {
        color: rgb(135,205,205);
        cursor: pointer;
    }

.btn-rojo {
    background-color: rgb(233,153,152);
    color: #FFF;
    text-decoration: none;
    display: block;
    text-align: center;
}

    .btn-rojo:hover {
        color: #FFF;
        cursor: pointer;
    }

.border-gris {
    border: solid 1px rgb(240,240,240);
}

.w-max-content {
    width: max-content;
}

.hover-pointer:hover {
    cursor: pointer;
}

.div-carrito {
    background-color: rgb(206,233,226);
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .div-carrito > i {
        font-size: 20px;
        color: white;
    }

.cantidad-carrito {
    border-radius: 50%;
    background-color: rgb(135,205,205);
    text-align: center;
    position: absolute;
    bottom: -45%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 3px 11px;
    z-index: 2;
    color: white;
    transition: 0.6s linear all;
}


.div-btn-menos {
    height: 20px;
    width: 20px;
    background-color: rgb(214,168,168);
    display: flex;
    justify-content: center;
    align-items: center;
}


.div-btn-mas {
    height: 20px;
    width: 20px;
    background-color: rgb(135,205,205);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .div-btn-mas > i, .div-btn-menos > i {
        color: white;
        font-size: 10px;
    }

.border-radius-0 {
    border-radius: 0 !important;
}

.divNumHabitaciones {
    z-index: -1;
    top: -9999px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s linear, max-height 0.2s 0.1s linear, margin 0.2s 0.1s linear;
    padding: 20px;
    max-height: 0px;
    margin-top: 0px;
}

    .divNumHabitaciones.active {
        z-index: 2;
        opacity: 1;
        top: 0;
        visibility: visible;
        transition: opacity 0.3s 0.2s linear, max-height 0.2s linear;
        margin-top: 10px;
    }

#inputStyleHabitaciones.active, #inputStyleCodigoPromocional.active {
    transition: 0.3s 0.2s linear;
    background-color: rgb(235, 246, 243 );
}

.sombraDivNumHabitaciones {
    height: fit-content;
}

.divNumHabitaciones-inner-2, .sombraDivNumHabitaciones {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.opcionAddHabitacion {
    display: none;
}

    .opcionAddHabitacion.active {
        display: flex;
    }

.opcionDivHabitaciones, .opcionAddHabitacion {
    width: 500px;
    border-bottom: 1px solid #dee2e6;
    background-color: white;
    padding: 5px 11px;
}

.contenidoOpcionDivHabitaciones > div > div {
    padding: 10px 13px;
}

.contenidoOpcionDivHabitaciones {
    background-color: rgb(246,250,249);
    /*position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0s ease all;*/

    position: relative;
    opacity: 1;
    visibility: visible;
    max-height: 100%;
    transition: 1s ease all;
}
/*
.contenidoOpcionDivHabitaciones.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    max-height: 100%;
    transition: 1s ease all;
}*/

.px-btn {
    padding-left: 40px;
    padding-right: 40px;
}

.div-carrito-inner {
    position: absolute;
    /*El mismo left que padding para que los elementos interiores aparezcan a la misma altura*/
    right: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s linear;
    background-color: rgba(206,233,226,0.9);
    padding: 20px;
    height: calc(100vh - 70px);
    width: 450px;
    overflow-y: auto;
}

.w-fit-content {
    width: fit-content;
}

/* Home */

.sombra-home {
    box-shadow: 0px 3px 4px 1px rgba(150, 150, 150, 0.3);
}

.img-principal-home {
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.buscador-home-movil {
    margin: -80px 20px 0 20px;
}

.titulo-buscador-home {
    position: absolute;
    top: -30px;
    color: #FFF;
    left: 10px;
}

.titulo-paquete-exclusivo {
    font-size: 65px;
    text-shadow: 2px 2px 4px rgba(150, 150, 150, 0.4);
}


/* Habitaciones */
.div-menu {
    width: 100%;
}

    .div-menu.active > h2 {
        text-align: center;
        width: 100%;
        color: #717171;
        border-bottom: 1px solid #717171;
        padding-bottom: 5px;
        margin-bottom: 0;
        font-weight: 300;
    }

    .div-menu.active > h6 {
        text-align: center;
        color: #717171;
        font-weight: 300;
    }

    .div-menu > h2 {
        text-align: center;
        width: 100%;
        color: rgb(189,237,225);
        border-bottom: 1px solid rgb(189,237,225);
        padding-bottom: 5px;
        margin-bottom: 0;
        font-weight: 300;
    }

    .div-menu > h6 {
        text-align: center;
        color: rgb(189,237,225);
        font-weight: 300;
    }

.div-input-1 {
    width: 180px;
    display: flex;
    align-items: center;
    height: 30px;
}

.div-input-1-pr {
    width: 180px;
    display: flex;
    align-items: center;
    height: 30px;
}

.div-input-1 > input {
    border: none;
    width: 100%;
    box-shadow: none;
    height: 26px;
    background-color: transparent;
}

.div-input-1-pr > input {
    border: none;
    width: 100%;
    box-shadow: none;
    height: 26px;
    background-color: transparent;
    padding-right: 1em;
}

.hr-titulo-habitacion {
    width: 70%;
    height: 2px !important;
    background-color: black;
    margin: 5px 0;
    opacity: .6;
}

.div-mas-fotos {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
}

.div-precio-principal {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto;
    display: flex;
    background-color: rgba(230,230,230,0.8);
    padding: 3px 20px;
    z-index: 2;
}

.logo-foto-principal {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}

.imagenModalAyuda {
    height: 100%;
}

.border-bottom-2 {
    border-bottom: solid 2px;
}

.w-50-100 {
    width: 50%;
}

.w-150px {
    width: 150px;
}

.w-190px {
    width: 190px;
}

.w-210px {
    width: 210px;
}

.text-align-center {
    text-align: center;
}

.font-wight-400 {
    font-weight: 400;
}

.borde-tarjeta {
    border-radius: 30px;
    border: solid 6px rgb(140,140,140);
}

.borde-tarjeta-2 {
    border-radius: 10px;
    border: solid 3px rgb(140,140,140);
}

.iconoMejorPrecioGarantizado {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    transform: translate(30%, -40%);
    z-index: 1;
}

.triangulo {
    background-color: rgb(240, 166, 6 );
    width: 160px;
    height: 0;
    border-right: 15px solid rgb(245,245,245);
    border-top: 15px solid rgb(240, 166, 6 );
    border-bottom: 15px solid rgb(240, 166, 6 );
}

.centro-triangulo {
    top: -8px;
    left: 15px;
}

.img-habitacion {
    height: 525px;
}

.form-select {
    border-radius: 0;
    border-color: #ddd !important;
    border: none;
    box-shadow: 0px 1px 2.5px 0.5px rgba(0, 0, 0, 0.15) !important;
}

.bs-0 {
    box-shadow: none !important;
}

.sombra-btn-reservar {
    box-shadow: 0px 1px 3px 0.5px rgba(0, 0, 0, 0.1) !important;
}

.borderx-0 {
    border-left: none;
    border-right: none;
}

.div-input-sombra {
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.05) inset;
}

input[type='checkbox'].input-validation-error, select.input-validation-error, .div-datos.error {
    border: solid 1px red !important;
}

.validation-summary-errors {
    color: red;
}

.sombra-exterior-1 {
    box-shadow: 1px 3px 4px 0px rgba(0, 0, 0,0.07);
}

.div-fecha-entrada.active, .div-fecha-salida.active {
    background-color: rgb(135,205,205);
}

    .div-fecha-entrada.active > div > h6, .div-fecha-entrada.active > div > input, .div-fecha-entrada.active > div > i,
    .div-fecha-salida.active > div > h6, .div-fecha-salida.active > div > input, .div-fecha-salida.active > div > i {
        color: white;
    }

.divBuscadorMovil {
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 15px;
    right: var(--bs-gutter-x,.75rem);
    left: var(--bs-gutter-x,.75rem);
}

    .divBuscadorMovil.active {
        z-index: 2;
        opacity: 1;
    }

.HabitacionSeleccionada {
    background-color: rgba(206,233,226,0.9);
    opacity: 0;
    z-index: -1;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

    .HabitacionSeleccionada .bg-white, .HabitacionSeleccionada .btn-azul {
        box-shadow: 0px 1px 5px 0.5px rgba(0, 0, 0, 0.1);
    }

    .HabitacionSeleccionada.active {
        opacity: 1;
        z-index: 1;
    }

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.div-efecto-img {
    overflow: hidden;
}

    .div-efecto-img > img {
        transition: all 0.5s linear;
    }

    .div-efecto-img:hover > img, .div-precio-principal:hover ~ .div-efecto-img > img, .logo-foto-principal:hover ~ .div-efecto-img > img {
        transform: scale(1.05);
    }

.img-logo-login {
    width: 150px;
}

.div-1-login, .div-2-login {
    transition: width 0.2s linear;
}

.tarifa {
    background-color: rgba(0,0,0,0.1);
}

    .tarifa.active {
        background-color: transparent;
    }

#cookie-consent-banner {
    max-width: none;
}

.btn-mostrar-cookie {
    position: fixed;
    right: 20px;
    bottom: 0px;
    border-radius: 5px 5px 0px 0px;
    background-color: rgb(135,205,205);
    width: 50px;
    padding: 15px;
}

    .btn-mostrar-cookie:hover {
        cursor: pointer;
    }

.texto-precio {
    opacity: 0;
    max-height: 0px;
    transition: ease 0.5s all;
}

    .texto-precio.active {
        opacity: 1;
        max-height: 500px;
    }

.bandera-idioma {
    width: 25px;
}


.lista-idiomas.active {
    display: none;
}

.cursor-pointer:hover {
    cursor: pointer;
}

#NombreTitular_Tarjeta {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.divNumHabitaciones-inner > div:only-child .btnDeleteHabitacion {
    display: none;
}


/*XL*/
@media (max-width: 1399.98px) {
    .bandera-idioma {
        width: 22px;
    }
}

/*LG*/
@media (max-width: 1199.98px) {
    .w-50-100 {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .divNumHabitaciones {
        max-height: unset !important;
    }

        .divNumHabitaciones.active {
            top: 30px;
        }
}

/*MD*/
@media (max-width: 991.98px) {
    .div-menu > h2 {
        font-size: 20px;
    }

    .text-md-gris-claro {
        color: #BBB;
    }

    .fst-md-italic {
        font-style: italic;
    }
}

/*SM*/
@media (max-width: 767.98px) {

    .div-habitaciones-seleccionadas {
        height: 180px;
    }

    .iconoMejorPrecioGarantizado {
        width: 100px;
        padding: 0;
        transform: translate(18%, -30%);
    }

    .div-menu {
        width: auto;
    }

        .div-menu > h2 {
            font-size: 13px;
            width: fit-content;
            padding-left: 7px;
            padding-right: 7px;
        }

    .w-sm-100 {
        width: 100% !important;
    }

    .bg-sm-gris {
        background-color: rgb(245,245,245);
    }

    .h-sm-100px {
        height: 100px;
    }

    .w-sm-100px {
        width: 100px;
    }

    .fs-sm-3 {
        font-size: calc(1.3rem + .6vw) !important;
    }

    .fs-sm-4 {
        font-size: calc(1.275rem + .3vw) !important;
    }

    .fs-sm-5 {
        font-size: 1.25rem;
    }

    .fs-sm-6 {
        font-size: 1rem;
    }

    .fs-sm-7 {
        font-size: .9rem;
    }

    .fs-sm-8 {
        font-size: .8rem;
    }

    .fs-sm-9 {
        font-size: .7rem;
    }

    .fs-sm-10 {
        font-size: .6rem;
    }

    .border-sm-none {
        border: none !important;
    }

    .div-carrito-inner {
        width: 100vw;
    }
}

.w-75-90, .w-75-100 {
    width: 75%;
}

.w-90 {
    width: 80%;
}

.w-80-90 {
    width: 75%;
}

.barra-añadir {
    border: solid 1px #dbdbdb;
    width: 88%;
}

/*XS*/
@media (max-width: 575.98px) {

    .overflow-md-hidden {
        overflow: hidden;
    }

    .container-div-menu {
        flex-direction: column;
        align-items: center;
    }

    .div-menu {
        width: 100%;
        margin-bottom: 10px;
    }

        .div-menu > h2 {
            font-size: 18px !important;
            width: 100%;
            text-align: left !important;
        }

    .buscador-home-movil {
        margin: -80px 10px 0 10px;
    }

    .fs-md {
        font-size: 15px;
    }

    .w-75-90 {
        width: 90%;
    }

    .w-75-100 {
        width: 100%;
    }

    .w-80-90 {
        width: 75%;
    }

    .centro-triangulo {
        top: -8px;
        left: 9px;
    }

    .triangulo {
        width: 230px;
    }

    .img-habitacion {
        height: auto;
    }


    .logo-header {
        max-width: 120px;
    }

    .icono-header {
        font-size: 18px;
    }
}

@media(max-width: 400px) {

    .fs-xxs-5 {
        font-size: 0.8rem;
    }

    .fs-xxs-6 {
        font-size: 1.2rem;
    }

    .div-habitaciones-seleccionadas {
        height: 125px;
    }
}

.fs-xxxl {
    font-size: 150px;
}


.cookies {
    position: fixed;
    z-index: 9999999999999999;
    background-color: rgba(0,0,0,0.5);
    width: 100vw;
    height: 100vh;
}

.cookies-content {
    background-color: #f8f8f8;
}
/*
#div-tutorial > div {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    background-color: rgba(0,0,0,0.5);
}

#div-tutorial.active > div {
    display: block;
    z-index: 999;
}*/


.wordWrapBreak {
    word-wrap: break-word;
}

.btnDeleteHabitacion {
    color: red;
}

.small, small {
    font-size: 0.7em;
}

.text-muted {
    color: inherit;
    opacity: 0.7;
}

.z-index-1 {
    z-index: 1 !important;
}

/*ESCRITORIO*/

#FechasEscritorio .day .dayDate {
    font-weight: 700;
}


#FechasEscritorio .checked.day .dayDate, #FechasEscritorio .checked.day .minDay {
    /*color: white;*/
}

#FechasEscritorio .day .minDay, #FechasEscritorio .day .dayDate {
    font-size: 10px;
    color: rgba(112, 112, 112, 1);
}

#FechasEscritorio .day.mostrarLaX:after {
    content: "X";
    display: block;
    margin-top: 5px;
}

#FechasEscritorio .day.mostrarLaX .precio-dia {
    display: none;
}

#FechasEscritorio .day.toMonth, #FechasEscritorio .day .precioCalendario {
    font-size: 12px !important;
}


#FechasEscritorio tbody td .day {
    width: 100% !important;
    height: 50px;
    margin-bottom: 0px;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2px 0px;
}


#FechasEscritorio tbody td {
    border: 1px solid rgba(219, 219, 219, 1);
    width: 51px !important;
    min-width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}


/*MOVIL*/
#FechasMovil .day .dayDate {
    font-weight: 700;
}



#FechasMovil td:first-of-type .checked.day .dayDate,
#FechasMovil td:first-of-type .checked.day .minDay,
#FechasMovil td:last-of-type .checked.day .dayDate,
#FechasMovil td:last-of-type .checked.day .minDay {
    color: white;
}

#FechasMovil .day .minDay, #FechasMovil .day .dayDate {
    font-size: 10px;
    color: rgba(112, 112, 112, 1);
}

#FechasMovil .day.mostrarLaX:after {
    content: "X";
    display: block;
    margin-top: 5px;
}

#FechasMovil .day.mostrarLaX .precio-dia {
    display: none;
}

#FechasMovil .day.toMonth, #FechasMovil .day .precioCalendario {
    font-size: 11px !important;
}


#FechasMovil tbody td .day {
    width: 100% !important;
    height: 50px;
    margin-bottom: 0px;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2px 0px;
}


#FechasMovil tbody td {
    border: 1px solid rgba(219, 219, 219, 1);
    width: 51px !important;
    min-width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}

.date-picker-wrapper .month-wrapper {
    padding: 0px !important;
}


/*PANEL*/




#BusquedaAvanzada .day .minDay {
    font-size: 14px;
}

#BusquedaAvanzada .day .dayDate {
    font-weight: 700;
}


#BusquedaAvanzada .checked.day .dayDate, #BusquedaAvanzada .checked.day .minDay, #BusquedaAvanzada .checked.day .precioCalendario {
    color: rgba(112, 112, 112, 1);
}




#BusquedaAvanzada .precioCalendario.mostrarLaX:before {
    content: "X";
    display: block;
    margin-top: 5px;
    width: 30px;
    margin: auto;
}

#BusquedaAvanzada .precioCalendario {
    font-size: 17px;
    padding: 5px 0px;
}


#BusquedaAvanzada tbody td {
    border: 1px solid rgba(219, 219, 219, 1);
    width: 80px !important;
    padding: 0px !important;
    margin: 0px !important;
    height: 70px;
}


    #BusquedaAvanzada tbody td .day {
        width: 100% !important;
        height: 100%;
        margin-bottom: 0px;
    }

/*last-date-selected*/

.first-date-selected .dayDate, .first-date-selected .minDay, .first-date-selected .precioCalendario, .last-date-selected .minDay, .last-date-selected .dayDate, .last-date-selected .precioCalendario {
    color: white !important;
}

/*.day.toMonth.valid > .dayDate, .day.toMonth.valid > .precioCalendario, .day.toMonth.valid > .minDay {
    color:black;
}
*/


#FechasEscritorio .dayDate, .minDay, .precioCalendario {
    color: #707070;
    font-family: 'Montserrat' !important;
}

.invalid {
    color: #DBDBDB !important;
}

@media (max-width: 575.98px) {
    #BusquedaAvanzada tbody td .day {
        width: 100% !important;
    }

    #BusquedaAvanzada .precioCalendario {
        font-size: 12px;
    }

    #BusquedaAvanzada .day .minDay {
        font-size: 10px;
    }
}

.date-picker-wrapper .month-wrapper table .day.toMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth,
.date-picker-wrapper .month-wrapper table .day.nextMonth {
    cursor: pointer !important;
}

.overlay-semi-transparente-imagenes.tarifa {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

    .overlay-semi-transparente-imagenes.tarifa:not(.active) {
        background-color: rgba(0, 0, 0, 0.7);
    }

        .overlay-semi-transparente-imagenes.tarifa:not(.active) h6,
        .overlay-semi-transparente-imagenes.tarifa:not(.active) a,
        .tarifa:not(.active) h6,
        .tarifa:not(.active) a {
            color: #BBB !important;
        }
