.destaques {
    height: 100vh;
}

.titles-4 {
    font-size: 4rem;
    font-family: 'Fredoka One', cursive;
    color: black;
    text-align: center;
    display: grid;
    margin-top: 20px;
}

.titles-4::after {
    content: " curiosidades";
    color: var(--primary-color);
}

.text-4 {
    font-size: 1.5rem;
    text-align: center;
    width: 1300px;
    transform: translateX(0%);
    font-family: 'Public Sans', sans-serif;
}

.linha-1 {
    transform: translate(10%, 1400%);
}

.linha-2 {
    transform: translate(250%, -1011%);
}

.botao-4 {
    background-color: #8ed3fb;
    width: 300px;
    height: 40px;
    font-size: 1.5rem;
    font-family: 'Public Sans', sans-serif;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    margin-left: 2rem;
    margin-top: 3rem;
}

.botao-4:hover {
    color: #fff;
    cursor: pointer;
    width: 1300px;
}

.oculto {
    font-family: 'Public Sans', sans-serif;
    font-size: 1.5rem;
    display: grid;
    width: 1300px;
    height: auto;
    margin-left: 2rem;
    /*     visibility: hidden;
 */
}