:root {
    --principal: #f8f8f8;
    --secundario: #ffffff;
    --azulClaro: #258cd4;
    --azulEscuro: #214a6a;
    --preto: #282828;
}

@font-face {
    font-family: 'arialvisicomfina';
    src: url(font/ArialNova-Light.ttf);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'arialvisicomgrossa';
    src: url(font/ArialNova-Bold.ttf);
    font-weight: 800;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
}

body::-webkit-scrollbar {
    width: 15px;
}

body::-webkit-scrollbar-track {
    background: var(--secundario);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--azulEscuro);
    border-radius: 20px;
    border: 3px solid var(--secundario);
}

body {
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
}

#particles-js {
    position: absolute;
    z-index: 999;
}

#particles-js {
    position: absolute;
    position: fixed;
    width: 100%;
    height: 100%;
    /* background-color: #f8f8f8; */
    z-index: 100;
}

nav {
    font-family: 'arialvisicomfina';
    width: 100%;
    height: 10vh;
    background-color: var(--principal);
    color: var(--azulEscuro);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.espacamentoNav {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

nav ul li {
    margin-inline: 20px;
    list-style-type: none;
    letter-spacing: 1px;
    font-family: 'arialvisicomfina';
}

nav ul li a {
    text-decoration: none;
    transition: 0.5s;
    color: var(--preto);
    font-size: 21px;
    font-weight: bold;
    font-family: 'arialvisicomfina';
}

nav ul li a:hover {
    font-size: 22px;
    color: var(--azulClaro);
}

.logoNav {
    width: 40%;
    transition: 1s;
}

.logoNav img {
    width: 30%;
    cursor: pointer;
}

.bandeiraBr {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bandeiraBr img {
    width: 26%;
}

.bandeiraBr p {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    justify-items: center;
    font-size: 26px;
    margin-left: 5px;
    color: var(--preto);
    font-family: 'arialvisicomfina';
    font-weight: bold;
}

.bandeiraBr select {
    background-color: var(--preto);
    border: none;
    color: var(--secundario);
}

.bandeiraBr img:hover {
    cursor: pointer;
}

.idioma {
    width: 100px;
    position: absolute;
    /* margin-left: 34px; */
    margin-top: 200px;
    z-index: 800;
    align-items: center;
    display: none;
    /* background-color: #ff0404; */
}

.selecioneIdioma {
    position: relative;
    z-index: 800;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    /* background-color: blue; */
    animation: abrirBandeirinhas normal 0.5s;
}

.idioma-container {
    display: none;
    /* Inicialmente escondido */
}

@keyframes abrirBandeirinhas {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fecharBandeirinhas {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.selecioneIdioma div a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.selecioneIdioma a img {
    width: 40%;
    margin: 10px;
    /* background-color: aqua; */
}

/* Segundo menu*/

#menuHamb {
    display: none;
    width: 10%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#menuHamb svg {
    width: 50%;
    height: 60%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#menu2 {
    font-family: 'arialvisicomfina';
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #0000009f;
    display: none;
    z-index: 999;
    transition: 0.5s;
}

#menu2 ul {
    width: 40%;
    height: 100vh;
    background-color: var(--principal);
    transition: 0.3s;
    z-index: 1px;
}

#menu2 ul p {
    text-align: center;
    padding-top: 20px;
    color: var(--azulEscuro);
}

#menu2 ul svg:hover {
    color: var(--azulClaro);
    cursor: pointer;
}

#menu2 ul p svg {
    width: 40px;
    height: 30px;
}

#menu2 ul li {
    text-align: center;
    padding: 20px;
    margin: 20px;
    list-style-type: none;
    border-radius: 5px;
}

#menu2 ul li a {
    text-decoration: none;
    color: var(--preto);
    font-weight: bold;
    transition: 0.3s;
}

#menu2 ul li a:hover {
    font-size: 17px;
    color: var(--azulClaro);
}

header {
    background-color: var(--principal);
    width: 100%;
    height: 90vh;
}

.cabecalhoCelular {
    display: none;
}

.cabecalho {
    position: absolute;
    width: 100%;
    height: 90vh;
    background-image: url('img/banners/bannerCorreto.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.dizeresInicial {
    font-weight: lighter;
}

.dizeresHeader {
    position: relative;
    z-index: 30;
    text-align: center;
    color: #000000;
    /* Ajuste cores conforme necessário */
}

.dizeresHeader h1 {
    display: flex;
}

.simboloR {
    border: 2px solid #258cd4;
    border-radius: 50%;
    /* width: 50px; */
    height: 25px;
    padding: 1px;
    padding-inline: 7px;
    font-family: 'arialvisicomfina';
    font-size: 20px;
    margin-left: 3px;
    margin-top: 14px;
}

.corDegrade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, #f8f8f8);
    z-index: 10;
}

.dizeresHeader {
    height: 100%;
    padding-left: 100px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.dizeresHeader h1 {
    color: var(--azulClaro);
    font-size: 60px;
    font-family: 'arialvisicomgrossa';
    margin-top: 20px;
    margin-bottom: 7px;
}

.dizeres2 {
    text-align: left;
    width: 70%;
    font-size: 30px;
    font-family: 'arialvisicomgrossa';
    margin-bottom: 25px;
    color: var(--azulEscuro);
}

.dizeresHeader p:nth-child(3) {
    font-size: 34px;
    font-family: 'arialvisicomfina';
    color: var(--azulEscuro);
    text-align: left;
    margin-top: -7px;
    margin-bottom: 25px;
}

.beneficios {
    height: 100vh;
}

/* Corpo */

main {
    z-index: 200;
    position: relative;
}

.materialXtri {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--principal);
    font-family: 'arialvisicomfina';
}

.materialXtri h1 {
    width: 70%;
    font-size: 37px;
    font-weight: lighter;
    /* margin-inline: 12.5%; */
    padding-top: 30px;
    color: var(--azulEscuro);
}

.materialXtri p {
    width: 70%;
    font-size: 26px;
    padding-top: 30px;
    /* background-color: #214a6a; */
}

.beneficiosXtri {
    background-color: var(--principal);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 100px;
}

.beneficiosXtri h1 {
    width: 70%;
    font-size: 45px;
    color: var(--azulEscuro);
    margin-top: 30px;
    text-align: left;
    /* background-color: #258cd4; */
    font-family: 'arialvisicomgrossa';
}

.beneficiosXtri p {
    width: 70%;
    font-size: 27px;
    margin-top: 20px;
    font-family: 'arialvisicomfina';
}

.icon-beneficio {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* background-color: aqua; */
}

.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 32%;
    /* margin-inline: 10px; */
    margin-top: 80px;
    /* background-color: #68d425; */
}

.icon img {
    width: 37%;
    margin-left: -30px;
}

.icon p {
    text-align: center;
    font-size: 25px;
    color: var(--azulClaro);
    padding: 5px;
    font-weight: lighter;
}

.banner2 {
    width: 100%;
}

.banner2 img:nth-child(1) {
    display: none;
}

.detalhesTec {
    font-family: 'arialvisicomfina';
}

.detalhesTec b {
    font-weight: bold;
}

.detalhesTec img {
    width: 100%;
}

.linhas {
    width: 100%;
    position: absolute;
    margin-top: -82%;
    color: var(--principal);
    font-size: 26px;
    font-weight: lighter;
    z-index: 200;
}

.tituloTec {
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tituloTec h1 {
    font-size: 54px;
    color: var(--principal);
    font-family: 'arialvisicomgrossa';
}

.quadradoDeta {
    height: 12px;
    width: 12px;
    background-color: var(--principal);
    margin-inline: 20px;
}

.linhaConectar {
    display: flex;
    margin-top: 120px;
    color: var(--principal);
    /* background-color: aqua; */
    font-size: 25px;
}

.linha1 {
    height: 100%;
    width: 15%;
    border: 2px solid var(--principal);
    border-right: none;
    border-bottom: none;
    margin-left: 14%;
}

.dentroLinha1 {
    width: 15px;
    height: 15px;
    background-color: var(--principal);
    margin-top: 130%;
    margin-left: -8px;
    /* font-family: 'arialvisicomfina'; */
}

.linhaConectar p {
    color: var(--principal);
    font-size: 35px;
    font-weight: lighter;
    margin-top: -15px;
    margin-inline: 20px;
    margin-right: 100px;
    /* background-color: aqua; */
}

.linhaConectar2 {
    /* background-color: aqua; */
    height: 200px;
    display: flex;
    margin-top: -0.5%;
}

.linha2 {
    width: 8%;
    height: 2px;
    background-color: var(--principal);
    margin-left: 39%;
    font-size: 50px;
}

.linhaConectar2 p {
    margin-top: -2.6%;
    margin-left: 10px;
    font-size: 35px;
}

.dentroLinha2 {
    width: 15px;
    height: 15px;
    background-color: var(--principal);
    margin-top: -7px;
    /* margin-left: -4%; */
}

.foraDoDez {
    margin-top: -4%;
    margin-right: 0.5%;
    /* background-color: #214a6a; */
    font-size: 103px;
}

.dez {
    font-weight: bold;
    font-family: 'arialvisicomgrossa';
    /* margin-top: -100px; */
}

.linha3 {
    height: 250px;
    width: 10%;
    border: 2px solid var(--principal);
    border-right: none;
    border-top: none;
    margin-top: -200px;
    margin-left: 27%;
    /* background-color: #25d43f; */
}

.linhaConectar3 p {
    margin-top: -1%;
    margin-left: 38%;
    font-size: 35px;
}

.dentroLinha3 {
    width: 15px;
    height: 15px;
    background-color: var(--principal);
    margin-top: -10px;
    margin-left: -8px;
}

.tablelaComparativa {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: var(--secundario);
}

.tablelaComparativa h1 {
    color: var(--azulEscuro);
    font-family: 'arialvisicomgrossa';
    font-size: 45px;
}

.tablelaComparativa h1 br {
    display: none;
}

.quadrados {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quadrado {
    height: 13px;
    width: 13px;
    background-color: var(--azulEscuro);
    /* margin-top: 10px; */
    margin-inline: 10px;
    animation: rodar 1s infinite;
}

.tablelaComparativa table {
    width: 65%;
    margin-top: -30px;
    margin-bottom: 100px;
    background-color: #e4e4e4;
    border-left: none;
    border-collapse: collapse;
    font-size: 24px;
}

.tablelaComparativa thead {
    background-color: var(--azulEscuro);
    font-family: 'arialvisicomgrossa';
}

.tablelaComparativa th {
    color: #f8f8f8;
    padding: 10px;
    border: 1px solid #ccc;
    border-left: none;
}

.tablelaComparativa td:nth-child(2):hover,
.tablelaComparativa td:nth-child(3):hover,
.tablelaComparativa td:nth-child(4):hover,
.tablelaComparativa td:nth-child(5):hover {
    font-size: 23px;
    cursor: pointer;
}

.tablelaComparativa th:nth-child(1) {
    text-align: left;
    background-color: var(--azulClaro);
    width: 26%;
    border-right-style: none;
}

.tablelaComparativa td {
    color: var(--azulEscuro);
    padding: 10px;
    font-size: 24px;
    text-align: center;
    width: 15%;
    transition: 0.5s;
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.tablelaComparativa td:nth-child(1) {
    text-align: left;
    font-weight: bold;
    font-family: 'arialvisicomgrossa';
    /* background-color: #258cd4; */
}

.tablelaComparativa tbody {
    font-family: 'arialvisicomfina';

}

.tablelaComparativa tbody:nth-of-type(odd) {
    background-color: var(--principal);
}

/* Rodapé */

footer {
    position: relative;
    background-color: var(--principal);
    color: #000000;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 100;
    font-family: 'arialvisicomfina';
}

.coluna {
    display: flex;
    align-items: center;
}

.coluna1 {
    margin-top: 60px;
    margin-left: 60px;
    /* background-color: #258cd4; */
    width: 50%;
}

.dizeresFooter {
    width: 80%;
    margin-bottom: 10px;
    /* background-color: #68d425; */
}

.dizeresFooter p {
    margin-top: 13px;
    margin-bottom: 10px;
    /* line-height: 27px; */
    font-size: 23px;
}

.bandeira img {
    width: 27%;
    margin-top: 13px;
}

.logoFooter img {
    width: 27%;
    margin-bottom: 10px;
}

.coluna2 {
    width: 50%;
    margin-top: 60px;
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.redesSociais {
    margin-top: 7px;
    margin-right: 60px;
    margin-bottom: 7px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    align-items: center;
}

.redesSociais a {
    /* margin-inline: 10px; */
    margin-left: 20px;
    width: 5%;
}

.redesSociais img {
    width: 100%;
}

.coluna2 p:nth-child(1) {
    font-weight: bold;
    font-size: 23px;
    margin-right: 60px;
}

.rodape {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 80px;
    margin-inline: 60px;
    margin-bottom: 50px;
}

.flexEmail {
    display: flex;
    align-items: center;
    justify-items: flex-end;
    justify-content: flex-end;
    margin-right: 60px;
}

.flexEmail p {
    font-size: 23px;
}

.flexEmail img {
    width: 4%;
    margin-right: 8px;
}

.rodape {
    font-size: 23px;
}

.rodape p a {
    color: #000000;
    text-decoration: none;
}

/*Cokies*/

.cookies {
    width: 100%;
    height: 15vh;
    background-color: var(--azulEscuro);
    position: absolute;
    position: fixed;
    bottom: 0;
    align-items: center;
    justify-content: center;
    z-index: 999;
    display: none;
    font-family: 'arialvisicomfina';
}

.cookies.mostrar {
    display: flex;
}

.botoesCookies {
    width: 20%;
    height: 100px;
    display: flex;
    justify-content: center;
    /* background-color: #77ff00; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.botoesCookies button {
    width: 40%;
    height: 50%;
    padding: 10px;
    border: none;
    flex-wrap: nowrap;
    margin-right: 10px;
    cursor: pointer;
    font-size: 22px;
}

.dizerescookies {
    /* font-size: 22px; */
    margin-left: 40px;
}

.dizerescookies a {
    color: #f8f8f8;
    font-weight: bold;
    font-size: 20px;
}

.dizerescookies p {
    margin-bottom: 5px;
    font-size: 20px;
    color: #f8f8f8;
}

#aceitarCookies {
    background-color: var(--azulClaro);
    color: var(--principal);
    font-weight: bold;

}

#recusarCookies {
    background-color: var(--principal);
    font-weight: bold;
    /* height: 50%;  */
    color: var(--azulEscuro);
}

/* Página dos cookies */

.navCookies a {
    color: #f8f8f8;
    font-weight: bold;
    text-decoration: none;
}

.mainCookie {
    margin-top: 5%;
    margin-inline: 5.5%;
    margin-bottom: 5%;
    color: #214a6a;
    font-family: 'arialvisicomfina';
}

.mainCookie h1 {
    font-size: 35px;
    margin-top: 5%;
    margin-bottom: 20px;
}

.mainCookie h2 {
    margin-top: 3%;
    margin-bottom: 10px;
    font-weight: lighter;
}

.mainCookie p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000ce;
    line-height: 28px;
}

.mainCookie ul {
    margin-top: 2%;
    margin-inline: 20px;
}

.mainCookie ul li {
    color: #000000ce;
    font-weight: bold;
    padding-left: 10px;
    font-size: 18px;
    font-size: 18px;
}

.mainCookie ul li::marker {
    color: #214a6a;
    font-size: 15px;
}

.mainCookie ul p {
    margin-top: 5px;
    padding-left: 10px;
    margin-bottom: 30px;
    font-size: 17px;
}

.cookiesTerceiro ul li {
    font-weight: lighter;
    color: #000000ce;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 28px;
}

.CompromissoDoUsuario ul li {
    font-weight: lighter;
    color: #000000ce;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 28px;
}


/* Respnsividade */

@media (max-width: 1550px) {


    nav ul li a {
        font-size: 16px;
    }

    nav ul li a:hover {
        font-size: 17px;
    }

    .logoNav {
        width: 40%;
    }

    .logoNav img {
        width: 26%;
    }

    .bandeiraBr img {
        width: 20%;
    }

    .bandeiraBr p {
        font-size: 19px;
    }

    .dizeresHeader h1 {
        font-size: 43px;
        margin-top: 20px;
        margin-bottom: 7px;
    }


    .simboloR {
        border: 1px solid #258cd4;
        height: 18px;
        padding: 1px;
        padding-inline: 5px;
        font-family: 'arialvisicomfina';
        font-size: 14px;
        margin-left: 3px;
        margin-top: 10px;
    }

    .dizeres2 {
        width: 70%;
        font-size: 24px;
    }

    .dizeresHeader p:nth-child(3) {
        font-size: 24px;
    }

    .materialXtri h1 {
        font-size: 30px;
    }

    .materialXtri p {
        font-size: 23px;
    }

    .beneficiosXtri h1 {
        font-size: 34px;
    }

    .beneficiosXtri p {
        font-size: 20px;
    }

    .linhas {
        width: 100%;
        position: absolute;
        margin-top: -85%;
        font-size: 26px;
        font-weight: lighter;
        z-index: 200;
    }

    .foraDoDez {
        margin-top: -4%;
        margin-right: 0.5%;
        /* background-color: #214a6a; */
        font-size: 103px;
    }

    .linhaConectar p {
        font-size: 26px;
        margin-top: -15px;
        margin-inline: 20px;
        margin-right: 100px;
    }

    .linhaConectar2 p {
        margin-top: -2.6%;
        margin-left: 10px;
        font-size: 26px;
    }

    .foraDoDez {
        margin-top: -53px;
        font-size: 83px;
    }

    .linha3 {
        height: 250px;
        width: 10%;
        margin-top: -209px;
        margin-left: 26%;
        /* background-color: #214a6a; */
    }

    .linhaConectar3 p {
        margin-top: -1%;
        margin-left: 38%;
        font-size: 26px;
    }

    .tituloTec h1 {
        font-size: 40px;
    }

    .tablelaComparativa h1 {
        font-size: 35px;
    }

    .quadrado {
        height: 10px;
        width: 10px;
    }

    .tablelaComparativa table {
        width: 65%;
        margin-bottom: 100px;
        background-color: #e4e4e4;
        border-left: none;
        border-collapse: collapse;
        font-size: 18px;
    }

    .tablelaComparativa td:nth-child(2):hover,
    .tablelaComparativa td:nth-child(3):hover,
    .tablelaComparativa td:nth-child(4):hover,
    .tablelaComparativa td:nth-child(5):hover {
        font-size: 17px;
        cursor: pointer;
    }

    .tablelaComparativa td {
        color: var(--azulEscuro);
        padding: 10px;
        font-size: 18px;
        text-align: center;
        width: 15%;
        transition: 0.5s;
        border: 1px solid #ccc;
        border-left: none;
        border-top: none;
        border-bottom: none;
    }

    .dizeresFooter p {
        margin-top: 13px;
        margin-bottom: 10px;
        /* line-height: 27px; */
        font-size: 18px;
    }

    .coluna2 p:nth-child(1) {
        font-weight: bold;
        font-size: 18px;
        margin-right: 60px;
    }

    .flexEmail p {
        font-size: 18px;
    }

    .rodape {
        font-size: 18px;
    }

    .botoesCookies button {
        font-size: 18px;
    }

    .dizerescookies a {
        font-size: 16px;
    }

    .dizerescookies p {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {

    .linhaConectar {
        margin-top: 80px;
        height: 200px;
        /* background-color: #258cd4; */
    }

    .linhaConectar br {
        display: none;
    }

    .linhaConectar p {
        font-size: 24px;
    }

    .dentroLinha1 {
        width: 15px;
        height: 15px;
        margin-top: 185px;
    }

    .foraDoDez {
        margin-top: -60px;
        margin-right: 0.5%;
        /* background-color: #214a6a; */
        font-size: 90px;
    }

    .linha3 {
        height: 230px;
        margin-top: -200px;
    }

    .linhaConectar3 p {
        margin-top: -1%;
        margin-left: 38%;
        font-size: 24px;
    }

    .botoesCookies {
        width: 30%;
    }

    .dizerescookies p {
        font-size: 13px;
    }

    .dizerescookies a {
        font-size: 13px;
    }

    .botoesCookies button {
        height: 40%;
        font-size: 13px;
    }

}


@media (max-width: 1040px) {
    nav ul {
        display: none;
    }

    nav {
        height: 10vh;
        display: flex;
        justify-content: space-between;
    }

    nav ul {
        display: none;
    }

    .logoNav img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .espacamentoNav {
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-right: 15px;
    }

    .bandeiraBr {
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .bandeiraBr img {
        width: 25%;
    }

    .selecioneIdioma img {
        width: 40px;
        /* margin: 10px; */
    }

    #menuHamb {
        display: flex;
    }

    .dizeresHeader {
        height: 100%;
        padding-left: 5%;
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .linhaConectar {
        margin-top: 80px;
        height: 160px;
    }

    .linhaConectar br {
        display: none;
    }

    .linhaConectar p {
        font-size: 22px;
    }

    .dentroLinha1 {
        width: 15px;
        height: 15px;
        margin-top: 155px;
    }

    .linhaConectar2 p {
        margin-top: -2.6%;
        margin-left: 10px;
        font-size: 22px;
    }

    .foraDoDez {
        margin-top: -43px;
        margin-left: 1%;
        margin-right: 0.5%;
        font-size: 70px;
    }

    .linha3 {
        height: 220px;
        width: 7%;
        margin-top: -200px;
    }

    .linhaConectar3 p {
        margin-top: -1.5%;
        margin-left: 35%;
        font-size: 22px;
    }

    .tablelaComparativa h1 {
        text-align: center;
        width: 55%;
    }


}

@media (max-width:920px) {

    .dizeresHeader h1 {
        font-size: 39px;
        margin-top: 20px;
    }

    .dizeresHeader p {
        font-size: 20px;
    }

    .beneficiosXtri h1 {
        font-size: 31px;
    }

    .icon img {
        width: 40%;
        margin-left: -10px;
    }

    .icon-beneficio {
        width: 90%;
    }

    .tituloTec h1 {
        font-size: 35px;
    }

    .quadradoDeta {
        height: 10px;
        width: 10px;
        margin-inline: 20px;
    }

    .linhaConectar {
        margin-top: 50px;
        height: 160px;
    }

    .linhaConectar p {
        font-size: 22px;
    }

    .linha1 {
        margin-left: 8%;
    }

    .dentroLinha1 {
        width: 10px;
        height: 10px;
        margin-left: -6px;
    }

    .linha2 {
        margin-left: 36%;
        font-size: 50px;
    }

    .dentroLinha2 {
        width: 10px;
        height: 10px;
        margin-top: -5px;
    }

    .linha3 {
        height: 190px;
        margin-left: 21%;
    }

    .dentroLinha3 {
        width: 10px;
        height: 10px;
        margin-top: -10px;
        margin-left: -6px;
    }

    .linhaConectar3 p {
        margin-top: -1.5%;
        margin-left: 30%;
        font-size: 22px;
    }


    footer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .coluna {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .coluna1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
        margin-left: 0px;
    }

    .dizeresFooter {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 10px;
        align-items: center;
        justify-content: center;
    }

    .dizeresFooter br {
        display: none;
    }

    .dizeresFooter p {
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: 25px;
        width: 90%;
        text-align: center;
        font-size: 18px;
    }

    .bandeira {
        width: 90%;
        display: flex;
        justify-content: center;
    }

    .bandeira img {
        width: 50%;
    }

    .logoFooter {
        width: 90%;
        display: flex;
        justify-content: center;
    }

    .logoFooter img {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .coluna2 {
        margin-top: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 0;
    }

    .coluna2 p:nth-child(1) {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .redesSociais {
        width: 90%;
        margin-right: 0;
        margin-top: 0px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        justify-items: center;
        justify-content: center;
    }

    .redesSociais a {
        margin-left: 10px;
        margin-right: 10px;
        width: 8%;
    }

    .redesSociais img {
        width: 100%;
    }

    .redesSociais {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flexEmail {
        /* height: 100px; */
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        /* background-color: #258cd4; */
        margin-right: 0;
    }

    .flexEmail img {
        width: 25px;
        margin-right: 8px;
    }

    .rodape {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
        margin-inline: 60px;
        margin-bottom: 50px;
    }

    .rodape p {
        margin-top: 10px;
    }

}

@media (max-width: 853px) {

    .simboloR {
        height: 12px;
        padding: 0px;
        padding-inline: 3px;
        font-size: 9px;
        margin-left: 3px;
        margin-top: 5px;
    }

    .dizeresHeader h1 {
        font-size: 26px;
    }

    .dizeresHeader p:nth-child(3) {
        font-size: 20px;
    }

    /* .banner2 img:nth-child(1) {
        display: flex;
    }

    .banner2 img:nth-child(2) {
        display: none;
    }

    .detalhesTec img {
        width: 100%;
        height: 100%;
    } */

    .tablelaComparativa h1 {
        font-size: 25px;
    }

    .tablelaComparativa table {
        width: 80%;
    }

    .botoesCookies {
        width: 30%;
        height: 100px;
        display: flex;
        flex-direction: column;
    }

    .botoesCookies button {
        width: 70%;
        height: 40%;
        flex-wrap: nowrap;
        margin-right: 10px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .dizerescookies p {
        font-size: 13px;
    }

    .dizerescookies a {
        font-size: 13px;
    }


}

@media (max-width: 789px) {
    .detalhesTec {
        display: none;
    }

    .botoesCookies button {
        font-size: 10px;
        width: 100%;
    }

    .dizerescookies {
    /* font-size: 22px; */
    margin-left: 20px;
}
}

@media (max-width: 620px) {

    .materialXtri h1 {
        width: 90%;
    }

    .materialXtri p {
        width: 90%;
    }

    .beneficiosXtri h1 {
        width: 90%;
    }

    .beneficiosXtri p {
        width: 90%;
    }

    .icon-beneficio {
        width: 90%;
    }

    .icon {
        width: 40%;
    }

    .icon img {
        width: 50%;
        margin-left: -10px;
    }

    .quadrado:nth-child(1) {
        margin-left: 6%;
    }

    .quadrado:nth-child(3) {
        margin-right: 6%;
    }

    .tablelaComparativa table {
        width: 90%;
        font-size: 12px;
    }

    .tablelaComparativa thead {
        font-size: 11px;
        background-color: var(--azulEscuro);
        font-family: 'arialvisicomgrossa';
    }

    .tablelaComparativa td {
        font-size: 11px;
    }

    .tablelaComparativa h1 {
        text-align: center;
        width: 85%;
        font-size: 25px;
    }

    .rodape {
        margin-inline: 10px;
    }
}


@media (max-width:425px) {

    header {
        height: 100vh;
    }

    .logoNav {
        width: 40%;
        transition: 1s;
    }

    .logoNav img {
        width: 46%;
        cursor: pointer;
    }

    nav {
        height: 7vh;
    }

    .espacamentoNav {
        width: 68%;
        /* background-color: aqua; */
    }

    .logoNav {
        width: 58%;
    }

    .logoNav img {
        width: 85%;
    }

    #menuHamb {
        width: 15%;
    }

    #menu2 ul {
        width: 60%;
    }

    #menu2 ul li {
        padding: 10px;
    }

    #menu2 ul a {
        font-size: 15px;
    }

    .bandeiraBr img {
        width: 20%;
    }

    .bandeiraBr p {
        font-size: 15px;
    }

    .cabecalhoCelular {
        display: flex;
        height: 100vh;
        position: absolute;
    }

    .cabecalhoCelular img {
        width: 100%;
    }

    .cabecalho {
        display: none;
    }

    .corDegrade {
        display: none;
    }

    .dizeresHeader {
        height: 100%;
        padding-left: 10px;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .dizeresHeader h1 {
        font-size: 32px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .dizeres2 {
        width: 90%;
    }

    .dizeresHeader p:nth-child(3) {
        font-size: 20px;
    }

    .dizeresHeader p:nth-child(1) {
        text-align: left;
        font-size: 18px;
        margin-top: 100px;
        margin-bottom: 10px;
    }

    .dizeresHeader p {
        width: 80%;
        font-weight: lighter;
        font-size: 19px;
        color: #214a6a;
        text-align: left;
        margin-top: -7px;
        margin-bottom: 25px;
    }

    .dizeresHeader p:nth-child(2) {
        width: 90%;

    }

    .materialXtri h1 {
        font-size: 25px;
        width: 90%;
    }

    .materialXtri p {
        font-size: 20px;
        width: 90%;

    }

    .beneficiosXtri {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 100px;
    }

    .beneficiosXtri h1 {
        width: 90%;
        font-size: 31px;
        margin-top: 30px;
        justify-items: center;
    }

    .beneficiosXtri p {
        width: 90%;
        font-size: 20px;
    }

    .icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 38%;
        margin-inline: 20px;
        margin-top: 80px;
    }

    .icon img {
        width: 58%;
    }

    .bandeira img {
        width: 70%;
    }

    .tituloTec h1 {
        font-size: 22px;
    }

    .quadradoDeta {
        width: 5px;
        height: 5px;
        margin-inline: 10px;
    }

    .linhaConectar {
        margin-top: 50px;
        font-size: 25px;
        flex-direction: column-reverse;
    }

    .linha1 {
        height: 250px;
        width: 15%;
        border-top: none;
        margin-left: 5%;
    }

    .dentroLinha1 {
        width: 10px;
        height: 10px;
        margin-top: 250px;
        margin-left: -6px;
    }

    .detalhesTec br {
        display: none;
    }

    .linhaConectar p {
        font-size: 19px;
        margin-top: -15px;
        margin-inline: 5%;
        margin-right: 10px;
    }

    .linhaConectar2 {
        height: 200px;
        display: flex;
        margin-top: 10%;
    }

    .linha2 {
        width: 0.1%;
        height: 0px;
        border: none;
        border: 1px solid var(--principal);
        margin-left: 15%;
        margin-right: 10%;
        font-size: 20px;
    }

    .linhaConectar2 p {
        margin-top: -2.6%;
        margin-left: 20px;
        font-size: 19px;
    }

    .foraDoDez {
        margin-top: -4%;
        margin-right: 0.5%;
        /* background-color: #214a6a; */
        font-size: 50px;
    }

    .linha3 {
        height: 200px;
        width: 10%;
        border: 2px solid var(--principal);
        border-right: none;
        border-top: none;
        border-bottom: none;
        margin-top: -35%;
        margin-left: 5%;
    }

    .linhaConectar3 p {
        margin-top: -1%;
        margin-left: 5%;
        font-size: 20px;
    }

    .dentroLinha3 {
        width: 10px;
        height: 10px;
        margin-top: -10px;
        margin-left: -6px;
    }

    .tablelaComparativa h1 {
        text-align: center;
        width: 75%;
        font-size: 20px;
    }

    .logoFooter {
        width: 90%;
        display: flex;
        justify-content: center;
    }

    .logoFooter img {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .dizeresFooter p {
        width: 100%;
    }

    .coluna2 p:nth-child(1) {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .redesSociais a {
        margin-left: 10px;
        margin-right: 10px;
        width: 400%;
    }

    .rodape {
        font-size: 16px;
    }

    .dizerescookies {
        margin-left: 20px;
    }

    .dizerescookies a {
        font-size: 13px;
    }

}