﻿.notice-rebooking {
    background-color: #FFE400;
    border-radius: 0 0px 15px 15px;
    padding: 15px 30px;
    text-align: center;
}

.container-booking {
    margin: auto;
    margin-top: -1.25rem;
    width: 50%;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {
    .container-booking {
        width: 100%;
    }
    .modal-body .heading-modal {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
    .container-booking {
    width:100%;
    }
    .modal-body .heading-modal {
        font-size: 16px;
        line-height: 20px;
    }
}
/* portrait orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
    .container-booking {
        width: 100%;
    }
    .modal-body .heading-modal {
        font-size: 16px;
        line-height:20px;
    }
}


/* landscape orientation */
@media only screen and (min-width : 668px) and (max-width : 834px) and (orientation : landscape) {
    .container-booking {
        width: 90%;
    }
}
/* portrait orientation */
@media only screen and (min-width : 668px) and (max-width : 834px) and (orientation : portrait) {
    .container-booking {
        width: 90%;
    }
}

/*Estilos de Modal*/
.btn-fix {
    margin: 0px !important;
    top: 15px !important;
}

.btn-black {
    background-color: black;
    color: #fff;
}

.line-height-0 {
    line-height: normal !important;
}

b, strong {
    font-weight: bold;
}

.heading-modal {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #b68845;
    font-size: 25px;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
}

.footer-modal {
    font-size: 10px;
    opacity: 0.7;
}

.close-head {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    border: 0;
    background-color: transparent;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

::-webkit-scrollbar {
    display: none;
}
