/* GERAL */
@import url('https://fonts.googleapis.com/css2?family=PT+Mono&display=swap');

* {
    font-family: 'Montserrat';
}

html {
    scroll-behavior: smooth;
}

body.page-template-lp-curso-transformacao {
    background: #111111;
}

.header-container {
    position: absolute;
}

.pages-inside {
    margin: 0;
    padding-bottom: 0;
}


@media (min-width: 768px) {
    .row.equal-height {
        display: flex;
        flex-wrap: wrap;
    }
}

/* TIPOGRAPHY */

p {
    color: #E7E7E7;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

strong {
    color: #fff;
}

.orange-text {
    color: #F39131;
}

/* BUTTONS */


.btn--green {
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 5px;
    background: #00B012;
    padding: 12px 35px;
    transition: all .3s;
    height: auto;
}

.btn--green:hover {
    color: #FFF;
    background: #007c0c;
}



/* HEADER */

@media (max-width: 768px) {
    header img {
        max-width: 80% !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}


header.header-container {
    background: #11111160 !important;
}


/* HERO */

.hero-curso {
    background: linear-gradient(180deg, #0700A3 0%, #100B8E 46.5%, #2A22DC 85%, #4B43FD 100%);
    padding-top: 130px;
    padding-bottom: 60px;
}

.hero-curso-content {
    margin-left: 0;
    padding: 0 20px;
}

.hero-curso h2 {
    color: #F39131;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.hero-curso h1 {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 0px;
}

.hero-curso p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

@media (min-width: 768px) {

    .hero-curso {
        background: linear-gradient(180deg, #0700A3 0%, #100B8E 46.5%, #2A22DC 85%, #4B43FD 100%);
        padding-top: 200px;
        padding-bottom: 160px;
    }

    .hero-curso h2 {
        font-size: 28px;
        margin-top: 60px;
    }

    .hero-curso h1 {
        font-size: 46px;
        line-height: 60px;
        margin-bottom: 10px;
    }

    .hero-curso p {
        font-size: 24px;
    }
}




.hero-curso-video {
    margin-bottom: 0;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.hero-curso-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}




/* FEATURED BLOCKS */

.featured-blocks {
    padding: 30px 0;
    background-color: #000;
}

.featured-block__item {
    border-radius: 15px;
    border: 1px solid #FFF;
    background: rgba(45, 45, 45, 0.50);
    height: 100%;
    padding: 20px 15px;
}

.featured-block__item p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .featured-blocks {
        padding: 60px 0;
        background-color: #000;
    }

    .featured-block__item {
        padding: 35px 15px;
        border-radius: 30px;
    }

    .featured-block__item p {
        font-size: 24px;
    }

    .featured-block__item p.large-number {
        font-size: 48px;
    }

    .featured-block__item p.small-text {
        font-size: 16px;
    }
}




/* ERA DIGITAL */

.era-digital {
    padding: 80px 0;
}

.era-digital h2 {
    color: #F39200;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}


/* SOBRE */

.sobre-o-curso {
    background-color: #000;
    padding: 80px 0;
}

.sobre-o-curso h2 {
    color: #E2422D;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

@media (min-width: 768px) {
    .sobre-o-curso h2 {
        font-size: 40px;
        line-height: 49px;
    }
}

.curso-sobre__item {
    border-radius: 15px;
    border: 0px solid #FFF;
    background: rgba(45, 45, 45, 0.50);
    color: #FFF;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.curso-sobre__item p {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin: 0;
}



/* TEMAS ABORDADOS */

.temas-blocks {
    padding: 80px 0;
}


.temas-blocks h2 {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 768px) {
    .temas-blocks h2 {
        font-size: 40px;
    }
}

.temas__item {
    border-radius: 15px;
    border: 0px solid #FFF;
    background: rgba(45, 45, 45, 0.50);
    padding: 20px;
    height: 100%;
}

.temas__item p.aula {
    color: #F39131;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 0;
    margin: 0;
}

.temas__item p {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}

.temas__item img {
    flex: 0 0 35px;
    width: 35px;
    height: auto;
    margin-right: 15px;
}

/* PRA QUEM É O CURSO */

.para-quem {
    background: #000;
    padding: 80px 0;
}

.para-quem h2 {
    color: #E2422D;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

@media (min-width: 768px) {
    .para-quem h2 {
        font-size: 46px;
    }
}

.para-quem-list {
    padding: 0;
}

.para-quem-list li {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 30px;
}

.para-quem-list img {
    flex: 0 0 35px;
    width: 35px;
    height: auto;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .para-quem .btn--green {
        display: block !important;
        margin-left: auto;
        margin-right: auto;
    }
}

/* CERTIFICADO */

.certificado {
    padding: 70px 0;
    text-align: center;
}

.certificado h2 {
    color: #E2422D;
    font-size: 38px;
    font-weight: 700;
    line-height: 40px;
}

@media (min-width: 768px) {
    .certificado {
        text-align: left;
    }
}


/* PROFESSOR */

.professores-block {
    padding: 80px 0 0;
    background: #000;
}

@media (min-width: 768px) {
    .professores-block {
        background: #000 url(../img/curso-transformacao/plano-bg.png) no-repeat;
        background-size: 60%;
        background-position: bottom right;
    }
}

.professores-block h2 {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .professores-block h2 {
        font-size: 40px;
    }
}

.professores-block h3 {
    color: #F39131;
    font-family: Poppins;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
}


/* CTA */

.cta {
    padding: 70px 0;
    background: linear-gradient(180deg, #0700A3 0%, #100B8E 46.5%, #2A22DC 85%, #4B43FD 100%);
}

.cta h2 {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

@media (min-width: 768px) {
    .cta h2 {
        font-size: 38px;
        line-height: 55px;
    }
}

/* WHATSAPP */

.whatsapp h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    /* 130.952% */
}

@media (max-width: 768px) {
    .whatsapp {
        padding: 40px 0;
    }

    .whatsapp img {
        max-width: 70%;
        display: block !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.btn--whatsapp {
    border-radius: 30px;
    background: #349A53;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all .3s;
}

.btn--whatsapp:hover {
    background: #0cbe41;
    columns: #fff;
}

.btn--whatsapp img {
    width: 28px;
    height: auto;
    margin-right: 10px;
}


/* ----------------- INSCRICAO ----------------- */

#inscricao {
    background: linear-gradient(180deg, #0700A3 0%, #100B8E 46.5%, #2A22DC 85%, #4B43FD 100%);
    padding: 50px 0;
}

@media (min-width: 768px) {
    #inscricao {
        padding: 110px 0 100px;
    }
}

.incricao-form-container {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(100, 100, 100, 0.15);
    padding: 35px;
}

.incricao-form-container h2 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .incricao-form-container h2 {
        font-size: 30px;
    }
}

.incricao-form-container label.form-label {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.mb-input {
    margin-bottom: 15px;
}

.mb-select {
    margin-bottom: 15px;
}

#inscricao p.small {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

@media (min-width: 768px) {
    .mb-input.mb-select .form-label {
        margin-bottom: 15px;
    }

    label.form-check-label {
        font-size: 15px;
        margin-top: 4px;
    }

    .form-check {
        margin-bottom: 8px;
    }

    .mb-select {
        margin-bottom: 43px;
    }

}


/* FAQ */

.faq {
    padding: 80px 0;
}

.faq h2 {
    color: #FFF;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
}

.faq .accordion-item {
    background-color: #161616;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 20px;
}

.faq .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #161616;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
    display: block;
    height: auto;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../img/curso-transformacao/accordion-arrow.svg') !important;
    transform: rotate(-180deg);
    filter: red;
}

.faq .accordion-button {
    color: #fff;
    background-color: #161616;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    padding: 10px 15px;
    display: block;
    height: auto;
}

.faq button:hover {
    color: #fff;
    fill: #fff;
    stroke: #fff;
    background: #000;
}




/* OBRIGADO */


/* OBRIGADO */

.hero-curso-obrigado {
    /* background: linear-gradient(180deg, #0700A3 0%, #100B8E 46.5%, #FE2C41 85%, #D70D21 100%); */
    background: linear-gradient(180deg, #0700A3 0%, #100B8E 46.5%, #2A22DC 85%, #4B43FD 100%);
}

.hero-curso-obrigado-content {
    text-align: center;
    padding: 100px 20px 20px;
}

@media (min-width: 768px) {
    .hero-curso-obrigado-content {
        padding: 100px 0 20px 0;
    }
}


.hero-curso-obrigado h1 {
    padding-top: 40px;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}

.hero-curso-obrigado h2 {
    color: #E2422D;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-top: 40px;
}

.hero-curso-obrigado p {
    color: #EBEBEB;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

@media (min-width: 768px) {
    .hero-curso-obrigado h1 {
        font-size: 36px;
        line-height: 55px;
        max-width: 70%;
        margin: 0 auto;
    }

    .hero-curso-obrigado p {
        color: #EBEBEB;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }
}

.obrigado-text {
    padding: 130px 20px 40px 20px;
}

.obrigado-text h3 {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .obrigado-text {
        padding: 100px;
    }

    .obrigado-text h3 {
        color: #FFF;
        font-size: 26px;
        font-weight: 700;
        margin-top: 90px;
        margin-bottom: 25px;
    }

}


.obrigado__item {
    margin-bottom: 20px;
    text-align: left;
}


.obrigado-text p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* text-align: center; */
}

@media (min-width: 768px) {
    .obrigado-text p {
        color: #FFF;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        /* text-align: center; */
    }
}

.obrigado-text h2 {
    color: #fff;
    font-weight: bold;
}

.obrigado-text p a {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}

.obrigado-text p a:hover {
    color: #FE2C41;
}


.hero-curso-obrigado-video {
    margin-bottom: -100px;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.hero-curso-obrigado-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}