/* ---------------- PRIMEIRA DOBRA ---------------- */
.primeira_dobra {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 85rem;
    background: 
        linear-gradient(var(--bg-color), var(--bg-color)), 
        url('/src/bg_primeira_dobra.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.box_primeira_dobra {
    width: 100%;
    max-width: 124rem;
    height: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6rem 0 0 0;
    z-index: 999;
}

.left_items,
.right_items {
    width: 100%;
    height: 100%;
    padding: 5rem 2rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 5rem;
}

.left_items {
    padding: 10rem;
}

.left_items img {
    width: 100%;
    height: auto;
}

.text_right_items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
}

.title_box_right h1,
.title_box_right h2 {
    font-size: 4.5rem;
    line-height: 5rem;
    color: var(--text-color);
    margin-top: 1rem;
}

.color {
    color: var(--apoio-color);
}

.color-title {
    color: var(--apoio-color);
    font-size: 1.3rem;
    text-align: left;
}

.description_right_box p {
    color: var(--text-color);
    font-size: 1.5rem;
    text-align: justify;
    hyphens: auto;
    line-height: 2rem;
    margin-top: 1.5rem;
}

.btn_apresentacao {
    display: flex;
    justify-content: space-between;
    align-content: center;
    gap: 2rem;
    border: none;
    background-color: var(--apoio-color);
    padding: 1.4rem 1.4rem 1.4rem 2.5rem;
    box-shadow: 1px 1px 2px 2px var(--box-shadow);
    width: 18rem;
    border-radius: 20rem;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.5rem;
    position: relative;
    overflow: hidden;
    transition: .7s ease-out;
    cursor: pointer;
}

.btn_apresentacao:hover {
    background-color: var(--bg-white);
    width: 20rem;
}

.btn_apresentacao i {
    position: absolute;
    color: var(--primary-color);
    font-size: 3rem;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    height: auto;
    transition: .7s ease-in-out;
}

.btn_apresentacao:hover i {
    transform: translateX(2rem), translateY(-50%);
}

.btn_apresentacao::before {
    content: "";
    width: 100%;
    top: 0;
    left: -100%;
    height: 100%;
    position: absolute;
    display: block;
    background-color: var(--bg-white);
    transition: .3s ease-in-out;
}

.btn_apresentacao:hover::before {
    left: 0;
    opacity: 0;
}

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

/* box video */
.container_video_body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-video-full);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

.btn_close_video {
    position: absolute;
    top: 5rem;
    right: 5rem;
    cursor: pointer;
}

.btn_close_video i {
    font-size: 4.5rem;
    transition: .3s ease-out;
    color: var(--apoio-color);
}

.btn_close_video:hover i {
    color: var(--bg-body);
}

.box_iframe {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 128rem;
    height: 100%;
    max-height: 72rem;
}

.box_iframe iframe {
    width: 100%;
    height: 100%;
}

/* Segunda dobra */
.segunda_dobra {
    width: 100%;
    height: max-content;
    padding: 20rem 0 10rem 0;
    background-color: var(--bg-white);
    margin-top: -23.5rem;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* TITLE */
.title_segunda_dobra,
.title_quarta_dobra {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: .5rem;
    width: 100%;
    height: max-content;
}

.title_segunda_dobra p,
.title_quarta_dobra p {
    color: var(--second-color);
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
}

.title_element {
    width: 100%;
    font-size: 3.3rem;
    text-align: center;
    font-weight: 700;
    color: var(--primary-color);
}

.title_element span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-size: 5rem;
}

.title_element span::after,
.title_element span:before {
    content: "";
    display: block;
    background-color: var(--apoio-color);
    width: 20%;
    height: .5rem;
    border-radius: 2rem;
}

/* Swiper */
.box_swiper_products {
    width: 100%;
    max-width: 102.4rem;
    height: max-content;
    overflow: hidden;
    border-radius: 2rem !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    box-shadow: 1px 1px 2px 2px var(--box-shadow);
}

.swiper {
    width: 100%;
    height: 100%;
    cursor: grab;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.box_left_swiper {
    background-color: var(--second-color);
    padding: 5rem 8rem !important;
}

.box_right_swiper {
    align-items: center;
}

.box_left_swiper,
.box_right_swiper {
    padding: 3rem 5rem;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.box_right_swiper img {
    width: 100%;
    height: auto;
}

.box_left_swiper p {
    font-size: 1.3rem;
    margin-top: 1rem;
}

.box_left_swiper button {
    margin-top: 4rem;
}

.box_left_swiper .title_box_right #idface::after {
    content: "";
}

.box_left_swiper .title_box_right #idblock::after {
    content: "NEXT";
}

.box_left_swiper .title_box_right #idlock::after {
    content: "BIO";
}

.swiper-pagination-bullet-active {
    background-color: var(--apoio-color) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "" !important;
}

.swiper-button-next i,
.swiper-button-prev i {
    color: var(--apoio-color);
    font-size: 2rem;
}

/* terceira dobra */
.terceira_dobra {
    width: 100%;
    height: max-content;
    padding: 0rem 0 10rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_terceira_dobra {
    width: 100%;
    max-width: 102.4rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left_terceira_dobra {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left_terceira_dobra img {
    z-index: 999;
}

.circle_left_terceira_dobra {
    background-color: var(--apoio-color);
    border-radius: 50%;
    position: absolute;
    width: 30rem;
    height: 30rem;
    top: 50%;
    left: 19%;
    transform: translateY(-50%);
    z-index: 99;
}

.square_left_terceira_dobra {
    background-color: var(--second-color);
    border-radius: 50%;
    position: absolute;
    width: 40rem;
    height: 40rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
}

.right_terceira_dobra {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
}

.text_right_terceira_dobra {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.text_right_terceira_dobra .title_top_terceira_dobra {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--primary-color);
}

.text_right_terceira_dobra .title_midle {
    font-size: 6.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: -1rem;
}

.text_right_terceira_dobra .title_bottom_terceira_dobra {
    font-size: 3rem;
    color: var(--primary-color);
    font-weight: 500;
    margin-top: -1rem;
}

.text_description_terceira_dobra {
    font-size: 1.4rem;
    color: var(--primary-color);
    text-align: justify;
    hyphens: auto;
    line-height: 2rem;
}

.right_terceira_dobra ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
}

.right_terceira_dobra ul li {
    color: var(--primary-color);
    list-style: inside;
    font-size: 1.3rem;
    text-align: justify;
    hyphens: auto;
}

/* quarta dobra */

.quarta_dobra {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: max-content;
    padding: 10rem 0;
}

.list_questions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    height: max-content;
    padding: 5rem 0;
    max-width: 102.4rem;
    list-style: none;
}

.list_questions li {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    flex-direction: column;
    box-shadow: 1px 1px 2px 2px var(--box-shadow);
    border-radius: 1rem;
    padding: 2rem 3rem;
    overflow: hidden;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.list_questions li .title_question {
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--primary-color);
    position: relative;
    width: 100%;
    transition: .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list_questions li:hover .title_question {
    color: var(--second-color);
    opacity: 80%;
}

.list_questions li i {
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
    transform-origin: center;
}

.list_questions li .content_question {
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: justify;
    hyphens: auto;
    width: 100%;
    display: none;
}

.list_questions li.active .content_question {
    display: block;
}

.list_questions li.active i {
    transform: rotate(90deg);
}

/* RESPONSIVIDADE */
@media(max-width: 1428px) {
    .box_video {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 1280px) {
    .box_video {
        max-width: 99%;
    }

    .video_container {
        width: 100%;
    }

    .box_primeira_dobra,
    .box_swiper_products,
    .box_terceira_dobra,
    .list_questions {
        width: 90%;
    }
}

@media (max-width: 1104px) {
    .left_items {
        padding: 5rem;
    }
}

@media(max-width: 1024px) {

    .box_video {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 900px) {
    .primeira_dobra {
        min-height: max-content !important;
    }

    .box_primeira_dobra {
        flex-direction: column-reverse;
        padding-top: 10rem;
    }

    .box_terceira_dobra {
        flex-direction: column-reverse;
        gap: 3rem;
        width: 80%;
    }

    .left_terceira_dobra,
    .right_terceira_dobra {
        width: 100%;
    }

    .left_items {
        align-items: center;
        padding: 0 0 10rem 0;
    }

    .segunda_dobra {
        margin-top: 0;
        padding: 8rem 0 10rem 0;
    }

    .title_segunda_dobra {
        width: 85%;
    }

    .swiper-slide {
        flex-direction: column;
    }

    .box_swiper_products {
        width: 85%;
    }

    .box_left_swiper,
    .box_right_swiper {
        width: 100%;
    }

    .box_left_swiper {
        padding: 5rem!important;
    }

    .box_right_swiper {
        align-items: center;
    }

    .box_right_swiper img {
        width: 75%;
        height: auto    ;
    }

    .swiper-button-next, 
    .swiper-button-prev {
        display: none !important;
    }

    .circle_left_terceira_dobra,
    .square_left_terceira_dobra {
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 834px) {
    .box_primeira_dobra {
        padding-top: 12rem;
    }

    .left_items img {
        width: 85%;
        height: auto;
    }
}

@media(max-width: 780px) {

    .box_video {
        grid-template-columns: repeat(1, 1fr);
    }

    .search_tuto {
        max-width: 90%;
    }

}

@media (max-width: 680px) {
    /* FORM */
    .form_contato {
        padding: 15rem 0 20rem 0 !important;
    }

    .text_bg_contato p:nth-child(1) {
        font-size: 1.8rem !important;
    }

    .text_bg_contato h2 {
        font-size: 4rem !important;
    }

    .container_form {
        max-width: 90% !important;
    }

    .title_element span {
        font-size: 4rem;
    }

    .box_left_swiper .text_right_items .title_box_right {
        gap: .8rem;
    }
    
    .title_midle {
        font-size: 5rem !important;
    }

    .title_bottom_terceira_dobra {
        font-size: 2rem !important;
    }

    .circle_left_terceira_dobra {
        width: 28rem;
        height: 28rem;
    }

    .square_left_terceira_dobra {
        width: 33rem;
        height: 33rem;
    }
}
