/*ESTILOS CAJA FORMA*/
#canvas-sign {
	border: 1px solid gray;
	border-radius: 16px;
	max-width:100%;
}

.sign-clear-btn {
	position: absolute;
	bottom: 6px;
	right: 0rem;
}

/*ESTILOS COMPRA DE PUNTOS*/
#prices-container .e-con-inner {
	display: flex;
	justify-content: center;
	margin-bottom:2rem;
	padding-bottom:2rem;
}

.product-card {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    min-height: 150px; /* Asegura un alto mínimo para la visualización */
}

.product-card .float-discount {
	position: absolute;
	background: orange;
	color: white;
	top: 1rem;
	right: 1rem;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.product-card h3 {
	font-weight: 400;
	font-size: 20px;
	text-transform: capitalize;
}

.product-card > strong {
	font-size: 36px;
	font-weight: 800;
	margin-top: -1rem;
}

.product-card > .transparent {
	opacity: 0;
}

.product-card .btn {
	background: transparent !important;
	border: 2px solid #ee205a !important;
	color: #ee205a !important;
	font-size: 18px !important;
	outline: none;
	margin-top: 1.5rem;
	font-weight: 700;
	transition: all .2s ease-in-out !important;
}

.product-card:hover .btn {
	background: #ee205a !important;
	transform: scale(1.1);
	color: white !important;
}

.product-card .btn:hover {
	transform: scale(1);
}

.product-card img {
	max-width: 140px;
	margin-bottom: 1rem;
}

.product-card .old-price {
	text-decoration: line-through;
}

.product-card .final-price {
	font-weight: 600;
	font-size: 20px;
}

.product-card .old-price,
.product-card .final-price {
	
}

/* El contenedor principal del swiper necesita un tamaño si el contenido no lo fuerza */
.my-swiper-container {
    width: 100%;
    /* Altura necesaria si los slides no tienen contenido fijo */
    /* height: 300px; */ 
}

/* Selecciona ambos botones */
.swiper-button-next,
.swiper-button-prev {
    color: #FF6600 !important; /* Color naranja vibrante */
    opacity: 0.8; /* Menos visible por defecto */
    transition: opacity 0.3s;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 10px !important; /* Haz el icono más grande */
    color: #FF6600 !important; 
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1; /* Totalmente visible al pasar el ratón */
}

/* Modificar la posición (por defecto están a 10px de los lados) */
.swiper-button-prev {
    left: 20px; /* Mover más hacia el centro */
}

.swiper-button-next {
    right: 20px; /* Mover más hacia el centro */
}


/* Selecciona el contenedor principal de la paginación */
.swiper-pagination {
    /* Mueve la paginación 40 píxeles desde abajo */
    bottom: -40px !important; 
}

/* Color del punto normal */
.swiper-pagination-bullet {
    background: #CCCCCC; /* Un gris suave para los inactivos */
    opacity: 1; /* Opcional: asegura que todos tengan la misma opacidad */
}

/* Color del punto ACTIVO */
.swiper-pagination-bullet-active {
    /* ¡CAMBIAR EL COLOR DEL ACTIVO! */
    background: #FF6600 !important; /* El color naranja vibrante que usaste antes */
}

/*CSS SITE*/

:root {
    --color-bg: #efefef;
    --color-primary: #ee205a;
    --color-primary-hover: #d31e4d;
    --color-dorado: #ba9880;
    --color-dorado-claro: #f4ece6;
}

.elementor-element.elementor-element-3b3ddf8.e-con-full.e-flex.e-con.e-child.elementor-motion-effects-parent {
	z-index:10 !important;
}

/* INICIO FORMULARIO REGISTRO */
#register-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: auto;
    width: 100%;
    max-width: 600px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 100%;
    flex-grow: 1;
}

.form-row {
    display: flex;
    gap: 1rem;
}

/* INICIO INPUTS */
input[type="text"]{font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}
input[type="password"]{font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}
textarea{font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}
:focus{outline: none;}
.col-3{
    float: left;
    position: relative;
} /* necessary to give position: relative to parent. */
input[type="text"]{
    font: 15px/24px "Lato", Arial, sans-serif;
    color: #333;
    box-sizing: border-box;
    letter-spacing: 1px;
}
.effect-7, .forminator-input{border: 1px solid #ccc; padding: 7px 14px 9px; transition: 0.4s;}
.effect-7 ~ .focus-border:before, .forminator-input ~ .focus-border:before,
.effect-7 ~ .focus-border:after, .forminator-input ~ .focus-border:after{
    content: "";
    position: absolute; 
    top: 0; 
    left: 50%; 
    width: 0; 
    height: 2px; 
    background-color: var(--color-primary); 
    transition: 0.4s;
}
.effect-7 ~ .focus-border:after, .forminator-input ~ .focus-border:after{
    top: auto; 
    bottom: 0;
}
.effect-7 ~ .focus-border i:before,
.effect-7 ~ .focus-border i:after{
    content: ""; 
    position: absolute; 
    top: 50%; 
    left: 0; 
    width: 2px; 
    height: 0; 
    background-color: var(--color-primary); 
    transition: 0.6s;}
.effect-7 ~ .focus-border i:after{
    left: auto; 
    right: 0;
}
.effect-7:focus ~ .focus-border:before,
.effect-7:focus ~ .focus-border:after{
    left: 0; 
    width: 100%; 
    transition: 0.4s;
}
.effect-7:focus ~ .focus-border i:before,
.effect-7:focus ~ .focus-border i:after{
    top: 0; 
    height: 100%; 
    transition: 0.6s;
}
/* FIN INPUTS */

.check-group {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}


/* INICIO BOTONES */
#register_button,
#register-button,
#login_button,
#login-button,
#contact_button,
#contact-button {
    padding: 12px 30px;
    background-color: var(--color-dorado);
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: .5rem;
    transition: background-color 0.3s ease;
    width: 100%;
}
#register_button:hover,
#register-button:hover,
#login_button:hover,
#login-button:hover,
#contact_button:hover,
#contact-button:hover {
    background-color: var(--color-primary);
}
/* FIN BOTONES */

/* INICIO LOGIN MODAL */
.backdrop_login_modal {
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top: 2rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
@media screen and (max-width: 768px) {
    .backdrop_login_modal {
        padding-top: 0;
    }
}
.backdrop_login_modal .modal {
    background: white;
    padding: 3rem;
    width: 100%;
    max-width: 450px;
    opacity: 0;
    visibility: hidden;
}
.backdrop_login_modal.active {
    opacity: 1;
    visibility: visible;
}
.backdrop_login_modal.active .modal {
    opacity: 1;
    visibility: visible;
    animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}
.backdrop_login_modal h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 500;
}
.backdrop_login_modal .login_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 600px;
}

.backdrop_login_modal .login_form a {
    text-align: center;
    text-decoration: none;
    color: var(--color-primary);
}
.backdrop_login_modal .login_form a:hover {
    color: var(--color-primary-hover);
}
/* FIN LOGIN MODAL */


/* INICIO USER CONTROLS */
.user-controls {
    display: flex;
    gap: 1rem;
}

.user-controls .btn {
    text-decoration: none !important;
    background-color: none !important;
    background: none !important;
    border: 1px solid var(--color-primary) !important;
    padding: .5rem !important;
    fill: var(--color-primary) !important;
    border-radius: 5px !important;
    display: flex;
    color: var(--color-primary) !important;
    align-items: center;
    font-size: 14px !important;
    justify-content: center;
    height: 40px !important;
    max-height: 40px !important;
}

.user-controls .btn svg {
    fill: var(--color-primary) !important;
    transform: translateY(3px) !important;
}
/* FIN USER CONTROLS */


#contact_form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: auto;
    width: 100%;
    max-width: 600px;
}



.user_nav_app_button {
    text-decoration: none !important;
    color: #fff !important;
    background-color: var(--color-primary) !important;
    padding: .5rem !important;
    fill: #fff !important;
    border-radius: 5px !important;
    position: absolute !important;
    width: 90% !important;
    left: 5% !important;
    bottom: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_nav_app_button.mobile {
    bottom: 150px !important;
}







.loader {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: white;
    -webkit-mask: radial-gradient(circle closest-side at 50% 40%,#0000 94%, #000);
    transform-origin: 50% 40%;
    animation: l25 1s infinite linear;
  }
  @keyframes l25 {
    100% {transform: rotate(1turn)}
  }


  .my-swal-popup {
    z-index: 2147483647;
  }


.elementor-message{
	display: none !important;
}

.section-newsletter-form-class button:hover span,
#section-newsletter-form-class button:hover span{
	color: var(color-primary) !important;
}

.elementor-31 .elementor-element.elementor-element-024703b .elementor-button[type="submit"]:hover {
	color: red !important;
}

.btnbtn {
	color: var(color-primary) !important;
}



.newsletter-section-container {
	
}
.newsletter-section-container input[type="email"],
.newsletter-footer-container input[type="email"]{
	background: transparent !important;
	border: 1px solid white !important;
	border-radius: 4px !important;
	outline: none !important;
	color: white !important;
	padding: 8px 16px;
}
.newsletter-footer-container input[type="email"] {
	margin-top: 1rem !important;
}
.newsletter-section-container input[type="email"]::placeholder,
.newsletter-footer-container input[type="email"]::placeholder{
	color: white !important;
}
.newsletter-section-container label{
	color: white !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}
.newsletter-footer-container label{
	display: none !important;
}
.newsletter-section-container .forminator-button,
.newsletter-footer-container .forminator-button{
	min-width: unset !important;
	color: red !important;
	background: white !important;
	border-radius: 10px !important;
	font-size: 14px !important;
	padding: 8px 15px !important;
	display: flex !important;
	justify-content: center !important;
	margin: auto !important;
	text-transform: uppercase;
	font-weight: 600 !important;
}

.newsletter-footer-container .forminator-button {
	background: transparent !important;
	border: 1px solid white !important;
	color: white !important;
	display: block !important;
	margin: unset !important;
}


.forminator-form-contact input[type="text"],
.forminator-form-contact input[type="email"],
.forminator-form-contact textarea {
	border-radius: 4px !important;
}

.forminator-form-contact label {
	font-family: Lato;
	font-size: 14px !important;
}
.forminator-form-contact button {
	display: flex !important;
	width: 100% !important;
	border-radius: 10px !important;
	justify-content: center !important;
	font-size: 16px !important;
	padding: 12px !important;
}
.forminator-form-contact button:hover {
	background: #ee205a !important;
}

/* ESTILOS PARA EL OJITO DE LOS CAMPOS CONTRASEÑA */

.password-container {
  position: relative;
}

.password-container input {
  width: 100%;
  padding-right: 35px; /* espacio para el ícono */
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #777;
  font-size: 16px;
  z-index: 2;
}

.toggle-password:hover {
  color: #000;
}


.forminator-title {
	font-size: 28px !important;
	font-weight: 700 !important;
	padding-bottom: 1rem !important;
	margin-top: 1rem !important;
	border-bottom: 2px solid rgba(0,0,0,.1) !important;
}

.form-submit-rec {
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 2rem !important;
	border-radius: 8px !important;
}

/* ESTILOS BUSCADOR */

:root {
    --color-bg: #efefef;
    --color-primary: #ee205a;
    --color-dorado-claro: #f4ece6;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

.header {
    background-color: #333;
    color: #fff;
    height: 112px;
    max-height: 112px;
    padding: 10px;
}

main > p {
    padding: 10px;
    font-size: 24px;
    max-width: 80%;
    margin: auto;
    margin-top: 150px;
}

.search-bar__container {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 1050px;

}

.search-bar {
    background-color: #f4ece6;
    width: 1050px;
    height: 100px;
    position: fixed;
    display: flex;
    align-items: center;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    gap: 1rem;
    z-index: 98;
}

.search-bar a {
    display: none;
}

.search-bar__logo img{
    width: 200px;
    object-fit: cover;
}

.search-bar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-grow: 1 !important;
    position: relative;
}

.search-bar__item svg {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 60%;
}


.header-bar {
    display: none;
}

.search-bar__item > span {
    font-size: 14px;
    color: var(--color-primary);
}

.search-bar__item select,
.date-input {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #535353 !important;
    outline: none;
    height: 40px;
    text-align: center;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px !important;
    appearance: none; 
    padding-right: 30px;
    border-radius: 0 !important;
}

.day.toMonth.real-today {
    background-color: #f4ece6 !important;
}

.date-picker-wrapper {
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 999999 !important;
}

.date-picker-wrapper table td, 
.date-picker-wrapper table th {
    border: none !important;
    background-color: transparent !important;
}
.date-range-length-tip {
    background-color: #ee205a !important;
    color: #fff !important;
    padding: 5px !important;
    border-radius: 5px !important;
    transform: translateY(-50%) translateX(5%) !important;
}
.date-range-length-tip::after {
    border-top-color: #ee205a !important;
}

.day.toMonth {
    font-size: 15px !important;
    border: 1px solid rgb(226, 226, 226) !important;
    border-radius: 50% !important;
    aspect-ratio: 1 !important;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 5px 2px 0px;
}

.day.toMonth.hovering {
    background-color: #ffd3e0 !important;
    color: black !important;
}

.day.toMonth.checked {
    background-color: #ee205a !important;
    color: #fff !important;
}

.month-wrapper {
    display: flex !important;
    flex-direction: row !important;
}

.guests-container {
    position: relative;

}

.guests-container button {
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #535353;
    background-color: transparent;
    padding: 10px 20px;
    height: 40px;
    border-radius: 0 !important;
    color: black !important;
}

.guests-container button:hover,
.guests-container button:focus,
.guests-container button:active {
    background-color: transparent !important;
}

.guests-container > div {
    position: absolute;
    width: 320px;
    top: 100%;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #fff;
    text-align: center;
    padding: 16px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    max-height: 400px;
    overflow-y: auto;
    transition: all 0.2s ease;
}

.guests-container > div.active {
    visibility: visible;
    height: auto;
    opacity: 1;
}

.guests-container > div:not(.active) {
    visibility: hidden;
    height: 0px;
    padding: 0px 16px;
    opacity: 0;
}

.guests-container > div::-webkit-scrollbar {
    width: 10px;
}

.guests-container > div::-webkit-scrollbar-track {
    background-color: white;
}

.guests-container > div::-webkit-scrollbar-thumb {
    background-color: var(--color-dorado-claro);
    border-radius: 5px;
}

.guests-container__item__room__guests {
    display: flex;
    align-items: center;
    gap: 10px;
}

.guests-container__item__room__guests__adults,
.guests-container__item__room__guests__children {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    gap: 10px;
}

.guests-container__item__room__guests__counter {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.guests-container__item__room .ages-container {
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.guests-container__item__room .ages-container select {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #ccc;
    outline: none;
    height: 40px;
    text-align: center;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    appearance: none; 
    padding-right: 30px;
}

.invalid {
    border: 2px solid red !important;
}

.search-bar .send-reservation {
    width: 100px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    border: none;
    background-color: var(--color-primary) !important;
    color: #fff !important;
    padding: 10px 20px !important;
    height: 40px !important;
    align-self: flex-end !important;
    justify-self: flex-end !important;
    margin-bottom: 6px !important;
    border-radius: 8px !important;
}

@media screen and (min-width: 767px) {
    .search-bar.active {
        height: 112px;
        top: 0;
        width: 1256px;
        z-index: 99;
        box-shadow: none;
    }

    .jet-mega-menu-sub-menu {
        z-index: 9999999 !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .mobile-search-bar {
        display: none;
    }
    
    .search-bar.active::before {
        content: "";
        position: fixed;
        top: 0;
        right: -2500px;
        width: 5000px;
        height: 100%;
        background-color: #f4ece6;
        z-index: -1;
        max-width: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    
    .search-bar.active a {
        display: block;
    }

    .search-bar.active .send-reservation {
        margin-bottom: 12px !important;
    }

    .search-bar .mobile-search-bar__close-button {
        display: none;
    }
    
    .input-currency {
        max-width: 120px !important;
    }
}

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

    .search-bar {
        width: 100vw;
        height: 100vh;
        top: 0;
        flex-direction: column;
        align-items: flex-start;
        visibility: hidden;
        opacity: 0;
        transform: translateY(50px);
        transition: all 0.2s ease;
    }

    .search-bar.active {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        left: 0;
        z-index: 999;
    }

    .header-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .header-bar button {
        background-color: var(--color-primary);
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 8px;
    }
    
    .header-bar span {
        font-size: 20px;
        font-weight: bold;
        color: var(--color-primary);
    }

    .search-bar__item {
        flex-grow: 0 !important;
        width: 100%;
        max-width: none !important;
    }



    .month-wrapper {
        width:90vw !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .month-wrapper .gap {
        display: none;
    }


/*     .mobile-search-bar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
        background-color: var(--color-dorado-claro);
        gap: .5rem;
    }

    .mobile-search-bar__dates {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }
    .mobile-search-bar__dates > div,
    .mobile-search-bar__guests > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobile-search-bar__dates > div > span,
    .mobile-search-bar__guests > div > span {
        font-size: 10px;
    }

    .mobile-search-bar__guests {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }


    .search-bar .send-reservation {
        width: 100%;
    }

    .mobile-search-bar .mobile-search-bar__open-button {
        background: var(--color-primary);
        color: #fff;
        border: none;
        font-size: 13px;
        padding: 6px 20px;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .5rem;
    } */
	
.mobile-search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: var(--color-dorado-claro);
    gap: .5rem;
}
.mobile-search-bar__dates {
    display: flex;
    align-items: center;
    gap: .2rem;
}
.mobile-search-bar__dates > div,
.mobile-search-bar__guests > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
}

.mobile-search-bar__dates > div > span,
.mobile-search-bar__guests > div > span {
    font-size: 8px;
}
.mobile-search-bar__dates > span {
    font-size: 8px;
}
.mobile-search-bar__dates > div > strong,
.mobile-search-bar__guests > div > strong {
    font-size: 12px;
}
.mobile-search-bar__guests {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: .3rem;
}
.search-bar .send-reservation {
    width: 100%;
}
.mobile-search-bar .mobile-search-bar__open-button {
    background: var(--color-primary);
    color: #fff;
    border: none;
    font-size: 8px;
    padding: 6px 6px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


    .guests-container > div {
        max-height: 250px;
		width: 100%;
        overflow-y: auto;
        z-index: 9999999;
    }

    .jet-mobile-menu__container {
        top: 0px !important;
        height: 100vh !important;
    }
}

.daterangepickerfixmob{ 
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-height: 90vh !important; /* evita que desborde en pantalla */
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important; /* scroll suave en iOS */
}

.close-calendar-button {
    display: none;
}

@media screen and (max-width: 767px) {
    .close-calendar-button {
        display: block;
        position: absolute;
        top: 16px;
        right: 16px;
        background: #ee205a !important;
        color: #fff;
        border: none;
        width: 35px !important;
        max-width: 35px !important;
        height: 35px !important;
        max-height: 35px !important;
        display: flex;
        align-items: center;
		padding: 0 !important;
        justify-content: center;
        cursor: pointer;
        z-index: 999999999;
    }
}









.hotel-select-container {
    position: relative;
}
.hotel-select-btn {
    width: 100%;
	min-width: 230px !important;
    height: 40px;
	overflow: hidden !important;
    background-color: transparent  !important;
	border-radius: 0px !important;
	color: black  !important;
	font-size: 14px !important;
    border: 1px solid black;
    cursor: pointer;
}

.hotel-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
	max-width: 100%;
    background-color: white;
    border: 1px solid black;
    z-index: 1000;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.hotel-select-dropdown.active {
    opacity: 1;
    visibility: visible;
}

.hotel-select-dropdown__content {
    display: flex;
    transition: all 0.3s ease;
}

.hotel-select-dropdown__content.active {
    transform: translateX(-100%);
}

.hotel-select-dropdown__locations,
.hotel-select-dropdown__list {
    display: flex;
    flex-direction: column;
    min-width: 100%;
}

.hotel-select-dropdown__locations__button,
.hotel-select-dropdown__list__button {
    cursor: pointer;
    background-color: transparent  !important;
    border: none;
    padding: 16px 8px  !important;
	color: black  !important;
	border-radius: 0px !important;
	font-size: 14px  !important;
	text-wrap: auto;
    display: flex;
    text-align: left;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}
.hotel-select-dropdown__locations__button:hover,
.hotel-select-dropdown__list__button:hover {
    background-color: #e0e0e0  !important;
}

.hotel-select-dropdown__locations__button:hover svg {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.hotel-select-dropdown__locations__button svg {
    fill: black;
    position: relative;
    top: 0;
    transition: all 0.3s ease;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
}

.hotel-select-dropdown__list__back-button {
    cursor: pointer;
    background-color: transparent !important;
	color: black  !important;
    border: none;
    padding: 16px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    background-color: #e0e0e0 !important;
	padding: 16px 8px  !important;
	color: black  !important;
	border-radius: 0px !important;
	font-size: 14px  !important;
}

/*CSS MODAL LOGIN BOTONES INICIO SESION*/

.login-buttons-container {
	display: flex;
	gap: 1rem;	
}

.btn-login-provider {
	background: white !important;
	color: gray !important;
	font-weight: 700;
	border: 1px solid gray;
	display: flex;
	align-items: center;
}

.btn-login-provider svg {
	width: 25px;
	margin-right: 8px;
}

/*ESTILOS VISTA INSCRIBETE CAMPO INDICATIVO*/

/* Asegura ancho total */
#indicativo + .select2,
#indicativo + .select2 .selection,
#indicativo + .select2 .select2-selection {
  width: 100% !important;
}

/* Igualar alto/padding/borde a un input típico */
#indicativo + .select2 .select2-selection--single {
  height: 44px;              /* ajusta este valor a tu input real */
  border: 1px solid #666;    /* pon el mismo color que tus inputs */
  border-radius: 6px;        /* pon el mismo radius */
  display: flex;
  align-items: center;
}

/* Centrar el texto */
#indicativo + .select2 .select2-selection__rendered {
  line-height: 44px;         /* mismo que height */
  padding-left: 12px;        /* similar a tus inputs */
  padding-right: 30px;       /* para que no choque con la flecha */
}

/* Flecha centrada */
#indicativo + .select2 .select2-selection__arrow {
  height: 44px;              /* mismo que el select */
  right: 8px;
}

/* Cuando está enfocado */
#indicativo + .select2 .select2-selection--single:focus,
#indicativo + .select2 .select2-selection--single:active {
  outline: none;
}

/* 1) Que el Select2 NO crezca por contenido */
#indicativo + .select2 {
  width: 100% !important;
  max-width: 100% !important;
}

/* 2) Evitar que el texto largo expanda el input: poner "..." */
#indicativo + .select2 .select2-selection__rendered {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-right: 34px; /* espacio para la flecha */
}

/* 3) Asegura que el "selection" pueda encogerse dentro de flex/grid */
#indicativo + .select2 .select2-selection--single {
  min-width: 0;
}

/* 4) Que el contenedor del select dentro de tu columna no se salga */
.form-group .col-3 {
  min-width: 0;
}

.select2-results__option {
  white-space: normal;   /* permite salto de línea en el listado */
}

/* Elementor: evita que cualquier wrapper se estire por el texto */
#register-form,
#register-form .form-row,
#register-form .form-group,
#register-form .col-3 {
  min-width: 0 !important;
}

/* Si Elementor está usando flex en la fila, esto evita que el item crezca */
#register-form .form-row {
  display: flex !important;
  gap: 24px;
}
#register-form .form-row .form-group {
  flex: 1 1 0 !important;
  min-width: 0 !important;
}

/* Fuerza el contenedor Select2 a ocupar TODO el ancho disponible */
#register-form .select2-container {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

/* Fuerza el "selection" a no crecer */
#register-form .select2-container .select2-selection--single {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

/* Corta el texto largo con "..." en el campo seleccionado */
#register-form .select2-container .select2-selection__rendered {
  display: block !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  padding-right: 36px !important; /* espacio para la flecha */
}
