.icon_categoria i {
    color: white;
    font-size: 150%;
    margin-right: 5px;
    width: 10%;
}

.nome_categoria_container {
    margin-left: 2vw;
    padding-bottom: 7vh;
    margin-top: 2vh;
    display: flex;
    gap: 10px;
    align-items: center;
}
#top_btn{
    position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 20px;
    opacity: 0;
    background-color: rgba(41, 78, 167) ;
}

.title_categorias{
    margin-top:-20px;
}

.cat_title{
    font-size:25px;
}

.nome_categoria_subcategoria {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
}


.fa-eye-slash {
    display: none;
    font-size: large;
}

.fa-eye {
    display: block;
    font-size: large;
}


#container_destaque_assuntos {
    display: flex;
    align-items: center;
    width: 96.5%;
    margin-top: 7px;
    justify-content: space-between;
}

.search_assuntos_nav {
    width: 95vw;
    justify-items: center;
    display: flex;
    padding-bottom: 20px;
}

#menu .fa-search {
    color: white;
}

#menu button {
    background-color: transparent;
}

.form_nav {
    width: 82.5%;
    border: 1px solid #fff;
    border-radius: 100px;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.input-search_nav {
    width: 100%;
    background: transparent;
    color: white;
}

.input-search_nav::placeholder {
    color: white;
}

.input-search_nav, button {
    border-style: none;
}

.input-search_nav:focus {
    outline: none;
    box-shadow: none;
}

.fa-eye:hover {
    cursor: pointer;
}

.fa-eye-slash:hover {
    cursor: pointer;
}

.input-search_assuntos, button {
    border-style: none;
}

.input-search_assuntos:focus {
    outline: none;
    box-shadow: none;
}

.nome_categoria {
    font-size: 135%;
    font-weight: 600;
}

#content_categoria {
    width: 17vw;
}

.title_outras_categorias {
    font-size: 115%;
    display: inline-block;
}
 a{
    text-decoration: none;
    
}

.title_outras_categorias::after {
    /* transform-origin: left; */
    margin-top: 2px;
    transform: scaleX(0);
    content: " ";
    transition: transform 0.3s ease;
    cursor: pointer;
    background-color: white;
    width: 100%;
    height: 1px;
    display: block;

}

p{
    margin-bottom: 0;
}
.informacao-foi-util{
    background-color: #f8f8f8;
    margin-top: 3%;
    height: auto;
    text-align: center;
    padding-top: 50px;
    
}

.servico_avaliar_pergunta{
    font-size: 17px;
}
.title_outras_categorias:hover::after{
    transform: scaleX(1);
}

#menu_container {
    justify-content: center;
    text-align: center;
    display: flexbox;
    height: auto;
    padding-bottom: 3vh;
    margin-left: 1vw;
    margin-top: 5%;
    padding-top: 2px;
    width: 100%;
    border-radius: 5px;
    background-color: #4597cf;
    color: rgb(233, 233, 233);
}

.Title_menu h3 {
    margin-top: 15px;
    font-size: 25px;
    font-weight: 600;
}

#Categorias_menu {
    text-align: justify;
    margin-left: 7%;
}

.rota_usuario {
    text-align: left;
    margin-top: 1%;
    font-weight: 450;
    margin-left: 2%;
}

#container {
    display: flex;
    gap: 7vw;

}

.outras_categorias {
    margin-top: 10px;
}

.outras_categorias a, .outras_categorias a:hover {
    text-decoration: none;
    background: none;
    color: rgb(233, 233, 233);
}

.texto-assuntos_container {
    width: 100%;
}

.texto-assuntos_container h3 {
    font-size: x-large;
    margin-top: 20px;
}

.assuntos_subcontainer {
    width: 70vw;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 2.5%;
    justify-items: center;
}



a {
    text-decoration: none;

}

a:hover {
    text-decoration: underline;
}

.texto-assunto_subcontainer {
    display: grid;
    grid-template-columns: 1fr;

}

.texto-assunto_subcontainer h6 {
    font-size: medium;
    padding-bottom: 3px;

}

@keyframes to_appear {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.card_assunto {
    margin-bottom: 30px;
    padding-bottom: 2%;
    width: 90%;;
    height: auto;
    color: #333;
    opacity: 0;
    text-align: left;
    border-radius: 5px;
    border: 2px solid #4ca552;
    transition: 0.2s ease-in-out;
    transform: scale(0.8);
    animation: to_appear 0.3s ease-in-out forwards;
}

.card_assunto:nth-child(1) {
    animation-delay: 0.1s;
}

.card_assunto:nth-child(2) {
    animation-delay: 0.2s;
}

.card_assunto:nth-child(3) {
    animation-delay: 0.3s;
}

.card_assunto:nth-child(4) {
    animation-delay: 0.4s;
}
.card_assunto:nth-child(5) {
    animation-delay: 0.5s;
}

.card_assunto:nth-child(6) {
    animation-delay: 0.6s;
}

.card_assunto:nth-child(7) {
    animation-delay: 0.7s;
}

.card_assunto:nth-child(8) {
    animation-delay: 0.8s;
}

.card_assunto:nth-child(9) {
    animation-delay: 0.9s;
}

.card_assunto:nth-child(10) {
    animation-delay: 1s;
}
.card_assunto:hover {
    background-color: #4ca552;
    transition: 0.2s;
    cursor: pointer;
    text-decoration: none;
}

.card_assunto h2 {
    width: 80%;
    margin-top: 2%;
    margin-left: 5%;
}

.card_assunto h4 {
    font-weight: 500;
}

.card_topico {
    display: grid;
    grid-template-rows: 1fr;
    border-radius: 5px;
    border: 1px solid;
    overflow: hidden;
    width: 93%;
    transition: all 0.4s ease-in-out;
    max-width: 90vw;
}


.texto_container{
    margin-left: 20px;
}
.assuntos_container h3 {
    margin-top: 20px;
    font-size: x-large;
}

.assuntos_container h6 {
    margin-top: 20px;
    font-size: medium;
}
