.modal-text {
    height: 300px;
    overflow-x: hidden;
    padding: 15px;
}

#modal {
    z-index: 999 !important;
    
    p {
        text-align: justify;
        line-height: 35px;
    }
}

.btn {
    z-index: 9 !important;
}

.text-center {
    text-align: center !important;
}

#whats {
    width: 50px;
    bottom: 10px;
    right: 10px;
    position: fixed;
    img {
        width: 100%;
    }
}

.banner {
    background: url("../images/banner.jpg") no-repeat;
    background-size: 100%;
    padding: 20px 0;
    display: inline-block;
}