body {
    max-width: 1440px;
    margin: 0 auto;
    font-family: 'Nunito';
    background-color: #ede7e2;
}

main {
    background: url(../images/background.png) 0 660px no-repeat;
    background-size: 1440px;
}

.home {
    background: url(../images/home2.png) #ece2d7;
    background-size: 1200px;
    max-width: 1000px;
    height: 380px;
    margin: 20px auto 80px;
    padding: 60px 0;
    border-radius: 20px;
    text-align: center;
}

.home h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1px;
    margin: 0 auto 25px;
    max-width: 720px;
}

.home p {
    font-size: 20px;
    line-height: 125%;
    margin: 0 auto;
    max-width: 600px;
}

.home p span {
    font-weight: 900;
}

.section-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}
.section-video h2 {
    color: #BF4685;
    font-size: 34px;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    margin-bottom: 40px;
}

.section-video iframe{
    width: 700px;
    height: 400px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.section-video a {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    background-color: #BF4685;
    padding: 20px 30px 20px 65px;
    border-radius: 30px;
    margin-bottom: 80px;
    position: relative;
    transition: 0.4s;
}

.section-video a img {
    width: 30px;
    position: absolute;
    transform: translate(-35px, -8px);
}

.section-video a:hover {
    color: #000000;
    background-color: #ffffff;
    transform: translateY(-5px);
}

.section-video .blocos-informacao {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.section-video .blocos-informacao .bloco {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #FDF9F0;
    padding: 15px;
    border-radius: 10px;
    transition: 0.4s;
}

.section-video .blocos-informacao .bloco:hover {
    transform: scale(1.06);
}

.section-video .blocos-informacao .bloco img {
    background-color: #BF4685;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
}

.section-video .blocos-informacao .bloco .info-bloco h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.section-video .blocos-informacao .bloco .info-bloco p {
    font-size: 14px;
    line-height: 15px;
    max-width: 264px;
}

.formacao {
    display: flex;
    justify-content: center;
    gap: 20px;
    background-color: #BF4685;
    padding: 40px 0px;
    margin: 0 160px 80px;
    border-radius: 20px;
}

.formacao .blocos-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.formacao .blocos-1 .bloco-formacao {
    background-color: #ECE2D7;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 25px;
    border-radius: 10px;
}

.formacao .blocos-2 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.formacao .blocos-2 .bloco-formacao {
    background-color: #ECE2D7;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    border-radius: 10px;
}

.formacao .titulo-formacao {
    background-color: #ECE2D7;
    padding: 15px;
    border-radius: 10px;
}

.formacao .titulo-formacao h2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 115%;
    max-width: 310px;
}

.formacao .bloco-formacao span {
    padding: 5px;
    background-color: #FFF8F0;
    border-radius: 50%;
}

.formacao .bloco-formacao p {
    font-size: 14px;
    font-weight: 600;
    line-height: 115%;
    max-width: 230px;
}

.formacao a {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    background-color: #FFE3F2;
    padding: 20px 30px 20px 65px;
    border-radius: 30px;
    margin-top: 15px;
    position: relative;
    transition: 0.4s;
}

.formacao a img {
    width: 30px;
    position: absolute;
    transform: translate(-35px, -8px);
}

.formacao a:hover {
    color: #000000;
    background-color: #ffffff;
    transform: translateY(-5px);
}

.sobre {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 80px;
}

.sobre h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 115%;
    max-width: 340px;
}

.sobre h2 span{
    background-color: #e3ac0863;
}

.sobre p {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -1px;
    margin-bottom: 20px;
    max-width: 330px;
}

.sobre p span {
    font-weight: 700;
}

.sobre img {
    width: 400px;
}

.pilares-curso {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #BF4685;
}

.pilares-curso h2 {
    font-size: 34px;
    line-height: 115%;
    text-transform: uppercase;
    text-align: center;
    max-width: 600px;
    margin-bottom: 15px;
}

.pilares-curso p {
    font-size: 20px;
    line-height: 115%;
    text-align: center;
    margin-bottom: 40px;
    max-width: 720px;
}

.pilares-curso p span {
    font-weight: 700;
}

.pilares-curso .pilares {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 80px 40px;
    color: #ffffff;
}

.pilares-curso .pilares .pilar {
    background: #BF4685;
    padding: 35px 25px;
    border-radius: 15px;
    transition: 0.4s;
}

.pilares-curso .pilares .pilar:hover {
    transform: scale(1.06);
}

.pilares-curso .pilares .pilar.background-2{
    background: #F45EAC;
}

.pilares-curso .pilares .pilar h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    border-bottom: solid 1px #C7965E;
    padding-bottom: 10px;
    margin-bottom: 10px;
    max-width: 220px;
}

.pilares-curso .pilares .pilar p {
    font-family: Arial;
    font-size: 12px;
    font-weight: 300;
    text-align: start;
    margin-bottom: 20px;
}

.pilares-curso .pilares .pilar p span{
    font-weight: 700;
}

.pilares-curso a {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    background-color: #BF4685;
    padding: 20px 30px 20px 65px;
    border-radius: 30px;
    margin-bottom: 80px;
    position: relative;
    transition: 0.4s;
}

.pilares-curso a img {
    width: 30px;
    position: absolute;
    transform: translate(-35px, -8px);
}

.pilares-curso a:hover {
    color: #000000;
    background-color: #ffffff;
    transform: translateY(-5px);
}

.surgimento {
    display: flex;
    justify-content: center;
    gap: 60px;
    color: #747474;
    margin-bottom: 80px;
}

.surgimento img {
    width: 400px;
}

.surgimento h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 110%;
    margin-bottom: 20px;
    max-width: 200px;
}

.surgimento .linha {
    background-color: #BF4685;
    display: block;
    width: 110px;
    height: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.surgimento h3 {
    font-size: 23px;
    font-weight: 800;
    line-height: 110%;
    margin-bottom: 15px;
    max-width: 300px;
}

.surgimento p {
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 20px;
    max-width: 400px;
}

.surgimento p .span-1 {
    font-weight: 700;
}

.surgimento p .span-2 {
    font-weight: 800;
}

.trilha {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}

.trilha h2 {
    color: #BF4685;
    font-size: 36px;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    margin-bottom: 50px;
    max-width: 860px;
}

.trilha .niveis-trilha {
    display: flex;
    gap: 60px;
    color: #434041;
    margin-bottom: 40px;
}

.trilha .niveis-trilha .nivel-trilha img {
    width: 200px;
    margin-bottom: 15px;
}

.trilha .niveis-trilha .nivel-trilha h3 {
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 5px;
    max-width: 220px;
}

.trilha .niveis-trilha .nivel-trilha p {
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 10px;
    max-width: 240px;
}

.trilha .niveis-trilha .nivel-trilha p span {
    font-weight: 800;
}

.trilha .btn-trilha {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.trilha .btn-trilha h4 {
    color: #BF4685;
    font-size: 28px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1px;
    text-align: center;
    max-width: 420px;
}

.trilha .btn-trilha a {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    background-color: #BF4685;
    padding: 20px 30px 20px 65px;
    border-radius: 30px;
    position: relative;
    transition: 0.4s;
}

.trilha .btn-trilha a img {
    width: 30px;
    position: absolute;
    transform: translate(-35px, -8px);
}

.trilha .btn-trilha a:hover {
    color: #000000;
    background-color: #ffffff;
    transform: translateY(-5px);
}

.depoimentos {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #BF4685;
    margin-bottom: 80px;
}

.depoimentos h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 115%;
    text-align: center;
    margin-bottom: 10px;
}

.depoimentos p {
    font-size: 27px;
    line-height: 115%;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 40px;
    max-width: 900px;
}
.depoimentos p span {
    font-weight: 700;
}

.depoimentos .depoimento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.depoimentos .depoimento img {
    max-width: 300px;
    border-radius: 20px;
    box-shadow: #00000050 5px 5px 5px;
    transition: 0.4s;
}

.depoimentos .depoimento img:hover {
    transform: scale(1.06);
}

.receber {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 40px 0;
    margin: 0 100px 80px;
    background-color: #ECE2D7;
    border-radius: 20px;
}

.receber h2 {
    color: #4C6E8F;
    font-size: 33px;
    font-weight: 700;
    line-height: 115%;
    margin-bottom: 15px;
    max-width: 400px;
}

.receber p {
    color: #292929;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -1px;
    margin-bottom: 10px;
    max-width: 370px;
}

.receber p span {
    font-weight: 800;
}

.receber img {
    width: 280px;
}

.acesso-completo {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #BF4685;
    margin-bottom: 80px;
}

.acesso-completo h2 {
    font-size: 34px;
    line-height: 115%;
    text-transform: uppercase;
    text-align: center;
    max-width: 600px;
    margin-bottom: 15px;
}

.acesso-completo p {
    font-size: 20px;
    font-weight: 700;
    line-height: 115%;
    text-align: center;
    margin-bottom: 40px;
    max-width: 720px;
}

.acesso-completo .pilares {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 80px 40px;
    color: #ffffff;
}

.acesso-completo .pilares .pilar {
    background: #BF4685;
    padding: 35px 25px;
    border-radius: 15px;
    transition: 0.4s;
}

.acesso-completo .pilares .pilar:hover {
    transform: scale(1.06);
}

.acesso-completo .pilares .pilar.background-2{
    background: #F45EAC;
}

.acesso-completo .pilares .pilar h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    border-bottom: solid 1px #C7965E;
    padding-bottom: 10px;
    margin-bottom: 10px;
    max-width: 220px;
}

.acesso-completo .pilares .pilar p {
    font-family: Arial;
    font-size: 12px;
    font-weight: 300;
    text-align: start;
    margin-bottom: 20px;
}

.acesso-completo .materiais {
    display: flex;
    align-items: center;
    background-color: #F45EAC;
    color: #ffffff;
    padding: 30px 60px;
    border-radius: 20px;
    transition: 0.4s;
}

.acesso-completo .materiais:hover {
    transform: scale(1.06);
}

.acesso-completo .materiais h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    text-align: start;
    max-width: 240px;
}

.acesso-completo .materiais p {
    font-family: Arial;
    font-size: 12px;
    font-weight: 300;
    line-height: 115%;
    text-align: start;
    max-width: 220px;
    margin-bottom: 0;
}

.acesso-completo .materiais .check {
    border-left: solid 1px #ffffff;
    padding-left: 40px;
}

.acesso-completo .materiais .check h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    max-width: 180px;
}

.acesso-completo .materiais .check h4 span {
    color: #434041;
}

.bonus {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    background-color: #E5CCD0;
    padding: 30px 0 60px;
    margin-bottom: 80px;
}

.bonus img {
    width: 600px;
}

.bonus h2 {
    color: #4C6E8F;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.bonus h3 {
    color: #4C6E8F;
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 15px;
    max-width: 300px;
}

.bonus li {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 20px;
    border-left: solid 6px #BF4685;
    border-radius: 20px;
    margin-bottom: 10px;
}

.bonus li.borda-direita {
    border-left: none;
    border-right: solid 6px #BF4685;
}

.bonus li h4 {
    color: #5B3E2D;
    font-size: 15px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1px;
    max-width: 180px;
    margin-right: 10px;
}

.bonus li p {
    color: #5B3E2D;
    font-size: 15px;
    font-style: italic;
    line-height: 110%;
    max-width: 240px;
    padding: 15px 0 15px 15px;
    border-left: solid 3px #BF4685;
}

.bonus ul {
    margin-bottom: 40px;
}

.bonus a {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    background-color: #BF4685;
    padding: 20px 30px 20px 65px;
    border-radius: 30px;
    margin: 0 80px;
    position: relative;
    transition: 0.4s;
}

.bonus a img {
    width: 30px;
    position: absolute;
    transform: translate(-35px, -8px);
}

.bonus a:hover {
    color: #000000;
    background-color: #ffffff;
    transform: translateY(-5px);
}

.certificado {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}

.certificado h2 {
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    max-width: 600px;
    margin-bottom: 15px;
}

.certificado h2 span {
    color: #F45EAC;
    font-weight: 800;
    text-transform: uppercase;
}

.certificado .img-certificado {
    max-width: 600px;
    border-radius: 40px;
    box-shadow: #00000050 5px 5px 5px;
    margin-bottom: 30px;
}

.certificado a {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    background-color: #BF4685;
    padding: 20px 30px 20px 65px;
    border-radius: 30px;
    position: relative;
    transition: 0.4s;
}

.certificado a img {
    width: 30px;
    position: absolute;
    transform: translate(-35px, -8px);
}

.certificado a:hover {
    color: #000000;
    background-color: #ffffff;
    transform: translateY(-5px);
}

.oportunidade {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.oportunidade h2 {
    color: #5B3E2D;
    font-size: 28px;
    font-weight: 800;
    font-style: italic;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    max-width: 560px;
}

.oportunidade p {
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -1px; 
    text-align: center;
    margin-bottom: 40px;
    max-width: 460px;
}

.oportunidade p span {
    font-weight: 700;
}

.oportunidade .valor {
    background-color: #FFC1CA;
    color: #404040;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    border: solid 1px #404040;
    border-radius: 10px;
    margin-bottom: 80px;
}

.oportunidade .valor .logo {
    width: 80px;
    margin-bottom: 25px;
}

.oportunidade .valor p {
    font-size: 20px;
    margin-bottom: 15px;
    max-width: 300px;
}

.oportunidade .valor h4 {
    font-size: 17px;
    font-weight: 800;
    font-style: italic;
    line-height: 118%;
    text-decoration: line-through;
}

.oportunidade .valor h3 {
    font-size: 53px;
    font-weight: 800;
    font-style: italic;
    line-height: 118%;
}

.oportunidade .valor h3 span {
    font-size: 32px;
}

.oportunidade .valor h5 {
    font-size: 22px;
    font-weight: 800;
    font-style: italic;
    line-height: 118%;
    margin-bottom: 10px;
}

.oportunidade .valor h5 span {
    font-size: 18px;
}

.oportunidade .valor ul {
    margin-bottom: 10px;
}

.oportunidade .valor ul li {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 5px;
}

.oportunidade .valor a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    background: linear-gradient(to right, #31985D, #6CCF96, #4CAD75);
    padding: 10px 25px;
    border: solid 1px #ffffff;
    border-radius: 20px;
    margin-bottom: 10px;
    transition: 0.4s;
}

.oportunidade .valor a:hover {
    transform: translateY(-5px);
    box-shadow: #ffffff60 3px 3px 3px;
}


.oportunidade .valor .pagamento {
    max-width: 200px;
}

.garantia {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
}

.garantia img {
    max-width: 300px;
}

.garantia h2 {
    font-size: 23px;
    font-weight: 800;
    line-height: 110%;
    margin-bottom: 20px;
    max-width: 360px;
}

.garantia p {
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 25px;
    max-width: 540px;
}

.garantia p span {
    font-weight: 700;
}

.garantia a {
    font-size: 9px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    background-color: #BF4685;
    padding: 15px 25px 15px 40px;
    border-radius: 30px;
    position: relative;
    transition: 0.4s;
}

.garantia a img {
    width: 20px;
    position: absolute;
    transform: translate(-23px, 2px);
}

.garantia a:hover {
    color: #000000;
    background-color: #ffffff;
    transform: translateY(-5px);
}

.perguntas-frequentes div {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #D3BAC7;
    padding: 100px 0;
    max-width: 860px;
    margin: 0 auto 80px;
    border-radius: 100px;
}

.perguntas-frequentes h2 {
    color: #404040;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.perguntas-frequentes h2 span {
    color: #812053;
    font-weight: 800;
}

.perguntas-frequentes li {
    margin-bottom: 10px;
}

.perguntas-frequentes li button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 500px;
    background-color: #BF4685;
    color: #ffffff;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    transition: 0.4s;
}

.perguntas-frequentes li button:hover {
    cursor: pointer;
    color: #BF4685;
    background-color: #ffffff;
}

.perguntas-frequentes li button p {
    font-size: 13px;
    font-weight: 600;
}

.perguntas-frequentes li button span {
    font-size: 16px;
    font-weight: 600;
}

.perguntas-frequentes li .resposta {
    background-color: #ffffff;
    color: #BF4685;
    font-size: 14px;
    padding: 10px 25px 10px;
    border-radius: 5px;
    max-width: 500px;
    transform: translateY(-5px);
    display: none;
}

.perguntas-frequentes li .resposta span {
    font-weight: 700;
}

.perguntas-frequentes li .resposta.active {
    display: block;
}

.perguntas-frequentes a {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    background-color: #BF4685;
    padding: 20px 30px 20px 65px;
    border-radius: 30px;
    position: relative;
    margin-top: 20px;
    transition: 0.4s;
}

.perguntas-frequentes a img {
    width: 30px;
    position: absolute;
    transform: translate(-35px, -8px);
}

.perguntas-frequentes a:hover {
    color: #000000;
    background-color: #ffffff;
    transform: translateY(-5px);
}

.contato {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 120px;
}

.contato h2 {
    color: #BF4685;
    font-size: 48px;
    font-weight: 800;
}

.contato p {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 40px;
}

.contato a {
    color: #ffffff;
    background-color: #4DBA7B;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 50px;
    border-radius: 40px;
    transition: 0.4s;
}
.contato a .fa-whatsapp {
    font-size: 22px;
    transform: translate(-5px, 1px);
}

.contato a:hover {
    color: #4DBA7B;
    background-color: #ffffff;
    transform: translateY(-5px);
}