@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
*{font-size: 15px;}

#reg{
    background: #fff9d8;
    max-width: 900px;
    margin: 0 auto;
    padding: 15px;
}
.cabecalho{
    text-align: center;
    background: rgba(255, 255, 255, .5);
    border-radius: 5px;
    padding-bottom: 2px;
}
h1{
    font-size: 25px;
    font-weight: 900;
    font-family: font-family: 'Fredoka One', cursive;
    text-align: center;
    padding-top: 25px;
}
.cabecalho hr{
    background: #1d0e05;
    margin: 0 10px;
}
.cabecalho p{
    margin: 10px 15px;
}
/* 🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧 INÍCIO DOS TÓPICOS */
.top{
    background: rgba(255, 255, 255, .5);
    border-radius: 5px;
    margin-top: 10px;
    padding-bottom: 5px;
}
.top_title{
    font-size: 15px;
    line-height: 15px;
    font-weight: 900;
    background: #1d0e05;
    padding: 5px 10px;
    color: #ffd61e;
    text-transform: uppercase;
    border-radius: 5px;
    border-top: 3px solid #ffd61e;
    border-bottom: 3px solid #ffd61e;
    margin: 0 0 5px 0;
}
.top_txt{
    margin: 0px 15px;
}
.top_t1{
    margin: 5px 0px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
    background: rgba(121, 47, 1, 0.2);
}
.sublinhado{
    text-decoration: underline;
}




h2{
    margin-top: 20px;
    font-size: 17px;
    font-weight: 900;
    display:block;
    background: #1d0e05;
    padding: 5px 5px 5px 15px;
    color: #dddd0d;
    text-transform: uppercase;
}
h3{
    margin-top: 10px;
    font-size: 15px;
    margin-left: 20px;
    font-weight: bolder;
    text-transform: uppercase;
}
h4{
    margin-top: 10px;
    font-size: 15px;
    margin-left: 40px;
}

@media(max-width: 600px){
    h2{
        margin-left: 0;
    }
    h3{
        margin-left: 0;
    }
    h4{
        margin-left: 0;
    }
}