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

/*  font-family: "Inter", sans-serif; */
iframe {
    border-radius: 15px;
}

body::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 6px;
    border: 0px solid #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    height: 12px;
    background-color: #F5F5F5;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #cdcdcd;
    border-radius: 6px;
    border: 0px solid #F5F5F5;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

html {
    scroll-behavior: smooth;
}

P {
    line-height: 24px;
}

* {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif !important;
    box-sizing: border-box !important;
}

main {
    overflow: hidden;
}

body {
    font-size: 16px;
}

.width {
    width: calc(100% - 200px);
    max-width: 1288px;
    margin: auto;
}

.banner-mobile {
    display: none;
}

.banner {
    background: url("https://image.fala.caju.com.br/lib/fe3211737164047b701270/m/1/d5bca27a-6dc5-4e19-b8f1-9ec4cd1f9c37.png")no-repeat 100% 100%;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 999;

}

.g-container__texts {
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

#drop-1::after {
    content: url(https://image.fala.caju.com.br/lib/fe3211737164047b701270/m/1/fc113252-0b48-493e-8371-89d4d36bb9dd.png);
    position: absolute;
    margin: 0 auto;
    right: 0;
    bottom: 4px;
}

.H__grafismo {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    width: 80%;


}
.initial-rotate {
    transform: rotate(0);

}
.rotate{
    transform: rotate(180deg);
}
.texto-bannercaju {
    width: 80%;
    font-size: 19px;
    line-height: inherit;
}



.H__grafismo-p-bottom {
    line-height: 24px;
    width: 65%;
    font-size: 19px;
}

.H__grafismo:after {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    height: 8px;
    width: 54px;
    border-radius: 50px;
}

.duvidas-title {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin: 0;



}


/*  HEADER*/

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 60px;
    background: white;
    height: 80px;
    border-bottom: 1px solid #E0E0E0;
}

.header__logo {
    height: 32px;
    margin-right: 14px;
}

/*BANNER  */

.banner {
    padding: 40px 0;
}

.banner__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}



.adeus__card-jornada {
    display: flex;
    flex-direction: row;
    gap: 20px;
    border-radius: 9px;
    border: 1px solid #E0E0E0;
    margin: 10px;
    background: #FAFAFA;
    padding-left: 26px;
    height: 70px;
}

.adeus__card-jornada:hover {
    transform: scale(1.01);
}

.adeus__card-jornada a {
    text-decoration: none;
    color: #000;
    font-size: 17px;

}

/*  */

.adeus {
    display: flex;
    position: relative;
    background: #F4F4F4;
    padding: 4% 0;


}

.adeus__container {
    padding: 53px 0 0 0;
    color: #000;


}

.adeus__cards {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
   
}

.adeus__card {
    display: flex;
    flex-direction: row;
    gap: 20px;
    border-bottom: 1px solid #F08787;
    width: 90%;


}

.icone-jornada-caju {
    height: 30px;
    margin-top: 18px;
}
.icone-isolado{
    height: 24px;
    margin-top: 23px;
}
.adeus__img {
    padding: 7px 0 10px 0;

}

.adeus__text {
    padding: 21px 0 0 0;
    font-size: 17px;
    color: #000;
    font-weight: 400;

}

/*PESQUISA*/

.pesquisa {
    background: url("https://image.fala.caju.com.br/lib/fe3211737164047b701270/m/1/17e024d9-8c88-4671-ba82-dbe0f8925888.png")no-repeat 100% 100%;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #E80537;
    padding: 60px 0;

}

.pesquisa-container {
    display: grid;
    place-items: center;
    padding: 50px;
}

.pesquisa-title {
    color: #FFF;
    font-size: 38px;
    font-weight: 600;
    line-height: 120%;
    padding-top: 15px;

}

.pesquisa-description {
    font-size: 19px;
    font-weight: 400;
    line-height: 160%;
    color: #FFF;
    width: 50%;
    text-align: center;


}

.pesquisa-button {
    background: #FFF;
    border-radius: 8px;
    color: #E80537;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    text-decoration: none;
    margin: 10px 0;
    line-height: normal;
}

/*  */

.duvidasobre {
    padding: 100px 0;
    background-color: #E4EBFC;
}


.duvidasobre__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;

}

.duvidasobre__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
}

.duvidasobre__card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.duvida__img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    text-align: center;
}



/* COLAB */

.colab__cellphone {
    width: 50%;
    position: relative;
    padding: 5% 0;

}

.plano__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 900px;
    margin: auto;
}


/* DÚVIDA */

.duvida {
    padding: 70px 0;
    height: 700px;
    background: #F4F4F4;
}

.duvida__container {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    align-items: flex-start;
}

.duvida__column--1 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 360px;
}

.duvida__icone-chat {
    margin-bottom: 150px;
    height: 200px;
}

.duvida__column--2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.duvida__cajuzinho {
    padding-bottom: 10px;
}

.collapse-section {
    border-width: 0 0 1px 0;
    border-color: #E0E0E0;
    border-style: solid;
    cursor: pointer;

    display: block !important;
}

.collapse__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    border-width: 1px 0 0 0;
    padding: 20px 0;
    height: max-content;
    padding-right: 28px;
    border-style: solid;
    border-color: #E0E0E0;
}

.collapse__item-titulo {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

.collapse__item-p {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;

}

.central-de-ajuda {
    color: #E80537;
    font-weight: 600;
}

.collapse__title {
    color: #767676;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
}

.collapse__icon {
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    object-fit: contain;

    transition: .2s;
}

.collase__expand {
    opacity: 0;
    height: 0;
    margin: 0;
}

.is_expand .collase__expand {
    padding-top: 12px;
    height: 100%;
    opacity: 1;
    color: #767676;
}

/**/
.container-text-video {
    padding: 30px 0 30px 0;
    width: 330px;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;


}

.container-center-video {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;

}

.materias-extras-title {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    padding-top: 7px;

}

.materias-extras-description {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;

}

.container-materiais-extras {
    padding-bottom: 40px;


}

.materias-extras-title-video {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;

    text-align: left;

}

.button-materiais-extras {
    background: #F4F4F4;
    color: #000;
    text-decoration: none;
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
    border: 1px solid var(--secondary-color-05-pure, #59D359);
    width: 60%;
    text-align: left;

}

.materias-extras {
    padding: 80px 0;
    background: #F4F4F4;

}


/* LANCAR CAJU */

.lancar {
    padding: 100px 0;
}

.lancar__card {
    display: flex;
    flex-direction: column;
    border: 1px solid #FF7500;
    border-radius: 15px;
    padding: 30px;

}

.lancar_title {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    padding-top: 10px;

}

.lancar__container {
    display: flex;
    flex-direction: column;
    gap: 20px;

    margin: auto;
}

.lancar-button {
    border-radius: 8px;
    border: 1px solid var(--secondary-color-02-pure, #FF7500);
    width: 66%;
    padding: 9px;
    font-size: 17px;
    color: var(--secondary-color-02-dark, #612D07);
    text-decoration: none;
    text-align: center;
}

.lancar-materiais {
    color: #000;
    font-size: 14px;
    line-height: 130%;
    margin-left: 6px;


}

.lancar__description {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;

}

.lancar__grafismo {
    width: 54px;
    height: 54px;
    object-fit: contain;
}



/*INFORMAÇÕES ADICIONAIS*/
.infos-adicionais {
    padding: 110px 0;
}

.infos-adicionais-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;

}

.infos-adicionais-cols {
    text-align: left;

}

.para-colaboradores-footer {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-top: 55px;
}

/* footer */
.footer-container {
    display: grid;
    background: #F4F4F4;
    place-items: center;
    padding: 30px 0;

}

@media screen and (max-width: 1000px) {
    .width {
        width: calc(100% - 50px)
    }

    .banner__container,
    .adeus__container,
    .colab__container,
    .plano__container,
    .duvida__container {
        display: flex;
        flex-direction: column;
    }

    /*  */

    .banner {
        padding-top: 40px;
    }

    .colab__container {
        gap: 80px;
        padding-top: 6%;
    }

    .adeus {
        flex-direction: column;

    }

    .colab__cellphone {
        left: 0;
        margin-top: 0;
        padding: 2% 0;
    }

    .container-adeus-cell {
        width: 100%;
    }

    .g-container__texts {
        margin-top: 0;
        width: 90%;
    }

    .duvida__icone-chat {
        margin-bottom: 40px;
        margin-top: 20px;

    }

    .H__grafismo-p-bottom {
        width: 100%;
    }

    .adeus__container {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        padding-bottom: 20px;
    }

    .H__grafismo {
        font-size: 24px;
    }

    .adeus__cards {
        display: flex;
        flex-direction: column;
        width: 90%;
    }

    /* Dúvida */

    .duvida {
        height: 880px;
    }

    .duvida__column--1 {
        height: initial;
    }


    .duvida--mobile {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .duvida__container {
        display: flex;
        flex-direction: column;
    }

    .container-collumns-mobile {
        text-align: left !important;
    }

    .logo-footer-mobile {
        padding-bottom: 30px !important;
    }

    .pesquisa {
        padding: 0;
    }

    .pesquisa-container {
        padding: 30px 10px;
    }

    .pesquisa-title {
        font-size: 22px;
        text-align: center;
        line-height: normal;
    }

    .pesquisa-description {
        text-align: center;
        font-size: 16px;
        line-height: normal;
        width: 80%;
    }

    .pesquisa-button {

        padding: 5px 12px;
    }
}

@media screen and (max-width: 650px) {

    /*  */

    .banner {
        font-size: 28px;
    }

    .Hduvida__grafismo:after {
        display: none;

    }

    .icone-jornada-caju {
        height: 24px;
    }

    .H__grafismo:after {
        top: -14px;
        width: 40px;
        height: 6px;
    }

    .colab__cellphone {
        width: 70%;
        left: 19%;
        margin-top: 250px
    }

    /* Dúvida */

    .duvida {
        height: 800px;
    }

    .duvida__column--1 {
        height: initial;
    }

    .duvida__mascote {
        display: none;
    }

    .duvida--mobile {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .duvida__container {
        display: flex;
        flex-direction: column;
    }


    /*  */

    .plano__container {
        gap: 30px;
    }

    .adeus__container {
        padding: 0 0 20px 0;
    }

    .calab__column--1 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 300px;
    }

    .adeus {
        flex-direction: column;
        padding: 50px 0;
    }

    .colab__cellphone {
        left: 0;
        margin-top: 0;
    }

    .container-adeus-cell {
        width: 75%;
    }

    .g-container__texts {
        margin-top: 0;
        width: 90%;
    }

    .H__grafismo-p-bottom {
        width: 100%;
        font-size: 15px;
        line-height: normal;
    }

    .H__grafismo {
        font-size: 22px;
        width: 100%;
        line-height: normal;
        margin: 0;
    }

    .adeus__text {
        font-size: 14px;
        line-height: normal;
    }

    .adeus__cards {
        display: flex;
        flex-direction: column;
        width: 90%;
        padding-top: 0;
    }

    .adeus__card {
        gap: 9px;
    }

    .adeus__card-jornada {
        gap: 7px;
        padding-left: 8px;
    }

    .texto-bannercaju {
        font-size: 15px;
        line-height: normal;
        width: 100%;
        margin: 0;

    }

    .adeus__card-jornada a {
        font-size: 15px;
    }

    .materias-extras-description {
        font-size: 15px;
        line-height: normal;

    }

    .materias-extras,
    .lancar {
        padding: 50px 0;
    }

    .materias-extras-title {
        font-size: 24px;
    }

    .lancar_title {
        font-size: 22px;
        line-height: normal;
        margin: 0;
    }

    .lancar__description {
        font-size: 15px;
        line-height: normal;
    }

    .lancar-button {
        width: 90%;
    }

    .duvidas-title {
        font-size: 22px;
        line-height: normal;

    }

    .duvida {
        padding: 20px 0;
    }

    .infos-adicionais {
        padding: 50px 0;
    }

    .collapse__title {
        font-size: 15px;
        line-height: normal;
    }

    .collapse__item-p {
        font-size: 15px;
        line-height: normal;
    }

    .infos-adicionais-title {
        font-size: 22px;
        line-height: normal;
    }
    .para-colaboradores-footer {
        
        padding-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .g-container__texts {
        width: 100%;
    }

    .duvida {
        height: max-content;
    }

    .quem__grafismo {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .duvida--mobile {
        display: flex;

    }

    .materias-extras-title-video {
        margin-left: 20px;
        width: 78%;

    }

}