

body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    overflow-x: hidden;
    min-height: 90vh;
    font-family: "Outfit", sans-serif;
}

@font-face {
    font-family: "Outfit";
    src: url("../../fonts/outfit/OutfitRegular.ttf") format("truetype");
}

@font-face {
    font-family: "AlumniItalic";
    src: url("../../fonts/alumni/AlumniSansMediumItalic.ttf") format("truetype");
}

.title {
    font-size: 1.3rem;
    color: #2faae8;
    text-align: left;
    font-family: "Outfit", sans-serif;
    text-decoration: none;
}

.break-word {
    word-wrap: break-word; /* Compatibilidade com navegadores antigos */
    overflow-wrap: break-word; /* Versão mais moderna */
    word-break: break-all; /* Força quebra onde for possível */
}

.header-center, .header-right {
    visibility: hidden
}

.alignCenter {
    display: flex;
    justify-content: center;
}

.bgTransparent {
    background-color: #ffffffab;
    min-height: 90vh;
} 


@media (max-width: 1024px) {
    .title {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .title {
        font-size: 1.2rem;
    }
}


@media (max-width: 576px) {
    .title {
        font-size: 1.0rem;
    }
}
