
/*------------------------------------*\
   MEDIA QUERIES
\*------------------------------------*/

@media only screen and (max-width: 410px) {
    .programa-de-valorizacao .secao-6 .direita .setas {
        display: none!important;
    }

    .indice{
        display: none!important;
    }

    .programa-de-valorizacao .secao-6 .direita h4 {
        margin: 0!important;
    }

    .indice-mobile{
        display: block!important;
    }
}

@media only screen and (min-width: 30em) { /* 480px */
}

@media only screen and (min-width: 35em) { /* 560px */

}

@media only screen and (min-width: 35em) { /* 560px */

}

@media only screen and (max-width: 40em) { /* 640px */
    .logo-wrapper{
        text-align: center;
    }

    .modal-window-body{
        padding: 18px;
    }

    .modal-window-body header{
        font-size: 18px;
    }

    .modal-window-body button{
        width: 100%;
        margin-bottom: 12px;
    }

    .button-wrapper button{
        background: none;
        padding: 0;
        font-size: 11px;
    }

    .extrato-link {
        font-size: 15px;
    }
}

@media only screen and (min-width: 40em) { /* 640px */

}

@media only screen and (min-width: 48em) { /* 768px - Small */
    .header .head .titulo {
        font-size: 20px;
        margin-left: 30px;
    }

    .home-slider .slick-dots {
        bottom: 30px;
    }
}

@media only screen and (min-width: 60em) { /* 960px */
}

.header .head .logo img{
    max-width: 100%;
    width: 95px;
    height: 45px;
    margin-bottom: 1rem;
    margin-right: 12px;
}

@media only screen and (max-width: 62em) { /* 992px - Medium */

    html{
        font-size: 12px;
    }

    .box{
        margin-bottom: 5rem;
    }

    
    .header .head .titulo {
        font-size: 1.4rem;
        margin: 0;
    }

    /*
    FOOTER
    */
    .logo-footer {
        width: 45px;
    }

    /*
    DESTAQUES
    */
    .home-destaques .col > a {
        padding: 1.55rem .5rem .5rem .5rem;
    }

    /* MENU RELATORIOS */
    .relatorios-menu {
        overflow: auto;
        white-space: nowrap;
        padding: 0;
    }

    .relatorios-menu ul li{
        padding: 25px;
    }

    .relatorios-menu nav ul {
        justify-content: flex-start;
    }

    .header .head {
        margin: 0;
    }

    /* hotsite */
    .programa-de-valorizacao .secao-4 .icones img {
        width: 100px;
    }

    .icone-indice{
        margin-bottom: 32px;
    }

    .programa-de-valorizacao .secao-3 {
        padding: 30px 0!important;
    }

    .programa-de-valorizacao .secao-1 h1,
    .programa-de-valorizacao .secao-9 h3,
    .programa-de-valorizacao .secao-4 .texto h3{
        font-size: 32px!important;
    }

    .titulo-criterio {
        font-size: 32px!important;
    }

    .programa-de-valorizacao .secao-8 .linha-1 .lista {
        padding: 25px!important;
        margin-bottom: 32px;
    }

    .programa-de-valorizacao .secao-7 h3 {
        font-size: 34px!important;
    }

    .programa-de-valorizacao .secao-8 {
        padding: 19px 0!important;
    }

    .btn-subir-topo{
        right: 15px!important;
    }

    .descricao-logado{
        display: flex;
        justify-content: space-around;
    }

    .status-periodo:before{
        display: none;
    }

    .status-periodo{
        text-align: left;
    }
}

@media only screen and (min-width: 62em) { /* 992px - Medium */

}

@media only screen and (min-width: 68em) { /* 1088px */

}

@media only screen and (max-width: 75em) { /* 1200px - Large */

    #banner{
        display: none;
    }

    /*
    MENU
    */
    .menu{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 10;
        margin: 0!important;
        display: none;
        align-items: center;
        animation: showMenu 350ms ease both;
    }

    @keyframes showMenu {
        from{
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }

    .menu.show{
        display: flex;
    }

    .menu-close{
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .home-slider{
        display: none;
    }

    .fake-slide{
        display: none;
    }

    .header .menu ul li {
        display: block;
        border: none;
    }

    .header .menu ul li a{
        margin: 5px 0;
        padding: 1.55rem;
        line-height: 1.55rem;
        background: rgba(255, 255, 255, 0.12);
        border-radius: 8px;
    }

    .home-destaques .col > a .icone {
        width: 75px;
        height: 75px;
    }

    .home-destaques .col > a h3 {
        margin: 0.5rem 0 0 0;
    }

    .menu-toggle{
        position: relative;
        display: block;
    }

    .menu-close,
    .menu-logo{
        display: block;
    }

    .area-logado{
        text-align: center!important;
        padding: 1rem 0;
        border-top: 1px #ccc solid;
        border-bottom: 1px #ccc solid;
    }


    /*Submenu*/
    .header .menu ul li.submenu a{
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header .menu ul li.submenu:hover > ul{
        position: relative;
    }

    .header .menu ul li.submenu:hover > ul li a{
        background: none;
    }

    .header .menu ul li.submenu:hover > ul{
        background: #00401A;
    }

    .link-fale-diretoria{
        display: inline-block;
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
    }

    .covid-wrapper{
        flex-flow: column!important;
        padding: 1rem;
    }

    .covid-wrapper .box {
        margin: 0 0 1rem 0 !important;
    }

    .covid-wrapper .box img{
        width: 75px!important;
    }
}

@media only screen and (min-width: 75em) { /* 1200px - Large */

}

@media only screen and (min-width: 80em) { /* 1280px */

}
