/***** DISEÑO JUPITER *****/
.container-fluid{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/***** DISEÑO ELEMENTOR *****/
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px;
}

.main-font-style{
    font-family: work sans,Sans-serif;
    font-size: 16px;
}
/***** DISEÑO PRUEBAS *****/
#pruebas{
    width: 100px !important;
}
/***** Splide *****/
.rossa-splide{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 4/3;
}
.rossa-splide .splide__pagination__page, .rossa-splide__gallery .splide__pagination__page{
    height: 4px;
    width: 4px;
}
.rossa-splide .splide__arrow, .rossa-splide__gallery .splide__arrow{
    background-color: #ffffff;
    transition: transform 0.2s ease-in-out 0s;
    color: #3c3c3c;
    opacity: 0.4;
}
.rossa-splide .splide__arrow:focus, .rossa-splide__gallery .splide__arrow:focus{
    outline: none;
}
.rossa-splide .splide__arrow:hover, .rossa-splide__gallery .splide__arrow:hover{
    opacity: 1;
    transition: 0.2s ease-in-out 0s;
    height: 2.1em;
    width: 2.1em;
}
.rossa-splide .splide__arrow--prev, .rossa-splide__gallery .splide__arrow--prev{
    left: 0.5em;
}
.rossa-splide .splide__arrow--next, .rossa-splide__gallery .splide__arrow--next{
    right: 0.5em;
}
.rossa-splide div, .rossa-splide__gallery div{
    width: 100%;
    height: 100%;
    position: absolute;
}
.rossa-gallery__item{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.rossa-splide__gallery{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.rossa-splide__gallery div.rossa-gallery__item{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.rossa-splide__gallery .splide__track--nav>.splide__list>.splide__slide.is-active,
.rossa-splide__previews .splide__track--nav>.splide__list>.splide__slide.is-active{
    border: none;
    opacity: 1;
}
.rossa-splide__previews{
    width: 50vw;
}
.rossa-splide__previews .splide_slide{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.rossa-splide__previews .splide__track--nav>.splide__list>.splide__slide{
    opacity: 0.5;
}
.rossa-splide__gallery .splide__track--nav>.splide__list>.splide__slide:focus,
.rossa-splide__previews .splide__track--nav>.splide__list>.splide__slide:focus{
    border-radius: 10px;
}
.rossa-splide__previews li{
    transform: none !important;
}

.rossa-splide__previews .rossa-gallery__previews{
    height: 100%;
}
/***** MODAL GALLERY *****/
.rossa-gallery__box{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
    cursor: pointer;
}
.rossa-gallery__box--show{
    display: flex;
}
.rossa-gallery__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: #ffa1a1; */
    height: 100vh;
    width: 96vw;
    gap: 3vh;
}

.rossa-gallery__close{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    color: #ffffff;
    font-size: 24px;
    padding: 0 10px;
}
.rossa-gallery__close span:hover{
    color: #818181;
}
.rossa-gallery__thumbnail{
    width: 100%;
    height: 60vh;
    /* background-color: #dd6464; */
}
.rossa-gallery__previews{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 10vh;
    width: 100%;
    /* background-color: #b64848; */
}

/***** DISEÑO BOTONES *****/
.rossa-btn-width{
    width: 120px;
}
.rossa-btn-width-total{
    width: 100%;
}
/***** DISEÑO IMG *****/
.rossa-img-item{
    border-radius: 5px !important;
}
.rossa-img-item:hover{
    background-color: #383838;
    /* opacity:0.6 !important; */
    filter:alpha(opacity=60) !important; /* For IE8 and earlier */
    box-shadow: 0 0 0px #000000 !important;
}
.rossa-img-box{
    position: absolute;
    bottom:10px;
    left:10px;
    background:#0a1121BF;
    color:#fff;
    width:fit-content;
    margin:0;
    padding:4px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 2;
}
.rossa-img-text{
    position: absolute;
    color: #ffffff;
    width: 100%;
    font-size: 12px;
    margin:0;
    padding:4px;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.rossa-img-response{
    width: 80%;
}
.rossa-link-container-data{
    padding: 0;
    margin: 0;
    background: #ffffff;
    border-radius: 5px;
}
/***** DISEÑO LISTA Y CARRITO *****/
.rossa-card-container{
    margin: 5px 5px 30px 5px;
    padding: 10px;
    background: #ffffff;
    /* border: 1px solid #c7c7c7; */
    border-radius: 5px;
    /* box-shadow: rgba(145, 145, 145, 0.35) 0px 5px 15px; */
}
.rossa-detail-stay{
    display: flex;
    flex-wrap: wrap;
}
.rossa-stay-image{
    position: relative;
    width: 40%;
    padding: 5px;
    /* height: 200px !important; */
    /*margin: 5px;*/
}
.rossa-stay-image img{
    width: 100%;
    object-fit: cover !important;
}
.rossa-stay-info{
    width: 60%;
    padding: 5px;
    /*margin: 5px;*/
    color: #00303C;
}
.rossa-stay-info span:first-child{
    font-weight: 700;
    font-size: 20px;
}

.rossa-stay-description{
    text-align: justify;
    font-size: 12px;
}
/* CSS comun en nombre del item*/
.name_item{
    font-weight: 700;
    font-size: 16px;
}
/***** DISEÑO ALOJAMIENTOS *****/
.detail-types{
    margin-top: 10px;
}
.rossa-list-container{
    color:#00303C;
}
.rossa-use-info{
    padding-top: 10px;
    padding-bottom: 10px;
}
.rossa-use-content{
    padding: 10px;
    border-top: 2px solid #c7c7c7;
} 
.rossa-use-header{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.rossa-use-header-info{
    display: flex;
    flex-direction: column;
}
.rossa-use-header-title{
    font-size: 20px;
    font-weight: 700;
}
.rossa-use-header-ability{
    font-size: 16px;
    font-weight: 500;
}
.rossa-use-header-max{
    height: fit-content;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    background-color: rgb(231,0,76,0.2);
    border-radius: 10px;
    color:#E7004c;
}
.rossa-notice{
    padding: 10px 25px;
    border-radius: 10px;
    margin: 10px;
}
.rossa-notice-error{
    background-color: rgb(231,0,76,0.2);
}
.rossa-notice-success{
    background-color: rgb(118, 188, 33,0.4);
}
.rossa-use-min-stay-msg{
    padding: 10px 25px;
    background-color: rgb(231,0,76,0.2);
    border-radius: 10px;
}

.rossa-use-min-stay-icon{
    color: #E7004c;
}
.rossa-use-main-stay-title{
    font-weight: 600;
}
.rossa-use-body{
    display: flex;
    width: 100%;
    flex-direction: column;
}
/***** DISEÑO SERVICIOS Y BOARDS *****/
.rossa-use-services, .rossa-use-boards{
    width: 100%;
    padding: 10px 10px 10px 10px;
    background-color: #fdfdfd;
    border-radius: 10px;
    border-right: 1px solid #888888;
    border-bottom: 2px solid #888888;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rossa-use-services-title, .rossa-use-boards-title{
    font-size: 16px;
    font-weight: 700;
}
.rossa-use-service-info{
    display: flex;
    width: 70%;
    flex-direction: row;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 500;
}
.rossa-use-service-name{
    width: 50%;
}
.rossa-use-service-qty{
    display: flex;
    width: 20%;
    justify-content: center;
}
.rossa-use-service-select{
    width: 100%;
    font-size: 16px !important;
    padding: 3px !important;
    border-radius: 5px !important;
    background-color: #ffffff !important;

}
.rossa-use-service-price{
    width: 30%;
    padding-left: 5px;
}


.info-types-services{
    width: 50%;
}
.btn-dropdown{
    display: flex;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    color: #00303C;
    background: #ffffff;
    justify-content: space-between;
    border: none !important;
}
.btn-dropdown:hover{
    color: #00303C;
    background: #ebeced !important;
}
.btn-dropdown:focus{
    color: #00303C;
    background: #ffffff;
    border: none !important;
}
.btn-dropdown:active{
    border:none !important;
}
.info-types-booking{
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.info-types-content{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    
}
.list-services{
    display: none;
    padding-right: 5px;
    /*display: flex;*/
    flex-wrap: wrap;
}
.detail-service{
    display: flex;
    width: 100%;
    padding: 5px;
}

.detail-sv-name{
    width: 50%;
}
.detail-sv-select{
    width: 20%;
}
.detail-sv-price{
    width: 30%;
    text-align: center;
}
.service-select{
    width: 100%;
    font-size: 16px !important;
    padding: 3px !important;
    border-radius: 5px !important;
    background-color: #ffffff !important;
}

.info-types-price{
    display: flex;
    width: 60%;
    flex-direction: column;
    /* align-items: flex-end; */
    margin-right: 10px;
}
.info-types-price :first-child{
    font-weight: bold;
    font-size: 16px;
    
}

/* Boards */
.rossa-use-board-info{
    display: flex;
    width: 100%;
    align-items: center !important;
    justify-content: space-between;
    /* text-align: baseline; */
    padding: 5px;
    font-weight: 500;
}

.rossa-use-board-description{
    display: flex;
    width: 70%;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid transparent;
    flex-direction: row;
    cursor: pointer !important;
    justify-content: space-between;
    gap: 5px;
}

.rossa-use-board-description > div:first-child{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.rossa-use-board-description > div:first-child input[type="radio"]:checked{
    accent-color: #00303C !important;
}

.rossa-use-board__text{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.rossa-use-board__tag{
    display: flex;
    width: fit-content;
    padding: 2px 5px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
    gap: 5px;
}
.rossa-use-board__tag span{
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal;
    white-space: nowrap;
}
.rossa-use-board-separator{
    width: 15%;
}
.rossa-use-board-price{
    /* width: 25%; */
    padding: 5px;
}
/* .rossa-use-board-checked {
    border-color: #e6cc84;
    background-color: #e6cc8440;
} */
/* Total price */
.rossa-use-total-price{
    display: flex;
    flex-direction: column;
    margin-left: 25px;
}
.rossa-use-total-title{
    font-size: 14px;
    font-weight: 500px;
}
.rossa-use-price{
    font-size: 20px;
    font-weight: 700;
}

/* Boton add uso*/
.rossa-use-footer{
    width: 100%;
    margin-bottom: 20px;
}
.rossa-use-footer-btn{
    margin-top: 20px;
    width: 300px;
}
.rossa-use-footer-btn button{
    width: 100%;
}

.room-max{
    display: flex;
    justify-content: space-between;
}

.info-types-name{
    font-weight: bold;
}
.info-room-max, .info-services-txt{
    color: #E7004c;
    font-size: 16px;
    font-weight: 700;
}
.info-types-details{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

/***** DISEÑO DIALOG ALERTA MENSAJE *****/
#rossa-main-dialog-message{
    display:none;
    z-index: 9999;
    position: fixed;
    /* padding-top: 100px;  */
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.4); 
}

.dialog-services{
    display: none;
    z-index: 9999;
    position: fixed;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}
.dialog-sv-content{
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 60%;
    position: relative;
}
.dialog-sv-header{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 14px;
    background-color: #e7004c;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
}
.dialog-sv-body{
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    min-height: 400px;
    color: #00303C;
    padding: 14px;
}
.dialog-room-title{
    color: #e7004c;
    font-size: 20px;
    font-weight: 700;
}
.dialog-room-info{
    font-size: 12px;
}
.dialog-room-table, .dialog-est-info{
    display: flex;
    flex-direction: column;
    padding: 5px 10px 5px 10px;
}
.table-header{
    display: flex;
    flex-direction: row;
}
.tb-header-name{
    width: 55%;
    text-align: center;
    font-weight: bold;
}
.tb-header-qty, .tb-header-price, .tb-header-subtotal{
    width: 15%;
    text-align: center;
    font-weight: bold;
}
.service-name,.est-name{
    width: 55%;
}
.service-qty, .service-price{
    width: 15%;
    text-align: center;
}
.service-subtotal, .est-subtotal{
    width: 15%;
    text-align: end;
}


.table-footer{
    display: flex;
    flex-direction: row;
}
.tb-total{
    width: 85%;
}
.tb-total-val{
    width: 15%;
    text-align: end;
}
.table-body{
    display: flex;
    flex-direction: column;
}
.table-body-est{
    display: flex;
    flex-direction: row;
}
.table-overflow{
    max-height: 200px;
    overflow-y: auto;
}
.data-service{
    display: flex;
    flex-direction: row;
    padding-top: 2px;
    padding-bottom: 2px;
}

.dialog-sv-footer{
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    padding: 14px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.dialog-sv-btn{
    margin-left: 5px;
    margin-right: 5px;
}


.rossa-dialog-content{
    display: flex;
    position: relative;
    flex-direction: column;
    /* margin: auto;
    width: 30%; */
    width: 400px;

}

.rossa-dialog-header-title{
    height: fit-content;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.rossa-dialog-header-close{
    position: absolute;
    font-size: 20px;
    height: fit-content;
    margin: 0;
    padding: 0;
    right: 20px;
}
.rossa-dialog-header-close:hover, .rossa-dialog-header-close:focus{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.rossa-dialog-body{
    background-color: #ffffff;
    min-height: 80px;
    color: #00303C;
    padding: 14px;
}
.rossa-dialog-body-info{
    text-align: center;
}
.dialog-footer{
    background-color: #ffffff;
    padding: 14px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.dialog-footer-btn{
    display: flex;
    justify-content: center;
}
#rossa-dialog-btn-accept{
    width: 50%;
}

/***** DISEÑO BOTON CLOSE *****/
.close {
    position:absolute;
    color: #aaaaaa;
    top: 8px;

right: 16px;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}

/* CSSS carrito vacio*/
.empty-cart{
    text-align: center;
}

/* Estancia minima */
.min_stay{
    color:#e40000;
    font-size: 16px;
    font-weight: 700;
}

/* MENSAJE */
.message-container{
    display:block; /* Hidden by default */
    z-index: 9999; /* Sit on top */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.message-content{
    display: flex;
    flex-direction: column;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
}

/***** DISEÑO NO SCRIPT *****/
.noscript-container{
    display: flex;
    align-items: flex-start;
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}
.noscriptmsg{
    margin: auto;
    width: 50%;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: justify;
}

/*CSS boton común */
.btn-style{
    color: white;
    background-color: #066A92;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    height: fit-content;
}
.btn-style:hover{
    color: #dddddd;
    background-color: #05506e !important;
}
.btn-style:focus{
    color: white;
    background-color: #066A92;
}
/* Apartado mas informacion - menos información*/
.masInfo {
    display: none;
}
.botonInfo{
    cursor: pointer;
    text-decoration-line: underline;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.rossa-notice-message{
    color: #e40000;
    background-color: #fda0a0;
}

/* Pagina de pago*/
/* .boton_principal{
    padding-top: 10px;
    font-size: 12px;
    background-color: #e7004c;
    border-radius: 15px;
    padding: 7px;
    width: 100%;
    max-width: 360px;
    color: white;
    text-decoration: none;
    font-weight: bold;
} */

/***** DISEÑO PRINCIPAL *****/
.main-container{
    display: flex;
    flex-direction: column;
    color:#00303C;
}
/* cabecera*/
#main-header-container{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.header-list-availability{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 66.333%;
    color: #00303C;
    font-size: 24px;
    font-weight: 500;
    /* background-color: #eff2f9; */
}
.header-view-cart{
    display: flex;
    justify-content: center;
    width: 33.333%;
    color: #00303C;
    font-size: 40px;
    font-weight: 700;
    background-color: #ffffff;
}
.header-view-cart span{
    margin-left: -30px;
    line-height: normal;
}
/* body */
.main-body-container{
    display: flex;
    flex-direction: row;
    width: 100%;
    color: #00303C;
    margin-bottom: 40px;
}

#main-rossa-list-container, #main-booking-form{
    width: 66.333%;
    padding: 10px 60px 60px 60px;
    /* background-color: #eff2f9; */
}
.main-body-container--justify{
    justify-content: center;
}
.main-booking-form-token{
    width: 100% !important;
    max-width: 800px !important;
}
#main-list-cart, #main-list-booking{
    display: block;
    width: 33.333%;
    padding: 30px;
    background-color: #ffffff;
}
#main-mb-container{
    display: none;
    color: #00303C;
}

/***** DISEÑO CARRITO *****/
.rossa-cart-stick, .rossa-form-cart-stick{
    position: sticky;
}
.rossa-form-cart-stick{
    top: 40px;
}
.cart-container{
    background-color: #ffffff;
}
.header-container{
    padding-bottom: 0px;
}
.header-subtitle{
    font-size: 16px;
    font-weight: 700;
    color: #00303C;
}
.header-dates{
    display: flex;
    flex-direction: row;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.txt-style{
    color: #00303C;
}
.style-txt-start-date{
    width: 40%;
    text-align: center;
    border-right: 1px solid #383838;
}
.style-txt-end-date{
    width: 40%;
    text-align: center;
    border-left: 1px solid #383838;
    border-right: 1px solid #383838;
}
.style-txt-nigths{
    width: 20%;
    text-align: center;
    border-left: 1px solid #383838;
}
.separator{
    background-color: #383838 !important;
    width: 100%;
    height: 2px;
}
.header-details{
    display: flex;
    flex-direction: row;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.style-txt-rooms{
    width: 50%;
    text-align: center;
    border-right: 1px solid #383838;
}
.style-txt-services{
    width: 50%;
    text-align: center;
    border-left: 1px solid #383838;
}

.header-button{
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.header-subtitle-cart{
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #00303C;
}
.header-subtitle-cart span{
    margin: 0;
    padding: 0;
}
.footer-container{
    /* padding-top: 10px; */
}
.footer-info button{
    font-size: 19px;
    width: 100%;
}
.rossa-subtotal{
    display: block;
}
.rossa-show{
    display: block;
}
.rossa-hide{
    display: none;
}
.footer-price{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #00303C;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-price-subtotal{
    font-size: 16px;
}
.footer-discount{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #00303C;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-discount div:first-child{
    width: 70%;
}
.mb-footer-discount{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: #00303C;
}

/***** DISEÑO RESTRICCION MENSAJE *****/
.rossa-restriction-container{
    display: flex;
    width: 100%;
    padding: 20px;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.rossa-restriction-data{
    display: flex;
    width: 50%;
    flex-direction: column;
    text-align: center;
}
.rossa-restriction-data div{
    font-weight: 500;
}
.rossa-title-restriction{
    color: #E7004c;
    font-size: 28px;
    font-weight: 800;
    padding: 0px;
}

/***** DISEÑO ITEMS CARRITO *****/
.list-item-container{
    max-height: 250px;
    overflow-y: auto;
}
.content-item{
    padding: 5px;
    border-top: 2px solid #383838;
    border-bottom: 2px solid #383838;
    margin-top: 5px;
    margin-bottom: 10px;
}
.header-item{
    width: 100%;
    text-align: center;
    color: #00303C;
    font-size: 15px;
    font-weight: 600;
}
.header-item--bail{
    color: #E7004c;
    font-weight: 700;
}
.info-item{
    display: flex;
    flex-direction: row;
}
.info-data-item{
    width: 100%;
}
.info-detail-item{
    font-size: 14px;
}
.info-price-item{
    display: flex;
    justify-content: space-between;
}
.info-price-item div:first-child{
    font-size: 20px;
    font-weight: 700;
    color: #00303C;
}

/***** DISEÑO VERSION MOVIL CARRITO *****/
.mobile-view{
    display: none;
    position:fixed;
}
#mobile-view-list{
    display: none;
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 101;
    background: #ffffff;
    font-size: 16px;
    animation-name: cartmobile;
    animation-duration: 1s;
    padding: 5px;
    overflow-y: auto;
}
.span-close{
    position: absolute;
    top: 5px;
    right: 15px;
}
@keyframes cartmobile{
    from {transform: translateY(100%);}
    to {transform: translateY(0%);}
}
.font-mb-btn{
    font-size: 14px !important;
    font-weight: 600 !important;
}

.hidden-div{
    opacity: 0.5;
    pointer-events: none;
}

.mb-container-total-price{
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700 !important;
    color: #00303C;
    margin-bottom: 10px;
}
.mb-container-total-price-subtotal{
    font-size: 16px;
}

.rossa-modal{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0,0.5);
    width: 100%;
    height: 100%;
    z-index: 102;
}
.rossa-modal-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    width: 50vw;
    max-width: 600px;
    height: 60vh;
    overflow: hidden;
}
.rossa-modal-card--error{
    max-width: 450px;
}
.rossa-modal-card__title{
    width: 100%;
    background-color: #E7004C;
    text-align: center;
    padding: 5px 20px;
}
.rossa-modal-card__title h1{
    color: #ffffff;
    font-size: 1.6em;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.rossa-modal-card__body{
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow-y: auto;
}
.rossa-modal-card__body h1{
    display: none !important;
}
.rossa-modal-card__footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    width: 100%;
    padding: 10px;
}
.rossa-modal-card__footer button{
    margin: 0;
    height: fit-content;
    border: none;
    border-radius: 50px;
    background-color: #E7004C;
    color: #ffffff;
    font-size: 1.2em;
    width: 100%;
    max-width: min(100%,150px);
    padding: 10px 20px;
    cursor: pointer;
}
.rossa-modal-card--error .rossa-modal-card__footer{
    padding: 20px;
}
.rossa-modal-card--error .rossa-modal-card__body{
    padding: 20px 20px 0 20px;
}

.rossa-modal-data{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    gap: 20px;
}
.rossa-modal-data > img{
    width: 70%;
    height: auto;
}
.rossa-modal-data > p{
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-align: center;
}
.rossa-modal-img{
    width: 100%;
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.rossa-late-booking-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
}
.rossa-late-booking-banner{
    display: flex;
    padding: 10px 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    object-fit: contain;
    background-size: contain;
    min-height: 200px;
    max-width: 800px;
    background-color: #ffe9e9;
    border-radius: 20px;
    gap: 40px;
    border: 1px solid #E7004C;
    overflow: hidden;
}
.rossa-late-booking-banner > img{
    object-fit: contain;
    width: 140px;
}
.rossa-late-booking-banner__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rossa-late-booking-banner__content > h1{
    font-size: 1.8em;
    color: #E7004C;
    font-weight: bold;
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
    /***** ROSSA FILTRO *****/
    /* #rossa-filter{
        position: fixed;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        top: 32px;
    } */
    /***** HEADER DISPONIBLIDAD*****/
    .header-list-availability{
        display: flex;
        justify-content: center;
        align-items: flex-end;
        width: 60%;
        color: #00303C;
        font-size: 24px;
        font-weight: 500;
        /* background-color: #eff2f9; */
    }
    .header-view-cart{
        display: flex;
        justify-content: center;
        width: 40%;
        color: #00303C;
        font-size: 40px;
        font-weight: 700;
        background-color: #ffffff;
    }
    /***** DISEÑO CONTENIDO DISPONIBILIDAD *****/
    #main-rossa-list-container, #main-booking-form{
        width: 60%;
        padding: 10px 40px 40px 40px;
        /* background-color: #eff2f9; */
    }
    #main-list-cart, #main-list-booking{
        display: block;
        width: 40%;
        padding: 30px;
        background-color: #ffffff;
    }

}
/* Móviles en horizontal o tablets en vertical */
@media screen and (max-width: 979px) {
    /***** HEADER DISPONIBLIDAD*****/
    .header-list-availability{
        width: 100%;
        text-align: center;
    }
    .header-view-cart{
        display: none;
    }
    /***** DISEÑO CONTENIDO DISPONIBILIDAD *****/
    #main-rossa-list-container{
        width: 100%;
        padding: 5px;
    }
    .rossa-use-content{
        padding: 0;
        border-top: 2px solid #c7c7c7;
    }
    /***** DISEÑO CONTENIDO DISPONIBILIDAD *****/
    #main-rossa-list-container{
        width: 100%;
        padding: 2px;
    }
    .rossa-use-content{
        padding: 0;
        border-top: 2px solid #c7c7c7;
    }
    /***** BOARDS *****/
    .rossa-use-boards{
        width: 100%;
        padding: 5px;
        background-color: #fdfdfd;
        border-radius: 10px;
        border-right: 1px solid #888888;
        border-bottom: 2px solid #888888;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .rossa-use-board-description{
        display: flex;
        width: 70%;
        padding: 5px;
        border-radius: 5px;
        border: 2px solid transparent;
        flex-direction: row;
        cursor: pointer !important;
        gap: 10px;
    }
    .rossa-use-board-price{
        display: inline-block;
        width: fit-content;
        white-space: nowrap;
    }
    .rossa-use-footer-btn {
        margin-top: 20px;
        width: 100%;
    }
    /* .rossa-use-board-checked {
        border-color: #e6cc84;
        background-color: #e6cc8440;
    } */
    .rossa-use-total-price{
        display: flex;
        align-items: center;
        margin-left: 0;
    }
    /***** CARRITO PC *****/
    #main-list-cart{
        display: none;
    }
    /***** CARRITO MOVIL *****/
    /* version movil */
    #main-mb-container{
        display: block;
    }
    .mobile-view{
        display: block;
        position: fixed;
        z-index: 100;
        width: 100%;
        margin: 0;
        left: 0;
        bottom: 0;
    }
    .card-mobile-view{
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #ffffff;
        border-top: 1px solid #c7c7c7;
        /* padding: 5px 10px 0px 5px;  */
    }
    .mb-preview-cart{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    #mb-preview-rooms{
        margin-right: 5px;
    }
    .mb-container-buttons{
        display: flex;
        justify-content: center;
    }
    .mb-buttons{
        display: flex; 
        justify-content: space-between;
        align-items: baseline;
        padding: 10px;
        width: fit-content;
    }
    .mb-btn-show{
        flex: 1;
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px;
        font-size: 12px;
    }
    .mb-btn-form{
        flex: 1;
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px;
        font-size: 12px;
    }
    /* lista carrito*/
    .mb-container{
        padding: 10px 50px 10px 50px;
    }
    .mb-header-title{
        display: flex;
        justify-content: center;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .mb-header-dates{
        display: flex;
        flex-direction: row;
        padding-bottom: 5px;
    }
    #mb-list-cart-txt-start-date{
        width: 40%;
        text-align: center;
        border-right: 1px solid #383838;
    }
    #mb-list-cart-txt-end-date{
        width: 40%;
        text-align: center;
        border-left: 1px solid #383838;
        border-right: 1px solid #383838;
    }
    #mb-list-cart-txt-nigths{
        width: 20%;
        text-align: center;
        border-left: 1px solid #383838;
    }
    .mb-header-details{
        display: flex;
        flex-direction: row;
        padding-bottom: 5px;
    }
    .mb-header-subtitle{
        display: flex;
        flex-direction: row;
        /* padding-bottom: 5px; */
        justify-content: center;
        font-weight: 600;
        font-size: 20px;
        margin-top: 30px;
    }
    #mb-list-cart-txt-rooms, #mb-list-cart-txt-services{
        width: 50%;
        text-align: center;
    }
    #mb-list-cart-txt-rooms{
        border-right: 1px solid #383838;
    }
    #mb-list-cart-txt-services{
        border-left: 1px solid #383838;
    }
    .mb-rossa-list-container{
        max-height: 400px;
        overflow-y: auto;
    }
    .rossa-mb-buttons-group-two{
        display: flex; 
        justify-content: space-between;
        align-items: baseline;
        flex-direction: column;
        padding: 10px;
        width: 100%;
        gap: 10px;
    }
    .rossa-mb-buttons-group-two form{
        width: 100%;
    }
    /***** DISEÑO DIALOG *****/
    #rossa-dialog-body-info{
        text-align: center;
    }
    .dialog-footer-btn{
        display: flex;
        justify-content: center;
    }
    #rossa-dialog-btn-accept{
        width: 80%;
    }
    /***** DISEÑO SERVICIOS *****/
    .rossa-use-services-title, .rossa-use-boards-title{
        font-size: 15px;
        font-weight: 700;
    }
    .rossa-use-service-info{
        display: flex;
        width: 70%;
        flex-direction: row;
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 14px
    }
    .rossa-use-service-select{
        width: 100%;
        font-size: 14px !important;
        padding: 3px;
        border-radius: 5px;
        background-color: #ffffff;
    
    }

    /***** DISEÑO RESTRICCION *****/
    .rossa-restriction-data{
        width: 100%;
    }
    /***** DISEÑO RESTRICCION *****/
    .rossa-text{
        font-size: 14px;
    }
    /***** DISEÑO BOTONES *****/
    .rossa-use-footer-btn{
        display: flex;
        justify-content: center;
    }
    .config-btn-style{
        max-width: 400px;
    }

    .rossa-modal-card{
        width: 70vw;
    }
}
/*Movil */
@media screen and (max-width: 480px) {
    /***** CONTENEDOR PRINCIPAL *****/
    .main-container{
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .main-body-container{
        /* margin-bottom: 50px; */
    }

    /***** HEADER DISPONIBLIDAD*****/
    .header-list-availability{
        width: 100%;
        text-align: center;
    }
    .header-view-cart{
        display: none;
    }
    /***** DISEÑO CONTENIDO DISPONIBILIDAD *****/
    #main-rossa-list-container{
        width: 100%;
        padding: 2px;
    }
    .rossa-use-content{
        padding: 0;
        border-top: 2px solid #c7c7c7;
    }
    .rossa-stay-image{
        width: 100%;
    }
    .rossa-stay-info{
        width: 100%;
    }
    /***** BOARDS *****/
    .rossa-use-boards{
        width: 100%;
        padding: 5px;
        background-color: #fdfdfd;
        border-radius: 10px;
        border-right: 1px solid #888888;
        border-bottom: 2px solid #888888;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .rossa-use-board-description{
        display: flex;
        width: 70%;
        padding: 5px;
        border-radius: 5px;
        border: 2px solid transparent;
        flex-direction: row;
        cursor: pointer !important;
        gap: 10px;
    }
    .rossa-use-board-price{
        display: inline-block;
        width: fit-content;
        white-space: nowrap;
    }
    .rossa-use-footer-btn {
        margin-top: 20px;
        width: 100%;
    }
    /* .rossa-use-board-checked {
        border-color: #e6cc84;
        background-color: #e6cc8440;
    } */
    .rossa-use-total-price{
        display: flex;
        align-items: center;
        margin-left: 0;
    }
    /***** CARRITO PC *****/
    #main-list-cart{
        display: none;
    }
    /***** CARRITO MOVIL *****/
    /* version movil */
    #main-mb-container{
        display: block;
    }
    .mobile-view{
        display: block;
        position: fixed;
        z-index: 100;
        width: 100%;
        margin: 0;
        left: 0;
        bottom: 0;
    }
    .card-mobile-view{
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #ffffff;
        border-top: 1px solid #c7c7c7;
        /* padding: 5px 10px 0px 5px;  */
    }
    .mb-preview-cart{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    #mb-preview-rooms{
        margin-right: 5px;
    }
    .mb-container-buttons{
        display: flex;
        justify-content: center;
    }
    .mb-buttons{
        display: flex; 
        justify-content: space-between;
        align-items: baseline;
        padding: 10px;
        width: fit-content;
    }
    .mb-btn-show{
        flex: 1;
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px;
        font-size: 12px;
    }
    .mb-btn-form{
        flex: 1;
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px;
        font-size: 12px;
    }
    /* lista carrito*/
    .mb-container{
        padding: 10px;
    }
    .mb-header-title{
        display: flex;
        justify-content: center;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .mb-header-dates{
        display: flex;
        flex-direction: row;
        padding-bottom: 5px;
    }
    #mb-list-cart-txt-start-date{
        width: 40%;
        text-align: center;
        border-right: 1px solid #383838;
    }
    #mb-list-cart-txt-end-date{
        width: 40%;
        text-align: center;
        border-left: 1px solid #383838;
        border-right: 1px solid #383838;
    }
    #mb-list-cart-txt-nigths{
        width: 20%;
        text-align: center;
        border-left: 1px solid #383838;
    }
    .mb-header-details{
        display: flex;
        flex-direction: row;
        padding-bottom: 5px;
    }
    .mb-header-subtitle{
        display: flex;
        flex-direction: row;
        /* padding-bottom: 5px; */
        justify-content: center;
        font-weight: 600;
        font-size: 20px;
        margin-top: 30px;
    }
    #mb-list-cart-txt-rooms, #mb-list-cart-txt-services{
        width: 50%;
        text-align: center;
    }
    #mb-list-cart-txt-rooms{
        border-right: 1px solid #383838;
    }
    #mb-list-cart-txt-services{
        border-left: 1px solid #383838;
    }
    .mb-rossa-list-container{
        max-height: 400px;
        overflow-y: auto;
    }
    .rossa-mb-buttons-group-two{
        display: flex; 
        justify-content: space-between;
        align-items: baseline;
        flex-direction: column;
        padding: 10px;
        width: 100%;
        gap: 10px;
    }
    .rossa-mb-buttons-group-two form{
        width: 100%;
    }
    /***** DISEÑO SERVICIOS *****/
    .rossa-use-services-title, .rossa-use-boards-title{
        font-size: 15px;
        font-weight: 700;
    }
    .rossa-use-service-info{
        display: flex;
        width: 100%;
        flex-direction: row;
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 14px
    }
    .rossa-use-service-select{
        width: 100%;
        font-size: 14px !important;
        padding: 3px;
        border-radius: 5px;
        background-color: #ffffff;
    
    }
    /***** DISEÑO DIALOG *****/
    .rossa-dialog-content{
        width: 80%;
    }
    #rossa-dialog-body-info{
        text-align: center;
    }
    .dialog-footer-btn{
        display: flex;
        justify-content: center;
    }
    #rossa-dialog-btn-accept{
        width: 80%;
    }


    /***** DISEÑO RESTRICCION *****/
    .rossa-restriction-data{
        width: 100%;
    }
    /***** DISEÑO RESTRICCION *****/
    .rossa-text{
        font-size: 14px;
    }

    .rossa-modal-card{
        width: 90vw;
    }

    .rossa-late-booking-banner{
        flex-direction: column;
    }
    .rossa-late-booking-banner > img{
        width: 60%;
    }
}