
/*** METODO DE PAGO RECEPCION *****/
.rossa-card-notice{
    display: flex;
    width: 100%;
    flex-direction: row;
    font-size: 13px;
    background-color: #dc27270a;
    margin-top: 20px;
}
.rossa-card-notice svg{
    display: flex;
    width: 10%;
    margin-top: 5px;
}
.rossa-card-notice-msg{
    display: flex;
    flex-direction: column;
    width: 90%;
    color:#00303C;;
    gap: 10px;
    
}
.rossa-card-notice-msg span:first-child,
.rossa-msg-fail{
    color:#dc2727;
}
.rossa-card-notice-msg span{
    color: #00303C;
}
.rossa-card-input-notice{
    box-shadow: 0 0 0 1px #ff0000, 0 2px 4px 0 rgb(0 0 0 / 7%), 0 1px 1.5px 0 rgb(0 0 0 / 5%);
    /* color: #dc2727; */
    z-index: 10;
}
/* ef9896*/
/***** DISEÑO TEXTOS ESTATICOS *****/
.rossa-li{
    font-size: 12px;
}


.tab{
    display: flex;
    justify-content: center;
    margin:0px;
    padding-top: 15px;
}
.tab-links{
    position: relative;
    background: #ffffff;
    color: #00303C;
    font-size: 16px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
}
.tab-links:hover{
    position: relative;
    background: #ffffff;
    color: #00303C;
    border-top: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-bottom: none;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tab-links:focus{
    position: relative;
    background: #ffffff;
    color: #00303C;
    border-color: #c7c7c7;
    border-bottom: none;
}
.btn-active{
    border-top: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: -1px;
}
.btn-active:hover{
    margin-bottom: -1px;
}
.tab-content{
    margin: 0px 15px 15px 15px;
    border-top: 1px solid #c7c7c7;
    padding: 0px;
}
.tab-login{
    display: none;
}
.tab-form{
    display: block;
}
.input-container{
    display: flex;
    flex-wrap: wrap;
}
.input-containers{
    display: grid;
    grid-auto-flow: dense;
    grid-auto-rows: min-content;
    /* grid-template-columns: repeat(auto-fit, minmax(min(100%,auto-fit),1fr)); */
    grid-template-columns: repeat(auto-fill, minmax(min(100%,290px),max-content));
    justify-content: center;
}

.input-width{
    width: 50%;
}
.input-login{
    width: 100%;
}
.input-content{
    width: 100%;
    padding: 10px;
}
.input-content input{
    background: #ffffff;
    height: 40px;
    color: #00303C;
}
.input-content label{
    color: #00303C;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
    background: #ffffff !important;
}
.rossa-data-client{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.rossa-container-link-table{
    display: flex;
    width: 100%;
    max-width: 600px;
    justify-content: center;
    align-self: center;
    margin-bottom: 20px;
}
.input-form{
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #aaa;
    background-color: #ffffff;
}
:focus{
    box-shadow: 0 0 0 1px rgb(50 151 211 / 30%), 0 1px 1px 0 rgb(0 0 0 / 7%), 0 0 0 4px rgb(50 151 211 / 30%);
    outline: none;
    z-index: 2;
}
.padding-form{
    padding-left: 5px;
    color: #00303C;
}
.label-phone{
    margin-bottom: 8px;
}
.select-form{
    width: 100% !important;
    background: #ffffff;
    border-radius: 5px;
    color: #00303C;
    font-weight: 400;
    padding: 10px;
}
/* CSS SELECT 2*/
.select2{
    width: 100% !important;
}
.select2-selection__arrow{
    top: 20% !important;
}
.select2-selection--single{
    display: flex !important;
    align-items: center !important;
    padding: 10px;
    height: 40px !important;
}


.hidden-div-form{
    display: none;

}

.textarea-content{
    width: 100%;
}
.textarea-content textarea{
    resize: vertical;
    min-height: 96px !important;
    background: #ffffff !important;
    border-width: 1px;
    border-radius: 5px !important;
    width: 100%;
}
/* .textarea-content textarea:focus{
    border-width: 1px;
} */

.input-container:last-child{
    display: flex;
    justify-content: flex-end;
}
.input-container:last-child button{
    margin: 15px;
}



/* Metodos de pago*/
#redsys-submit{
    cursor: pointer !important;
    white-space: normal;
}

.booking-container{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
}
.booking-info, .booking-stripe{
    margin: 5px;
    padding: 10px;
    /* border: 1px solid #c7c7c7; */
    border-radius: 5px;
    background-color: #ffffff;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
}

.booking-header{
    display: flex;
    /* justify-content: space-between; */
    font-weight: 700;
    font-size: 24px;
    color: #00303C;
    align-items: center;
    gap: 10px;
}
.rossa-circle{
    border: 1px solid #00303C;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 18px;
}

.booking-display{
    display: none;
}
.booking-content-info, .booking-content-payments{
    margin-top: 5px;
    border-top: 1px solid #c7c7c7;
}

#mobile-booking-view-list{
    display: none;
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: #ffffff;
    font-size: 16px;
    animation-name: cartmobile;
    animation-duration: 1s;
    overflow-y: auto;
}
#main-mb-booking-container{
    display: none;
    color: #00303C;
}

#checkout-button{
    background-image: url("../img/room1.jpg");
}
.payment-display{
    display: none;
}


.content-payments{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    width: 100%;
}
.type-payment{
    width: 100% !important;
    padding: 5px;
}

.content-payment{
    display: flex;
    width: 100%;
    padding: 10px;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 5px;
}
.rossa-payment-img{
    max-width: 30%;
    max-height: 80px;
}
.rossa-payment-img img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
/* .payment-txt{
    width: 70%;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
} */
.content-payment:hover{
    border-color: rgb(0, 83, 161);
    box-shadow: rgba(0, 83, 161, 0.5) 0px 5px 15px 0px;
}

.rossa-payment-button{
    width: 100%;
    height: 55px;
    border-radius: 5px;
    font-size: 18px;
    font-weight:700;
    cursor: pointer;
}
.rossa-payment-button:focus{
    outline: none;
}
#paypal-button-container{
    width: 100%;
    /* max-width: 100% !important; */
}
#paypal-button-container div:first-child{
    width: 100% !important;
    max-width: none;
}


/* Formulario tarjeta credito/debito*/
.form-rossa-card-container{
    display: none;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    box-shadow: 0 4px 2px -2px grey, -0.2px 0 2px 0 grey, 0.5px 0 3px 0 grey;
    border-radius: 10px;
    padding: 10px;
}
.form-card-styles{
    width: 300px;
}
.form-card-buttons{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 5px;
}
#submit-form-card{
    min-width: 100px;
}
.form-card-row{
    display: flex;
    width: 100%;
    align-items: baseline;
    margin-bottom: 20px;
}
.form-card-row span{
    width: 10%;
}
.form-card-row input{
    width: 90%;
}
.form-card-separator{
    display: flex;
    width: 100%;
    padding: 0px;
    justify-content: center;
}
.form-card-row div{
    display: flex;
    flex-direction: row;
    width: 90%;
    align-items: baseline;
}
.form-card-row div input{
    width: fit-content;
    text-align: center;
}
.input-card-form{
    height: 40px;
    border-radius: 5px;
    border: 1px solid #aaa;
    background-color: #ffffff;
}
.rossa-card-info{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

/* Codigo de descuento */
.discount-code-container{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    color: #00303C;
}
.discount-header{
    display: flex;
    font-weight: 700;
    font-size: 20px;
    justify-content: center;
}
.discount-body{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.discount-body button{
    margin-top: 10px;
    width: fit-content;
}

.discount-msg{
    display: flex;
    color: #E7004c;
    text-align: center;
    padding: 10px 20px;
}


/* SELECT2 */
.iti{
    width: 100% !important;
}
/* quita problema con tema astra */
select, .select2-container .select2-selection--single {
    background-image: none !important;
}

/* CHECKBOX */
.check-container{
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}
/* .check-container div{
    display: flex;
    flex-direction: row;
} */
.check-checkbox-modal{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.check-checkbox-modal label{
    margin-bottom: 0;
    font-size: 16px;
}
#form-checkbox, #form-checkbox-2{
    margin-right: 10px;
}

#modal-policy-page{
    display:none;
    z-index: 99999;
    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); 
}
.modal-content{
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 60%;
    max-width: 850px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modal-body{
    padding: 5px;
    background-color: #ffffff;

}
.modal-header{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 5px 15px 5px 15px;
    color: #ffffff;
    margin-top: 20px;
}
.modal-header-close{
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    width: fit-content;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.modal-header-close:hover{
    color: #000000;
}
.modal-footer{
    background-color: #ffffff;
    width: 100%;
    height: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 20px;
}
.btn-link-privacy{
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #007bff;
    cursor: pointer;
    font-size: 16px;
    /* margin-left: 5px; */
}
.btn-link-privacy:focus{
    outline: none;
}
.btn-link-privacy:hover{
    color: #0056b3;
    text-decoration: underline !important;
}
.btn-link-privacy:active{
    background: none !important;
    padding: 0 !important;
}
/***** DISEÑO SELECT TELEFONO *****/
/* .form-phone-container{
    display: flex;
    flex-direction: row;
    width: auto;
}

.form-phone-container div:first-child{
    width: 30%;
}
.form-phone-container div:last-child{
    width: 70%;
} */
/* .select2-selection--single{
    padding: 2px !important;
}
.rossa-select-dropdown{
    min-width: 200px !important;
    max-width: 400px !important;
} */


/*Link de pago */
.data-content{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.link-subtitle-booking{
    font-weight: 600;
    color:#00303C;
}
.link-dates-booking, .link-data{
    margin: 10px;
    color: #00303C;
}
.link-table{
    display: flex;
    /* border: 0.1em solid #00303C; */
    flex-direction: column;
    color: #00303C;
}
.link-header{
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #00303C;
    color: #ffffff;
    font-weight: 700;
    align-items: center;
}
.link-header-cod{
    width: 15%;
}
.link-header-name{
    width: 60%;
}
.link-header-price{
    width: 25%;
}
.link-item{
    display: flex;
    flex-direction: row;
    width: 100%;
    font-weight: 500;
    align-items: center;
}
.row-par{
    background-color: #dbecf0;
}
.row-impar{
    background-color: #bccace;
}
.link-item-count{
    width: 15%;
    text-align: center;
}
.link-item-name{
    width: 60%;
    text-align: left;
}
.link-item-price{
    width: 25%;
    text-align: right;
    padding-right: 10px;
}
.link-total{
    display: flex;
    flex-direction: row;
    background-color: #00303C;
    color: #ffffff;
    font-weight: 700;
    align-items: center;
}
.link-total-txt{
    width: 70%;
    text-align: left;
    padding-left: 10px;
}
.link-total-price{
    width: 30%;
    text-align: right;
    padding-right: 10px;
}
/* GIF loading */
#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 999;
}

#loading-image {
z-index: 1000;
}

/* Tablets en horizonal y escritorios normales */
@media screen and (min-width: 980px) and (max-width: 1024px) {
    .input-width{
        width: 100%;
    }
    #main-booking-form{
        width: 60%;
    }
    #main-list-booking{
        width: 40%;
    }
}
/* Móviles en horizontal o tablets en vertical */
@media screen and (max-width: 979px) {
    /***** DISEÑO CONTENEDOR FORMULARIO *****/
    .content-payments{
        padding: 2px;
    }
    .booking-header{
        font-size: 18px;
    }
    #main-header-booking{
        width: 100%;
    }
    #main-booking-form{
        width: 100%;
        padding: 10px;
    }
    #main-list-booking{
        display: none;
    }
    #main-mb-booking-container{
        display: block;
    }
    .mobile-view{
        display: block;
        position: fixed;
        z-index: 999;
        width: 100%;
        margin: 0;
        left: 0;
        bottom: 0;
    }
    .card-mobile-view{
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border-top: 1px solid #c7c7c7;
        padding: 0px 10px 0px 5px 
    }
    .mb-buttons{
        display: flex;
        justify-content:center;
        padding: 10px;
    }
    /***** DISEÑO LISTA CARRITO *****/
    .mb-header-title{
        display: flex;
        justify-content: center;
        font-weight: 600;
    }
    .mb-header-dates{
        display: flex;
        flex-direction: row;
        padding-bottom: 5px;
    }
    #mb-booking-cart-txt-start-date{
        width: 40%;
        text-align: center;
        border-right: 1px solid #383838;
    }
    #mb-booking-cart-txt-end-date{
        width: 40%;
        text-align: center;
        border-left: 1px solid #383838;
        border-right: 1px solid #383838;
    }
    #mb-booking-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-booking-cart-txt-rooms, #mb-booking-cart-txt-services{
        width: 50%;
        text-align: center;
    }
    #mb-booking-cart-txt-rooms{
        border-right: 1px solid #383838;
    }
    #mb-booking-cart-txt-services{
        border-left: 1px solid #383838;
    }
    .mb-booking-container{
        max-height: 300px;
        overflow-y: auto;
    }
    .responsive-btn{
        width: 100%;
    }
    /***** DISEÑO MODAL *****/
    .modal-content{
        width: 80%;
        z-index: 9999;
    }
}
/*Movil */
@media screen and (max-width: 480px) {
    .input-width{
        width: 100%;
    }
    /***** DISEÑO CONTENEDOR FORMULARIO *****/
    .content-payments{
        padding: 2px;
    }
    .booking-header{
        font-size: 18px;
    }
    #main-header-booking{
        width: 100%;
    }
    #main-booking-form{
        width: 100%;
        padding: 0px;
    }
    #main-list-booking{
        display: none;
    }
    #main-mb-booking-container{
        display: block;
    }
    .mobile-view{
        display: block;
        position: fixed;
        z-index: 9999;
        width: 100%;
        margin: 0;
        left: 0;
        bottom: 0;
    }
    .card-mobile-view{
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        border-top: 1px solid #c7c7c7;
        padding: 0px 10px 0px 5px 
    }
    .mb-buttons{
        display: flex;
        justify-content:center;
        padding: 10px;
    }
    /***** DISEÑO LISTA CARRITO MOVIL *****/
    .mb-header-title{
        display: flex;
        justify-content: center;
        font-weight: 600;
    }
    .mb-header-dates{
        display: flex;
        flex-direction: row;
        padding-bottom: 5px;
    }
    #mb-booking-cart-txt-start-date{
        width: 40%;
        text-align: center;
        border-right: 1px solid #383838;
    }
    #mb-booking-cart-txt-end-date{
        width: 40%;
        text-align: center;
        border-left: 1px solid #383838;
        border-right: 1px solid #383838;
    }
    #mb-booking-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-booking-cart-txt-rooms, #mb-booking-cart-txt-services{
        width: 50%;
        text-align: center;
    }
    #mb-booking-cart-txt-rooms{
        border-right: 1px solid #383838;
    }
    #mb-booking-cart-txt-services{
        border-left: 1px solid #383838;
    }
    .mb-booking-container{
        max-height: 300px;
        overflow-y: auto;
    }
    .responsive-btn{
        width: 100%;
    }
    /***** DISEÑO MODAL *****/
    .modal-content{
        margin-top: 20px;
        margin-bottom: 20px;
        width: 90%;
    }
    /***** DISEÑO METODOS DE PAGO *****/
    .rossa-payment-button{
        font-size: 16px;
    }
    /***** DISEÑO METODO TARJETA RECEPCION *****/
    #form-card-data{
        font-size: 16px;
    }
    .rossa-card-info{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        text-align: justify;
    }
    .form-card-styles{
        width: 100%;
    }
    .form-card-div-info{
        margin: 10px;
        /* margin-bottom: 10px; */
    }
    .input-card-form {
        height: 30px;
    }
    .form-card-msg{
        margin-bottom: 10px;
    }
    /***** DISEÑO BOTON LINK OPEN POLITICAS *****/
    .btn-link-privacy,
    .check-checkbox-modal label{
        font-size: 14px;
    }
    
}
@media screen and (max-width: 280px) {
    .link-table{
        font-size: 0.8em;
    }
}


