html {
    background-color: #FCFCFD;
}

.navbar {
    box-shadow: 0 1px 0px 0 rgba(0,0,0,0.2),0 1px 10px 0 rgba(0,0,0,0.19) !important;
}



#header {
    padding: 15px;
    background-color: #247297;
}

.footer {
    background-color: #3f3f3f;
    color: #FFF !important;
    padding: 80px 0px 30px 0px;
}

hr {
    background-color: #7e7e7e;
}

.open {
    background-color: #228950;
    color: #FFF;
    border-radius: 0 0 15px 15px;
}

.closed {
    background-color: #973333;
    color: #FFF;
    border-radius: 0 0 15px 15px;
}

.whatsapp_btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.whatsapp_btn button {
    background-color: #228950;
    color: #FFF;
    border: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
}
