/* Header */

.headerPage {
	width: 100%;
	padding: 15px 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	transition: all 0.2s linear;
    background: none;
}

.headerPage.scroll {
	padding: 10px 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    background: #3330a0;
}

.headerPage .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Logo */

.headerPage #logo img {
	transition: all 0.2s linear;
}

.headerPage.scroll #logo img {
	width: 50px;
}

/* Menu */

.headerPage .menuPrincipal {
	flex: 1;
	display: flex;
	justify-content: right;
    margin-right: 40px;
}

.headerPage .menuPrincipal #fechaMenuMobile {
	display: none;
}

.headerPage .menuPrincipal ul {
	padding: 0;
	margin: 0;
}

.headerPage .menuPrincipal ul li {
	list-style: none;
	float: left;
}

.headerPage .menuPrincipal ul li + li {
	margin-left: 30px;
}

.headerPage .menuPrincipal ul li a {
	color: #F0FEFF;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.5px;
    padding: 0;
    transition: all 0.1s linear;
    font-weight: 400;
    cursor: pointer;
}

.headerPage.scroll .menuPrincipal ul li a {
    font-size: 14px;
    line-height: 14px;
}

.headerPage .menuPrincipal ul.menu li a:hover {
	color: #4DD6A1;
}

/* Botão Contato */

.headerPage .linkHeader a {
	color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 12px;
    display: inline-block;
    padding: 14px 20px;
    letter-spacing: 0.5px;
    transition: all 0.1s linear;
	font-weight: 700;
    background-color: #54B89A;
}

.headerPage.scroll .linkHeader a {
    padding: 7px 20px;
	font-size: 13px;
}

.headerPage .linkHeader a:hover {
	transform: scale(1.03);
}

/* Menu Mobile */

.headerPage #botaoMenuMobile {
	display: none;
}

/* Bloco Inicial */

.blocoInicial {
    float: left;
    width: 100%;
    padding: 150px 0 70px 0;
    background: url('../../../uploads/2025/08/bg-bloco-inicial.jpg') right top no-repeat;
    background-size: cover;
}

.blocoInicial .container {
    display: flex;
    align-items: center;
}

.blocoInicial .textos h1 {
    float: left;
    width: 100%;
    color: #F4A048;
    margin: 0;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
}

.blocoInicial .textos h1 span {
    color: #F4A048;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.blocoInicial .textos h1 span svg {
    position: absolute;
    left: -3%;
    top: -10%;
    width: 106%;
    height: 120%;
    z-index: -1;
}

.blocoInicial .textos .boxTexto {
    float: left;
    width: 100%;
    margin: 30px 0 50px 0;
}

.blocoInicial .textos .boxTexto p {
    margin: 0;
    color: #fff;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
}

.blocoInicial .textos a {
	color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 12px;
    display: inline-block;
    padding: 14px 20px;
    letter-spacing: 0.5px;
    transition: all 0.1s linear;
	font-weight: 700;
    background-color: #54B89A;
}

.blocoInicial .textos a:hover {
	transform: scale(1.03);
}

/* O que é */

.boxOQueE {
    float: left;
    width: 100%;
    background: linear-gradient(0deg, #C8E2FF 0%, #E9F2FC 100%);
    padding: 70px 0;
}

.boxOQueE h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #3330A0;
    font-weight: 700;
    margin: 0 0 30px 0;
    font-size: 30px;
    line-height: 40px;
}

.boxOQueE .boxBaixo {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.boxOQueE .boxBaixo .resumo {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.boxOQueE .boxBaixo .resumo p {
    float: left;
    width: 100%;
    color: #54B89A;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.boxOQueE .boxBaixo .texto {
    float: left;
    width: 100%;
}

.boxOQueE .boxBaixo .texto p {
    float: left;
    width: 100%;
    color: #4D4D4D;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.boxOQueE .boxLink {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.boxOQueE .boxLink a {
	color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 12px;
    display: inline-block;
    padding: 14px 20px;
    letter-spacing: 0.5px;
    transition: all 0.1s linear;
	font-weight: 700;
    background-color: #54B89A;
}

.boxOQueE .boxLink a:hover {
	transform: scale(1.03);
}

/* O que vai aprender */

.boxOQueVaiAprender {
    float: left;
    width: 100%;
    padding: 0 0 70px 0;
    background: #C8E2FF;
}

.boxOQueVaiAprender h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #3330A0;
    font-weight: 700;
    margin: 0 0 50px 0;
    font-size: 30px;
    line-height: 40px;
}

.boxOQueVaiAprender ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.boxOQueVaiAprender ul li {
    list-style: none;
    background-color: #3330A0;
    border-radius: 12px;
    display: flex;
    min-height: 130px;
    padding: 30px;
    align-items: center;
}

.boxOQueVaiAprender ul li span {
    color: #fff;
}

/* Dados Estruturados */

.boxConteudoEstruturado {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: url('../../../uploads/2025/08/bg-dados-estruturados.jpg') center center no-repeat;
    background-size: cover;
}

.boxConteudoEstruturado h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #F4A048;
    font-weight: 700;
    margin: 0 0 50px 0;
    font-size: 30px;
    line-height: 40px;
}

.boxConteudoEstruturado .boxBaixo {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxConteudoEstruturado .boxBaixo .textos ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.boxConteudoEstruturado .boxBaixo .textos ul li {
    list-style: none;
}

.boxConteudoEstruturado .boxBaixo .textos ul li span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.boxConteudoEstruturado .boxBaixo .textos ul li span strong {
    color: #F4A048;
    margin-right: 10px;
}

.boxConteudoEstruturado .boxBaixo figure {
    text-align: center;
}

.boxConteudoEstruturado .boxLink {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.boxConteudoEstruturado .boxLink a {
	color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 12px;
    display: inline-block;
    padding: 14px 20px;
    letter-spacing: 0.5px;
    transition: all 0.1s linear;
	font-weight: 700;
    background-color: #F4A048;
}

.boxConteudoEstruturado .boxLink a:hover {
	transform: scale(1.03);
}

/* Bônus Exclusivos */

.boxBonusExclusivos {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: url('../../../uploads/2025/08/bg-bonus-exclusivos.jpg') center center no-repeat;
    background-size: cover;
}

.boxBonusExclusivos h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #3330A0;
    font-weight: 700;
    margin: 0 0 50px 0;
    font-size: 30px;
    line-height: 40px;
}

.boxBonusExclusivos ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.boxBonusExclusivos ul li {
    list-style: none;
    padding: 15px;
    position: relative;
    z-index: 2;
}

.boxBonusExclusivos ul li:nth-child(odd)::after {
    content: "";
    position: absolute;
    background: #54B89A;
    width: 70%;
    height: 80px;
    border-radius: 20px 20px 0 0;
    left: 0;
    top: 0;
    z-index: 1;
}

.boxBonusExclusivos ul li:nth-child(even)::after {
    content: "";
    position: absolute;
    background: #CF1862;
    width: 70%;
    height: 80px;
    border-radius: 0 0 20px 20px;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.boxBonusExclusivos ul li figure {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.boxBonusExclusivos ul li figure img {
    width: 100%;
}

.boxBonusExclusivos ul li .numero {
    float: left;
    width: 100%;
    background: #1D1B79;
    color: #F4A048;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
}

.boxBonusExclusivos ul li .texto {
    float: left;
    width: 100%;
    background: #3330A0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 0 0 20px 20px;
    min-height: 78px;
    position: relative;
    z-index: 2;
}

/* Caso real */

.boxCasoReal {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #E9F2FC;
}

.boxCasoReal .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxCasoReal .boxTextos h2 {
    float: left;
    width: 100%;
    color: #3330A0;
    margin: 0 0 30px 0;
    font-size: 30px;
    line-height: 40px;
}

.boxCasoReal .boxTextos .texto {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.boxCasoReal .boxTextos .texto p {
    margin: 0;
    color: #4D4D4D;
    font-size: 16px;
    line-height: 30px;
}

.boxCasoReal .boxTextos a {
	color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 12px;
    display: inline-block;
    padding: 14px 20px;
    letter-spacing: 0.5px;
    transition: all 0.1s linear;
	font-weight: 700;
    background-color: #3330A0;
}

.boxCasoReal .boxTextos a:hover {
	transform: scale(1.03);
}

/* Por que Investir */

.boxPorQueInvestir {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #54B89A;
}

.boxPorQueInvestir .boxCima {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.boxPorQueInvestir .boxCima .boxTextos h2 {
    float: left;
    width: 100%;
    color: #3330A0;
    margin: 0 0 30px 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.boxPorQueInvestir .boxCima .boxTextos .texto {
    float: left;
    width: 100%;
}

.boxPorQueInvestir .boxCima .boxTextos .texto p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.boxPorQueInvestir .boxCima .boxTextos .texto p + p {
    margin-top: 15px;
}

.boxPorQueInvestir .boxLink {
    float: left;
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

.boxPorQueInvestir .boxLink a {
	color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 12px;
    display: inline-block;
    padding: 14px 20px;
    letter-spacing: 0.5px;
    transition: all 0.1s linear;
	font-weight: 700;
    background-color: #3330A0;
}

.boxPorQueInvestir .boxLink a:hover {
	transform: scale(1.03);
}

/* Garantias */

.boxGarantias {
    background-color: #3330A0;
    float: left;
    width: 100%;
    padding: 50px 0;
}

.boxGarantias ul {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxGarantias ul li {
    list-style: none;
    padding: 0 50px;
}

.boxGarantias ul li + li {
    border-left: solid 2px #fff;
}

.boxGarantias ul li span {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

/* Caminho certo */

.boxCaminhoCerto {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: url('../../../uploads/2025/08/bg-caminho-certo.jpg') center center no-repeat;
    background-size: cover;
}

.boxCaminhoCerto .container {
    display: flex;
    align-items: center;
}

.boxCaminhoCerto .boxTextos h2 {
    float: left;
    width: 100%;
    color: #F4A048;
    margin: 0 0 30px 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.boxCaminhoCerto .boxTextos .texto {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.boxCaminhoCerto .boxTextos .texto p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.boxCaminhoCerto .boxTextos a {
	color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 12px;
    display: inline-block;
    padding: 14px 20px;
    letter-spacing: 0.5px;
    transition: all 0.1s linear;
	font-weight: 700;
    background-color: #CF1862;
}

.boxCaminhoCerto .boxTextos a:hover {
	transform: scale(1.03);
}

@media only screen and (max-width: 950px) {

	/* Padrão */

	.headerPage .container::after,
	.headerPage .container::before {
		display: none;
	}

    /* Logo */

    .headerPage #logo {
        flex: 1;
    }

	/* Botão Menu Mobile */

	.headerPage #botaoMenuMobile {
		display: block;
        margin-left: 20px;
	}

    .headerPage #botaoMenuMobile img {
        width: 45px;
    }

	/* Menu */

	.headerPage .menuPrincipal {
		position: fixed;
		top: 0;
		left: -100%;
		bottom: 0;
		z-index: 999999;
		background: #54B89A;
		padding: 0;
		width: 90%;
		transition: all 0.2s ease-in-out;
		border-right: solid 5px #F4A048;
        flex-direction: column;
        padding: 20px;
        align-items: flex-end;
	}

	.headerPage .menuPrincipal.active {
		left: 0;
	}

	.headerPage .menuPrincipal .menuPrincipal {
		float: left;
		width: 100%;
	}

    .headerPage .menuPrincipal #fechaMenuMobile {
        display: inline-block;
    }

	.headerPage .menuPrincipal #fechaMenuMobile img {
		width: 30px;
	}

	.headerPage .menuPrincipal ul {
		float: left;
		width: 100%;
		margin-top: 40px!important;
	}

	.headerPage .menuPrincipal ul li {
		float: left;
		width: 100%;
		margin: 0!important;
		border: 0!important;
	}

	.headerPage .menuPrincipal ul li + li {
		border-top: solid 1px #dfdfdf!important;
	}

	.headerPage .menuPrincipal ul li a {
		color: #fff !important;
        padding: 15px !important;
        border: 0 !important;
        font-weight: 600 !important;
        background: none;
        display: inline-block;
        width: 100%;
        letter-spacing: 1px;
	}

	.headerPage .menuPrincipal ul li a:hover, 
	.headerPage .menuPrincipal ul li.current-menu-item a {
    	color: #020100;
	}

	.headerPage .menuPrincipal ul.menu li a:after {
		display: none!important;
	}

    /* Box Principal */

    .blocoInicial .container {
        flex-direction: column;
    }

    .blocoInicial .col-sm-5,
    .blocoInicial .col-sm-7 {
        float: left;
        width: 100%;
        text-align: center;
    }

    .blocoInicial .col-sm-7 {
        margin-top: 40px;
    }

    .blocoInicial .textos h1 br {
        display: none;
    }

    /* O que vai aprender */

    .boxOQueVaiAprender ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    /* Bônus Exclusivos */

    .boxBonusExclusivos ul {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Garantias */

    .boxGarantias ul li {
        padding: 0 20px;
    }

}

@media only screen and (max-width: 768px) {

    /* Bloco Inicial */

    .blocoInicial {
        padding: 150px 0 50px 0;
    }

    .blocoInicial .textos h1,
    .blocoInicial .textos h1 span {
        font-size: 28px;
        line-height: 42px;
    }

    /* O que é */

    .boxOQueE {
        padding: 45px 0;
    }

    .boxOQueE h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .boxOQueE h2 br {
        display: none;
    }

    .boxOQueE .boxBaixo {
        flex-direction: column;
    }

    /*  O que vai aprender */

    .boxOQueVaiAprender {
        padding: 0 0 45px 0;
    }

    .boxOQueVaiAprender h2 {
        font-size: 24px;
        line-height: 36px;
        margin: 0 0 40px 0;
    }

    .boxOQueVaiAprender ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    /* Conteúdo Estruturado */

    .boxConteudoEstruturado {
        padding: 50px 0;
    }

    .boxConteudoEstruturado h2 {
        font-size: 24px;
        line-height: 36px;
        margin: 0 0 40px 0;
    }

    .boxConteudoEstruturado .boxBaixo {
        flex-direction: column-reverse;
    }

    .boxConteudoEstruturado .boxBaixo .col-sm-4,
    .boxConteudoEstruturado .boxBaixo .col-sm-5 {
        float: left;
        width: 100%;
    }

    .boxConteudoEstruturado .boxBaixo .col-sm-4 {
        margin-top: 40px;
    }

    /* Bônus Exclusivos */

    .boxBonusExclusivos {
        padding: 45px 0;
    }

    .boxBonusExclusivos h2 {
        margin: 0 0 40px 0;
        font-size: 24px;
        line-height: 36px;
    }

    /* Caso real */

    .boxCasoReal {
        padding: 45px 0;
    }

    .boxCasoReal .container {
        flex-direction: column;
    }

    .boxCasoReal .boxTextos h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .boxCasoReal .boxTextos h2 br {
        display: none;
    }

    .boxCasoReal .col-sm-6 {
        margin-top: 40px;
    }

    /* Por que investir */

    .boxPorQueInvestir {
        padding: 45px 0;
    }

    .boxPorQueInvestir .boxCima {
        flex-direction: column-reverse;
    }

    .boxPorQueInvestir .boxCima .boxTextos h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .boxPorQueInvestir .boxCima figure {
        margin-top: 40px;
    }

    /* Garantias */

    .boxGarantias {
        padding: 30px 0;
    }

    .boxGarantias ul {
        flex-direction: column;
    }

    .boxGarantias ul li {
        padding: 20px;
    }

    .boxGarantias ul li + li {
        border-left: none;
        border-top: solid 2px #fff;
    }

    /* Caminho certo */

    .boxCaminhoCerto {
        padding: 45px 0;
    }

    .boxCaminhoCerto .container {
        flex-direction: column;
    }

    .boxCaminhoCerto .boxTextos h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .boxCaminhoCerto .boxTextos h2 br {
        display: none;
    }

    .boxCaminhoCerto figure {
        margin-top: 40px;
    }

}

@media only screen and (max-width: 600px) {

	.headerPage .topHeader {
		padding: 0 15px;
	}

	.headerPage .topHeader #logo img {
		max-width: 80px !important;
	}

	.headerPage .topHeader .redesSociais {
		width: 25%;
	}

	.headerPage .topHeader .redesSociais span {
		display: none;
	}

	.headerPage .topHeader .redesSociais a i {
		font-size: 26px;
	}

	.headerPage .topHeader #logo {
		width: 50%;
	}

	.headerPage .topHeader .carrinhoEBusca {
		width: 25%;
	}

	.headerPage .topHeader .carrinhoEBusca #carrinhoheader {
		margin-left: 0;
	}

	.headerPage .topHeader .carrinhoEBusca .botaoBusca {
		display: none;
	}

}

@media only screen and (max-width: 500px) {

    /* Header */

    .headerPage .linkHeader {
        display: none;
    }

    /* Bloco Inicial */

    .blocoInicial {
        padding: 130px 0 50px 0;
    }

    .blocoInicial .col-sm-5, 
    .blocoInicial .col-sm-7 {
        padding: 0;    
    }

    .blocoInicial .textos h1 {
        font-size: 26px;
        line-height: 40px;
    }

    .blocoInicial .textos .boxTexto {
        margin: 15px 0 30px 0;
    }

    .blocoInicial .textos .boxTexto p {
        font-size: 16px;
        line-height: 28px;
    }

    /* O que vai aprender */

    .boxOQueVaiAprender ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .boxOQueVaiAprender ul li {
        padding: 20px;
    }

    .boxOQueVaiAprender ul li span {
        text-align: center;
        width: 100%;
    }

    /* Bônus Exclusivos */

    .boxBonusExclusivos ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .boxBonusExclusivos ul li .texto {
        min-height: 0;
    }

    /* Caminho Certo */

    .boxCaminhoCerto .col-sm-6 {
        text-align: center;
        padding: 0;
    }

}