

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

.copyright{
    
    color: #fff;
    font-family: 'Familjen Grotesk';
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0.7;
    text-align: left;
    margin: 0;
    margin-top: 1rem;
}

.sx-sec{
    background-image: url(../img/diorami18_hero_sx.jpg);
    background-size: cover;
    display: flex;
    align-items: flex-start;
    padding: 3rem 20px;
}

.logo{
    /* max-height: 15%; */
    max-width: 40vw;
}

.dx-sec{
    background-image: url(../img/diorami18_hero_dx.jpg);
    background-size: cover;
    display: flex;
    align-items: flex-start;
    padding: 3rem 20px 5rem 20px;
}

.title{
    color:#fff;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 1.5rem;
    line-height: 1.8rem;
    letter-spacing: 1px;
}

.sub-title{
    color:#fff;
    font-family: 'Beautiful Scarlet Serif';
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-weight:bold;
}

.spacer-100{
    height: 50px;
}

.spacer-75 {
    height: 40px;
}

.divider {
    height: 2px;
    background: #fff;
    width: 50px;
    opacity: 1;
    border: none;
}

.button_anchor {
    color: #fff;
    font-family: 'Familjen Grotesk', sans-serif;
    text-decoration: none;
    font-size: 1rem;
    padding: 20px 0;
    border: 2px solid;
    transition:0.5s;
    line-height: 0;
    cursor:pointer;
}

.button_anchor:hover {
    background: #ffffff;
    color: #000;
}


.form-contact-sec{
    background-image: url(../img/diorami18_form.jpg);
    background-size: cover;
    padding: 4rem 20px 3rem 20px;
}


.sub-title-form {
    color: #fff;
    font-family: 'Familjen Grotesk', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
}

.label-form {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.label-form-check{
    color: #fff;
    font-family: 'Familjen Grotesk', sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 300;
}


.hour-choice{
    opacity:0.7;
    transition:0.2s;
}

.hour-choice:hover{
    opacity:1;
}

.hour-choice.disable .box-hour {
   cursor:default;
   opacity:0.3;
}

.hour-choice.disable .box-disponibility {
    opacity:0.3;
}

.hour-choice.disable .box-hour:hover {
   background:transparent;
   color:#fff;
}


.hour-choice.selected{
    opacity:1;
}

.hour-choice.selected .box-hour{
   background:#fff;
   color:#000;
}

.box-hour {
    text-align: center;
    color: #fff;
    font-family: 'Familjen Grotesk';
    border: 2px solid #fff;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    transition:0.5s;
}

.box-hour:first-child{
   margin-left: 0; 
}





.box-disponibility {
    display: flex;
    margin-right: 0;
    margin-top: 0.5rem;
    justify-content: space-between;
}


.box-disponibility > p, .box-disponibility > span{
    color: #fff;
    font-family: 'Familjen Grotesk';
    text-transform: uppercase;
    font-size: 12px;
}


.box-disponibility:first-child{
   margin-left: 0; 
}

.custom_input {
    color: #fff;
    font-family: 'Familjen Grotesk';
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    border: 2px solid;
    background: transparent;
    width: 100%;
    padding: 10px 20px;
    opacity:0.7;
    transition:0.2s;
}

.custom_input::placeholder{
    color: #fff;
}

.custom_input:focus{
    opacity:1;
}

.footer{
    padding: 1rem 20px;
}



.custom-button {
    color: #000;
    font-family: 'Familjen Grotesk';
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
    border: none;
    font-size: 1rem;
    padding: 14px 45px 15px 45px;
    font-weight: bold;
}






.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2.5em;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../img/check.svg);
    background-size: 10px 10px;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check-input:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.form-check-input:checked {
    background-color: #171717;
    border-color: #fff;
}


.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}


.guests {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: center;
    height: 120px;
    justify-content: flex-start;
}

.guests>p{
    margin:0;
    margin-bottom: 1rem;
}

.buttons_guest{
    display:flex;
}

.box-guest{
    font-family: 'Familjen Grotesk';
    color:#fff;
    margin-right: 1.5rem;
    margin-left: 0;
    border: 2px solid;
    padding: 8px 50px;
    opacity:0.7;
    font-size: 18px;
    cursor:pointer;
    transition:0.2s;
}

.t-center{
    text-align:left;
}

.loaderGif {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 13rem;
    height: 13rem;
}

.no-mobile{
    display:none;
}

}

@media only screen and (max-height: 1200px) and (min-height: 1024px){
    
    
    .form-contact-sec {
    background-image: url(../img/diorami18_form.jpg);
    background-size: cover;
    padding: 6rem 3rem 3rem 3rem;
}

.no-mobile{
    display:block;
}

.logo {
    /* max-height: 15%; */
    max-width: 22vw;
}


.title{
    color:#fff;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 1.5rem;
    line-height: 1.8rem;
    letter-spacing: 1px;
}

.sub-title{
    color:#fff;
    font-family: 'Beautiful Scarlet Serif';
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-weight:bold;
}

.spacer-100{
    height: 50px;
}

.spacer-75 {
    height: 40px;
}

.divider {
    height: 2px;
    background: #fff;
    width: 50px;
    opacity: 1;
    border: none;
}


.dx-sec{
    background-image: url(../img/diorami18_hero_dx.jpg);
    background-size: cover;
    display: flex;
    align-items: flex-start;
    padding: 3rem 50px 5rem 50px;
}


.box-hour {
    text-align: center;
    color: #fff;
    font-family: 'Familjen Grotesk';
    border: 2px solid #fff;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    font-size: 20px;
    transition: 0.5s;
}

.box-disponibility {
    display: flex;
    margin-right: 0;
    margin-top: 0.5rem;
    justify-content: space-between;
}

.footer {
    padding: 2rem 3rem;
}


.guests {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    height: 46px;
    justify-content: space-between;
}

.guests>p{
    
    margin:0;
}

.buttons_guest{
    display:flex;
}

.box-guest {
    font-family: 'Familjen Grotesk';
    color: #fff;
    margin-left: 0.5rem;
    margin-right: 0;
    border: 2px solid;
    padding: 8px 30px;
    opacity: 0.7;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
}

.label-form {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.copyright{
    
    color: #fff;
    font-family: 'Familjen Grotesk';
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0.7;
    text-align: left;
    margin: 0;
    margin-top: 1rem;
}

    
}



