.custom-input {
    border: none;
    /* Quita el borde predeterminado */
    border-bottom: 1px solid #ced4da;
    /* Añade un borde inferior gris */
    background-color: transparent !important;
    /* Quita el fondo */
    border-radius: 0;
    /* Elimina el radio de las esquinas */
}

/* Estilo cuando el input está enfocado */
.custom-input:focus {
    box-shadow: none;
    /* Quita la sombra al estar enfocado */
    border-color: #007bff;
    /* Cambia el color del borde inferior al estar enfocado */
}

.card-metodos-pago input[type="text"],
.card-metodos-pago input[type="email"] .card-metodos-pago label {
    font-size: 15px !important;
    /* Tamaño de fuente deseado */
}

/* Estilo para selects */
.card-metodos-pago select {
    font-size: 15px !important;
    /* Tamaño de fuente deseado */
}

.card-metodos-pago span {
    font-size: 15px !important;
    text-align: justify !important;
    width: 100% !important;
}

.overlay-card {
    position: absolute;
    top: 0;
    right: 0;
    /*z-index: 10;*/
    display: none;
    /* Ocultar inicialmente */
    background-color: white;
    /* Fondo blanco para superposición */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Sombra para resaltar */
    z-index: 1000;
}



@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

#background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

/* Pantalla de inicio*/
.inicio {
    background-image: url(../imagenes/general/fondo_index.jpg);
    /*height: 100vh;
    /* Asegura que el contenedor tenga la altura del viewport */
    color: white;
    background-size: cover;
    /* Ajusta la imagen para que cubra todo el contenedor */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
    background-position: center;
    /* Centra la imagen */
}

.inicio_movil {
    display: none;
}

.logo {
    width: 15%;
}

.logo2 {
    width: 55%;
}

.text-negro {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
}

.bienvenida {
    font-size: 102px;
    line-height: 1.2;
    font-family: 'Mulish', sans-serif;
}

.texto {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Mulish', sans-serif;
}

.boton-amarillo-in {
    background-color: white;
    border: 10px solid #FFB400;
    border-radius: 50px;
    color: #FFB400;
    display: flex;
    width: 500px;
    height: 150px;
    padding: 10px 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 25px;
    line-height: 1;
    font-family: 'Mulish', sans-serif;
    position: absolute;
    left: 72%;
    top: 40%;
}

.modal {
    z-index: 1050;
    /* Este es el z-index por defecto de Bootstrap para modales */
}

/* Opcional: para hacer un overlay oscuro sobre el video */
.login-page::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

/* Estilo general para la página de login */
.login-page {
    font-family: 'Mulish', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-page .login-box .card .card-body p {
    font-size: 14px;
    letter-spacing: 1px;
}

.login-box .card-body form input {
    font-family: 'Mulish', sans-serif;
    letter-spacing: 1px;
    font-size: 14px;

}

.login-box .card-body form button {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;

}

.login-box .card-body .social-auth-links a {
    font-size: 14px;
    letter-spacing: 1px;
}

.login-box .card-body .link-extra {
    font-size: 13px !important;
    margin: 10px 0px !important;
}

.btn-add-user {
    background-color: #484c51;
    color: white;
    font-size: 14px;
    border: solid 2px #484c51;
}

.btn-add-user:hover {
    background-color: white;
    color: #393d42;
    ;
    border: solid 2px #660033;
}

.reservas {
    background-image: url(../imagenes/general/mapa.jpeg);
    height: 100vh;
    background-size: 100% 100%;
    /* Ajusta la imagen para que cubra todo el contenedor */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
    background-position: center;
    /* Centra la imagen */
    position: relative;
}

.fixed-image {
    position: absolute;
    /* Permite posicionar las imágenes de manera fija dentro del contenedor */
    width: 3%;
    /* Ajusta el tamaño de las imágenes según sea necesario */
    height: auto;
    /* Mantiene la proporción de las imágenes */
}

.fixed-imageC {
    position: absolute;
    width: 2.2%;
    height: auto;
    line-height: 0.5 !important;
    border: solid 2px gray;
    border-radius: 10px;
    padding: 5px;
}

.fixed-imageL {
    position: absolute;
    /* Permite posicionar las imágenes de manera fija dentro del contenedor */
    width: 1.7%;
    /* Ajusta el tamaño de las imágenes según sea necesario */
    height: auto;
    /* Mantiene la proporción de las imágenes */
}

.fixed-imageN {
    position: absolute;
    /* Permite posicionar las imágenes de manera fija dentro del contenedor */
    width: 1.5%;
    /* Ajusta el tamaño de las imágenes según sea necesario */
    height: auto;
    /* Mantiene la proporción de las imágenes */
    z-index: 1000;
}

/*SECCION DE ESTILOS PARTE - EDER*/
.tarifa-section {
    width: 100%;
    /* Empieza fuera de la pantalla a la izquierda /
    transition: left 0.3s ease-in-out; / Transición suave /
    z-index: 1050; / Asegúrate de que esté por encima de otros elementos */
}

.resumen-section {
    width: 250px;
    height: 100vh;
    position: fixed;
    right: -250px;
    transition: right 0.3s ease-in-out;
    z-index: 1050;
    /*top: 8%;*/
    color: white;
}

.resumen-section.visiblee {
    right: 0;
}

.resumen-section-2 {
    width: 50px;
    height: 100vh;
    position: fixed;
    right: 0;
    background-color: #333;
    transition: right 0.3s ease-in-out;
    z-index: 1049;
    /*top: 8% !important;*/
    color: white;
}

.resumen-section-2.hidden {
    right: -50px;
    /* Ocultar fuera de la pantalla a la derecha */
}

.title-text {
    font-size: 14px !important;
}

.tarifario-title {
    font-family: 'Mulish', sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    margin: 10px 0px;
    font-weight: bold;
}

.tarifa-section .row {
    margin: 0;
    padding: 20px 20px;
}

.tarifa-section .row .col-12 {
    height: 120px;
    background-color: #fadda7;
    margin-bottom: 10px;
}

.tarifa-section .row .title-content-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.title-tarifario-section span {
    display: block;
    font-family: 'Mulish', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #1A5276;
    margin: 0;
}

.title-tarifario-section .rate {
    color: #3498DB !important;
}

.imagen-general span,
.imagen-niños span {
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: 'Mulish', sans-serif;
}

.imagen-general img {
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
}

.imagen-niños img {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
}

.primera-tarifa {
    padding: 0 !important;
}

.primera-tarifa .row .col-md-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.primera-tarifa .row .col-md-9 {
    padding: 0;
}

.circulo-amarillo {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.segunda-tarifa {
    padding: 0 !important;
}

.segunda-tarifa .row .col-md-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.segunda-tarifa .row .col-md-9 {
    padding: 0;
}

.circulo-rojo {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.tercera-tarifa {
    padding: 0 !important;
}

.tercera-tarifa .row .col-md-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.tercera-tarifa .row .col-md-9 {
    padding: 0;
}

.circulo-verde {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.primera-tarifa .col-md-9,
.segunda-tarifa .col-md-9,
.tercera-tarifa .col-md-9 {
    width: 90% !important;
}

.detalles-tarifas .row .col-12 {
    padding: 0;
    margin-bottom: 0;
    height: auto;
}

.section-detalle-arriba {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.tipo-camastro-imagen img,
.tipo-camastro-imagen span {
    display: block;
    text-align: center;
    margin: auto;
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.col-tarifas-section {
    height: 200px !important;
}

.costo-1-section span,
.costo-2-section span {
    display: block;
    text-align: center;
    font-family: 'Mulish', sans-serif;
}

.costo-1-section .precio,
.costo-2-section .precio {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.costo-1-section .credito,
.costo-2-section .credito {
    font-size: 12px;
}

.tipo-section-section {
    width: 10% !important;
}

.container-timer-compra {
    background-color: #FFB400;
    color: white;
    padding: 10px;
    border-radius: 20px !important;
    font-size: 18px !important;
    font-family: 'Mulish', sans-serif;
    width: 150px !important;
    text-align: center !important;
    font-weight: bold !important;
    letter-spacing: 1px;
}

.input-fecha-today {
    width: 200px;
    border: none;
    background: none;
    border-bottom: solid 2px;
    border-radius: 0;
    color: white;
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
}

.mapa-camastros-section {
    position: absolute !important;
    width: 100%;
}


.buttons-section {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.buttons-section .disponibles img {
    width: 100px;
}

.buttons-section .reservados img {
    width: 100px;
}

.buttons-section .seleccionados img {
    width: 100px;
}

.buttons-section .fuera-servicio img {
    width: 100px;
}


.buttons-section button,
.buttons-section label {
    font-family: 'Mulish', sans-serif;
    font-size: 12px;
}

.mapa-container-section {
    width: 100%;
    height: 864px;
    /*background-image: url(../img/fondo_grande_sin_guias_final.png);*/
    background-image: url(../imagenes/general/mapa.jpeg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: block;
    margin: auto;
    touch-action: pan-x pan-y;
}

.menu-item {

    align-items: center;
    padding: 15px;
    cursor: pointer;
}

.menu-item:hover {
    background-color: #FFFBE0;
    color: #474843;
}

.boton-A {
    background-color: white;
    border: 5px solid #FFB400;
    /* Corregido: espacio entre 'solid' y '2px' */
    border-radius: 50px;
    color: #FFB400;
    display: inline-block;
    /* Permite ajustar ancho y alto */
    width: 100px;
    /* Ajusta el ancho según tus necesidades */
    height: 50px;
    padding: 10px 20px;
    /* Ajusta el padding según tus necesidades */
    text-align: center;
    /* Centra el texto horizontalmente */
    text-decoration: none;
    /* Elimina el subrayado */
    box-sizing: border-box;
    /* Incluye el borde en el tamaño total */
    font-size: 15px;
    line-height: 1;
    font-family: 'Mulish', sans-serif;

}

.boton-V {
    background-color: white;
    border: 5px solid #3BA936;
    /* Corregido: espacio entre 'solid' y '2px' */
    border-radius: 50px;
    color: #3BA936;
    display: inline-block;
    /* Permite ajustar ancho y alto */
    width: 100px;
    /* Ajusta el ancho según tus necesidades */
    height: 50px;
    padding: 10px 20px;
    /* Ajusta el padding según tus necesidades */
    text-align: center;
    /* Centra el texto horizontalmente */
    text-decoration: none;
    /* Elimina el subrayado */
    box-sizing: border-box;
    /* Incluye el borde en el tamaño total */
    font-size: 15px;
    line-height: 1;
    font-family: 'Mulish', sans-serif;

}

.custom-modal-content {
    border-radius: 20px;
    /* Ajusta el valor según tus necesidades */
}

.enlace-fecha {
    cursor: pointer;
}

#datepicker {
    display: none;
    position: absolute;
    z-index: 1000;
}

.fixed-image {
    position: absolute;
    /* Permite posicionar las imágenes de manera fija dentro del contenedor */
    width: 5%;
    /* Ajusta el tamaño de las imágenes según sea necesario */
    height: auto;
    /* Mantiene la proporción de las imágenes */
}

.fixed-imageC {
    position: absolute;
    width: 2.2%;
    height: 6%;
    line-height: 0.5 !important;
    border: solid 2px gray;
    border-radius: 10px;
    padding: 5px;
}

.fixed-imageL {
    position: absolute;
    /* Permite posicionar las imágenes de manera fija dentro del contenedor */
    width: 1.7%;
    /* Ajusta el tamaño de las imágenes según sea necesario */
    height: auto;
    /* Mantiene la proporción de las imágenes */
}

.fixed-imageSC {
    position: absolute;
    /* Permite posicionar las imágenes de manera fija dentro del contenedor */
    width: 2%;
    /* Ajusta el tamaño de las imágenes según sea necesario */
    height: auto;
    /* Mantiene la proporción de las imágenes */
    z-index: 1000;
    display: none !important;
}

.fixed-imageSS {
    position: absolute;
    /* Permite posicionar las imágenes de manera fija dentro del contenedor */
    width: 2%;
    /* Ajusta el tamaño de las imágenes según sea necesario */
    height: auto;
    /* Mantiene la proporción de las imágenes */
    z-index: 1000;
}

.tarifario-btn-float {
    position: absolute;
    top: 10%;
    width: 250px;
    display: flex;
    max-width: 250px;
    z-index: 1000;
    left: 1%;
    background-color: #FFFBE0;
    border-radius: 50px;
    height: 60px;
}

.tarifario-btn-float .col-md-3,
.tarifario-btn-float .col-md-9,
.tarifario-btn-float .row {
    padding: 0 !important;
    margin: 0 !important;
}

.tarifario-btn-float .col-md-9 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.tarifario-btn-float .col-md-9 span {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    color: #474843;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px;
}

.tarifario-btn-float .tarifario-logo-img {
    width: 60px;
    display: block;
    border-radius: 50px;
    border: solid 2px #474843;
    padding: 5px;
    height: 60px;
}



.selector-div {
    position: absolute;
    top: 80px;
    left: 74%;
    transform: translateX(-50%);
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 20px;
}

.input-group {
    display: block;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

#saveButton {
    width: 200px;
    display: block;
    margin: auto;
    background-color: #474843;
    color: white;
    border: solid 2px #474843;
}

#saveButton:hover {
    background-color: white;
    color: #474843;
    border: solid 2px #474843;
}

.btn-confirmar {
    color: #2894B1 !important;
    background-color: white !important;
    border-radius: 15px;
    border: solid 5px #2894B1 !important;
    padding: 10px !important;
    font-size: 14px !important;
    height: 100% !important;
    font-weight: bold !important;
}

.btn-confirmar:hover {
    border: solid 5px #2894B1 !important;
    color: white !important;
    background-color: #2894B1 !important;
    font-weight: bold !important;
}


.custom-input {
    border: none;
    /* Quita el borde predeterminado */
    border-bottom: 1px solid #ced4da;
    /* Añade un borde inferior gris */
    background-color: transparent !important;
    /* Quita el fondo */
    border-radius: 0;
    /* Elimina el radio de las esquinas */
}

/* Estilo cuando el input está enfocado */
.custom-input:focus {
    box-shadow: none;
    /* Quita la sombra al estar enfocado */
    border-color: #007bff;
    /* Cambia el color del borde inferior al estar enfocado */
}

.card-metodos-pago input[type="text"],
.card-metodos-pago input[type="email"] .card-metodos-pago label {
    font-size: 15px !important;
    /* Tamaño de fuente deseado */
}

/* Estilo para selects */
.card-metodos-pago select {
    font-size: 15px !important;
    /* Tamaño de fuente deseado */
}

.card-metodos-pago span {
    font-size: 15px !important;
    text-align: justify !important;
    width: 100% !important;
}

.overlay-card {
    position: absolute;
    top: 0;
    right: 0;
    /*z-index: 10;*/
    display: none;
    /* Ocultar inicialmente */
    background-color: white;
    /* Fondo blanco para superposición */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Sombra para resaltar */
    z-index: 1000;
}

.resumen-compra-content {
    position: absolute;
    top: 15%;
    width: 500px;
    height: auto;
    border-radius: 20px;
    background-color: white;
    right: 0.5%;
    z-index: 1000;
    animation: fade 0.5s ease-in-out;


}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media only screen and (min-width: 1440px) {
    .btn-float {
        top: 9% !important;
    }

    .float-resumen-compra-content.collapsed {
        top: calc(100% - 90%) !important;
        /* Posiciona al final de la página */
    }
    
}

@media screen and (max-width: 1536px) and (max-height: 756px) {
    .btn-float-2 {
        top: 22.5% !important;
    }
}

.btn-float {
    position: absolute;
    top: 12.5%;
    display: flex;
    z-index: 1000;
    left: 1%;
    background-color: #FFFBE0;
    border-radius: 50px;
    height: 60px;
    transition: width 0.3s ease;
    overflow: hidden;
    width: 60px;
    /* Ancho inicial para la imagen */
}

.btn-float .tarifario-logo-img {
    width: 60px;
    display: block;
    border-radius: 50px;
    border: solid 2px #474843;
    padding: 5px;
    height: 60px;
    cursor: pointer;
}

.toggle-content {
    display: none;
    align-items: center;
    padding-left: 10px;
}

.btn-float.expanded {
    width: 300px;
}

.btn-float.expanded .toggle-content {
    display: flex;
}

.btn-float-2 {
    position: absolute;
    top: 16.5%;
    display: flex;
    z-index: 1000;
    left: 1%;
    background-color: #FFFBE0;
    border-radius: 50px;
    height: 60px;
    transition: width 0.3s ease;
    overflow: hidden;
    width: 60px;
    /* Ancho inicial para la imagen */
}

.btn-float-2 .tarifario-logo-img {
    width: 60px;
    display: block;
    border-radius: 50px;
    border: solid 2px #474843;
    padding: 5px;
    height: 60px;
    cursor: pointer;
}

.btn-float-2.expanded {
    width: 300px;
}

.btn-float-2.expanded .toggle-content {
    display: flex;
}

.parametro-section {
    position: absolute !important;
    top: 0.5%;
    right: 40%;
    z-index: 1000;
    width: 300px !important;
}

.parametro-section label {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
}

.resumen-btn-compra {
    position: absolute !important;
    top: 9% !important;
    right: 3% !important;
    width: 200px !important;
    z-index: 1;
}

.btn-confirmar-reserva {
    color: #2894B1 !important;
    background-color: white !important;
    border-radius: 20px;
    border: solid 2px #2894B1 !important;
    padding: 10px !important;
    font-size: 14px !important;
    height: 100% !important;
    font-weight: bold !important;
    width: 250px;
}

.btn-confirmar-reserva:hover {
    border: solid 2px #2894B1 !important;
    color: white !important;
    background-color: #2894B1 !important;
    font-weight: bold !important;
}

.btn-collapse-detalle {
    text-align: center !important;
    margin: auto !important;
    display: block !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    font-family: 'Mulish', sans-serif !important;
    font-size: 16px !important;
    text-decoration: none !important;
    padding: 20px;
    width: 300px;
}

.form-reserva-span {
    text-align: center;
    margin: auto;
    display: block;
    font-weight: bold;
    font-family: 'Mulish', sans-serif;
    letter-spacing: 1px;
}

.flatpickr-calendar {
    top: 8.8% !important;
    left: 73% !important;
    right: auto !important;
}


.float-resumen-compra-content {
    width: 350px;
    border-radius: 20px !important;
    position: absolute !important;
    right: 0.5% !important;
    top: 16.5% !important;
    z-index: 1 !important;
    transition: top 0.5s ease !important;
    /* Transición suave del top */
}

.float-resumen-compra-content .card-body {
    min-height: 550px;
    height: 550px;
    max-height: 550px;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.float-resumen-compra-content .card-body .row .col-md-6 .fecha__reserva {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.float-resumen-compra-content .card-body .row .col-md-6 span {
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
    letter-spacing: 1px;
}

.float-resumen-compra-header {
    display: flex;
    background-color: #2894B1 !important;
    justify-content: space-between;
    padding: 15px !important;
    margin: 0;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    cursor: pointer !important;
}

.title-sumary {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold !important;
    width: 100%;
}

.subtotal-content-sumary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-weight: bold !important;
    width: 100%;
}

.title-sumary h4,
.subtotal-content-sumary h4 {
    margin-bottom: 0 !important;
    font-family: 'Mulish', sans-serif;
    font-size: 20px !important;
}

.title-sumary i {
    margin-right: 10px;
}

.float-resumen-compra-content.collapsed {
    top: calc(100% - 85%);
    /* Posiciona al final de la página */
}

.float-resumen-compra-content.collapsed .card-body {
    display: none;
}

.float-resumen-compra-content.collapsed .float-resumen-compra-header {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.camastros__span,
.fecha__span {
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1A5276;
}

.imagen-camastro-content {
    border-radius: 10px;
    padding: 10px;
    background-color: white;
    height: 70px;
    display: flex;
}

.imagen-camastro-content img {
    width: 35px;
    height: 50px;
    display: block;
    margin: auto;

}

.informacion-camastro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.informacion-camastro .tipo,
.informacion-camastro .precio {
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
    font-weight: bold;
    color: #1A5276;
}

.informacion-adicional {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: 'Mulish', sans-serif;
    letter-spacing: 1px;
    color: #1A5276;
}

.subtotalText,
.totalText {
    font-size: 22px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    color: #1A5276 !important;
}

.precioText1,
.precioText2 {
    justify-content: flex-end !important;
    display: flex !important;
    align-items: center !important;
    font-size: 22px !important;
    font-weight: bold !important;
    color: #1A5276 !important;
}

.personas-extras {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.personas-extras input {
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
}

.personas-extras span {
    font-weight: bold;
    color: #1A5276;
    font-size: 16px;
    letter-spacing: 1px;
}

.personas-extras .form-group {
    margin: 0;
    width: 200px;
}

.personas-extras label {
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Mulish', sans-serif;
}

.fecha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.navbar-movil {
    display: none;
}

.sombrillas-movil {
    display: none;
}

/*
/*MEDIDAS PARA LAPTOPS GENERALES
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .float-resumen-compra-content.collapsed {
        top: calc(100% - 530px) !important;
    }
}


/*DIMENSIONES PARA LAPTOPS TIPO TABLETS
@media (min-width: 1000px) and (max-width: 1280px) {
    .float-resumen-compra-content.collapsed {
        top: calc(100% - 560px) !important;
    }
}



/*DIMENSIONES LAP DE jOY
@media (min-width: 1280px) and (max-width: 1300px) {
    .float-resumen-compra-content.collapsed {
        top: calc(100% - 525px) !important;
    }
}*/


/*@media only screen and (min-width: 320px) and (max-width: 850px) {
    .mapa-container-section {
        width: 1100px !important;
        max-width: 1100px !important;
        overflow-x: auto !important;
        min-height: 864px !important;
        height: 864px !important;
        max-height: 864px !important;
    }
    .navbar {
        width: 1100px !important;
        max-width: 1100px !important;
    }
}*/

.img_escenario, .img_bar {
    display: none;
}

.letras_mapa {
    display: none;
}

.modal-politicas .modal-dialog,
.modal-politicas .modal-dialog .modal-content {
	width: 900px;
	max-width: 900px;
}

.modal-politicas .modal-dialog .modal-content .modal-header {
	background-color: rgba(0, 0, 0, 0.8) !important;
	background-image: url('../imagenes/general/fondo-reglas-politica.jpeg') !important;
	background-position: center center !important;
	background-size: 100% 100% !important;
	height: 200px;
}

.modal-politicas .modal-dialog .modal-content .modal-body {
    height: 700px;
    max-height: 700px;
    overflow: auto;
}

.modal-politicas .modal-dialog .modal-content .modal-body h1 {
	font-size: 28px;
	letter-spacing: 1px;
	text-align: center;
}

.modal-politicas .modal-dialog .modal-content .modal-body p {
	font-size: 16px;
	letter-spacing: 1px;
	text-align: justify;
	padding: 0px 20px;
}

.modal-politicas .modal-dialog .modal-content .modal-body h3 {
	font-size: 22px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.modal-politicas .modal-dialog .modal-content .modal-body ul {
	padding: 0px 30px;
}

.modal-politicas .modal-dialog .modal-content .modal-body ul li {
	font-size: 16px;
	letter-spacing: 1px;
	text-align: justify;
	display: flex;
	margin-bottom: 10px;
}

.modal-politicas .modal-dialog .modal-content .modal-body .imagen-politica {
	width: 100%;
	padding: 0px 20px;
}

@media only screen and (min-width: 320px) and (max-width: 850px) {
    .mapa-container-section {
        box-sizing: border-box;
    }

    .campo_fecha_reserva {

    }

     .modal-politicas .modal-dialog,
	.modal-politicas .modal-dialog .modal-content {
		width: 98%;
		max-width: 98%;
	}

	.modal-politicas .modal-dialog .modal-content .modal-header {
		background-color: rgba(0, 0, 0, 0.8) !important;
		background-image: url('../imagenes/general/fondo-reglas-politica.png') !important;
		background-position: center center !important;
		background-size: 100% 100% !important;
		height: 150px;
	}

    .img_escenario {
        display: block !important;
        width: 100px;
        height: 100px;
        position: absolute;
        z-index: 1;
        bottom: 1%;
        left: 1%;
        border-radius: 20px;
    }

    .img_bar {
        display: block !important;
        width: 130px;
        position: absolute;
        bottom: 1%;
        right: 5%;
    }

    .mapa-container-section {
        background-image: url(../imagenes/general/mapa.jpeg) !important;
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        width: 2500px !important;
        max-width: 100% !important;
        height: 100vh;
        /* Ajusta la altura para que coincida con la altura visible del dispositivo */
        overflow-x: auto !important;
        /* Solo permite el scroll horizontal */
        overflow-y: hidden !important;
        /* Oculta el scroll vertical */
    }


    .camastros-movil {
        width: 1500px !important;
        max-width: 1500px !important;
        overflow-x: auto !important;
    }

    .fixed-imageC {
        width: 10% !important;
        background: #fadda7 !important;
    }

    .fixed-image {
        width: 10% !important;
    }

    .fixed-imageSS {
        width: 5% !important;
    }

    .toggle-content span {
        z-index: 1000;
        position: absolute;
        left: 80px;
        width: 200px;
        top: -30px;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .btn-float {
        position: absolute;
        top: 9%;
        display: flex;
        z-index: 1000;
        left: 1%;
        background-color: #FFFBE0;
        border-radius: 50px;
        height: 50px;
        transition: width 0.3s ease;
        overflow: hidden;
        width: 50px;
    }

    .btn-float .tarifario-logo-img {
        width: 50px;
        display: block;
        border-radius: 50px;
        border: solid 2px #474843;
        height: 50px;
        cursor: pointer;
    }

    .btn-float-2 {
        position: absolute;
        top: 1%;
        display: flex;
        z-index: 1000;
        left: 3.5%;
        background-color: #FFFBE0;
        border-radius: 50px;
        height: 50px;
        transition: width 0.3s ease;
        overflow: hidden;
        width: 50px;
    }

    .btn-float-2 .tarifario-logo-img {
        width: 50px;
        display: block;
        border-radius: 50px;
        border: solid 2px #474843;
        height: 50px;
        cursor: pointer;
    }

    .float-resumen-compra-content {
        width: 250px;
        border-radius: 20px !important;
        position: absolute !important;
        right: 0.5% !important;
        top: 16.5% !important;
        z-index: 1 !important;
        transition: top 0.5s ease !important;
    }

    .title-sumary {
        display: flex;
        align-items: center;
        color: white;
        font-weight: bold !important;
        width: auto;
    }

    .title-sumary .card-title {
        display: none;
    }

    .warning_img {
        width: 30% !important;
    }

    .subtotal-content-sumary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: white;
        font-weight: bold !important;
        width: 100%;
    }

    .imagen-camastro-content img {
        width: 50px;
        height: 50px;
        display: block;
        margin: auto;
    }

    .subtotal-section {
        display: flex;
        justify-content: space-between;
    }

    .total {
        display: flex;
        justify-content: space-between;
    }

    .subtotalText,
    .precioText1 {
        font-size: 16px !important;
    }

    .totalText,
    .precioText2 {
        font-size: 16px !important;
    }

    .btn-confirmar-reserva-2 {
        width: auto !important;
    }

    .navbar {
        display: none;
    }

    .float-resumen-compra-content.collapsed {
        top: calc(100% - 95%) !important;
        width: 50px;
        height: 50px;
        border-radius: 50% !important;
        margin-right: 20px;
    }

    .float-resumen-compra-content.collapsed .subtotal-content-sumary {
        display: none;
    }

    .float-resumen-compra-content.collapsed .float-resumen-compra-header {
        border-radius: 50% !important;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
    }

    .float-resumen-compra-content.collapsed .float-resumen-compra-header .icono_carrito_compra {
        font-size: 18px;
        margin-right: 0;
    }

    .btn-float {
        position: absolute;
        top: 9.5%;
        display: flex;
        z-index: 1000;
        left: 1%;
        background-color: #FFFBE0;
        border-radius: 50px;
        height: 50px;
        transition: width 0.3s ease;
        overflow: hidden;
        width: 50px;
        margin-left: 10px;
    }

    .float-resumen-compra-content {
        width: 250px;
        border-radius: 20px !important;
        position: absolute !important;
        right: 0.5% !important;
        top: 6.5% !important;
        z-index: 2 !important;
        transition: top 0.5s ease !important;
    }

    .navbar-movil {
        display: block !important;
    }

    .sombrillas-movil {
        display: block !important;
    }

    .sombrillas-web {
        display: none;
    }

    .letras_mapa {
        display: block !important;
    }
    
    .inicio_web {
        display: none;
    }

    .inicio_movil {
        padding: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

    .inicio_movil h3 {
        font-size: 35px;
        text-align: center;
        padding: 30px 0px;
    }

    .inicio_movil span {
        font-size: 20px;
        text-align: center;
        display: flex;
        padding: 20px;
        display: none;
    }

    .inicio_movil a {
        text-decoration: none;
        padding: 20px;
        background: white;
        border-radius: 20px;
        width: 300px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        height: 100px;
        border: solid 6px #FFB400;
        color: #FFB400;
        margin-top: 20px;
        font-size: 32px;
        font-weight: bold;
    }

    .inicio_movil a:hover {
        text-decoration: none;
        color: #FFB400;
    }

}