/*** 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;
    border-color: #dddddd !important;
    border-radius: 3px !important;
}

.input-content label {
    color: #00303C;
}

.select-selection--single {
    background: #ffffff;
}



/*
.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;
}

#form-booking .select2-container--default .select2-selection--single {
    background-color: #fff !important;
}
#form-booking .select2-selection.select2-selection--single{
    border-color: #dddddd;
}
#form-booking .select2-container--default.select2-container--disabled{
    background: #f5f5f5;
    opacity: 0.7;
}
#form-booking select.select-form:disabled{
    box-shadow: none !important;
}
#form-booking .input-form:focus,
#form-booking textarea: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%);
    border-style: none;
}
#form-booking .btn-link-privacy:focus{
    color: #007bff;
}

.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%;
    border-color: #dddddd;
    border-style: solid;
}

/* .textarea-content textarea:focus{
    border-width: 1px;
} */

.input-container:last-child {
    display: flex;
    justify-content: flex-end;
}

.input-container:last-child button {
    margin: 15px;
}


.rossa-list-container{
    font-family: work sans,Sans-serif;
}

/* Metodos de pago*/
#redsys-submit {
    cursor: pointer !important;
    white-space: normal;
    color: #ffffff;
}

.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 {
    display: flex;
    justify-content: center;
    align-items: center;
    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 !important;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    color: #ffffff;
}

.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 !important;
    border-radius: 5px !important;
    border: 1px solid #aaa !important;
    background-color: #ffffff !important;
}
.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;
    margin: 20px 0;
}

.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;
}

.rossa-link__discount {
    display: flex;
    flex-direction: column;
}

.rossa-link__discount div:nth-child(1) {
    display: flex;
    flex: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.rossa-link__discount div:nth-child(1) input {
    width: min(100%, 250px);
}

.rossa-link__discount div:nth-child(1) button {
    color: white;
    background-color: #e7004c;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    border: none;
    min-width: min(100%, 100px);
}

.rossa-link-data-table {
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.rossa-link-data-table tr {
    height: 28px;
}

.rossa-link-data-table thead tr,
.rossa-link-data-table tfoot tr {
    background-color: #00303C;
    color: #ffffff;
}

.rossa-link-data-table tbody tr:nth-child(even) {
    background-color: #bccace;
}

.rossa-link-data-table tbody tr:nth-child(odd) {
    background-color: #dbecf0;
}

.rossa-link-data-table tbody tr td:nth-child(2) {
    text-align: start;
}

.rossa-link-data-table tbody tr td:nth-child(3) {
    text-align: end;
    white-space: nowrap;
}
.rossa-link-data-table tfoot tr:nth-child(1),
.rossa-link-data-table tfoot tr:nth-child(2){
    background: #00303cbd;
}
.rossa-link-data-table tfoot tr th:nth-child(1) {
    text-align: end;
}

.rossa-link-data-table tfoot tr th:nth-child(2) {
    text-align: end;
    white-space: nowrap;
}

.rossa-link-data-table tbody tr td:nth-child(3),
.rossa-link-data-table tfoot tr th:nth-child(2) {
    padding-right: 5px;
}

.rossa-link-data-table td,
.rossa-link-data-table th {
    padding: 5px;
    border: none;
}

@media screen and (max-width: 480px) {
    .rossa-link__discount div:nth-child(1) {
        flex-direction: column;
    }

    .rossa-link__discount div:nth-child(1) input {
        width: 60vw;
    }

    .rossa-link__discount div:nth-child(1) button {
        width: 60vw;
    }
}


/* 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;
}

.rossa-link-page-stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.rossa-link-page-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    @media (max-width: 768px) {
        font-size: 12px;
    }
}


.rossa-link-page-step::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.rossa-link-page-step::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.rossa-link-page-step .rossa-link-page-step__counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
}

.rossa-link-page-step.rossa-step-active {
    font-weight: bold;
}

.rossa-link-page-step.rossa-step-completed .rossa-link-page-step__counter {
    background-color: #e7004c;
    color: #ffffff;
}

.rossa-link-page-step.rossa-step-completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #e7004c;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.rossa-link-page-step:first-child::before {
    content: none;
}

.rossa-link-page-step:last-child::after {
    content: none;
}

.rossa-link-guests {
    display: flex;
    flex-direction: column;
    width: min(100%, 500px);
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    align-items: center;
}

.rossa-link-guests-form__box-data {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: min(100%,400px);
    align-items: center;
    margin: 10px 0;
}

.rossa-link-page-steps{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.rossa-link-guests__field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.rossa-link-guests__field > label{
    font-weight: bold;
}

.rossa-link-guest__box-rangue {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.rossa-link-range__counter {
    border: 1px solid #dadada;
    padding: 5px;
    border-radius: 10px;
    width: 60px;
}

.rossa-link-guests .rossa-link-guest-submit{
    border-radius: 5px;
    background-color: #E7004C;
}
.rossa-link-guests .rossa-link-guest-submit:hover{
    background-color: #00303C;
}

.rossa-link-guests .rossa-link-guest-submit:active,
.rossa-link-guests .rossa-link-guest-submit:focus{
    background-color: #00303C;
}


.rossa-link-guests input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

.rossa-link-guests input[type=range]:focus {
    outline: none;
    border-style: none;
    box-shadow: none;
}

.rossa-link-guests input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    max-height: 5px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000;
    background: #E7004C;
    border-radius: 5px;
    border: 0px solid #E7004C;
}

.rossa-link-guests input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 1px #000000;
    border: 1px solid #b4b4b4;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7.5px;
}
.rossa-link-guests input[type=range]:focus::-webkit-slider-thumb{
    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%);
}

.rossa-link-guests input[type=range]:focus::-webkit-slider-runnable-track {
    background: #E7004C;
    border-style: none;
    box-shadow: none;
}

.rossa-link-guests input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000;
    background: #E7004C;
    border-radius: 5px;
    border: 0px solid #E7004C;
}

.rossa-link-guests input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 1px #000000;
    border: 1px solid #b4b4b4;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #FFFFFF;
    cursor: pointer;
}

.rossa-link-guests input[type=range]::-ms-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.rossa-link-guests input[type=range]::-ms-fill-lower {
    background: #E7004C;
    border: 0px solid #E7004C;
    border-radius: 10px;
    box-shadow: 0px 0px 0px #000000;
}

.rossa-link-guests input[type=range]::-ms-fill-upper {
    background: #E7004C;
    border: 0px solid #E7004C;
    border-radius: 10px;
    box-shadow: 0px 0px 0px #000000;
}

.rossa-link-guests input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 1px #000000;
    border: 1px solid #b4b4b4;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #FFFFFF;
    cursor: pointer;
}

.rossa-link-guests input[type=range]:focus::-ms-fill-lower {
    background: #E7004C;
    border-style: none;
    box-shadow: none;
}

.rossa-link-guests input[type=range]:focus::-ms-fill-upper {
    background: #E7004C;
    border-style: none;
    box-shadow: none;
}

.rossa-link-guests__box-selects{
    display: grid;
    width: 100%;
    grid-auto-flow: auto;
    grid-auto-rows: min-content;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 90px), max-content));
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.rossa-link-guests__select{
    display: block;
    width: 100%;
    color: #1a1a1a;
    background: #ffffff;
    border: 1 px solid #868686;
    border-radius: 5px;
    cursor: pointer;
    text-align: start;
    text-overflow: ellipsis;
    outline: none;
    font-size: 16px;
    line-height: normal;
    height: 36px;
    padding: 5px !important;
}
.rossa-link-guests__select--error,
.rossa-link-guests__select--error:focus {
    border-color: #d81a1a !important;
}

.rossa-link-guests input[type="submit"]{
    max-width: 150px;
    padding: 10px 20px;
    color: #ffffff;
}

.rossa-link-guests__box-establishments{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.rossa-link-guests__box-establishments > h3{
    font-weight: bold;
    margin-bottom: 0;
    font-size: 18px;
}
.rossa-link-guests__box-establishments > p{
    margin-bottom: 0;
}

.rossa-link-guests__content-establishments{
    display: grid;
    width: 100%;
    grid-auto-flow: auto;
    grid-auto-rows: min-content;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 190px), 1fr));
    align-items: center;
    gap: 20px;
}
.rossa-link-guests__content-establishments .rossa-link-guests__field > label{
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
}

.rossa-form__payment-link{
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background-color: #00303C20;
    border-radius: 10px;
}
.rossa-form__payment-link > p{
    text-align: center;
}
.rossa-form__btn-link-payment{
    background-color: #006068;
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffffff;
    width: fit-content;
    text-decoration: none !important;
}
.rossa-form__btn-link-payment:hover,
.rossa-form__btn-link-payment:focus{
    background-color: #00303C;
    color: #ffffff;
}
.rossa-form__btn-link-payment:visited{
    color: #ffffff;
}


/***** Checkbox *****/
/*
<div class="checkbox-wrapper-13">
  <input id="c1-13" type="checkbox">
  <label for="c1-13">Checkbox</label>
</div>
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-13 input[type=checkbox] {
        --active: #275EFE;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #BBC1E1;
        --border-hover: #275EFE;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 18px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper-13 input[type=checkbox]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .checkbox-wrapper-13 input[type=checkbox]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled + label {
        cursor: not-allowed;
    }
    .checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }
    .checkbox-wrapper-13 input[type=checkbox]:focus {
        box-shadow: 0 0 0 var(--focus);
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
        width: 18px;
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
        opacity: var(--o, 0);
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
        --o: 1;
    }
    .checkbox-wrapper-13 input[type=checkbox] + label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 4px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
        border-radius: 3px;
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 6px;
        top: 3px;
        transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
}

.checkbox-wrapper-13 * {
box-sizing: inherit;
}
.checkbox-wrapper-13 *:before,
.checkbox-wrapper-13 *:after {
box-sizing: inherit;
}


/* 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: 100;
        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: 100;
        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;
    }
}