.texto_titulo{
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

main{
    display: block !important;
    overflow: auto;
    scrollbar-width: none;
    width: 90%;
    margin: auto;
}



.div_cards_aulas{
    display: flex;
    width: 100%;
    overflow: auto;
    gap: 1rem;
    scrollbar-width: none;
}

.container_infantil{
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.texto_aulas{
    color: black;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0.5rem;
}

.overlay_preta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 96%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    z-index: 1;
}

.img_trilha_infantil {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.idade_aulas {
    position: absolute;
    bottom: 10px;
    left: 5px;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: white;
    z-index: 2;
}

.div_img_infantil{
    position: relative;
}

.descricao_pagina {
    font-size: 16px;
    font-weight: 400;
    color: #080808;
    margin: 0;
}