: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;
    --bg-bola: #e5e5ed;
    --conteudo-p-color: #d3d3d3;
    --faq-p-color: #7c7c7c;
    --bg-pergunta: #2e2e2e;
    --bg-pergunta-selecionada: #070707;
    --titulo-verde: #13818b;
    --titulo-p-color: #606b76;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.hidden {
    opacity: 0;
}

main {
    background-color: white !important;
}

#titulo {
    padding: 172px 0 60px 0;
    background-color: var(--green);
}

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

.titulo-non-main-product {
    background-color: var(--main-bg-color) !important;
}

.titulo-non-main-product h1 {
    color: var(--titulo-verde) !important;
}

.titulo-non-main-product p {
    color: var(--titulo-p-color) !important;
}

#titulo h1 {
    text-align: center;
    color: white;
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

#titulo p {
    text-align: center;
    color: white;
    margin-top: 20px;
    max-width: 915px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}



#destaques {
    background: linear-gradient(to bottom,
            var(--green) 0%, var(--green)32%,
            var(--main-bg-color) 32%, var(--main-bg-color) 100%);
    padding: 0 0 120px 0;
}

.detaques-non-main-product {
    background: var(--main-bg-color) !important;
}

#destaques .wrapper {
    width: 70%;
    margin: auto;
    display: flex;
    background-color: white;
    padding: 60px 60px 20px 60px;
    border-radius: 26px 26px 0 26px;
    gap: 45px;
}

#destaques .wrapper-2 {
    display: none !important;
}

.wrapper-1 .destaques-first-column,
.wrapper-1 .destaques-third-column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 25%;
    gap: 70px;
}

.wrapper-2 .destaques-first-column,
.wrapper-2 .destaques-third-column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 25%;
    gap: 30px;
    margin-top: 5px;
}

.destaques-first-column .container-img,
.destaques-third-column .container-img {
    background-color: var(--bg-bola);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.destaque {
    /* height: 35%; */
    display: flex;
    gap: 10px;
}

#destaques .wrapper-2 .destaques-first-column, #destaques .wrapper-2 .destaques-third-column, #destaques .wrapper-2 .destaques-second-column {
    width: 100% !important;
}



.destaques-second-column {
    display: flex;
    width: 56%;
}

.destaques-second-column .container-img {
    width: 33.3%;
}

.destaques-second-column .one-img {
    width: 100%;
}   

.destaques-second-column .container-img img {
    width: 100%;
}

.destaque-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.destque-titulo {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.destaque-descricao {
    color: var(--product-secondary-text-color-white-bg);
        font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}



#funcionalidades {
    background-color: var(--green);
    padding: 60px 0 120px 0;
    overflow-x: hidden;
}

#funcionalidades .wrapper {
    width: 70%;
    margin: auto;
}

#funcionalidades .top-div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /* padding: 0 2.5%; */
    /* height: 146px; */
}

#funcionalidades .top-div .right-div {
    display: flex;
    align-items: flex-end;
    gap: 40px;
}

#funcionalidades .top-div .right-div .container-seta-esquerda,
#funcionalidades .top-div .right-div .container-seta-direita {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
}

#funcionalidades .top-div .right-div .container-seta-esquerda img,
#funcionalidades .top-div .right-div .container-seta-direita img {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    transition: opacity 0.3s linear;

}

.slide-conteudo {
    display: flex;
    width: 95%;
}

.slide-conteudo .titulo h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 30px */
}

#funcionalidades .top-div h2 {
    color: white;
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 58.8px */
}

#funcionalidades .top-div p {
    max-width: 500px;
    color: var(--product-secondary-text-color);
    margin-top: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}

#funcionalidades .slide-visualizer {
    height: 520px;
    margin-top: 30px;
}

#funcionalidades .container-slides {
    width: 400%;
    display: flex;
    height: 100%;
    transition: transform .4s ease-out;

}

.container-slides-openzap {
    width: 700% !important;
}

.container-slides-openzap .slide {
    width: 14.28% !important;
}

.container-slides-h2n {
    width: 700% !important;
}

.container-slides-h2n .slide {
    width: 14.28% !important;
}

.container-slides-reducel {
    width: 1100% !important;
}

.container-slides-reducel .slide {
    width: 9.09% !important;
}

#funcionalidades .slide {
    display: flex;
    width: 25%;
    height: 100%;
    
}

#funcionalidades .slide ul {
    margin-top: 19px;
}

#funcionalidades .slide ul li {
    color: var(--product-secondary-text-color-white-bg);
    font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}

.slide .green-bar {
    width: 2.5%;
}

#funcionalidades .slide .container-img {
    width: 65%;
    height: 100%;
    background-color: var(--main-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px;
    border-radius: 15px 0 0 15px;
}

#funcionalidades .slide .container-img img {
    /* height: 100%; */
}

#funcionalidades .slide .conteudo {
    width: 35%;
    background-color: white;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 15px 0 0;
}

#funcionalidades .slide .titulo p {
    margin-top: 10px;
    color: var(--product-secondary-text-color-white-bg);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

#funcionalidades .saiba-mais-dark {
    width: 140px !important;
}


#solucoes {
    background-color: var(--bg-blog);
}

#solucoes .wrapper {
    margin: auto;
    width: 70%;
    display: flex;
    justify-content: space-between;
    padding: 151px 0 130px 0;
    gap: 20px;
}

#solucoes .left-div {
    width: 50%;
    height: fit-content;
    position: sticky;
    top: 100px;
}

#solucoes .left-div h2 {
    font-size: 2rem;
    max-width: 464px;
    font-size: 49px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 58.8px */
}

#solucoes .left-div p {
    font-size: 0.8rem;
    max-width: 464px;
    color: var(--secondary-text-color);
    font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
margin-top: 16px;
}

.top-div .left-div {
    width: 100%;
}

#solucoes .container-solucoes {
    width: 648px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

#solucoes .solucao {
    width: 100%;
    height: 364px;
    background-image: url('../images/card-func-bg.png');
    background-color: #1686a3;
    border-radius: 12px 12px 0 12px;
    position: relative;
}

#solucoes .solucao .conteudo {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

#solucoes .solucao .conteudo h3 {
    color: white;
    font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 26px */
}

#solucoes .solucao .conteudo p {
    color: var(--conteudo-p-color);
    text-align: left !important;
    margin-top: 14px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}


#faq-section {
    background-color: var(--main-bg-color);
}

#faq-section .wrapper {
    width: 70%;
    margin: auto;
    padding: 146px 0 0 0;
}

#faq-section .faq {
    background-color: white;
    border-radius: 15px 15px 0 15px;
}

#faq-section .wrapper h2 {
    text-align: center;
    font-size: 61px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 73.2px */
}

#faq-section .wrapper p.descricao {
    color: var(--faq-p-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    text-align: center;
    margin: 15px 0 0 0;
}

#faq-section .faq .pergunta {
    background-color: var(--bg-pergunta);
    border-radius: 15px 15px 0 15px;
    padding: 18px 18px 18px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

#faq-section .faq .pergunta p {
    color: white;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
}


#faq-section .faq .resposta {
    background-color: white;
    border-radius: 15px 15px 0 15px;
    overflow-y: hidden;
    display: flex;
    max-height: 0;
    transition: max-height 1s linear;
    flex-direction: column;
}

.resposta ul {
    margin: 18px 0 27px 40px;
}

#faq-section .faq .resposta p, li {
    color: var(--faq-p-color);
    margin: 18px 40px 27px 40px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}

.container-faq {
    margin-top: 47px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq .pergunta {
    transition: background-color 0.5s ease-out;
}

.faq .pergunta:hover {
    background-color: var(--bg-pergunta-selecionada) !important;
}

.faq.selecionado .pergunta {
    background-color: var(--bg-pergunta-selecionada) !important;
}

.faq.selecionado .resposta {
    max-height: 500px !important;
    /* padding: 15px 26px; */
}

.faq .pergunta img {
    transition: transform 0.5s linear;
}

.faq.selecionado .pergunta img {
    transform: rotateZ(180deg);
}

#titulo .wrapper, #destaques .wrapper, #funcionalidades .wrapper, #solucoes .wrapper, #faq-section .wrapper, #contato-section .wrapper {
    min-width: 900px;
}

#funcionalidades .slide .container-img img.width-100 {
    width: 100% !important;
}



.contato-produto {
    padding: 130px 0;
}


@media screen and (max-width: 1000px) {
    #titulo .wrapper, #destaques .wrapper, #funcionalidades .wrapper, #solucoes .wrapper, #faq-section .wrapper, #contato-section .wrapper {
        min-width: 500px;
    }
    .destaques-first-column {
        margin-top: 28px !important;
        gap: 53px !important;
    }
    .destaques-third-column {
        gap: 53px !important;
    }
    #solucoes .wrapper {
        flex-direction: column;
    }

    #solucoes .container-solucoes {
        width: 100%;
    }

    #solucoes .wrapper .left-div {
        width: 100%;
        position: initial;
    }

    #solucoes .wrapper h2, #solucoes .wrapper p {
        text-align: center;
        max-width: none;
    }

    #destaques .wrapper-1 {
        display: none !important;
    }

    #destaques .wrapper-2 {
        display: flex !important;
        flex-direction: column !important;
    }

    .slide-conteudo {
        flex-direction: column !important;
    }

    .slide-conteudo .container-img {
        border-radius: 15px 15px 0 0 !important;
        width: 100% !important;
        /* padding: 0 !important; */
    }

    .slide-conteudo .conteudo {
        border-radius: 0 0 0 15px !important;
        width: 100% !important;
        gap: 30px;
    }

    .slide-conteudo .container-img-duplo img {
        width: 50%;
        height: auto !important;

    }

    #funcionalidades .slide .container-img img.width-100 {
        /* width: 90% !important; */
    }

    #funcionalidades .top-div {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    #funcionalidades .slide-visualizer {
        height: fit-content;
    }

    #funcionalidades .slide {
        height: auto;
    }

    #destaques .wrapper, #funcionalidades .wrapper, #faq-section .wrapper, #solucoes .wrapper {
        width: 85%;
    }
    #destaques .wrapper {
        padding: 69px !important;
    }
    #funcionalidades .slide .conteudo {
        padding: 60px 64px !important;
    }
}

@media screen and (max-width: 600px) {
#titulo .wrapper, #destaques .wrapper, #funcionalidades .wrapper, #solucoes .wrapper, #faq-section .wrapper, #contato-section .wrapper {
        min-width: 300px;
    }
}

@media screen and (max-width: 700px) {
    .faq.selecionado .resposta {
        max-height: 500px !important;
    }
}

@media screen and (max-width: 520px) {
    .faq.selecionado .resposta {
        max-height: 750px !important;
    }
}
