/***** LAPTOP e abaixo (SM - LG) *****/
@media screen and (max-width:1200px) {
    .navbar-details[open=""]::before {
        content: ' ';
        position: fixed;
        top: 54px;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #000a;
    }
    .navbar-menu{
        position: absolute;
        top: 100%;
        right: 4px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        box-sizing: border-box;
    }
}


/***** TABLET VERTICAL (MD) *****/
@media screen and (min-width:768px) and (max-width:1200px){
    .filtersSelect1 select {
        flex-basis: 40%;
    }
    select#habilidadeSelect {
        flex-basis: 30%;
    }
    .mainlistred{
        flex-basis: 31.6%;
    }
    .card-tag-area {
        top: 50%;
    }
}

/***** TABLET HORIZONTAL (LG) *****/
@media screen and (min-width:1200px) and (max-width:1400px) {
    #etapa4 {
        .data__habilidade {
            min-width: 182px;
        }
    }
}
@media screen and (max-width:992px) and (orientation:portrait){
    .ab_img {
        width: 60%;
    }
}

/***** CELULAR (SM) *****/
@media screen and (max-width: 576px) {
    body .uwy.userway_p1 .userway_buttons_wrapper {
        top: 62px !important;
    }
    .cid-uoJgMrTCDB,
    .cid-uoJgMrTCDB .navbar {
        min-height: 52px;
    }
    main {
        background-size: 134%;
    }
    .btn-menu-close {
        width: 48px;
        height: 48px;
        text-align: center;
        padding: 12px 18px;
        font-size: 30px;
        position: relative;
        top: 4px;
        z-index: 9;
    }
    .navbar-details[open=""] .btn-menu-open{
        display: none;
    }
    .btn-menu-open,
    .navbar-details[open=""] .btn-menu-close{
        display: block;
    }
    .janela1{
        width: 100%;
        padding: 4px 8px;
    }
    .display-2 {
        font-size: clamp(48px, 72px, 18vw);
    }
    .titls-h2{
        font-size: 18px;
    }
    .g-win-controls{
        width: 11%;
        margin-left: auto;
    }

    .btn {
        min-width: 160px;
    }    
    .btn-bg {
        padding: 8px 16px;
    }
    .btn-label,
    .btn-label small {
        font-size: 16px;
    }
    .btn.dataAno {
        min-width: unset;
    }

    .btn-icon {
        min-width: 12px;
    }

    .footer-logo{
        width: 170px;
    }

    .etapa2-container {
        padding: 40px 16px;
    }

    .etapa2-titl{
        font-size: 24px;
    }

    .dialog-p{
        font-size: 28px;
    }
    .dialog-p-span{
        font-size: 52px;
    }
    
    .etapa3-container {
        padding: 40px 16px;
    }

    .etapa4-container{
        padding: 48px 16px;
    }
    

    .etapa3-selected,
    .etapa4-selected,
    .etapa5-selected {
        font-size: 32px;
    }

    .etapa4-h3{
        font-size: 16px
    }

    .min-w-unset{
        min-width: unset;
    }

    #etapa4{
        .data__habilidade {
            min-width: 162px;
        }
    }

    .state__5 {
        .space-breadcrumb,
        #selectedComponente{
            width: 100%;
        }

        .etapa5-selected{
            font-size: 20px;
        }/* 

        #selectedComponente::before {
            display: none;
        } */
        
        .filtersSelect1 select {
            flex-basis: 100%;
        }

        .mainlistred{
            flex-basis: 100%;
        }
    }
    .state__6 {
        .space-post1 {
            padding: 0;
        }
        #nomeredheader {
            font-size: 24px;
        }
        #btnBackRED,
        #btnViewRED{
            min-width: unset;
            flex: 1 1 50%;
        }
    }
}
@media screen and (min-width:375px) {
    .btn-anos-bg{
        min-width: 328px;
    }
}
/***** FIM CELULAR (SM) *****/

/***** CELULAR MENOR (XSM) *****/
@media screen and (max-width:374px) {
    #etapa4 {
        .data__habilidade {
            min-width: 136px;
        }
    }
}