<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.container-booking {
    background-color: #000;
}*/


.input-group .form-control {
	z-index:0;
}
.container-booking {
    position: relative;
}
.container-booking .input-group-regular {
    width: 65px;
}
.container-booking .input-group-medium {
    width: 85px;
}
.container-booking .input-group-large {
    width: 350px;
}
.form-inline .calendar-bx .form-control {
    margin-bottom: 2rem;
}
input#input-dates{
    background-color: #fff;
    font-family: "Questrial", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 14px;
	    color: #555;
}

.input-date {
font-size: 13px;
    width: 320px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
    padding: 10px 20px;
    border: 1px solid #dcdcdc;
	
	}
.full-screen-table {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #202c2f;
    opacity: .8;
}
	
	
.container-booking input,
.container-booking select.form-control {
    border-radius: 5px !important;
}
.booking-box-container h2 {
 color: white!important;
}
.form-control-feedback {
    top: 1px !important;
    padding-top: 7px;  
    border-left: 1px solid #e1e1e1 !important;
    color: #bfbfbf !important;
    font-size: 18px !important;
    height: 33px !important;
}
.sello {
    position: absolute;
    right: 7rem;
}

.row-no-gutters {
   margin:15px !important;
}

@media (max-width: 414px) {
   .container-booking .input-group-large {
        width: 100% !important;
    }
}
@media (max-width: 555px) {
   .sello {
       display: none;
   }
   .container-booking {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
@media (min-width: 556px) and (max-width: 1199px) {
    .sello {
        right: 1.7rem;
    }
}
@media (max-width: 1199px) {
    .booking-box-container {
        background-color: #212121;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        width: 100%;
    }
top 1.5 input#checkin,
    input#checkout,
    .input-group-regular select,
    .input-group-medium select,
    .input-group-large select {
        background-color: #212121 !important;
        color: #fff;
    }
    .sello {
        margin-top: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1265px) {
    .booking-box-container {
        bottom: 15%;
    }
    .form-inline .calendar-bx .form-control,
    .form-inline .calendar-bx {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .banner-principal {
        position: relative;
    }
    .booking-box-container {
        position: absolute;
        width: 100%;
        bottom: 10%;
        z-index: 1000;
    }
    .container-booking {
        background-color: rgba(0, 0, 0, 0.48);
        width: 1000px;
        margin: 0 auto;
        padding: 2rem;
    }
    
    .form-inline .calendar-bx .form-control {
        width: 155px !important;
    }
}</pre></body></html>