#header .left-side {
    float: left;
    width: auto !important;
    display: table;
}

#header .right-side {
    float: right;
    width: auto !important;
    display: table;
}

#logo img {
    max-height: 75px !important;
}

.show-small {
    display: none;
}

@media all and (min-width: 992px) and (max-width: 1200px) {}

@media all and (min-width: 768px) and (max-width: 990px) {
    .banner-informativo h2 {
        font-size: 25px;
    }
    .banner-informativo h3 {
        font-size: 20px;
    }
    .banner-btn {
        font-size: 14px;
    }
}

@media all and (max-width: 760px) {
    .grid-footer{
        align-items: center;
        flex-direction: column;
    }
    #texto_prop {
        margin-bottom: 20px;
    }
    .lista {
        display: flex;
        flex: 1;
        align-items: center;
        width: 100%
    }
    .sidebar-mobile {
        height: 100%;
        flex-direction: column;
        z-index: 21474836;
        position: fixed;
        background-color: #fff;
        margin-left: 0;
        max-width: 320px;
        overflow-y: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .close_sidebar{
        float: right;
        font-weight: bold;
        color: #000;
    }
    .espaco_sidebar_mobile{
        transition: all 0.4s ease-in-out;
    }
    .my-account-nav{
        z-index: 21474837;
    }
    .sidebar-mobile-navbar-background {
        width: 100%;
        height: 196px;
        z-index: 21474835;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .sidebar-mobile-background {
        width: 100%;
        height: 100%;
        z-index: 21474835;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .esconder {
        margin-left: -320px;
        height: 0;
        pointer-events: none;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .esconder-background{
        width: 0;
        height: 0;
    }
    .sidebar-mobile-button {
        display: block;
        margin-left: 0;
    }
    #navigation ul {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .topo-buttons {
        margin-bottom: 10px;
    }
    .topo {
        flex-direction: column;
    }
    .banner-content {
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .banner-informativo h2 {
        text-align: center;
    }
    .banner-informativo h3 {
        text-align: center;
    }
    .banner-figure {
        display: none;
    }
    .banner-itens {
        margin-bottom: 20px;
    }
    .banner-itens li {
        background-image: none !important;
        list-style: disc;
        padding-left: 5px;
        height: auto !important;
    }
    .banner-btn {
        margin-top: 10px;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    .licenciado {
        text-align: center;
    }
    .licenciado img {
        width: 500px;
        max-width: 100%;
    }
    .section .parceiros-info {
        flex-direction: column;
        align-items: center;
    }
    .section .parceiros-item {
        width: 300px;
    }
    .section .parceiros-item:last-child {
        margin-left: 0px;
        margin-top: 30px;
    }
    .perguntas ul {
        width: 100%;
    }
    #footer {
        text-align: center;
    }
    #footer .footer-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #footer .footer-buttons .botoes-footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #footer .footer-buttons .redes {
        margin-top: 10px;
    }
    #footer h4 {
        display: none;
    }
    #footer .pull-right {
        margin-top: 20px;
        float: none !important;
    }
}
