/* 
    Created on : 25 de nov. de 2025, 18:37:35
    Author     : Tiago Rodrigues
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --font-default: "Jost", sans-serif;
    --font-alternative: "Inter", sans-serif;
    --color-default: #272727;
    --color-primary: #fff;
    --color-secondary: #EB3670;
    --color-alternative: #66A5E5;
}


html,
body {
    overflow-x: hidden;
    font-family: var(--font-default);
}

.container-fluid {
    max-width: 1600px;
    margin: auto;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
    background-image: url("../image/hero.png");
    background-size: cover;
    background-position: right;
    height: 75vh;
}

header h1 {
    color: var(--color-primary);
    font-size: 75px;
    line-height: 90px;
    font-weight: 500;
    max-width: 450px;
    padding-top: 100px;
}

header p {
    color: var(--color-primary);
    font-size: 36px;
    line-height: 51px;
    font-weight: 400;
    width: 670px;
}

header .btn {
    max-width: 503px;
    background-color: #FEBD16;
    margin-top: 56px;
    margin-bottom: 80px;
    border-radius: 38px;
    padding: 8px 30px 12px 44px;
}

header .btn:hover {
    background-color: #FEBD16;
}

header .btn a {
    text-decoration: none;
    color: var(--color-default);
    font-size: 32.64px;
    line-height: 35px;
    font-weight: 700;
    width: 376px;

}

@media (min-width: 1651px) {

    header .container {
        max-width: 1658px;
    }

}

@media (max-width: 1650px) {

    header {
        background-image: url("../image/hero.png");
        background-size: cover;
        background-position: right;
        height: 503px;
    }

    header h1 {
        color: var(--color-primary);
        font-size: 56px;
        line-height: 67px;
        font-weight: 500;
        padding-top: 70px;
        margin-bottom: 20px;
    }

    header p {
        color: var(--color-primary);
        font-size: 26px;
        line-height: 38px;
        width: 500px;
        margin-bottom: 42px;
    }

    header .btn {
        max-width: 367px;
        background-color: #FEBD16;
        margin-top: 0px;
        margin-bottom: 80px;
        border-radius: 28px;
        padding: 8px 20px 12px 24px;
    }


    header .btn a {
        font-size: 24px;
        line-height: 26px;
        font-weight: 700;
        width: 22px;

    }

    header .container {
        max-width: 1300px;
    }

}

@media (max-width: 968px) {

    header {
        background-image: url("../image/hero-mobile.png");
        background-size: cover;
        background-position: right;
        height: 800px;
    }

    header h1 {
        font-size: 61px;
        line-height: 71px;
        font-weight: 600;
        max-width: 500px;
        padding-top: 200px;
    }

    header p {
        font-size: 29px;
        line-height: 34px;
        width: 400px;
        margin-bottom: 0px;
    }

    header .btn {
        max-width: 404px;
        margin-top: 28px;
        margin-bottom: 80px;
        border-radius: 7px;
        padding: 13px 16px 12px 16px;
    }

    header .btn a {
        text-decoration: none;
        color: var(--color-default);
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        width: 206px;

    }

    header .btn a img {
        width: 24px;
    }

}

@media (max-width: 768px) {

    header {
        background-image: url("../image/hero-mobile.png");
        background-size: cover;
        background-position: right;
        height: 434px;
    }

    header h1 {
        font-size: 31px;
        line-height: 41px;
        font-weight: 600;
        max-width: 200px;
        padding-top: 75px;
    }

    header p {
        font-size: 18px;
        line-height: 21px;
        width: 250px;
        margin-bottom: 0px;
    }

    header .btn {
        max-width: 204px;
        margin-top: 28px;
        margin-bottom: 80px;
        border-radius: 7px;
        padding: 13px 16px 12px 16px;
    }

    header .btn a {
        text-decoration: none;
        color: var(--color-default);
        font-size: 12.64px;
        line-height: 13.8px;
        font-weight: 700;
        width: 206px;

    }

    header .btn a img {
        width: 12px;
    }

}

/*--------------------------------------------------------------
# Sobre Cabala
--------------------------------------------------------------*/

#sobre-cabala {
    margin-top: 110px;
}

#sobre-cabala h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 53px;
    text-transform: uppercase;
}

#sobre-cabala h2 span {
    color: var(--color-secondary);
}

#sobre-cabala p {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
}

#sobre-cabala img {
    /* max-width: 670px; */
    /* margin-left: 80px; */
    padding-left: 20px;
}

#sobre-cabala .btn {
    background-color: var(--color-secondary);
    border-radius: 32px;
    padding: 20px 30px;
    margin-top: 53px;
}

#sobre-cabala .btn a {
    text-decoration: none;
    color: var(--color-primary);
    font-size: 30px;
    font-weight: 700;
    /* padding: 31px; */
}

#sobre-cabala .icone-link {
    margin-left: 16px;
    width: 32px;
}

#sobre-cabala .container-icones {
    max-width: 930px;
    margin: 53px auto 63px;
    margin-top: 53px;
}


#sobre-cabala .container-icones p {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 17px;
}

#owl-sobre-cabala-mobile .owl-dots {
    margin-top: 240px;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 99;
}


#owl-sobre-cabala-mobile .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #d9d9d9 !important;
    border-radius: 50%;
    margin: 25px 5px !important;
}

#owl-sobre-cabala-mobile .owl-nav {
    display: none !important;
}

#owl-sobre-cabala-mobile .owl-dot.active {
    background-color: var(--color-secondary) !important;
}

@media (max-width: 1650px) {
    #sobre-cabala .container-fluid {
        max-width: 1300px;
    }

    #sobre-cabala h2 {
        font-size: 34px;
        margin-bottom: 53px;
    }

    #sobre-cabala p {
        font-size: 24px;
        line-height: 28px;
        max-width: 589px;
    }

    #sobre-cabala .btn {
        border-radius: 24px;
        padding: 16px 30px;
        margin-top: 40px;
    }

    #sobre-cabala .btn a {
        text-decoration: none;
        color: var(--color-primary);
        font-size: 22px;
        font-weight: 730;
        /* padding: 31px; */
    }

    #sobre-cabala .icone-link {
        margin-left: 7px;
        width: 37px;
    }

    #sobre-cabala .container-icones {
        max-width: 790px;
    }

    #sobre-cabala .container-icones img {
        max-width: 131px;
        padding-left: 0px;
    }

}

@media (max-width: 768px) {

    #sobre-cabala {
        margin-top: 27px;
    }

    #sobre-cabala .container-fluid {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    #sobre-cabala h2 {
        font-size: 21px;
        text-align: center;
        font-weight: 600;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    #sobre-cabala h2 span {
        color: var(--color-secondary);
    }

    #sobre-cabala p {
        font-size: 19px;
        line-height: 150%;
        font-weight: 400;
        max-width: 296px;
        margin: auto;
        margin-top: 26px;
    }

    #sobre-cabala img {
        /* max-width: 670px; */
        /* margin-left: 80px; */
        padding-left: 20px;
    }

    #sobre-cabala .btn {
        background-color: var(--color-secondary);
        border-radius: 20px;
        padding: 12px 25px;
        /* margin: 26px auto 0px 30px; */
        text-align: center;
        margin-top: 26px;
    }

    #sobre-cabala .btn a {
        text-decoration: none;
        color: var(--color-primary);
        font-size: 19px;
        font-weight: 700;
    }

    #sobre-cabala .icone-link {
        margin-left: 0px;
        width: 32px;
    }

    #sobre-cabala .container-icones {
        max-width: 930px;
        margin: 53px auto 63px;
        margin-top: 53px;
    }

    #sobre-cabala .container-icones img {
        max-width: 113px;
    }

    #sobre-cabala .container-icones p {
        font-size: 23px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 12px;
        margin-bottom: 20px;
    }

    #owl-sobre-cabala-mobile .item {
        max-width: 420px;
        margin: auto;
    }

    #owl-sobre-cabala-mobile img {
        max-width: 60%;
        margin: auto;
        height: 220px;
        width: auto;
        margin-top: 26px;
    }

    #owl-sobre-cabala-mobile .active img {
        height: auto !important;
        margin-top: 0px;
    }



}

/*--------------------------------------------------------------
# video-sobre
--------------------------------------------------------------*/

#video-sobre .card {
    border: none !important;
}

#video-sobre .card-img-overlay {
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 45%;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

#video-sobre .video-institucional {
    position: relative;
    max-width: 900px;
    margin: auto;
}

#video-sobre iframe {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

@media (max-width: 1650px) {
    #video-sobre .card-image {
        max-width: 1020px;
        margin: auto;
    }
}

@media (max-width: 968px) {

    #video-sobre .card-img-overlay {
        position: absolute;
        top: 35%;
        right: 0;
        bottom: 0;
        left: 42%;
        padding: 1rem;
        border-radius: calc(0.25rem - 1px);
    }

     #video-sobre .icone-play {
        width: 65px;
    }


}

@media (max-width: 768px) {

    #video-sobre .card-image {
        max-width: 311px;
        height: 538px;
        margin: auto;
    }

    #video-sobre .card-img-top {
        height: 480px;
        border-radius: 21px;

    }

    #video-sobre .card-img-overlay {
        position: absolute;
        top: 35%;
        right: 0;
        bottom: 0;
        left: 35%;
        padding: 1rem;
        border-radius: calc(0.25rem - 1px);
    }

    #video-sobre .icone-play {
        width: 77px;
    }

}

/*--------------------------------------------------------------
# Para quem
--------------------------------------------------------------*/

#para-quem {
    margin-top: 63px;
}

#para-quem h2 {
    font-size: 53px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 63px;
}

#para-quem .card {
    background-color: var(--color-alternative);
    border: none;
    border-radius: 0px;
    padding: 31px;
    max-width: 367px;
    min-height: 308px;
    box-shadow: 4px 4px 13px rgba(93, 52, 47, 0.24);
}

#para-quem .card-first .card-body {
    max-width: 397px;

}

#para-quem img {
    width: 61px;
    margin-bottom: 72px;
}


#para-quem .card-body {
    padding: 0px;
    max-width: 304px;
    margin: auto;
}

#para-quem .card-first .card-body {
    padding-bottom: 57px !important;
}

#para-quem .card-body p {
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    font-family: var(--font-alternative);
}


#owl-para-quem .owl-dots {
    margin-top: 240px;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 99;
}


#owl-para-quem .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #d9d9d9 !important;
    border-radius: 50%;
    margin: 25px 5px !important;
}

#owl-para-quem .owl-nav {
    display: none !important;
}

#owl-para-quem .owl-dot.active {
    background-color: var(--color-alternative) !important;
}

@media (max-width: 1650px) {
    #para-quem h2 {
        font-size: 39px;
        margin-bottom: 47px;
    }

    #para-quem .container-fluid {
        max-width: 1190px;
    }

    #para-quem .card {
        padding: 23px;
        max-width: 277px;
        min-height: 259px;
    }

    #para-quem img {
        width: 49px;
        margin-bottom: 50px;
    }

    #para-quem .card-body p {
        font-size: 20px;
        font-weight: 600;
        line-height: 38px;
        font-family: var(--font-alternative);
    }


}

@media (max-width: 968px) {

    #para-quem .owl-item {
        margin: auto;
    }
}


@media (max-width: 768px) {

    #para-quem {
        margin-top: 30px;
    }

    #para-quem .container-fluid {
        max-width: 100%;
        margin: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    #para-quem h2 {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    #para-quem .card {
        padding: 31px;
        max-width: 273px;
        margin: auto;
        min-height: 230px;
    }

    #para-quem .card-first .card-body {
        max-width: 230px;

    }

    #para-quem img {
        width: 45px;
        margin-bottom: 41px;
    }


    #para-quem .card-body {
        padding: 0px;
        max-width: 304px;
        margin: auto;
    }

    #para-quem .card-first .card-body {
        padding-bottom: 27px !important;
    }

    #para-quem .card-body p {
        font-size: 19px;
        font-weight: 600;
        line-height: 38px;
        font-family: var(--font-alternative);
    }

    #owl-para-quem .item .card {
        width: 273px;
        height: 210px;
        margin: auto;
        margin-top: 15px;
    }

    #owl-para-quem .active .item .card {
        height: 263px;
        margin: auto;
        margin-top: 0px;
    }

}

/*--------------------------------------------------------------
# vai-receber
--------------------------------------------------------------*/

#vai-receber {
    background-color: var(--color-alternative);
    margin-top: 86px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#vai-receber h2 {
    color: var(--color-primary);
    font-size: 51px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 56px;
}

#vai-receber h2 span {
    color: #FEBD16;
}

#vai-receber img {
    max-width: 95px;
    margin: auto;
    margin-bottom: -42px;
    border-radius: 100px;
    z-index: 99;
}

#vai-receber .card-img-top {
    background-color: var(--color-default);

}

#vai-receber .card {
    background-color: var(--color-alternative);
    color: var(--color-primary);
    border: 1.7px solid #FEBD16;
    border-radius: 35px;
    min-height: 197px;
    z-index: -1;
}

#vai-receber .card-body p {
    font-size: 28px;
    font-weight: 800;
    color: var(--color-primary);
    text-align: center;
    padding: 35px 10px 0px;
}

#vai-receber .card .texto-uma-linha {
    margin-top: 15px;
}

#vai-receber .card .texto-duas-linhas {
    margin-top: 7px;
}

#vai-receber .btn {
    background-color: #FEBD16;
    margin: auto;
    margin-top: 72px;
    border-radius: 34px;
    padding: 30px 80px;
}

#vai-receber .btn a {
    text-decoration: none;
    color: var(--color-primary);
    font-size: 29.73px;
    line-height: 3px;
    font-weight: 700;
}

#owl-vai-receber .owl-dots {
    margin-top: 240px;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 99;
}


#owl-vai-receber .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #d9d9d9 !important;
    border-radius: 50%;
    margin: 17px 5px 20px !important;
}

#owl-vai-receber .owl-nav {
    display: none !important;
}

#owl-vai-receber .owl-dot.active {
    background-color: #FEBD16 !important;
}

@media (max-width: 1650px) {

    #vai-receber .container {
        max-width: 900px;
        margin: auto;
    }

    #vai-receber {
        background-color: var(--color-alternative);
        margin-top: 86px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #vai-receber h2 {
        font-size: 39px;
        margin-bottom: 42px;
    }


    #vai-receber img {
        max-width: 71px;
        margin: auto;
        margin-bottom: -35px;
    }

    #vai-receber .card {
        border: 1.7px solid #FEBD16;
        border-radius: 27px;
        min-height: 144px;
        z-index: -1;
    }

    #vai-receber .card-body p {
        font-size: 20px;
        padding: 20px 10px 0px;
    }

    #vai-receber .card .texto-uma-linha {
        margin-top: 20px;
    }

    #vai-receber .card .texto-duas-linhas {
        margin-top: 10px;
    }

    #vai-receber .btn {
        margin-top: 54px;
        border-radius: 26px;
        padding: 15px 55px 12px;
    }

    #vai-receber .btn a {
        font-size: 22.3px;
        font-weight: 700;
    }

}

@media (max-width: 768px) {

    #vai-receber {
        background-color: var(--color-alternative);
        margin-top: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #vai-receber h2 {
        font-size: 22px;
        margin-bottom: 42px;
    }

    #vai-receber .card {
        max-width: 280px;
        margin: auto;
    }

    #vai-receber .card-body p {
        font-size: 23px;
        padding: 20px 10px 0px;
        max-width: 240px;
        margin: auto;
    }

    #vai-receber .btn {
        margin-top: 10px;
        border-radius: 26px;
        padding: 10px 55px 7px;
        min-width: 290px;
    }

    #vai-receber .btn a {
        font-size: 19px;
    }

}

/*--------------------------------------------------------------
# davi-avraham
--------------------------------------------------------------*/

#davi-avraham {
    margin-top: 83px;
}

#davi-avraham .col-text {
    max-width: 704px;
}

#davi-avraham p {
    font-size: 30px;
    font-weight: 500;
}

#davi-avraham span {
    color: #FEBD16;
    font-weight: 700;
}

#davi-avraham h2 {
    font-size: 38px;
    font-weight: 700;
    color: #FEBD16;
}

#davi-avraham ul {
    margin-bottom: 27px;
}

#davi-avraham li {
    font-size: 30px;
    font-weight: 400;
    line-height: 36.3px;
}

#davi-avraham .instagram a {
    text-decoration: none;
    font-size: 28.24px;
    font-weight: 700;
    color: #000;
}

#owl-davi-avraham img {
    border-radius: 57.27px;
    z-index: 1;
}

#owl-davi-avraham .owl-dots {
    margin-top: 240px;
    text-align: center;
    margin: auto;
    margin-top: -80px;
    position: relative;
    z-index: 99;
}


#owl-davi-avraham .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #606060 !important;
    border-radius: 50%;
    margin: 25px 5px !important;
}

#owl-davi-avraham .owl-nav {
    display: none !important;
}

#owl-davi-avraham .owl-dot.active {
    background-color: var(--color-primary) !important;
}

@media (max-width: 1650px) {
    #davi-avraham .container-fluid {
        max-width: 1220px;
    }

    #davi-avraham p {
        font-size: 22px;
        line-height: 27px;
    }

    #davi-avraham h2 {
        font-size: 28px;
    }

    #davi-avraham li {
        font-size: 22.5px;
        font-weight: 400;
        line-height: 27.2px;
    }

    #davi-avraham .instagram a {
        font-size: 21px;
    }

    #davi-avraham .instagram img {
        width: 32px;
        margin-right: 5px;
        margin-left: 20px;
    }

    #owl-davi-avraham img {
        border-radius: 57.27px;
        max-height: 696px;
        width: auto;
        padding-left: 50px;
    }

    #owl-davi-avraham .owl-dots {
        margin-top: -60px;
        position: relative;
        z-index: 99;
    }

}

@media (max-width: 768px) {

    #davi-avraham {
        margin-top: 35px;
    }


    #davi-avraham p {
        font-size: 24px;
        font-weight: 500;
    }

    #davi-avraham span {
        font-size: 31px;
    }

    #davi-avraham h2 {
        font-size: 31px;
    }

    #davi-avraham ul {
        margin-bottom: 27px;
    }

    #davi-avraham li {
        font-size: 24px;
        font-weight: 400;
        line-height: 44px;
    }

    #davi-avraham .instagram a {
        text-decoration: none;
        font-size: 22px;
        font-weight: 700;
        color: #000;
        line-height: 0px;
    }

    #davi-avraham .instagram img {
        width: 33px;
        margin-right: 5px;
        margin-left: 20px;
    }

    #owl-davi-avraham img {
        border-radius: 39px;
        max-height: 696px;
        width: auto;
        padding-left: 0px;
        padding-top: 10px;
    }

    #owl-davi-avraham .owl-dots {
        margin-top: -55px;
        position: relative;
        z-index: 99;
        margin-bottom: 40px;
    }

}

/*--------------------------------------------------------------
# aprender
--------------------------------------------------------------*/

#aprender {
    margin-top: 63px;
}

#aprender h2 {
    font-size: 53px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

#aprender h2 span {
    color: #6899CE;
}

#aprender .accordion {
    margin-top: 48px;
}

#aprender .accordion-item {
    border-radius: 38px;
    border: solid 2px var(--color-default);
    margin-bottom: 54px;
}

#aprender .accordion-header {
    background-color: var(--color-default);
    border-radius: 35px;

}

#aprender .accordion-header button {
    background-color: var(--color-default);
    color: #fff;
    border-radius: 35px;
    font-size: 25px;
    font-weight: 700;
    padding: 30px 40px;
    min-height: 148px;
}

#aprender .accordion-body {
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
    border-radius: 0px 0px 30px 30px;
}

#aprender .collapse:not(.show) {
    background-color: var(--color-primary);
}

#aprender .accordion-button:not(.collapsed) {
    box-shadow: none;
}

#aprender .accordion-button:not(.collapsed) {
    color: var(--color-primary);
}

#aprender .accordion-button::after {
    background: url("../image/icons/accordion-btn-aprender.svg");
    background-repeat: no-repeat;
    width: 43px;
    height: 46px;
    margin-right: -20px;
    margin-left: 20px;
}

#aprender .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}


@media (max-width: 1650px) {

    #aprender .container {
        max-width: 1116px;
    }

    #aprender h2 {
        font-size: 39px;
    }


    #aprender .accordion-header button {
        font-size: 20px;
        font-weight: 700;
        padding: 0px 40px;
        min-height: 128px;
    }

    #aprender .accordion-body {
        padding-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0px 0px 30px 30px;
    }

    #aprender .collapse:not(.show) {
        background-color: var(--color-primary);
    }

    #aprender .accordion-button:not(.collapsed) {
        box-shadow: none;
    }

    #aprender .accordion-button:not(.collapsed) {
        color: var(--color-primary);
    }

}

@media (max-width: 768px) {

    #aprender {
        margin-top: 43px;
    }

    #aprender h2 {
        font-size: 20px;
        font-weight: 700;
    }

    #aprender .accordion {
        margin-top: 20px;
    }

    #aprender .accordion-item {
        border-radius: 26px;
        border: solid 2px var(--color-default);
        margin-bottom: 18px;
    }

    #aprender .accordion-header {
        background-color: var(--color-default);
        border-radius: 22px;

    }

    #aprender .accordion-header button {
        background-color: var(--color-default);
        color: #fff;
        border-radius: 35px;
        font-size: 18px;
        font-weight: 700;
        padding: 20px 40px;
        min-height: 97px;
    }

    #aprender .accordion-body {
        padding-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 0px 0px 22px 22px;
    }

}

/*--------------------------------------------------------------
# vagas
--------------------------------------------------------------*/

#vagas {
    margin-top: 70px;
}

#vagas .box {
    background-color: var(--color-secondary);
    margin: auto;
    border-radius: 33px;
    padding: 28px 90px;
}

#vagas .box h2 {
    font-size: 38px;
    color: var(--color-primary);
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    max-width: 250px;
}

#vagas .box p {
    font-size: 30px;
    color: var(--color-primary);
    line-height: 41px;
    font-weight: 500;
    max-width: 620px;
}

#vagas .box .btn {
    background-color: var(--color-primary);
    border-radius: 30px;
    padding: 10px 40px;
    margin-top: 20px;
}

#vagas .box .btn a {
    text-decoration: none;
    color: var(--color-secondary);
    font-size: 28px;
    font-weight: 700;
}

@media (max-width: 1650px) {

    #vagas .container {
        max-width: 1116px;
    }

    #vagas .box {
        border-radius: 25px;
        padding: 28px 90px;
    }

    #vagas .box h2 {
        font-size: 28px;
        line-height: 31px;
        max-width: 250px;
    }

    #vagas .box p {
        font-size: 22px;
        line-height: 31px;
        max-width: 555px;
    }

    #vagas .box .btn {
        border-radius: 22px;
        padding: 10px 30px;
        margin-top: 10px;
    }

    #vagas .box .btn img {
        width: 22px;
        margin-left: 7px;
    }

    #vagas .box .btn a {
        font-size: 21px;
    }

}

@media (max-width: 768px) {

    #vagas {
        margin-top: 35px;
    }

    #vagas .box {
        border-radius: 9px;
        padding: 19px 12px;
    }

    #vagas .box h2 {
        font-size: 23px;
        line-height: 27px;
        max-width: 143px;
    }

    #vagas .box p {
        font-size: 12.35px;
        line-height: 16.9px;
        max-width: 164px;
        margin-bottom: 9px;
    }

    #vagas .box .btn {
        border-radius: 8px;
        padding: 0px 4px 2px;
        margin-top: 0px;
        width: 143px;
    }

    #vagas .box .btn img {
        width: 11px;
        margin-left: 4px;
    }

    #vagas .box .btn a {
        font-size: 11px;
        line-height: 100%;
    }
}

/*--------------------------------------------------------------
# depoimentos
--------------------------------------------------------------*/

#depoimentos {
    background-color: var(--color-alternative);
    margin-top: 52px;
    padding-top: 45px;
    padding-bottom: 10px;
}

#depoimentos h2 {
    font-size: 36px;
    color: var(--color-primary);
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

#owl-depoimentos .center img {
    height: 522px !important;
    margin-top: -20px;
    position: relative;
    z-index: 99;
}

#owl-depoimentos .item {
    padding-top: 20px;
    padding-bottom: 20px;
}

#depoimentos h2 span {
    color: #FEBD16;
}

#depoimentos hr {
    /* width: 90px; */
    height: 4px;
    background-color: #D4AF78;
    border: none;
    margin: 20px auto 40px;
    opacity: 1;
    max-width: 85%;
}

#depoimentos .card {
    border: none !important;
    border-radius: 41px;
}

#depoimentos .card-img-overlay {
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 33%;
    /* padding: 1rem; */
    border-radius: calc(0.25rem - 1px);
}

#depoimentos .center .card-img-overlay {
    top: 0%;
}

#depoimentos .icone-play {
    width: 76px;
}

#depoimentos .center .icone-play {
    width: 76px;
}



@media (max-width: 1650px) {

    #depoimentos {
        margin-top: 52px;
        padding-top: 45px;
        padding-bottom: 10px;
    }

    #depoimentos h2 {
        font-size: 32px;
        text-align: center;

    }

    #owl-depoimentos .center img {
        margin-top: -20px;
        position: relative;
        z-index: 99;
    }

    #owl-depoimentos .item {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #depoimentos h2 span {
        color: #FEBD16;
    }

    #depoimentos hr {
        /* width: 90px; */
        height: 4px;
        background-color: #D4AF78;
        border: none;
        margin: 20px auto 40px;
        opacity: 1;
        max-width: 83%;
    }

}

@media (max-width: 1370px) {
    #owl-depoimentos .center img {
        height: 440px !important;
        margin-top: -20px;
        position: relative;
        z-index: 99;
    }
}

@media (max-width: 768px) {

    #depoimentos {
        margin-top: 30px;
        padding: 12px 0px 10px;
    }

    #depoimentos .container {
        width: 100%;
        margin: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    #depoimentos h2 {
        font-size: 22px;
        line-height: 35px;
        font-weight: 600;
        max-width: 343px;
        margin: auto;
        margin-bottom: 30px;
    }

    #owl-depoimentos img {
        height: 326px;
    }

    #owl-depoimentos .center img {
        height: 372px !important;
        margin-top: -20px;
        position: relative;
        z-index: 99;
    }

    #owl-depoimentos .item {
        padding-top: 20px;
        padding-bottom: 20px;

    }

    #depoimentos h2 span {
        color: #FEBD16;
    }

    #depoimentos hr {
        /* width: 90px; */
        height: 4px;
        background-color: #D4AF78;
        border: none;
        margin: 20px auto 40px;
        opacity: 1;
        max-width: 85%;
    }

    #depoimentos .card-img-overlay {
        position: absolute;
        top: 0%;
        right: 0;
        bottom: 0px;
        left: 30%;
        /* padding: 1rem; */
        border-radius: calc(0.25rem - 1px);
    }

}

/*--------------------------------------------------------------
# linha tempo
--------------------------------------------------------------*/

#linha-tempo {
    background-color: #272727;
    padding: 49px 0px 39px;
}

#linha-tempo h2 {
    color: #fff;
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
}

#linha-tempo h2 span {
    color: #FEBD16;
}

#owl-linha-tempo {
    padding-top: 40px;
}


#owl-linha-tempo .owl-nav {
    max-width: 90px;
    margin: auto !important;
    margin-top: 40px !important;
}

#owl-linha-tempo .owl-dots {
    display: none;
}

#owl-linha-tempo .owl-prev {
    /* position: absolute; */
    /* left: -40px; */
    /* top: 36%; */
}


#owl-linha-tempo .owl-prev span::before {
    /* position: absolute; */
    content: url("../image/linha-tempo/btn-prev.svg");
    /* max-width: 10px; */
}




#owl-linha-tempo .owl-next {
    /* position: absolute; */
    /* right: -25px; */
    /* top: 36%; */
    /* width: 10px !important; */
}

#owl-linha-tempo .owl-next span::before {
    /* position: absolute; */
    content: url("../image/linha-tempo/btn-next.svg");
    height: 10px;
    max-width: 10px;
    width: 10px !important;
    padding: 0px;
    font-size: 5px;
}

#owl-linha-tempo .owl img {
    width: 10px;
}

@media (max-width: 768px) {

    #linha-tempo h2 {
        color: #fff;
        font-size: 22px;
        text-align: center;
        text-transform: uppercase;
        max-width: 300px;
        margin: auto;
    }


}

/*--------------------------------------------------------------
# comprar
--------------------------------------------------------------*/

#comprar {
    margin-top: 40px;
}

#comprar .tag-preco {
    max-width: 340px;
    margin: auto;
    /* background: url("../image/bg-tag-comprar.png"); */
    border-radius: 23px;
    text-align: center;
    position: relative;
    z-index: 99 !important;
}

#comprar .tag-preco p {
    font-size: 20px;
    color: var(--color-primary);
    margin: 0px;
    line-height: 110%;
    padding: 20px 10px 10px;
    font-family: var(--font-alternative);
}

#comprar .tag-preco p span {
    font-size: 30px;
    font-weight: 700;
}

#comprar s {
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

#comprar .box {
    background-color: var(--color-secondary);
    border-radius: 23px;
    max-width: 1190px;
    margin: auto;
    text-align: center;
    padding: 73px 40px 20px;
    margin-top: -35px;
    z-index: 1 !important;

}

#comprar .box .box-texto {
    max-width: 590px;
    margin: auto;
    text-align: start;
}

#comprar .box .texto-um {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 25px;
}

#comprar .box .texto-um span {
    text-transform: uppercase;
}

#comprar .box .texto-dois {
    font-size: 83px;
    font-weight: 700;
    line-height: 83px;
    font-family: var(--font-alternative);
}

#comprar .box .texto-dois span {
    font-size: 58px;
}

#comprar .box .texto-tres {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--color-primary);
    border-radius: 8px;
    max-width: 647px;
    margin: auto;
    border: solid 2px #77673a;
    padding: 17px;
    line-height: 28px;
}

#comprar .box .texto-quatro {
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 20px;
}

#comprar .box a {
    text-decoration: none;
    color: #000;
}

@media (max-width: 1650px) {
    #comprar .tag-preco {
        max-width: 340px;
        margin: auto;
        border-radius: 23px;
        text-align: center;
        position: relative;
        z-index: 99 !important;
    }

    #comprar .box .box-texto {
        max-width: 490px;
        margin: auto;
    }

    #comprar .box .texto-um {
        font-size: 25px;
        margin-bottom: 16px;
        font-weight: 600;
    }


    #comprar .box .texto-dois {
        font-size: 62px;
        line-height: 71px;
        margin-bottom: 0px;
    }

    #comprar .box .texto-dois span {
        font-size: 43px;
    }

    #comprar .box .texto-tres {
        font-size: 22px;
        max-width: 600px;
        margin: auto;
        padding: 17px;
        line-height: 28px;
    }

}

@media (max-width: 768px) {

    #comprar .tag-preco {
        max-width: 265px;
        margin: auto;
        border-radius: 23px;
        text-align: center;
        position: relative;
        z-index: 99 !important;
    }

    #comprar .box {
        padding: 73px 40px 20px;
        z-index: 1 !important;

    }


    #comprar .box .texto-um {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 25px;
    }

    #comprar .box .texto-dois {
        font-size: 45px;
        font-weight: 700;
        line-height: 50px;
        font-family: var(--font-alternative);
        margin-bottom: 0px;
    }

    #comprar .box .texto-dois span {
        font-size: 58px;
    }

    #comprar .box .texto-tres {
        font-size: 15px;
        max-width: 647px;
        margin: auto;
        padding: 7px;
        line-height: 100%;
    }

    #comprar .box .texto-quatro {
        font-size: 13px;
        text-transform: uppercase;
        margin-top: 10px;
    }
}

/*--------------------------------------------------------------
# faq
--------------------------------------------------------------*/

#faq .container {
    max-width: 1190px;
    margin: auto;
    margin-top: 100px;
}

#faq h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

#faq .accordion-item {
    margin-top: 72px;
    border: none;
    border-radius: 30px;
}


#faq .accordion-header {
    background-color: var(--color-default);
    /* border-radius: 30px 30px 0px 0px; */
    border-radius: 30px;
}

#faq .accordion-header button {
    background-color: var(--color-secondary);
    border-radius: 30px;
    font-size: 27.2px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 35px;
    border: none;
    margin-bottom: -35px;
}

#faq .accordion-body {
    padding-top: 50px;
    padding-bottom: 20px;
    /* margin-top: -35px; */
    background-color: var(--color-default);
    color: var(--color-primary);
    font-size: 22px;
    font-weight: 400;
    border-radius: 0px 0px 30px 30px;
}

#faq .collapse:not(.show) {
    background-color: var(--color-primary);
}

#faq .accordion-button:not(.collapsed) {
    box-shadow: none;
}

#faq .accordion-button:not(.collapsed) {
    color: var(--color-default);
}

#faq .accordion-button::after {
    background: url("../image/icons/accordion-btn-faq.svg");
    background-repeat: no-repeat;
    width: 36.61px;
    height: 38.64px;
    margin-right: 0px;
}

#faq .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

@media (max-width: 1650px) {

    #faq h2 {
        font-size: 36px;
    }

    #faq .accordion-item {
        margin-top: 72px;
        border: none;
        border-radius: 30px;
    }


    #faq .accordion-header {
        background-color: var(--color-default);
        /* border-radius: 30px 30px 0px 0px; */
        border-radius: 22px;
    }

    #faq .accordion-header button {
        background-color: var(--color-secondary);
        border-radius: 22px;
        font-size: 22px;
        font-weight: 800;
        text-transform: uppercase;
        padding: 26px;
        border: none;
        margin-bottom: -35px;
    }

    #faq .accordion-body {
        padding-top: 50px;
        padding-bottom: 20px;
        background-color: var(--color-default);
        color: var(--color-primary);
        font-size: 18px;
        font-weight: 400;
        border-radius: 0px 0px 22px 22px;
    }

    #faq .collapse:not(.show) {
        background-color: var(--color-primary);
    }

    #faq .accordion-button:not(.collapsed) {
        box-shadow: none;
    }

    #faq .accordion-button:not(.collapsed) {
        color: var(--color-default);
    }

}

@media (max-width: 768px) {

    #faq .container {
        margin-top: 47px;
    }

    #faq h2 {
        font-size: 27px;
    }

    #faq .accordion-item {
        margin-top: 30px;
        border: none;
        border-radius: 16px;
    }


    #faq .accordion-header {
        background-color: var(--color-default);
        /* border-radius: 30px 30px 0px 0px; */
        border-radius: 16px;
    }

    #faq .accordion-header button {
        border-radius: 16px;
        font-size: 15px;
        padding: 25px 30px;
        border: none;
        margin-bottom: -10px;
        max-height: 60px;
    }

    #faq .accordion-body {
        padding-top: 50px;
        padding-bottom: 20px;
        margin-top: -40px;
        background-color: var(--color-default);
        color: var(--color-primary);
        font-size: 14px;
        font-weight: 400;
        border-radius: 0px 0px 30px 30px;
    }

    #faq .accordion-button::after {
        /* margin-right: -10px; */
    }

}

/*--------------------------------------------------------------
# Garantia Section
--------------------------------------------------------------*/

#garantia {
    max-width: 629px;
    margin: 102px auto 57px;
}

#garantia .col-texto {
    max-width: 350px;
    margin-left: 23px;
}

#garantia h2 {
    font-size: 16.2px;
    font-weight: 700;
    line-height: 18.7px;
}

#garantia p {
    font-size: 16px;
    line-height: 18.7px;
    font-weight: 400;
    margin-bottom: 28px;
    margin-top: 28px;
}

@media (max-width: 768px) {

    #garantia {
        max-width: 629px;
        margin: 24px auto 24px;
    }

    #garantia .col-texto {
        max-width: 350px;
        margin-left: 23px;
    }

    #garantia h2 {
        font-size: 13px;
        font-weight: 700;
        line-height: 9.4px;
    }

    #garantia p {
        font-size: 11px;
        line-height: 9px;
        font-weight: 400;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #garantia .col-7 {
        padding-left: 5px;
        padding-right: 5px;
    }

}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    background-color: var(--color-default);
    color: var(--color-primary);
    text-align: center;
    font-size: 11px;
    padding: 30px 0px 20px;
}

footer p {
    letter-spacing: 1.1px;
}

@media (max-width: 768px) {}