@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

:root {
    --light-black: #222222;
    --secondary-text-color: #4e4c4c;
    --product-secondary-text-color: #d9d9d9;
    --product-secondary-text-color-white-bg: #4b5863;
    --green: #0b6267;
    --green-secondary: #138086;
    --line-color: #146e73;
    --openzap-bg-width: 40%;
    --main-bg-color: #f5f5f7;
    --main-bg-color-black: #282727;
    --bg-blog: #e9e9e9;
    --data-color: #262626;
    --tittle-footer-color: #afafaf;
    --container1-txt-color: #a5a5a5;
    --rede-bg-color: #a5a5a5;
    --linha-footer-color: #3d3a3a;
    --third-light-bg-color: #f2f2f2;
    --quality-selected: #d6e8ed;
    --green-line: #1786a3;
    --sub-item-color: #898484;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    overflow-wrap: break-word;
    scroll-behavior: smooth;
}

body {
    /* height: 100vh; */
    overflow-x: hidden;
}

header {
    
    /* padding: 12px 0; */
    position: fixed;
    width: 100%;
    background-color: #ffffffad;
    border-radius: 0 0 0 15px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2;
    height: 80px;
}

header .wrapper {
    margin: auto;
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.a-header-pp {
    color: black;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
}

.container-sanduiche {
    display: none;
}

#responsive-menu-options {
    display: none;
}

#menu-options {
    display: flex;
    align-items: center;
    gap: 24px;
    /* padding: 13px 0; */
}

.sub-items {
    display: none;
}

#menu-options nav {
    font-weight: bold;
    cursor: pointer;
}

#menu-options .nav-com-seta .opcoes {
    position: absolute;
    top: 48px;
    background-color: #ffffffad;
    font-weight: normal;
    font-size: 0.9rem;
    display: flex;
    gap: 11px;
    flex-direction: column;
    width: 121px;
    border-radius: 0 0 0 12px;
    left: -11px;
    padding: 0;
    height: 0;
    overflow-y: hidden;
    transition: 
        height .3s linear,
        padding .3s linear;
}

#menu-options .nav-com-seta .opcoes-is-open {
    border-top: 1px solid gray;
    padding: 14px !important;
    height: 126px !important;
}

#menu-options .nav-com-seta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    position: relative;
}

#menu-options .nav-atual {
    color: #1a8085;
}

#menu-options .nav-com-seta img {
    transition: transform .3s linear;
}

.seta-virada {
    transform: rotateZ(180deg);
}

.nav-atual {
  color: #1a8085;
  font-weight: bold;
}

nav a {
    text-decoration: none;
    color: black;
}

/* BG */

#produtos {
    background-color: var(--main-bg-color);
    padding-bottom: 120px;
}


main {
    width: 100%;
    height: fit-content;
    background-color: var(--main-bg-color);
}

#home {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner3_1_1x.webp) center / cover no-repeat;
    height: 850px;
    width: 100%;
    
    border-radius: 0 0 0 45px;
}

#home .wrapper {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 33px;
    justify-content: flex-end;
    padding: 143px 0 0 0;
}

#titulo-conteudo {
    width: 70%;
    margin: auto;
    margin-top: 60px;

}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M4.76269 6L-0.000444841 5.64421e-08L9.52584 8.89256e-07L4.76269 6Z" fill="%23373434"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.8rem center; /* diminua pra mover mais pra esquerda */
  background-size: 10px 6px;
  padding-right: 2rem;
  cursor: pointer;
}

select option {
    cursor: pointer;
}

#test-IA input:not([type="submit"]) {
  width: 100%;
  padding: 0 12px 0 45px; /* espaço pro ícone */
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: 12px center;
}


#test-IA input[name="nome"] {
  background-image: url('../images/boneco-icone.webp');
}

/* Ícone WhatsApp */
#test-IA input[name="telefone"] {
  background-image: url('../images/wpp-icone-form.webp');
}


#home-text {
    position: relative;
}

#home-text .titulo-principal {
    font-size: 61px;
    color: white;
    font-weight: bold;
    line-height: 120%; /* 73.2px */
}

.titulo-principal-r2 {
    display: none;
    width: 454px;
    /* width: 100% !important; */
    position: relative;
}

.titulo-principal-r1 {
    width: 854px;
    position: relative;
}

.titulo-principal-r1 .carrossel-palavras {
    position: absolute;
    right: 13.5%;
    top: 52%;
    animation: carrossel-palavras 2.6s linear infinite;
}

.titulo-principal-r2 .carrossel-palavras {
    position: absolute;
    top: 76%;
    left: 32%;
    animation: carrossel-palavras-r2 2.6s linear infinite;
}

/* cada palavra visível por 1s, transição entre elas 0.3s -> ciclo total 2.6s */
.carrossel-palavras .palavra1 {
    opacity: 1;
    animation: fade-palavra1 2.6s ease infinite;
}

.carrossel-palavras .palavra2 {
    opacity: 0;
    animation: fade-palavra2 2.6s ease infinite;
}

@keyframes fade-palavra1 {
    0% { opacity: 1; }
    38.4615% { opacity: 1; }   /* 0 - 1s visible */
    50% { opacity: 0; }        /* 1s -> 1.3s fade out (0.3s) */
    88.4615% { opacity: 0; }   /* hidden while other is visible (1s) */
    100% { opacity: 1; }       /* fade in during last 0.3s */
}

@keyframes fade-palavra2 {
    0% { opacity: 0; }
    38.4615% { opacity: 0; }   /* hidden while first is visible (1s) */
    50% { opacity: 1; }        /* fade in (0.3s) */
    88.4615% { opacity: 1; }   /* visible for 1s */
    100% { opacity: 0; }       /* fade out during last 0.3s */
}

@keyframes carrossel-palavras-r2 {
    0%   { top: 76%; }   
    20%  { top: 76%; }   
    50%  { top: 51%; }    
    80%  { top: 51%; }  
    100% { top: 76%; }   
}

@keyframes carrossel-palavras {
    0%   { top: 50%; }   
    20%  { top: 50%; }   
    50%  { top: 1%; }    
    80%  { top: 1%; }  
    100% { top: 50%; }   
}

@keyframes apagar-palavra1 {
    0% { opacity: 1;}
    25% { opacity: 1;}
    50% { opacity: 0; }
    75% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes apagar-palavra2 {
    0% { opacity: 0;}
    25% { opacity: 0;}
    50% { opacity: 1; }
    75% { opacity: 1; }
    100% { opacity: 0; }
}

#home-text p {
    color: white;
    line-height: 24px;
    margin-top: 15px;
    font-size: 16px;
}

form#test-IA {
    display: flex;
    /* gap: 10px; */
    flex-direction: column;
    width: 425px;
    background: white;
    padding: 25px 20px 20px 20px;
    border-radius: 15px 15px 0 15px;
    font-size: 12px;
}

form#test-IA h2 {
    font-size: 20px;
}

form#test-IA p {
    font-size: 12px;
    color: var(--secondary-text-color);
    margin-top: 5px;
}

form#test-IA p.p-pp {
    margin-top: 10px !important;
}

.test-IA-input {
    border: none;
    outline: none;
    height: 50px;
    background-color: #ede9e9;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 10px 10px 0 10px;
    margin-top: 15px;
}


#test-IA-submit {
    border: none;
    outline: none;
    height: 50px;
    border-radius: 10px 10px 0 10px;
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
}

#content-container {
    /* background: linear-gradient(to bottom,
        var(--main-bg-color) 0%, var(--main-bg-color) 47%, 
        var(--bg-blog) 47%, var(--bg-blog) 54%, 
        var(--main-bg-color-black) 54%, var(--main-bg-color-black) 67%,
        var(--green) 67%, var(--green) 78%,
        var(--third-light-bg-color) 78%, var(--third-light-bg-color) 89%,
        white 89%, white 100%
    ); */
}



#content-container h1 {
    text-align: center;
    color: var(--data-color);
    font-size: 61px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 73.2px */
}

#content-container #p-bottom-h1 {
    text-align: center;
    max-width: 1027px;
    /* width: 70%; */
    margin: 20px auto 0 auto;
    line-height: 24px;
    color: var(--secondary-text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}




.main-product {
    width: 70%;
    /* height: 628px; */
    margin: 60px auto 0 auto;
    display: flex;
    position: relative;
    padding: 50px;
    gap: 28px;
}

.main-product::before {
    content: "";
    position: absolute;
    inset: 0 9% 0 0;
    background: var(--green);
    border-radius: 15px 15px 0 15px; 
    z-index: 0;
}

.main-product > * {
    position: relative;
    z-index: 1;
}

.product-left-side {
    width: 50%;
    /* padding: 35px; */
    border-radius: 18px 18px 0 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 20px; */
}

.product-right-side {
    width: 50%;
    display: flex;
}

.cel-container {
    /* width: 300px; */
    display: flex;
    align-items: center;
}

.cel-container img {
    width: 124%;
}

.product-left-side h2 {
    color: white;
    font-size: 39px;
}


.product-left-side h3 {
    color: var(--product-secondary-text-color);
    font-size: 25px;
    /* margin-top: 10px; */
}

.product-first-h3 {
    margin-top: 10px;
}

p.product-description {
    color: var(--product-secondary-text-color);
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    font-weight: 400;
}



.product-qualities-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-x: hidden;
    width: 100%;
}

.qualities-container {
    width: 400%;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 11px;
}

#produtos .saiba-mais-light, #produtos .saiba-mais-dark {
    margin-top: 41px !important;
    height: 50px !important;
    padding: 13px 32.5px !important;
}

.first-slide {
    transform: translateX(0);
}

.second-slide {
    transform: translateX(-25%);
}

.third-slide {
    transform: translateX(-50%);
}

.fourth-slide {
    transform: translateX(-75%);
}

.quality {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 25%;
}

.quality-selected {
    background-color: var(--quality-selected);
}

.quality-description {
    color: white;
    font-size: 16px;
}

.icons-container {
    display: flex;
    flex-direction: column;
    gap: 19px;
    width: fit-content;
    align-items: center;
    margin-top: 30px;
}

.icons {
    display: flex;
    gap: 10px;
    width: 100%;
}

.icons span {
    border-radius: 50%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 20px; */
    transition: .5s;
}

.icons span:hover {
    box-shadow: 0px 3px 4px black;
}

.line {
    width: 100%;
    height: 2px;
}

.gray-line {
    background-color: #ffffff45;
    display: flex;
    align-items: center;
}

.green-line {
    background-color: var(--quality-selected);
    display: flex;
    align-items: center;
}

.white-line-selector {
    background-color: white;
}

.line-selector {
    height: 4px;
    width: 25%;
    transition: .5s;
}

.green-line-selector {
    background-color: var(--green-line);
}



.line-first-item {
    transform: translateX(0);
}

.line-second-item {
    transform: translateX(100%);
}

.line-third-item {
    transform: translateX(200%);
}

.line-fourth-item {
    transform: translateX(300%);
}
/* VER OS TAMANHOS DE TUDO (icones, bolinha dos icones etc) */
.saiba-mais-light {
    border: none;
    outline: none;
    height: 55px;
    width: fit-content;
    border-radius: 10px 10px 0 10px;
    background-color: white;
    color: var(--light-black);
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 13px 25px;
}

.saiba-mais-dark {
  border: none;
  outline: none;
  height: 55px;
  width: fit-content;
  border-radius: 12px 12px 0 12px;
  background-color: black;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  /* margin-top: 22px; */
  display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
padding: 13px 25px;
}




.left-product-container {
    width: 70%;
    /* height: 485px; */
    margin: 120px auto 0 auto;
    display: flex;
    position: relative;
    z-index: 1;
    gap: 63px;
}

.right-product-container {
    width: 70%;
    /* height: 485px; */
    margin: 120px auto;
    display: flex;
    position: relative;
    z-index: 1;
    gap: 63px;
}

.left-product-container::before {
    content: "";
    position: absolute;
    inset: 0 55% 0 0;             /* equivale a width = 90% (sobra 10% à direita) */
    background: var(--green-secondary);
    border-radius: 15px 15px 0 15px;          /* ajuste o raio como quiser */
    z-index: 0;
}

.right-product-container::before {
    content: "";
    position: absolute;
    inset: 0 0 0 55%;             /* equivale a width = 90% (sobra 10% à direita) */
    background: var(--green-secondary);
    border-radius: 15px 15px 0 15px;          /* ajuste o raio como quiser */
    z-index: 0;
}

.left-product-container > * {
    position: relative;
    z-index: 1;
}

.right-product-container > * {
    position: relative;
    z-index: 1;
}

.left-side-left-product {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.left-side-left-product .container-img {
    width: 91%;
    display: flex;
}

.left-side-left-product .container-img img {
    width: 100%;

}

.left-side-right-product {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.left-side-right-product .container-img {
    width: 91%;
    display: flex;

}

.left-side-right-product .container-img img {
    width: 100%;

}

.product-description-white-bg {
    color: var(--product-secondary-text-color-white-bg);
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
}

.quality-description-white-bg {
    color: var(--product-secondary-text-color-white-bg);
}

.right-side-left-product {
    width: 49%;
    display: flex;
    flex-direction: column;
}
.right-side-left-product h3 {
    font-size: 25px;
    color: var(--secondary-text-color);
    /* margin-top: 10px; */
}

.h2-product-white-bg {
    color: var(--green);
    font-size: 49px;
}



.vantagens {
    background: linear-gradient(to bottom,
        var(--main-bg-color) 0%, var(--main-bg-color) 84%, 
        var(--bg-blog) 84%, var(--bg-blog) 100% 
    );
    border-radius: 30px 30px 0 30px;
}

.vantagens .wrapper{
    width: 70%;
    /* height: 1000px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 70px 110px 63px 110px;
    /* gap: 60px; */
    margin: auto;
    border-radius: 30px 30px 0 30px;
    /* border: 1px solid #000; */
    background: #FFF;
    /* box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); */
}
.vantagens h2 {
    font-size: 49px;
    color: var(--secondary-text-color);
    text-align: center;
}

.vantagens-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 20px;
    margin-top: 60px;
}

.vantagem {
    width: 20%;
    overflow-x: hidden;
    cursor: pointer;
    transition: width .5s,
                margin-right .5s;
}

.vantagens-descricao-container {
    display: flex;
    position: relative;
    width: 100%;
    margin-top: 27px;
}

.vantagem:not(.ad-seeing) .container-img img {
  filter: brightness(35%);
}

.ad1-img-r1 {
    transform: translateX(-13%);
}

.ad2-img-r1 {
    transform: translateX(-24%);
}

.ad3-img-r1 {
    transform: translateX(-46%);
}

.ad4-img-r1 {
    transform: translateX(-57%);
}

.vantagem .container-img {
    height: 585px;
    overflow: hidden;
    border-radius: 15px 15px 0 15px;
}

.ad-seeing {
    width: 45%;
    /* margin-right: 10px; */
}

.last-ad {
    margin-right: 0 !important;
}

.last-ad .advantage-container-description {
    width: 100% !important;
}

.ad-seeing img {
    filter: brightness(100%);
}

.vantagem .container-img img {
    transition: filter .8s;
}

.visible-img {
    opacity: 1;
}

.hidden-img {
    opacity: 0;
    width: 100%;
}

.seeing {
    width: 424px; 
}

.seeing p {
    display: inline !important;
}

.seeing h3 {
    display: inline !important;
}

.description-seeing {
    display: flex !important;
}

.description-seeing h3, .description-seeing p {
    /* opacity: 1 !important; */
}

.advantage-container-description {
    display: none;
    /* margin-top: 27px; */
    flex-direction: column;
    gap: 10px;
    width: 427px;
    opacity: 0;
    transition: opacity .8s;

}

.advantage-container-description h3 {   
    font-size: 31px;
    font-weight: 700;
    line-height: 37.2px;
    color: black;
    /* opacity: 0;
    transition: opacity .5s; */
}

.advantage-container-description p {   
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    /* opacity: 0; */
    color: var(--secondary-text-color);
    /* transition: opacity .5s; */

}

.desc1 {
    margin-left: 0 !important;
}

.desc2 {
    margin-left: 20% !important;
}

.desc3 {
    margin-left: 40% !important;
}

.desc4 {
    margin-left: 60% !important;
    width: 48% !important;
}

.advantage-img {
    transition: opacity .8s;
}


.sobre-nos {
    background: linear-gradient(to bottom,
        var(--bg-blog) 0%, var(--bg-blog) 55%, 
        var(--main-bg-color-black) 55%, var(--main-bg-color-black) 100% 
    );
    padding: 70px 0 120px 0;
}

.sobre-nos .wrapper {
    width: 70%;
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(45deg, #39b1b6, #4893ce);
    border-radius: 30px 30px 0 30px;
    /* height: 395px; */
    /* justify-content: space-evenly; */
    padding: 60px 29px;
}

.sobre-nos h2 {
    text-align: center;
    font-size: 61px;
    line-height: 120%;
    color: #282828;
    font-weight: 700;
}

.conteiner-titulo-sobre-nos {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 19px;
}

.sobre-nos h3 {
    font-size: 49px;
    color: white;
    text-align: center;
    line-height: 58.5px;
    font-weight: 700;
}

.sobre-nos p {
    color: #FFF;
text-align: center;

/* P Extra Large - Aa/Paragraph Extra Large- Regular */
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
margin-top: 6px;
}

#sobre-nos .saiba-mais-dark {
    margin-top: 41px !important;
    display: flex !important;
    width: 146px !important;
    padding: 13px 25px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    height: 50px !important;
}


.clientes {
    background-color: var(--main-bg-color-black);
}

.clientes .wrapper {
    width: 70%;
    height: 600px;
    padding: 0 0 120px 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--main-bg-color-black);
    position: relative;
}

.clientes h2 {
    color: white;
    text-align: center;
    font-family: Roboto;
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 58.8px */
}

.clientes-container {
    display: grid;
    height: 300px;
    width: 100%;
    grid-template-rows: 50% 50%;
    grid-template-columns: 23% 23% 23% 23%;
    margin-top: 50px;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
}

.clientes-container .container-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clientes-container .container-img img {
    width: 77%;
}


.clientes-slide-wrapper {
    overflow-x: hidden;

}

.clientes-slide-container-r3 {
    display: none;
}

.clientes-slide-container {
    height: 80%;
    display: none;
    align-items: center;
}

.clientes-slide {
    display: flex;
    align-items: center;
    width: 400%;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);    
}

.clientes-slide .slide {
    display: flex;
    width: 25%;
    padding: 0 20px;
    justify-content: space-evenly;
}

.clientes-slide-container .slide img {
    width: 45%;
    object-fit: contain;
}

#clientes .saiba-mais-light {
    margin-top: 40px;
    display: flex !important;
    width: 218px !important;
    padding: 13px 25px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
}



.parceiros-slide-container {
    height: 80%;
    display: none;
    align-items: center;
    width: 100%;
    margin-top: 32px;
}

.parceiros-slide-wrapper {
    overflow-x: hidden;

}

.parceiros-slide {
    display: flex;
    align-items: center;
    width: 1100%;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);    
}

.parceiros-slide .slide {
    display: flex;
    width: 9%;
    padding: 0 20px;
    justify-content: space-evenly;
}


.parceiros-slide-container .slide img {
    width: 45%;
    object-fit: contain;
}




.seta-container {
    cursor: pointer;
}


.depoimentos {
    padding: 120px 0;
    background-color: var(--green);
}

.depoimentos .wrapper {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    background-color: var(--green);
}

.tittle-depoimentos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.depoimentos h2 {
    color: #FFF;
text-align: center;

/* H2/H2- Bold */
font-size: 49px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 58.8px */
}

.depoimentos p.depoimentos-descricao {
    color: var(--product-secondary-text-color);
    text-align: center;

    /* P Extra Large - Aa/Paragraph Extra Large- Regular */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-top: 20px;
}

.depoimentos-container {
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 2%;
}

.depoimento {
    background-color: var(--green-secondary);
    border-radius: 15px 15px 0 15px;
    padding: 35px 30px 35px 35px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    justify-content: space-between;
}

.depoimento p {
    color: #FFF;

    /* P Medium - Aa/Paragraph Medium- Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    text-align: left;
}

.depoente {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
}

.depoente p {
    color: #FFF;
}

.depoente .depoente-nome {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

.depoente .depoente-cargo {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}



.parceiros {
    background: linear-gradient(to bottom,
        var(--green) 0%, var(--green) 54%, 
        var(--third-light-bg-color) 54%, var(--third-light-bg-color) 100% 
    );
}

.parceiros .wrapper {
    width: 70%;
    /* height: 350px; */
    margin: 0 auto;
    display: grid;
    grid-template-columns: 28% 69%;
    grid-template-rows: 100%;
    padding: 71px 60px 48px 83px;
    background-color: white;
    border-radius: 30px 30px 0 30px;
    gap: 3%;
}

.parcerias-tittle {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    gap: 20px;
}

.parcerias-tittle h2 {
    color: var(--data-color);
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 58.8px */
}

.parcerias-tittle p {
    color: var(--secondary-text-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.parceiros-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px; /* espaço entre os logos */
    align-items: center;
    justify-items: center;
    padding: 20px;
}

.parceiros-container .container-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parceiros-container .container-img img {
    width: 100%;
}

.contato {
    background-color: var(--third-light-bg-color);
    padding: 165px 0 111px 0;

}

.contato .wrapper {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
}

.tittle-contato {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tittle-contato h2 {
    color: var(--data-color);
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 58.8px */
}

.tittle-contato p {
    color: var(--secondary-text-color);
    font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}

.fale-conosco-container {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 22px;
    background: linear-gradient(45deg, #39b1b6, #4893ce);
    border-radius: 15px 15px 0 15px;
    padding: 31px 28px 28px 31px;
}

.fale-conosco-container h3 {
    color: white;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 37.2px */
}

form.fale-conosco {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

form.fale-conosco input {
    height: 47px;
    border: none;
    outline: none;
    padding: 13px 15px;
    border-radius: 10px 10px 0 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

form.fale-conosco textarea {
    height: 127px;
    border: none;
    outline: none;
    font-size: 1rem;
    padding: 13px 15px;
    border-radius: 10px 10px 0 10px;
}

.form-bottom {
    display: flex;
    align-items: center;
    gap: 16px;
}

.form-bottom div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
}

.form-bottom div input {
    width: 20px;
    height: 20px;
    border-radius: 12px;
    border: none;
    outline: none;
}

.p-concordo {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}

.contato .saiba-mais-dark {
    width: 193px !important;
}





.blog {
    background-color: white;
    padding: 114px 0 120px 0;
}

.blog .wrapper {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tittle-blog {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.blog h2 {
    color: var(--data-color);
    text-align: center;
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 58.8px */
}

.blog p {
    text-align: center;
    color: var(--secondary-text-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.blog-posts-container {
    display: flex;
    gap: 24px;
    margin-top: 60px;
    /* height: 505px; */
}

.post {
    display: flex;
    flex-direction: column;
    background-color: var(--bg-blog);
    padding: 0 0 35px 0;
    border-radius: 15px 15px 0 15px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

a.link-post {
    width: 33%;
    text-decoration: none;
    color: inherit;
}

a.link-post:visited {
    color: inherit;
}

.post .container-img {
    height: 65%;
}

.post .container-img img {
    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0 15px;
}

.post-tittle-data-container {
    /* height: 166px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px 23px 0 40px;
    gap: 10px;
}

.post-tittle-data-container .post-tittle {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    color: black;
}

.post-tittle-data-container div.data {
    color: var(--data-color) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 150% !important; /* 24px */
    text-transform: uppercase !important;
}

#blog .saiba-mais-dark {
    margin-top: 49px !important;
    padding: 13px 37.5px !important;
}





footer {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 400px; */
    background-color: var(--main-bg-color-black);
    color: white;
    padding: 83px 0;
}

footer h2 {
    font-size: 2rem;
    color: var(--tittle-footer-color);
    font-size: 31px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 37.2px */
}

.footer-container {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 42px;
}

footer a.tittle, footer a.topic {
    color: inherit;
}

.top-footer {
    /* height: 184px; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.container1 {
    width: 25%;
    height: 100%;
}

.container1 .txt {
    font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 14.4px */
    color: var(--container1-txt-color);
    margin-top: 25px;
}

.container2 {
    width: 59%;
    display: flex;
    flex-direction: column;
    gap: 23px;
    /* height: 170px; */
    padding-top: 17px;
}

.bottom-container-2 {
    display: flex;
    font-size: 0.8rem;
    gap: 12px;
    color: var(--container1-txt-color);
}

.bottom-container-2 .item-menu {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}

.bottom-container-2 .item-menu .container-topics {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.7rem;
}

.item-menu-com-sub-topico {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.item-menu-com-sub-topico .container-topics {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.item-menu-com-sub-topico .container-topics a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: var(--sub-item-color);
}

.container3 {
    width: 16%;
    /* height: 170px; */
    padding-top: 17px;
}

.container-redes {
    margin-top: 20px;
    display: flex;
    gap: 8px;
}

.container-redes .container-img {
    background-color: var(--rede-bg-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    cursor: pointer;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--linha-footer-color);
    padding: 16px 0 0 0;
    font-size: 0.8rem;
    color: var(--container1-txt-color);
}

div.criado-por {
    display: flex;
    align-items: center;
}

.direitos {
    font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 14.4px */
}

header .wrapper, #home .wrapper, #titulo-conteudo, .clientes .wrapper, .depoimentos .wrapper, .sobre-nos .wrapper, #confirmai, #openzap, #h2n, #reducel, .footer-container, .blog .wrapper, .contato .wrapper, .parceiros .wrapper, .vantagens .wrapper {
    min-width: 900px;
}


@media screen and (max-width: 1370px) {
    header {
        justify-content: space-between;
        /* padding: 12px 24px; */
    }

    .container-sanduiche {
        cursor: pointer;
        width: 40px;
        height: 28px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .container-sanduiche div {
        width: 100%;
        background-color: var(--data-color);
        height: 5px;
        border-radius: 5px;
        transition: transform .25s linear;
        
    }

    .container-sanduiche-x .b1 {    
        transform: rotateZ(-45deg) translateX(-16px);
    }

    .container-sanduiche-x .b2 {
        opacity: 0;
    }
    
    .container-sanduiche-x .b3 {
        transform: rotateZ(45deg) translateX(-16px);
    }
    
    #menu-options {
        display: none;
    }

    #responsive-menu-options nav {
        cursor: pointer;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 24px */
    }

    #responsive-menu-options {
        width: 281px;
        position: absolute;
        display: flex;
        flex-direction: column;
        right: 0;
        top: 100%;
        border-radius: 0 0 0 15px;
        background-color: #ffffffad;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        align-items: flex-end;
        padding: 30px 58px 35px 0;
        gap: 24px;

        transform-origin: top;
        transform: translateY(-12px) scaleY(.96);
        opacity: 0;
        pointer-events: none;
        transition:
            transform .26s cubic-bezier(.2,.75,.25,1),
            opacity   .26s cubic-bezier(.2,.75,.25,1);
        height: calc(100vh - 80px);
        overflow-y: scroll;
    }

    .is-open {
        transform: translateY(0) scaleY(1) !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .sub-items {
        display: block;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 22px;
    }

    .sub-items nav {
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 120% !important; /* 16.8px */
    }
}

@media screen and (max-width: 1000px) {
    header .wrapper {
        width: 85%;
        padding: 0;
    }
    #home {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                    url('../images/banner-background-medium.svg') center/cover no-repeat;
        height: 960px;
        width: 100%;
        
        border-radius: 0 0 0 45px;
        
    }
    #home .wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        width: 85%;
        padding: 32px 0 0 0;
    }

    #home-text p {
        margin-top: 21px;
    }

    .titulo-principal-r1 {
        display: none;
    }
    .titulo-principal-r2 {
        display: block;
        margin-top: 74px;
    }

    #titulo-conteudo {
        width: 85%;
        margin: auto;
        margin-top: 60px;
    }

}

@media screen and (max-width: 1000px) {
    header .wrapper, #home .wrapper, #titulo-conteudo, #clientes .wrapper, .sobre-nos .wrapper, #depoimentos .wrapper , #confirmai, #openzap, #h2n, #reducel, .footer-container, .blog .wrapper, .contato .wrapper, .parceiros .wrapper, .depoimentos .wrapper
    .clientes .wrapper, .vantagens .wrapper {
        min-width: 500px;
    }
    .main-product {
        width: 85%;
        height: auto;
        margin: 32px auto 0 auto;
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        gap: 47px;
        padding: 25px;
    }
    .main-product::before {
        inset: 0 0% 25% 0;
    }
    .product-left-side {
        width: 100% !important;
        padding: 0 30px;
        border-radius: 18px 18px 0 18px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .product-right-side {
        width: 100% !important;
    }
    .cel-container {
        width: 300px;
        display: flex;
        justify-content: center;
    }
    .cel-container img {
        width: 100%;
    }
    
    
    .left-product-container {
        width: 85%;
        height: auto;
        margin: 120px auto 0 auto;
        display: flex;
        position: relative;
        z-index: 1;
        flex-direction: column;
        align-items: center;
        padding: 63px 0 0 0;
        gap: 60px;
    }
    .left-product-container::before {
        content: "";
        position: absolute;
        inset: 0 0 68% 0;
        background: var(--green-secondary);
        border-radius: 20px 20px 0 20px;
        z-index: 0;
    }
    .left-side-left-product {
        width: auto;
        display: flex;
        justify-content: center;
    }
    .left-side-left-product .container-img {
        width: 100%;
    }
    .right-side-left-product {
        width: 100%;
        gap: 7px;
    }
    
    
    
    .right-product-container {
        width: 85%;
        height: auto;
        margin: 120px auto 0 auto;
        display: flex;
        position: relative;
        align-items: center;
        z-index: 1;
        gap: 2%;
        flex-direction: column-reverse;
        padding: 63px 0 0 0;
        gap: 60px;
    }
    .right-product-container::before {
        content: "";
        position: absolute;
        inset: 0% 0 68% 0%;
        background: var(--green-secondary);
        border-radius: 20px 20px 0 20px;
        z-index: 0;
    }
    
    .left-side-right-product {
        width: auto;
        display: flex;
        justify-content: center;
    }
    
    
}

@media screen and (max-width: 700px) {
    .parceiros-container {
        display: none;
    }
    .parceiros-slide-container {
        display: flex;
    }
}

@media screen and (max-width: 1000px) {
    .sobre-nos .wrapper {
        width: 85%;
    }
    
    .clientes .wrapper {
        width: 85%;
    }

    .clientes-slide-container {
        display: flex;
    }
    .clientes-container {
        display: none;
    }
    .depoimentos .wrapper {
        width: 85%;
    }
    
    .parceiros .wrapper{
        width: 85%;
        padding: 71px 25px 83px 41px;
    }

    .contato {
        padding: 77px 0 101px 0;
    }
    
    .contato .wrapper {
        width: 85%;
    }

}

@media screen and (max-width: 1000px) {
    .contato .wrapper {
        width: 85%;
        height: auto;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 65px;
        align-items: center;
    }
    
    .tittle-contato {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .tittle-contato p {
        line-height: 24px;
        color: var(--secondary-text-color);
        max-width: 422px;
    }
    
    .fale-conosco-container {
        width: 100%;
    }
    
}

@media screen and (max-width: 1000px) {
    .vantagens-container {
        gap: 13px;
    }
    .advantage {
        width: 132px;
    }
    .seeing {
        width: 279px; 
    }
    .vantagens {
        background: white;
    }
    .vantagens .wrapper {
        width: 85%;
    }

    .vantagens .wrapper {
        padding: 73px 0 0 0;
        height: 1052px;
    }
.sobre-nos {
        background: linear-gradient(to bottom, white 0%, white 55%, var(--main-bg-color-black) 55%, var(--main-bg-color-black) 100%);
    }
    
}

@media screen and (max-width: 1000px) {
    #blog {
        padding: 80px 0 65px 0;
    }
    #blog .wrapper {
        width: 85%;
    }
    /* .post-tittle-data-container {
        padding: 15px 35px;
    } */
    
    .blog-posts-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 39px;
    }
    
    a.link-post {
        width: 66%;
    }
    
    .post .container-img {
        width: 100%;
    }
    .ad1-img-r1 {
        transform: translateX(-15%);
    }
    .ad2-img-r1 {
        transform: translateX(-24%);
    }
    .ad3-img-r1 {
        transform: translateX(-55%);
    }
    .ad4-img-r1 {
        transform: translateX(-62%);
    }
}

@media screen and (max-width: 1000px) {
    .depoimentos-container {
        display: grid;
        grid-template-columns: 49% 49%;
        gap: 2%;
    }
}

@media screen and (max-width: 1000px) {
    .parceiros .wrapper {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3%;
    }

    .parcerias-tittle {
        display: flex;
        flex-direction: column;
        gap: 23px;
        align-items: center;
    }
    .parcerias-tittle p {
        line-height: 24px;
        color: var(--secondary-text-color);
        text-align: center;
        max-width: 500px;
    }
    .parceiros-container {
        width: 100%;
    }

}

/* RESPONSIVIDADE FOOTER */
@media screen and (max-width: 1000px) {
    footer {
        display: flex;
        align-items: center;
        justify-content: center;
        /* height: 971px; */
        background-color: var(--main-bg-color-black);
        color: white;
        padding-bottom: 16px;
    }
    .footer-container {
        width: 85%;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 61px;
        /* height: 682px; */
        justify-content: space-between;
        padding-bottom: 62px;
    }
    .top-footer {
        height: 865px;
        display: flex;
        align-items: flex-start;
        gap: 34px;
        flex-direction: column;
    }
    .container1 {
        width: 100%;
        height: auto;
    }
    .container2 {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 31px;
        height: auto;
        padding: 0;
    }
    .bottom-container-2 {
        display: flex;
        font-size: 0.8rem;
        gap: 24px;
        color: var(--container1-txt-color);
        flex-direction: column;
    }
    .item-menu-with-margin-top {
        /* margin-top: 20px; */
    }
    .bottom-container-2 .item-menu .container-topics {
        display: none;
    }
    .bottom-container-2 .item-menu-com-sub-topico .container-topics {
        display: flex;
        flex-direction: column;
        gap: 13px;
        font-size: 12px;
        line-height: 120%; /* 14.4px */
        color: var(--sub-item-color);
    }
    .container3 {
        width: 100%;
        height: auto;
        padding-top: 10px;
    }
}



@media screen and (max-width: 600px) {
    header .wrapper, #home .wrapper, #titulo-conteudo, .sobre-nos .wrapper, #confirmai, #openzap, #clientes .wrapper, #depoimentos .wrapper, #h2n, #reducel, .footer-container, .blog .wrapper, .contato .wrapper, .parceiros .wrapper, .depoimentos .wrapper,
    .clientes .wrapper, .vantagens .wrapper {
        min-width: 300px;
    }

    .main-product::before {
        inset: 0 0 8% 0;
    }

    #home {
        /* padding: 0 4%; */
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                    url('../images/banner-background-small.webp');
        height: 936px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 33px;
        justify-content: center;
        border-radius: 0 0 0 50px;
        background-position: 85% center;
        
    }
    .titulo-principal-r1 {
        display: none;
    }
    form#test-IA {
        width: 100%;
    }
    .titulo-principal-r2 {
        display: block;
        margin-top: 70px;
        width: 100%;
    }
    #home-text .titulo-principal {
        font-size: 2.8rem;
    }
    
    #content-container h1 {
        font-size: 2rem;
    }
    .left-product-container, .right-product-container {
        gap: 80px;
    }
    .sobre-nos h2, .sobre-nos h3 {
        /* font-size: 2rem; */
    }
    .form-bottom {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: column-reverse;
    }
    .vantagens .wrapper {
        padding: 50px 10px;
    }
    .ad1-img-r1 {
        transform: translateX(-19%);
    }
    .ad2-img-r1 {
        transform: translateX(-28%);
    }
    .ad3-img-r1 {
        transform: translateX(-58%);
    }
    .ad4-img-r1 {
        transform: translateX(-65%);
    }
    .advantage-container-description p {
        font-size: 1rem;
    }

    /* .advantage-container-description h3 {
        font-size: 1rem;
    } */
    .depoimentos .wrapper {
        height: auto;
    }
    .depoimentos-container {
        /* grid-template-rows: 49% 49%; */
        grid-template-columns: none;
        gap: 2%;
    }
    .seta-container {
        cursor: pointer;
        width: 100%;
    }
    .seta-container img {
        width: 100%;
    }
    .parceiros .wrapper {
        padding: 71px 10px 81px 10px;
    }
    .parceiros-slide-container .slide img {
        width: 88%;
    }
    .titulo-principal-r2 .carrossel-palavras {
        left: 103px;
    }
    .clientes-slide-container-r3 {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .clientes-slide-container {
        display: none;
    }

    .clientes-slide-r3 {
        display: flex;
        align-items: center;
        width: 800%;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);    
    }

    .clientes-slide-r3 .slide {
        display: flex;
        width: 12.5%;
        padding: 0 20px;
        justify-content: space-evenly;
    }

    .clientes-slide-r3 .slide img {
        width: 100%;
    }

    .icons-container {
        /* width: 100%; */
    }

    a.link-post {
        width: 100%;
    }
    .desc1, .desc2, .desc3, .desc4 {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .depoimentos {
        padding: 120px 0 147px 0 !important;
    }
    .saiba-mais-light-clientes {
        margin-top: 0 !important;
    }
}

/* IMPEDE O SOBRE NOS DE MONTAR EM VANTAGENS */

@media screen and (max-width: 360px) {
    .vantagens .wrapper {
        height: 1200px;
    }
}

/* CORRIGE O FUNDO VERDE DOS PRODUTOS DE MONTAR NA DESCRICAO */

@media screen and (max-width: 400px) {
    .right-product-container::before {
        inset: 0 0 75% 0;
    }
    .left-product-container::before {
        inset: 0 0 75% 0;
    }
}

@media screen and (max-width: 360px) {
    #home {
        height: 1000px;
    }
} 
