/* ====================================HEADER========================================= */
.header {
    border-bottom: solid 2px #C5C6C6;
}
.header .logo img {
    height: 30px;
    width: auto;
}
.header .navbar {
    width: 100%;
    max-width: 885px;
    padding: .5rem 10px;
}
.header-group-button .question {
    padding: 7px 10px;
    font-size: 17px;
}
.header-mobile {
    padding: 0 5px;
}
.header-mobile i {
    font-size: 25px;
    transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.mobile-menu {
    position: fixed;
    top: 40px;
    right: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #ffffff;
    z-index: 1000;
}
@media (max-width: 575px) {
    header {
        background-color: #ffffff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }
    .content-master {
        margin-top: 48px !important;
    }
}
/* ====================================FOOTER========================================= */
footer {
    padding: 20px;
    font-size: 12px;
    background-color: #595757;
    color: #FFFFFF;
}
