﻿/* Reinicio General */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/* Estilos Globales */
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    background-color: #f3f3f3;
    color: #333;
    margin: 0;
    padding: 0;
}



/* Ajuste del Header con imagen de fondo */
.siente-header {
    background-color: #333;
    text-align: center;
    position: relative;
    height: 306px;
    /*background-image: url('https://eurocdn.azureedge.net/bucket/EBE/siente/790fondo_siente_tulum_limpio.avif'); */
    /*background-image: url('https://eurocdn.azureedge.net/bucket/EBE/siente/717foto_lobby_1.avif');*/
    background-image: url('https://eurocdn.azureedge.net/bucket/EBE/siente/23620241010_192826_1.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Estilos del Logo */
.siente-logo {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.siente-logo-image {
    width: 300px; 
    height: auto;
}

/* Ajuste de los íconos sociales */
.siente-header-icons {
    position: absolute;
    bottom: 20px;
    left: 2%;
    /*transform: translateX(-50%);*/
    z-index: 2;
}

    .siente-header-icons a {
        font-size: 1.5rem;
        color: white;
        margin: 0 5px;
    }

        .siente-header-icons a:hover {
            color: #e54888; /* Color de hover para los íconos sociales */
        }

/* Asegurar que el header sea responsivo */
@media (max-width: 768px) {
    .siente-logo {
        top: 30px;
    }

    .siente-logo-image {
        width: 230px;
    }

    .siente-header-icons a {
        font-size: 1.2rem;
        margin: 0 2px;
    }
}

/* Sección de Membresía */
.siente-membership-section {
    padding: 20px;
    background-color: #515F50;
    color: white;
}

.siente-mebership-border {
    border: 1px solid #F2F8FF;
    border-radius: 15px;
    padding: 13px 7px 30px 7px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.siente-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24.2px;
    text-align: center;
}

.siente-membership-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
}

.siente-membership-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 12px 5px;
    margin-bottom: 10px;
    border-radius: 15px;
}

.siente-membership-item-v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.siente-membership-row {
    align-items: center;
}

.siente-membership-col {
    display: flex;
    flex-direction: column;
}

.siente-membership-circle-number {
    border: 1px solid #F2F8FF;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.siente-membership-number {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 13.36px;
    text-align: start;
}

.siente-membership-titular {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 8px;
    line-height: 9.8px;
    text-align: start;
}

.siente-membership-code {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 13.36px;
    text-align: start;
}

.siente-membership-vigencia {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 13.36px;
    text-align: center;
}

.siente-membership-expire {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 8px;
    line-height: 9.68px;
    text-align: end;
}

.siente-membership-name {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 13.36px;
    text-align: end;
}

.siente-delete-btn {

}

.siente-delete-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: white;
}

.siente-add-btn {
    background-color: #e54888;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

/* Sección de Reservaciones */
.siente-reservation-section {
    padding: 45px 20px 0;
    background-color: #fff;
}

.siente-reservation-title {
    font-size: 18px;
    line-height: 21.78px;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.siente-reservation-title-with {
    display: none;
}

.siente-reservation-title-without {
    display: flex;
}

.siente-reservation-form {
    display: grid;
    gap: 10px;
}

    .siente-reservation-form label {
        margin-left: 15px;
        font-weight: 600;
    }

    .siente-reservation-form i {
        margin-right: 10px;
    }

    .siente-reservation-form p {
        font-family: "Inter", sans-serif;
        font-weight: 300;
        font-size: 12px;
        line-height: 18.75px;
        margin-left: 10px;
    }

    .siente-input {
        padding: 10px;
        font-size: 1em;
        border: 1px solid #ccc;
        border-radius: 20px;
        width: 100%;
    }

.div-siente-reserve-btn-reserve {
    text-align: center;
    padding-top: 2%;
}

.siente-reserve-btn-reserve {
    background-color: #e54888;
    color: white;
    padding: 10px 35%;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease; 
}

    .siente-reserve-btn-reserve:hover,
    .siente-reserve-btn-reserve:active {
        background-color: #d13c79; 
        transform: scale(1.05); 
    }

/* Sección de Descubrimientos */
.siente-discovery-section {
    padding: 20px;
}

.siente-activity-card {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.siente-activity-img {
    width: 100%;
    height: auto;
}

.siente-activity-info {
    padding: 15px;
}

.siente-go-btn {
    background-color: #e54888;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin-top: 10px;
}

/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* App Bar */
.siente-appbar {
    border-top: 1px solid #eaeaea;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding-bottom: 15px;
    padding-top: 10px;
}

.siente-nav-item {
    text-decoration: none;
    color: #4a5d3f;
    transition: color 0.3s ease; 
}

    .siente-nav-item:hover {
        color: #e54888;
    }

.siente-appbar-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .siente-appbar-container button {
        border: none;
        background: none;
    }

.siente-nav-label {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
}

.siente-nav-item.active i,
.siente-nav-item.active .siente-nav-label {
    color: #e54888 !important;
}


/* Footer */
.siente-footer {
    background-color: #fff;
    color: #4a5d3f;
    text-align: start;
    padding: 20px;
    /*margin-bottom: 60px;*/
    padding-top: 1.5rem !important;
    padding-bottom: 6rem !important;
    font-size: 1rem;
}

    .siente-footer p {
        margin-bottom: 1rem;
        margin-top: 0.5rem;
    }

    .siente-footer a {
        margin-bottom: 1rem;
        color: #4a5d3f;
    }

    .siente-footer i {
        margin-right: 10px;
        color: #4a5d3f;
    }

.siente-contact {
    color: #e54888;
    text-decoration: none;
}

/* Responsividad */
    @media (min-width: 768px) {
        .siente-membership-item, .siente-reservation-form {
            grid-template-columns: 1fr 1fr;
        }
    }
    /*Seccion de Experiencia */
    .experiences-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.experiences-display {
    position: relative;
    width: 90%;
    max-width: 800px;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 30px;
}

    .experiences-display img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

.experiences-text {
    position: relative;
    z-index: 2;
    color: white;
    padding: 20px;
    background: rgba( 0, 0, 0, 0.2 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 8px );
    -webkit-backdrop-filter: blur( 8px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.experiences-container h1 {
    margin: 0;
    font-size: 2em;
}

.experiences-container p {
    margin: 10px 0;
}

.experiences-container button {
    padding: 10px 20px;
    border: 2px solid white;
    background: transparent;
    color: white;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

    .experiences-container button:hover {
        background-color: white;
        color: #4a5d3f;
        transform: scale(1.05); 
    }

.experiences-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    width: 90%;
    max-width: 800px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    padding-top: 5px;
}

.experiences-option {
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 0px;
    transition: background-color 0.3s ease;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .experiences-option:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .experiences-option::before {
        content: '';
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.5; /* Transparencia para el fondo */
    }

    .experiences-option span {
        position: relative;
        z-index: 2;
    }


    /*Seccion Slider*/

.slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #f3f3f3;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    position: relative;
}

    .slide img {
        width: 100%;
        height: auto;
        display: block;
    }

.slide-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}

    .slide-caption h3 {
        margin: 0;
        font-size: 1.5rem;
    }

    .slide-caption p {
        margin: 5px 0 0;
        font-size: 1rem;
    }

/* Controles de navegación */
.slider-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    color: white;
    font-size: 2rem;
}

    .slider-controls .prev-slide,
    .slider-controls .next-slide {
        cursor: pointer;
        padding: 0 15px;
    }

/* Indicadores de puntos */
.slider-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

    .slider-dots .dot {
        cursor: pointer;
        height: 12px;
        width: 12px;
        margin: 0 5px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
    }

        .slider-dots .dot.active {
            background-color: #e54888;
        }


/* Estilos generales del modal */
.modal {
    display: none; /* Inicialmente oculto */
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0; /* Coloca el modal en la parte inferior */
    width: 100%;
    height: auto; /* Ajusta la altura del modal según el contenido */
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro */
    justify-content: center; /* Centra el contenido horizontalmente */
    align-items: flex-end; /* Alinea el contenido en la parte inferior */
}

.modal-content {
    background-color: white;
    padding: 30px 20px;
    border-radius: 25px 25px 0 0 !important; /* Bordes redondeados arriba */
    max-width: 400px;
    width: 100%;
    position: relative;
}

.modal-content-loader-siente-tulum {
    height: 100%;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .modal-content h2 {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }

    .modal-content p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

/* Botón de cierre */
.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 1.5rem;
    padding: 5px 10px;
    line-height: 1;
}


/* Estilos para el formulario y sus componentes */
.form-group {
    margin: 15px 0;
}

    .form-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .form-group input[type="text"],
    .form-group input[type="checkbox"] {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 25px;
    }

    .form-group input[type="checkbox"] {
        width: auto;
    }

/* Estilos para los botones dentro del modal */
.modal-buttons {
    display: flex;
    justify-content: space-between;
}

    .modal-buttons .btn-pink {
        background-color: #e54888;
        color: white;
        padding: 5px 20px;
        width: 145px;
        border: none;
        cursor: pointer;
        font-size: 1rem;
    }

        .modal-buttons .btn-pink:hover,
        .modal-buttons .btn-pink:active {
            background-color: #d13c79;
            transform: scale(1.05);
        }


/* Estilo del botón principal */
.btn-pink {
    background-color: #e54888;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .btn-pink.outlined {
        background-color: transparent;
        color: #e54888;
        border: 2px solid #e54888;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

        .btn-pink.outlined:hover,
        .btn-pink.outlined:active {
            background-color: #e54888;
            color: white;
            transform: scale(1.05);
        }

    .btn-pink:hover,
    .btn-pink:active {
        background-color: #d13c79;
        transform: scale(1.05);
    }

    /* Agregar iconos en el botón si se necesita */
    .btn-pink i {
        margin-right: 10px;
    }


.membership-list {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 25px;
}

.membership-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

    .membership-item p {
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 8px;
        line-height: 10px;
        text-align: center;
    }


    .membership-item span {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
    }

    .delete-btn {
        background-color: transparent;
        border: none;
        cursor: pointer;
        font-size: 1rem;
        color: #e54888;
    }

/* Switch estilo */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 30px;
}

    .switch-slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .switch-slider {
    background-color: #e54888; /* Color del switch cuando está activo */
}

    input:checked + .switch-slider:before {
        transform: translateX(20px); /* Movimiento del botón cuando está activo */
    }

.c-d {
    display: flex;
    justify-content: flex-start;
}

.c-i {
    display: flex;
    justify-content: flex-end;
}

.c-c {
    display: flex;
    justify-content: center;
}

/*Tabla de Experiencia*/

.membership-tabla {
    margin-bottom: 20px;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.membership-tabla-reserv {
    width: 100%;
    text-align: center;
    background-color: #515F50;
    color: #ffffff;
    padding: 15px 10px;
}

    .membership-tabla-reserv h2 {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }

.membership-tabla-activ {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
}

    .membership-tabla-activ p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }

.membership-tabla-member {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
    background-color: #CBD1D754;
}

    .membership-tabla-member p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }

.membership-tabla-date {
    width: 100%;
    text-align: center;
    padding: 10px;
    padding: 15px 10px;
}

    .membership-tabla-date p {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }

.membership-tabla-price {
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #515F50;
    color: #ffffff;
    padding: 10px;
    padding: 10px 10px 5px 10px;
}

    .membership-tabla-price h3 {
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        text-align: center;
    }

    .membership-tabla-price h2 {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
    }

    .membership-tabla-price h4 {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 8px;
        line-height: 14px;
        text-align: center;
    }

.show-header-memberships-modal {
    display: none;
}

.show-header-memberships {
    display: flex;
}

.show-header-memberships-register {
    display: none;
}

.siente-modal-membership-item {
    padding: 10px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 100%;
}

.show-mensaje-membershipCode {
    display: none;
}

.show-agregar {
    display: flex;
}

.show-listo {
    display: none;
}

.show-message-titular {
    display: none;
}

/* Estilo uniforme para inputs en todas las plataformas */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
    -webkit-appearance: none; /* Elimina estilo predeterminado en iOS */
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 25px; /* Suaviza los bordes */
    border: 1px solid #ccc;
    padding: 12px 16px;
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
    width: 100%;
}

/* Ajuste para iOS */
textarea,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="search"] {
    -webkit-box-shadow: none; /* Elimina sombras internas */
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Corrección de autofill en Safari */
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset; /* Fondo del autofill */
    -webkit-text-fill-color: #333; /* Color del texto */
    transition: background-color 5000s ease-in-out 0s;
}

/* Estilo uniforme para <select> */
select {
    -webkit-appearance: none; /* Elimina estilo predeterminado en iOS */
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 8px; /* Suaviza los bordes */
    border: 1px solid #ccc;
    padding: 12px 16px;
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
    width: 100%;
}

/* Ajuste específico para iOS y navegadores compatibles */
select {
    -webkit-box-shadow: none; /* Elimina sombras internas */
    -moz-box-shadow: none;
    box-shadow: none;
}

    /* Estilo de enfoque para accesibilidad */
    select:focus {
        border-color: #0066ff; /* Cambia el color del borde al hacer focus */
        box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2); /* Añade un halo para mayor visibilidad */
    }

    /* Corrección de autofill en Safari (aunque raramente aplica en <select>) */
    select:-webkit-autofill {
        box-shadow: 0 0 0px 1000px #fff inset; /* Fondo del autofill */
        -webkit-text-fill-color: #333; /* Color del texto en autofill */
        transition: background-color 5000s ease-in-out 0s;
    }

    

/* Diseño responsivo para dispositivos móviles */
@media (max-width: 768px) {
    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="password"],
    input[type="search"],
    textarea,
    select {
        font-size: 1rem;
        padding: 12px;
    }
}

/* Botones principales */
.siente-reserve-btn,
.siente-add-btn,
.btn-pink {
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 25px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

    .siente-reserve-btn:hover,
    .siente-reserve-btn:active,
    .siente-add-btn:hover,
    .siente-add-btn:active,
    .btn-pink:hover,
    .btn-pink:active {
        background-color: #d13c79;
        transform: scale(1.05);
    }


/* Agregar flecha en select y cambio de borde al seleccionar */
select {
    position: relative;
    padding-right: 2rem; /* Espacio para la flecha */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23e54888" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat right 0.5rem center;
    background-size: 1rem; /* Tamaño de la flecha */
    appearance: none; /* Elimina la flecha predeterminada en iOS y otros navegadores */
}

    /* Cambiar el color de borde a rosa cuando el select esté activo */
    /*select:focus,
    select:active {
        border-color: #e54888; 
        outline: none; 
        box-shadow: 0 0 0 2px rgba(229, 72, 136, 0.3);
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23e54888" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat right 0.5rem center;
    }*/

    select:not(:disabled):focus,
    select:not(:disabled):active {
        border-color: #e54888; 
        outline: none; 
        box-shadow: 0 0 0 2px rgba(229, 72, 136, 0.3); 
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23e54888" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat right 0.5rem center;
    }


    select:disabled {
        background-color: #eaecee;
        border-color: #ccc;
        outline: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23ccc" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>'), linear-gradient(#f3f3f3, #f3f3f3); /* Color de fondo */
        background-repeat: no-repeat;
        background-position: right 0.5rem center, 0 0; /* Ajusta la posición de la flechita */
        background-size: auto, 100%; /* Ajusta el tamaño de la flechita y el fondo */
        color: #888; /* Ajusta el color del texto si es necesario */
        cursor: not-allowed; /* Indicador visual de que está deshabilitado */
    }


/* Color de texto negro en opciones */
select {
    color: #4a5d3f; /* Color de texto negro para el select */
}

/* Estilo específico para opciones */
option {
    color: #4a5d3f;
    background-color: transparent;
    height: 1.5rem;
}


/* Estilos generales para listas ordenadas (ol) */
ol {
    list-style-position: inside; /* Alinea los números dentro del contenedor */
    font-family: "Inter", sans-serif;
}

/* Estilos generales para elementos de lista (li) */
li {
    margin-bottom: 0.5rem; /* Espacio entre elementos de lista */
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

    /* Personalización del marcador en listas (li) */
    li::marker {
        color: #e54888; /* Color rosa para el marcador */
        font-weight: bold; /* Puede darle un poco más de presencia */
    }

.div-modal-content {
    display: flex;
}

.div-modal-alert {
    display: none;
}

.div-modal-reserva {
    display: none;
}

.image-modal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-modal img {
    width: 200px;
}

.div-modal-message {
    display: none;
}

.div-modal-confirm {
    display: none;
}

.btn-continuar {
    display: none;
}





/*Estilos de label pagina defs productos especifico param siente*/
.product-card-siente {
    
}

.paquete-card-siente {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.card-siente-img {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.card-siente-info {

}

.card-siente-price {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.pickerHotelVuelo {
    background: transparent !important;
}

.search-input-field {
    border: 0px solid #ccc !important;
}

.modal-lottie {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-pills-siente {
}

.nav-item-siente {
    
}

.nav-button-siente {
    background-color: white !important;
    color: #515F50 !important;
    padding: 10px;
    border-radius: 20px!important;
    border: 1px solid #515F50 !important;
    margin-right: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .nav-button-siente:hover {
        background-color: #515F50 !important; 
        color: white !important; 
        text-decoration: none; 
    }

    .nav-button-siente.active, .nav-button-siente:active {
        background-color: #515F50 !important; 
        color: white !important; 
        margin-right: 10px;
    }

.siente-membership-section-description-carrusel {
    color: black;
    font-size: 18px;
    line-height: 22px;
    padding-top: 70px;
    padding-left: 5px;
    padding-right: 32px;
    padding-bottom: 0px;
}

.siente-description-carrusel {
    font-size: 13px;
    line-height: 24.2px;
    text-align: center;
}

    .siente-description-carrusel h2 {
        font-size: 12px;
        line-height: 24.2px;
        text-align: center;
    }

#instructionsIos i {
    color: #515F50;
    font-size: 14px;
    margin-left: 5px;
}

/* Estilo de Select2 */

/* Contenedor principal de Select2 */
.select2-container {
    width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 20px;
}

    /* Caja visible del select múltiple */
    .select2-container .select2-selection--multiple {
        background-color: #fff !important;
        border: 1px solid #ccc !important;
        border-radius: 20px !important;
        padding: 5px 10px !important;
        min-height: 46px !important;
        box-shadow: none !important;
        cursor: pointer !important;
    }

        /* Placeholder del Select2 */
        .select2-container .select2-selection--multiple .select2-selection__placeholder {
            color: #999 !important;
            font-style: italic !important;
        }

        /* Etiquetas de opciones seleccionadas */
        .select2-container .select2-selection--multiple .select2-selection__choice {
            background-color: #D9D9D9 !important;
            color: #515F50 !important; 
            border: 1px solid #515F50 !important;
            border-radius: 12px !important;
            padding: 0px 10px 0px 20px !important;
            margin: 4px 4px 0 0 !important;
            font-size: 0.9rem !important;
            font-weight: 500 !important;
        }

        /* Botón para eliminar etiquetas */
        .select2-container .select2-selection--multiple .select2-selection__choice__remove {
            color: #515F50 !important;
            font-size: 1rem !important;
            margin-right: 16px !important;
            cursor: pointer !important;
        }

    /* Dropdown (el menú desplegable de opciones) */
    .select2-container .select2-dropdown {
        border: 1px solid #ddd !important;
        border-radius: 8px !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
        z-index: 9999 !important; 
    }

    /* Opciones dentro del dropdown */
    .select2-container .select2-results__option {
        padding: 8px 12px !important;
        color: #333 !important;
        font-size: 0.9rem !important;
        cursor: pointer !important;
        margin-bottom: 0 !important;
        text-align:  start;
    }

    /* Opciones resaltadas en el dropdown */
    .select2-container .select2-results__option--highlighted {
        background-color: #767676 !important;
        color: #fff !important;
    }

/* Foco en la caja principal */
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #e54888 !important;
    box-shadow: 0 0 0 2px rgba(229, 72, 136, 0.3) !important;
}


.select2-container .select2-search--inline .select2-search__field {
    border: none;
    border-radius: 0;
    font-size: 1em !important;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    height: 18px !important;
    vertical-align: bottom;
    font-family: sans-serif;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    font-size: 1.5em;
    color: #e54888;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 0px;
    position: absolute;
    right: 0;
    padding: 1px;
}

.search-main-button {
    color: #fff !important;
}

.dropdown_passenger_area select {
    border-radius: 0 !important;
    border: none !important;
    background: none;
    background-size: 0; 
    appearance: none; 
}

    .dropdown_passenger_area select:focus {
        outline: none !important; 
        box-shadow: none !important; 
    }

.dropdown_passenger_area select:not(:disabled):focus,
.dropdown_passenger_area select:not(:disabled):active {
    border-color: none;
    outline: none;
    box-shadow: none;
    background: none;
}

.siente-custom-scrollbar::-webkit-scrollbar {
    width: 8px; 
}

.siente-custom-scrollbar::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 4px;
}

    .siente-custom-scrollbar::-webkit-scrollbar-thumb:hover {
        background: #555; 
    }

.siente-custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
}

.siente-custom-scrollbar {
    scrollbar-width: thin; 
    scrollbar-color: #888 transparent; 
}
