.container_app_sugestoes_rbac{

    width:100%;
    
    margin:0 auto;
    display:flex;flex-direction:row;
    justify-content: space-between;
    flex-wrap: wrap;

}

.container_app_tamanho_sugestoes_rbac{
margin-bottom: 460px;
}
.container_square_theme{
border-radius:10px;
background:#ecebeb;
width:320px;
height:250px;
display:flex;flex-direction:column;
justify-content: center;
text-align: center;
color:#036;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
box-sizing: border-box;
padding: 20px;
}
.container_square_theme:hover{

    background:#036;
    color:white;
}
.link_sugestoes_rbac{
    text-decoration:none;
    color:#036;
}


.container_item_copiar{
    margin-bottom:10px;
width:100%;border:1px solid black;padding:10px;border-radius:10px;padding-bottom:50px;
}
.top_copiar{
display:flex;justify-content:space-between;border-bottom:1px solid #036;font-weight:bold;color:#036;padding:15px;margin-bottom:20px;text-transform:uppercase;
}
.bottom_copiar{
padding:10px;
}



.sna_botao_copiar{
    padding:10px;
    border-radius: 10px;
    background: #036;
    color:white !important;
    cursor:pointer;
    text-decoration: none;
}


.sna_botao_copiar:hover{
 
    background: green;
    
}

.link_botao_copiar{
    text-decoration:none;
    color:white !important;
}

.texto_navegacao_superior{font-size:18px;margin-left:20px;}
.texto_navegacao_superior:hover{color:black;
font-weight: bold;}
.icon_navegacao_superior{
    width:25px;
}


.sna_menu_sugestoes_mobile{
    display: none;
}

.sna_menu_sugestoes{display:flex;flex-direction:row;padding:20px;margin-bottom:10px;border-bottom:1px solid #036;}

.sna_voltar_inicio{background:white;color:#036 !important;height:40px;margin-top:20px;}


.iframe-rbac{
    max-width:1024px;max-height:500px;height:100%;
}
@media (max-width: 780px) {

    .container_app_sugestoes_rbac{

        
        display:flex;
        flex-direction:row;
        justify-content: center;
       
    }
    
    .iframe-rbac{
        max-width:1024px;max-height:60vw;height:100%;
    }
    .sna_menu_sugestoes{
        display:none;
    }
    .sna_menu_sugestoes_mobile{
        display:flex;flex-direction:row;justify-content:space-between;padding:20px;margin-bottom:10px;border-bottom:1px solid #036;
    }

    .sna_voltar_inicio{
        display:none;
    }
 }
 