footer {
    border-radius: 0 0 20px 20px;
}

.fin-reserva {
    width: 80%;
    margin: auto;
    display: flex;
    text-align: center;
    border-radius: 20px;
    flex-direction: column;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 16%);
}

.footer-reserva {
    background-color: black;
    display: flex;
    padding: 10px;
    border-radius: 0 0 20px 20px
}

.img-reserva {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-reserva {
    margin: 0 20px;
    text-align: end;
    font-size: 13px;
}

.img-reserva-logo {
    width: 80% !important;
    max-height: 50px;
}

.contacto-reserva {
    width: 70%;
    color: #ffffff;
}

.contacto-reserva h4 {
    font-size: 13px;
    letter-spacing: 3px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.datos {
    margin: 5px 20px;
    text-align: justify;
}

.form-reserva {
    padding: 10px !important;
    line-height: 1;
    margin-bottom: 10px;
}

.tourmaster-custom-start-date.gdlr-core-skin-e-background {
    margin-bottom: 10px !important;
    line-height: 1.2;
}

.tourmaster-custom-end-date.gdlr-core-skin-e-background {
    margin-bottom: 10px !important;
    line-height: 1.2;
}

.tourmaster-room-amount-selection {
    line-height: 1.2;
    margin-bottom: 5px !important;
}

.label-total {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.7;
    /* padding-bottom: 20px; */
}

.precio-total {
    font-size: 25px;
    font-weight: 500;
}

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

body {
    overflow-x: hidden;
}

.alert-danger {
    color: red;
    margin-bottom: 10px !important;
}

.alert-success {
    color: rgb(44, 131, 86);
    margin: 20px 0px 10px 0px !important;
}

.loader {
    width: 60px;
    margin: 20px auto 5px !important;
    aspect-ratio: 1;
    border: 15px solid #ddd;
    border-radius: 50%;
    position: relative;
    transform: rotate(45deg);
}

.loader::before {
    content: "";
    position: absolute;
    inset: -15px;
    border-radius: 50%;
    border: 15px solid #000000;
    animation: l18 16s infinite linear;
}

.politicas-cancelacion {
    font-size: 10px;
    text-align: justify;
    margin: 10px 20px;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    vertical-align: -0.4em !important;
}

.botonera-admin {
    display: flex;
    width: 80%;
    margin: 0 auto 10px;
    justify-content: space-between;
}

.ver-eventos {

    width: 80%;
    margin: auto;
}

.ver-reservas {

    width: 80%;
    margin: auto;
}

.boton-eventos {
    background: linear-gradient(to top, #e0e0e085, transparent), url('../images/evento.jpg') center center no-repeat;
}

.boton-excursiones {
    background: linear-gradient(to top, #e0e0e085, transparent), url('../images/excursion.jpg') center top no-repeat;
}

.boton-hoteles {
    background: linear-gradient(to top, #e0e0e085, transparent), url('../images/hoteles.jpg') center top no-repeat;

}

.boton-celta {
    background: linear-gradient(to top, #e0e0e085, transparent), url('../images/viajacelta.jpg') center top no-repeat;

}

.boton-eventos,
.boton-hoteles,
.boton-celta,
.boton-excursiones {
    height: 100px;
    width: 100%;
    float: left;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    /* Definimos la sombra inicial */
    transition: box-shadow 0.3s ease;
    /* Agregamos una transición suave a la sombra */
}

.boton-eventos:hover,
.boton-hoteles:hover,
.boton-celta:hover,
.boton-excursiones:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}


.botonera-titulo {
    font-size: 25px !important;
    margin-bottom: 10px !important;
}

.a-botonera {
    display: flex;
    width: 32%;
    z-index: 99;
}

caption {
    background-color: black;
    color: white;
    margin: 0 1px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    color: white;
    background-color: black;
    z-index: 99;
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.links-tools {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    margin-bottom: 10px;
}

.btn-admin {
    margin: 10px 0;
    z-index: 99;
}

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

.primer-amenity {
    margin-right: 4px;
    width: 41% !important;
}

textarea {
    resize: vertical;
}

#agregarAmenity,
#agregarPuntoEncuentro {
    border: none;
    background: none;
    font-size: 28px;
    margin: 10px 5px;

}

#agregarStock {
    border: none;
    background: none;
    font-size: 28px;
    margin: 0 5px;
}

#agregarStock i.bi.bi-plus-circle::before {
    vertical-align: -0.2em !important;
}

.eliminarImagen {
    position: relative;
    top: 40px;
    left: 230px;
    font-size: larger;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid black;
    border-radius: 50%;
    background-color: #fdfdfd9e;
}

.eliminarDato {
    font-size: larger;
    display: block;
    height: 30px;
    width: 30px;
    border: 1px solid black;
    border-radius: 50%;
    text-align: center;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: 5px;
}

.form-reserva-inputs {
    width: 49.7%;
    display: inline-block;
}

.form-reserva-inputs-stock1 {
    width: 49.7%;
}

.form-reserva-inputs-stock2 {
    width: 33%;
}

.stock-form {
    width: 100%;
}

.form-reserva-stock {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.preview-foto {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imagen-container {
    width: 270px;
    height: 180px;
    display: inline-block;
}

.hotale-top-bar-right.hotale-item-pdlr:hover {
    font-weight: 600;
}

.btn-outline-success {
    background-color: #d6f3e9;
    border-color: #c2eddd;
    color: #1f7556;
}

@media only screen and (max-width: 1100px) {
    .form-reserva-inputs {
        width: 100%;
    }

    .form-reserva2 {
        flex-direction: column;
    }

    .form-reserva-amenity {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .primer-amenity {
        margin-right: 0px;
        width: 92% !important;
    }
}

@media only screen and (max-width: 900px) {
    .botonera-admin {
        width: 95%;
    }

    .ver-eventos {

        width: 95%;

    }

    .ver-reservas {

        width: 95%;

    }
}

@media only screen and (max-width: 500px) {
    .botonera-admin {
        flex-direction: column;
    }

    .boton-eventos {
        width: 100%;
    }

    .boton-excursiones {
        width: 100%;
    }

    .boton-hoteles {
        width: 100%;
    }

    .boton-celta {
        width: 100%;
    }
}

@keyframes l18 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

@media only screen and (max-width: 700px) {
    .text-reserva {
        margin: 0;
        font-size: 13px;
    }

    .contacto-reserva h4 {
        font-size: 13px;
    }

    .footer-reserva {
        padding: 10px;
    }

    .img-reserva-logo {
        width: 100% !important;
    }
}

@media only screen and (max-width: 479px) {
    .tabla-reserva {
        margin: 5px;
        width: auto;
    }

    .tabla-reserva th {
        font-size: 10px;
        padding: 13px 5px;
    }

    .tabla-reserva tr td {
        font-size: 11px;
    }

    .fin-reserva {
        width: 100%;
    }


    .tabla-ver-reserva th {
        width: 11%;
    }

    .tabla-ver-reserva tr td {
        padding: 5px 5px;
        font-size: 10px;
    }

    .tabla-ver-reserva tr th {
        padding: 5px 5px;
        font-size: 10px;
    }

    .form-reserva-inputs-stock1 {
        width: 100%;
    }

    .form-reserva-inputs-stock2 {
        width: 100%;
    }

    .form-reserva-stock {
        flex-direction: column;
    }
}

@media only screen and (min-width: 480px) and (max-width: 700px) {

    .tabla-reserva {
        margin: 10px;
        width: auto;
    }

    .tabla-reserva th {
        font-size: 12px;
    }

    .tabla-reserva tr td {
        font-size: 11px;
    }


    .tabla-ver-reserva th {
        width: 11%;
    }

    .tabla-ver-reserva tr td {
        padding: 5px 5px;
        font-size: 11px;
    }

    .tabla-ver-reserva tr th {
        padding: 5px 5px;
        font-size: 11px;
    }
}

@media only screen and (min-width: 701px) {
    .tabla-reserva {
        margin: 20px;
        width: auto;
        margin-bottom: 0;
    }

    .tabla-reserva th {
        width: 14%;
    }

    .tabla-reserva tr td {
        padding: 15px 5px;
    }

    .tabla-ver-reserva th {
        width: 11%;
    }

    .tabla-ver-reserva tr td {
        padding: 5px 5px;
        font-size: 11px;
    }

    .tabla-ver-reserva tr th {
        padding: 5px 5px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 1050px) {

    .tourmaster-room-search-size4.tourmaster-room-search-submit-wrap {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 1050px) {
    .tourmaster-room-search-size4.tourmaster-room-search-submit-wrap {
        margin-bottom: 10px;
    }
}