.header {
    display: flex;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
    align-self: stretch;
    background-color: #fff;
    align-items: center;
    font-family: Inter;
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 1.6px;
}

.coll_button:before {
    content:'Recolher';
    color: #0062ae;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
}

.coll_button.collapsed:before {
    content:'Saiba Mais';
}

.button_duvidas:before {
    content:url('../images/Icon-9.png');
    color: #0062ae;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
    transition-delay: 1500ms;
}

.button_duvidas.collapsed:before {
    content:url('../images/Icon-8.png');
    transition-delay: 1500ms;
}

.logo-mobile .mlogo  {
    display: none;
}

.logo {
    width: 200px;
    height: auto;
    background-color: #fff;
}

/* Estilos para a Seção de Download de Jogos */
.download-content {
    padding: 20px 0;
    background-color: #f4f4f4;
    color: #333;
}

.download-content .text-guia, .download-content .text-prevencao {
    text-align: center;
    margin-bottom: 20px;
}

.download-content .tButton {
    background-color: #0062ae;
    /* Cor de fundo verde */
    color: white;
    /* Cor da fonte branca */
    padding: 5px 25px;
    /* Reduz o espaçamento interno para tornar o botão mais fino */
    border: none;
    /* Remove a borda padrão do botão */
    border-radius: 5px;
    /* Arredonda os cantos do botão */
    cursor: pointer;
    /* Muda o cursor para indicar que é clicável */
    font-family: Inter;
    font-size: 16px;
    /* Tamanho da fonte */
    display: inline-flex;
    /* Utiliza flexbox para alinhamento */
    align-items: center;
    /* Centraliza o conteúdo verticalmente */
    justify-content: center;
    /* Centraliza o conteúdo horizontalmente */
    transition: background-color 0.3s;
    /* Suaviza a mudança de cor ao passar o mouse */
    height: 35px;
    /* Define uma altura fixa para o botão */
    width: auto;
    /* A largura se ajusta ao conteúdo, respeitando o padding */
    box-sizing: border-box;
    /* Garante que padding e border sejam incluídos na altura total */
}
.download-content .text-guia {
    color: #0062ae;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.download-content .text-prevencao {
    color: #333D5B;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Kaisei Opti";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    /* 140% */
    letter-spacing: 1px;
}

.card-y {  
    background-color: #ECF7FF;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1em;  
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.img-card {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 5px;
}

.card-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.text-content-left {
    font-size: 14px;
    margin-bottom: 15px;
}

.download-btn-container {
    text-align: center;
}

.download-btn {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.download-btn:hover {
    background-color: #0056b3;
    color: #ffffff;
}

/* Adaptações Responsivas */
@media (max-width: 768px) {
    .card {
        margin: 10px;
    }
}


.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-device-width: 480px) {
    .logo-mobile {
        display: none !important;
    }
}

@media only screen and (max-device-width: 480px) {
    .mlogo {
        display: block !important;
    }
    .header li {
        padding-right: 5px !important;
        padding-left: 5px !important;

    }

    .header .inicio {
        display: none !important;
    }

    .logo-mobile {
        display: block !important;
        width: 200px;
        height: auto;
        margin-top: 2em;
        margin-bottom: 1em;
    }

    .logo {
        display: none;
    }
}

.header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -4.2em;
}

.header li {
    display: flex;
    align-items: center;
    align-self: stretch;
    color: #0062ae;
    text-align: center;
    text-transform: uppercase;
    padding-top: 0;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 0;
}

.header a {
    color: #333D5B;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 160% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
}

.header .active {
    color: #0062ae !important;
}

.content-top {
    text-align: center;
    width: 100%;
    position: relative;
    /* Necessário para o posicionamento do pseudo-elemento */
    overflow: hidden;
    /* Garante que o pseudo-elemento não ultrapasse os limites da .row */

}

@media only screen and (max-device-width: 480px) {
    .content-top::before {
        height: 91% !important;
    }
}

.content-top::before {
    border-radius: 24px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* Faz o pseudo-elemento ocupar 80% da largura da .row */
    height: 75%;
    /* Altura igual à do elemento pai */
    background: #d0d8eb;
    /* Exemplo de cor de fundo, ajuste conforme necessário */
    z-index: -1;
    /* Garante que o background fique atrás do conteúdo */
}

.content-top-family {
    padding-top: 2em;
    border-radius: 16px;
    text-align: center;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-family {
    width: 100%;
    height: auto;
}

.title {
    width: 70%;
    top: 50%;
    left: 50%;

}

.title-1 {
    padding-top: 1.5em;
    color: #333D5B;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Kaisei Opti";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 100% */
    letter-spacing: 1px;
    margin: 0;
}

.title-2 {
    color: #0062ae;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Kaisei Opti";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 1px;
    margin: 0;
}

.sub-title {
    padding-top: 2em;
    color: #8491BA;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.second-content {
    padding-top: 3em;
    padding-bottom: 2em;
    background-color: #FFF;
    text-align: center;

}

.second-content .text-guia {
    color: #0062ae;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    /* 400% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.second-content .text-prevencao {
    color: #333D5B;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Kaisei Opti";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    /* 140% */
    letter-spacing: 1px;
}

.second-content .card {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    border: 0 !important;
    padding-bottom: 1em;
}

.second-content .card-title {
    padding-top: 1em;
    color: #546A7E;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    /* 133.333% */
    letter-spacing: 1px;
}

.second-content .card-title-green {
    color: #0062ae;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
}

.second-content .img-card {
    width: 15%;
    height: auto;
}

.second-content .text-content-left {
    font-family: Inter !important;
    line-height: 24px !important;
    color: #567592;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
}

.third-content {
    border-radius: 24px;
    background: #d0d8eb;
    text-align: center;
    display: flex;
    width: 100%;
    height: 15em;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 4em;
}


.third-content .text-green {
    padding-left: 1em;
    color: #0062ae;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Kaisei Opti";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 116.667% */
    letter-spacing: 1px;
}

.third-content .text {
    padding-left: 1em;
    color: #333D5B;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Kaisei Opti";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1px;
}

.third-content .text-container {
    position: relative;
    /* Permite o posicionamento absoluto da barra dentro deste container */
    margin-left: 5em;
    /* Adiciona espaço à esquerda para a barra vertical */
    margin-top: 5em;
}

.third-content .text-container::before {
    content: '';
    /* Necessário para gerar o pseudo-elemento */
    position: absolute;
    /* Posiciona a barra em relação ao container */
    left: 0;
    /* Alinha a barra à esquerda do container */
    top: 0;
    /* Início da barra no topo do container */
    bottom: 0;
    /* Estende a barra até o fundo do container */
    width: 5px;
    /* Largura da barra vertical */
    background-color: #0062ae;
    /* Cor da barra, ajuste conforme necessário */
}

@media only screen and (max-device-width: 480px) {
    .third-content .img-phone {
        display: none !important;
    }

    .third-content .text-green {
        padding-left: 1em;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1px;
    }

    .third-content .text {
        padding-left: 1em;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1px;
    }

    .third-content .text-container {
        position: relative;
        /* Permite o posicionamento absoluto da barra dentro deste container */
        margin-left: 2em;
        /* Adiciona espaço à esquerda para a barra vertical */
        margin-top: 1em;
    }

    .third-content .button-container {
        margin-left: 6em !important;
    }

}

@media only screen and (min-width: 480px) {
    .third-content .img-phone {
        position: absolute;
        /* Posiciona a imagem de forma absoluta dentro do container */
        bottom: 2em;
        /* Alinha a imagem à base do container */
        right: 0;
        /* Alinha a imagem à direita do container */
        width: 25em;
        /* Ajuste a largura conforme necessário */
        height: auto;
        /* Mantém a proporção da imagem */
    }

}

.third-content .button-container {
    padding-top: 1em;
    margin-left: 8em;
    padding-bottom: 2em;
    display: flex;
    justify-content: flex-start;
    /* Align the button to the left */
    align-items: center;
    margin-top: 1em;
    /* Add space above the button */
}

.third-content .tButton {
    background-color: #0062ae;
    /* Cor de fundo verde */
    color: white;
    /* Cor da fonte branca */
    padding: 5px 25px;
    /* Reduz o espaçamento interno para tornar o botão mais fino */
    border: none;
    /* Remove a borda padrão do botão */
    border-radius: 5px;
    /* Arredonda os cantos do botão */
    cursor: pointer;
    /* Muda o cursor para indicar que é clicável */
    font-family: Inter;
    font-size: 16px;
    /* Tamanho da fonte */
    display: inline-flex;
    /* Utiliza flexbox para alinhamento */
    align-items: center;
    /* Centraliza o conteúdo verticalmente */
    justify-content: center;
    /* Centraliza o conteúdo horizontalmente */
    transition: background-color 0.3s;
    /* Suaviza a mudança de cor ao passar o mouse */
    height: 35px;
    /* Define uma altura fixa para o botão */
    width: auto;
    /* A largura se ajusta ao conteúdo, respeitando o padding */
    box-sizing: border-box;
    /* Garante que padding e border sejam incluídos na altura total */
}

.third-content .tButton:hover {
    background-color: #0062ae;
    /* Muda a cor de fundo ao passar o mouse */
}


.fourth-content {
    padding-top: 3em;
    padding-bottom: 2em;
    background-color: #FFF;
    text-align: center;

}

.fourth-content .text-guia {
    color: #0062ae;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    /* 400% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.fourth-content .text-prevencao {
    color: #333D5B;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Kaisei Opti";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    /* 140% */
    letter-spacing: 1px;
}

.fourth-content .card {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    border: 0 !important;
    padding-bottom: 1em;
    border-radius: 16px;
    background: #F5F8FF;
}

.fourth-content .card-title {
    padding-bottom: 1em;
    padding-top: 2em;
    color: #546A7E;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    /* 133.333% */
    letter-spacing: 1px;
}

.fourth-content .card-title-green {
    color: #0062ae;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
}

@media only screen and (max-device-width: 480px) {
    .fourth-content .img-card {
        width: 15% !important;
    }

    .fourth-content .manu-conteiner {
        padding-top: 2em;
    }

    .fourth-content .text-container {
        background: #F5F8FF;
        border-radius: 16px;
        margin-left: 0 !important;
        width: 85% !important;
        padding-bottom: 0.5em;

    }

    .fourth-content .text-content-left {
        margin-left: 0.5em !important;

    }

    .fourth-content .left-card-title {
        margin-left: 0.5em !important;
    }

    .fourth-content .left-card-text {
        margin-left: 0.5em !important;
        padding-right: 0 !important;
    }
}

.fourth-content .img-card {
    padding-top: 1.2em;
    width: 8%;
    height: auto;
}

.fourth-content .text-content-left {
    color: #567592 !important;
    font-feature-settings: 'clig' off, 'liga' off !important;
    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    /* 171.429% */
    letter-spacing: 1px !important;
}

.fourth-content .manu {
    text-align: center;
    /*overflow: hidden;*/
    position: relative;
    /* Garante que o pseudo-elemento não ultrapasse os limites da .row */
    width: 100%;
}

.fourth-content .manu-img-container {
    align-self: flex-start;
    justify-self: flex-start;
    position: relative;
}

.fourth-content .img-manu {
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

@media only screen and (max-device-width: 480px) {
    .fourth-content .manu::before {
        height: 91% !important;
    }
}

.fourth-content .manu::before {
    border-radius: 16px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    /* Faz o pseudo-elemento ocupar 80% da largura da .row */
    height: 100%;
    /* Altura igual à do elemento pai */
    background: #F5F8FF;
    /* Exemplo de cor de fundo, ajuste conforme necessário */
    /*z-index: -1;*/
}

.fourth-content .text-container {
    position: relative;
    margin-left: 1em;
    width: 80%;
    padding-bottom: 0.5em;

}

.fourth-content .left-card-title {
    color: #546A7E;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    /* 133.333% */
    letter-spacing: 1px;
}

.fourth-content .left-card-text {
    padding-right: 1em;
    color: #567592;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
}

.fifth-content {
    padding-top: 3em;
    padding-bottom: 2em;
    text-align: center;
    border-radius: 24px;
    background: #d0d8eb;
}

.download-content {
    margin-top: 20px;
    padding-top: 3em;
    padding-bottom: 2em;
    text-align: center;
    border-radius: 24px;
    background: #d0d8eb;
}

.parceria-gdf {
    margin-top: 20px;
    padding-top: 3em;
    padding-bottom: 2em;
    text-align: center;
    border-radius: 24px;
    background: #d0d8eb;
    margin-bottom: 20px;
}

.parceria-gdf  .text-guia {
    padding-top: 3em;
    color: #0062ae;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    /* 400% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.parceria-gdf .text-content-left {
    color: #567592 !important;
    font-feature-settings: 'clig' off, 'liga' off !important;
    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    /* 171.429% */
    letter-spacing: 1px !important;
}


.parceria-gdf .text-prevencao {
    color: #333D5B;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Kaisei Opti";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
}

.fifth-content .text-guia {
    padding-top: 3em;
    color: #0062ae;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    /* 400% */
    letter-spacing: 1px;
    text-transform: uppercase;
}

.fifth-content .text-prevencao {
    color: #333D5B;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Kaisei Opti";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    /* 140% */
    letter-spacing: 1px;
}

.fifth-content .cards {
    padding-top: 2em;
}

.fifth-content .card-button {
    border-radius: 8px;
    background: #ECF7FF;
    text-align: start;
    width: 100%;
    height: 60px;
}

.fifth-content .card-button .text {
    padding-left: 1em;
    color: #333D5B;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 114.286% */
    letter-spacing: 1px;
}

.fifth-content .card-button .green {
    color: #0062ae;
}

.green {
    color: #0062ae;
}

.fifth-content .card-button .icon {
    margin-top: 5px;
    border-radius: 8px;
    background: #D0D8EB;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.fifth-content .card-button .icon img {
    width: 22px;
    height: auto;
}

.fifth-content .faq-msg {
    margin-top: -5px;
    width: 100%;
    height: auto;
    background-color: #ECF7FF;
    color: #557592;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 1px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 1.5em;
}

@media only screen and (max-device-width: 480px) {
    .fifth-content .card-button .icon {
        display: none !important;
    }
    .fifth-content .card-button .text {
        text-align: center !important;
    }

    .fifth-content .card-button .text {
        padding-top: 0.5em !important;
    }

    .fifth-content .card-button {
        height: 100px !important;
    }
}

.download-content .tButton {
    background-color: #0062ae;
    /* Cor de fundo verde */
    color: white;
    /* Cor da fonte branca */
    padding: 5px 25px;
    /* Reduz o espaçamento interno para tornar o botão mais fino */
    border: none;
    /* Remove a borda padrão do botão */
    border-radius: 5px;
    /* Arredonda os cantos do botão */
    cursor: pointer;
    /* Muda o cursor para indicar que é clicável */
    font-family: Inter;
    font-size: 16px;
    /* Tamanho da fonte */
    display: inline-flex;
    /* Utiliza flexbox para alinhamento */
    align-items: center;
    /* Centraliza o conteúdo verticalmente */
    justify-content: center;
    /* Centraliza o conteúdo horizontalmente */
    transition: background-color 0.3s;
    /* Suaviza a mudança de cor ao passar o mouse */
    height: 35px;
    /* Define uma altura fixa para o botão */
    width: auto;
    /* A largura se ajusta ao conteúdo, respeitando o padding */
    box-sizing: border-box;
    /* Garante que padding e border sejam incluídos na altura total */
    bottom: 2em;
    /* Posiciona o elemento a 2em do bottom */
}

.sixth-content {
    border-radius: 24px;
    background: #d0d8eb;
    text-align: center;
    display: flex;
    width: 100%;
    height: 15em;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 4em;
}


.sixth-content .text-green {
    padding-left: 1em;
    color: #04B25F;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Kaisei Opti";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 116.667% */
    letter-spacing: 1px;
    vertical-align: baseline;
}

.sixth-content .text {
    padding-top: 1em;
    padding-left: 1em;
    color: #333D5B;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Montserrat";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 2px;
}

.sixth-content .logo_asp {
    position: relative;
    /* Permite o posicionamento absoluto da barra dentro deste container */
    margin-left: 2em;
    /* Adiciona espaço à esquerda para a barra vertical */
    margin-top: 2.5em;
}

.sixth-content .text-container::before {
    content: '';
    /* Necessário para gerar o pseudo-elemento */
    position: absolute;
    /* Posiciona a barra em relação ao container */
    left: 0;
    /* Alinha a barra à esquerda do container */
    top: 0;
    /* Início da barra no topo do container */
    bottom: 0;
    /* Estende a barra até o fundo do container */
    width: 5px;
    /* Largura da barra vertical */
    background-color: #04B25F;
    /* Cor da barra, ajuste conforme necessário */
}

@media only screen and (max-device-width: 480px) {

    .sixth-content {
        height: 25em !important;
    }

    .sixth-content.text-green {
        padding-left: 1em;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1px;
    }

    .sixth-content.text {
        padding-left: 1em;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1px;
    }

    .sixth-content.logo_asp {
        position: relative;
        /* Permite o posicionamento absoluto da barra dentro deste container */
        margin-left: 2em;
        /* Adiciona espaço à esquerda para a barra vertical */
        margin-top: 1em;
    }


}