/***  INÍCIO  ***/

/*  Intro  */

#intro {
    /* background-image: radial-gradient(at 20% 10%, rgba(255, 60, 60, 0.18), transparent 50%), radial-gradient(at 80% 0%, rgba(255, 0, 76, 0.16), transparent 50%), radial-gradient(at 50% 100%, rgba(255, 122, 0, 0.10), transparent 50%); */
    position: relative;
    padding-top: 165px;
	padding-bottom: 90px;
}

@media (max-width: 992px) {
	#intro {
		height: auto;
		padding-top: 135px;
	}
}

#intro .container {
    height: 100%;
}

#intro .conteudo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

#intro .subtitulo-secao {
    color: var(--gray);
    font-weight: 500;
    letter-spacing: .5px;
    -webkit-text-fill-color: unset;
	-webkit-text-fill-color: unset;
    background: transparent;
    border: 1px solid var(--gray);
    border-radius: 32px;
    display: inline-block;
    padding: 8px 16px;
}

#intro .subtitulo-secao i {
    font-size: 13px;
    margin-right: 4px;
}

#intro .titulo-secao {
    font-size: 60px;
    max-width: 822px;
    margin: 0 auto 30px;
}

@media (max-width: 992px) {
	#intro .titulo-secao {
		font-size: 32px;
		margin-bottom: 20px;
	}
}

#intro .conteudo p {
    color: var(--gray);
    font-size: 18px;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

@media (max-width: 992px) {
	#intro .conteudo p {
		font-size: 16px;
		line-height: 24px;
	}
}

#intro .botao-secundario {
    background: transparent;
}

@media (max-width: 409px) {
	#intro .botao-secundario {
		margin-top: 10px;
	}
}

#intro .botao-secundario:hover {
    background: var(--black);
}

#intro .vantagens {
	border-top: 1px solid #f1f1f1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-column-gap: 90px;
	grid-row-gap: 30px;
	width: 100%;
	max-width: 1000px;
	padding-top: 60px;
	margin-top: 60px;
}

@media (max-width: 992px) {
	#intro .vantagens {
		justify-content: center;
		padding-top: 25px;
		margin-top: 35px;
	}
}

#intro .vantagens li {
	width: calc(25% - 68px);
}

@media (max-width: 992px) {
	#intro .vantagens li {
		width: calc(50% - 68px);
	}
}

#intro .vantagens h3 {
	font-size: 38px;
	text-align: center;
}

#intro .vantagens p {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}

#intro .background {
    background-attachment: fixed;
    background-image: url(https://oraped.com.br/wp-content/uploads/oraped-estampa.png);
    background-size: 180px 180px;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    opacity: .08;
}

#produto .boxes {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

@media (max-width: 992px) {
    #produto .boxes {
        margin: 0;
    }
}

#produto .box {
    border: 1px solid rgb(100, 100, 100, .1);
    border-radius: 18px;
    box-shadow: 0 8px 30px -12px rgba(255, 60, 60, 0.18);
    width: calc(50% - 32px);
    padding: 35px;
    margin: 0 16px;
}

@media (max-width: 992px) {
    #produto .box {
        width: 100%;
        padding: 25px;
        margin: 10px auto;
    }
}

#produto .box.com-oraped {
    background: linear-gradient(135deg, #5465FF, #53D8FB);
}

#produto .box h4 {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: #666;
    border-radius: 12px;
    display: inline;
    padding: 4px 12px;
}

#produto .box.sem-oraped h4 {
    color: red;
    background: rgba(255, 0, 0, .1);
}

#produto .box.com-oraped h4 {
    color: #fff;
    background: rgba(255, 255, 255, .2);
}

#produto .box .lista-diferencas {
    margin-top: 20px;
}

#produto .box .diferenca {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

#produto .box .diferenca i {
    color: #fff;
    background: #666;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

#produto .box.sem-oraped .diferenca i {
    color: red;
    background: rgba(255, 0, 0, .1);
}

#produto .box.com-oraped .diferenca i {
    color: #fff;
    background: rgba(255, 255, 255, .2);
}

#produto .box .diferenca p {
    font-size: 15px;
    line-height: 19px;
    width: calc(100% - 32px);
}

#produto .box.com-oraped .diferenca p {
    color: #f5f5f5;
}

#como-funciona {
    background: #f9f9f9;
}

#como-funciona .lista-passos {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

@media (max-width: 992px) {
	#como-funciona .lista-passos {
		margin: 0;
	}
}

#como-funciona .passo {
    background: #fff;
    border: 1px solid rgb(100, 100, 100, .1);
    border-radius: 18px;
    box-shadow: 0 8px 30px -12px rgba(255, 60, 60, 0.18);
    width: calc(33.33% - 24px);
    position: relative;
    padding: 35px 30px;
    margin: 0 12px;
}

@media (max-width: 992px) {
	#como-funciona .passo {
		width: 100%;
		padding: 25px;
		margin: 12px auto;
	}
}

#como-funciona .passo i {
    color: #fff;
    font-size: 18px;
    background: linear-gradient(135deg, #5465FF, #53D8FB);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

#como-funciona .passo img {
    height: 55px;
    margin-bottom: 18px;
}

#como-funciona .passo span {
    color: var(--second-color);
    font-size: 42px;
    font-weight: 900;
    line-height: 42px;
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: .1;
}

#como-funciona .passo h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

#como-funciona .passo p {
    font-size: 16px;
    line-height: 24px;
}

#demonstracao {
    background: #11101a;
    position: relative;
}

#demonstracao .container {
	max-width: 1000px;
}

#demonstracao .conteudo {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 2;
}

#demonstracao .col-esq {
    width: 70%;
    padding-right: 90px;
}

@media (max-width: 992px) {
	#demonstracao .col-esq {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
}

#demonstracao .subtitulo-secao {
	text-align: left;
}

@media (max-width: 992px) {
	#demonstracao .subtitulo-secao {
		text-align: center;
	}
}

#demonstracao .titulo-secao {
    color: #fff;
	text-align: left;
	max-width: 450px;
    margin: 0 0 20px;
}

@media (max-width: 992px) {
	#demonstracao .titulo-secao {
		text-align: center;
	}
}

#demonstracao .descricao-secao {
    color: #ccc;
	text-align: left;
	margin: 0;
}

@media (max-width: 992px) {
	#demonstracao .descricao-secao {
		text-align: center;
	}
}

#demonstracao .col-dir {
    width: 30%;
}

@media (max-width: 992px) {
	#demonstracao .col-dir {
		width: 100%;
	}
}

#demonstracao img {
	margin: 0 auto;
}

#demonstracao .background {
    background-attachment: fixed;
    background-image: url(https://oraped.com.br/wp-content/uploads/oraped-estampa.png);
    background-size: 180px 180px;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    opacity: .03;
}

#beneficios .conteudo {
	position: relative;
}

#beneficios .conteudo:before {
    content: '';
    display: block;
    background-image: url('https://oraped.com.br/wp-content/uploads/oraped-icone-2.png');
    background-size: cover;
    width: 80px;
    height: 49px;
    position: absolute;
    top: -20px;
    left: 0px;
    z-index: 2;
    animation: flutuaImg 5s ease-in-out infinite;
}

@media (max-width: 992px) {
	#beneficios .conteudo:before {
		display: none;
	}
}

#beneficios .conteudo:after {
    content: '';
    display: block;
    background-image: url('https://oraped.com.br/wp-content/uploads/oraped-icone-1.png');
    background-size: cover;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -20px;
    right: 0px;
    z-index: 2;
    animation: flutuaImg 5s ease-in-out infinite;
}

@media (max-width: 992px) {
	#beneficios .conteudo:after {
		display: none;
	}
}

@keyframes flutuaImg {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

#beneficios .lista-diferenciais {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 35px;
}

@media (max-width: 992px) {
	#beneficios .lista-diferenciais {
		margin: 0;
	}
}

#beneficios .diferencial {
    background: #fff;
    border: 1px solid rgb(100, 100, 100, .1);
    border-radius: 18px;
    box-shadow: 0 8px 30px -12px rgba(255, 60, 60, 0.18);
    width: calc(33.33% - 24px);
    position: relative;
    padding: 35px 30px;
    margin: 12px;
}

@media (max-width: 992px) {
	#beneficios .diferencial {
		width: 100%;
    	margin: 12px auto;
	}
}

#beneficios .diferencial i {
    color: #fff;
    font-size: 18px;
    background: linear-gradient(135deg, #5465FF, #53D8FB);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

#beneficios .diferencial h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

#beneficios .diferencial p {
    font-size: 16px;
    line-height: 24px;
}

#tutoriais {
    /* background-image: radial-gradient(at 20% 10%, rgba(255, 60, 60, 0.18), transparent 50%), radial-gradient(at 80% 0%, rgba(255, 0, 76, 0.16), transparent 50%), radial-gradient(at 50% 100%, rgba(255, 122, 0, 0.10), transparent 50%); */
	background: #f9f9f9;
}

#tutoriais .lista-tutoriais {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

@media (max-width: 992px) {
	#tutoriais .lista-tutoriais {
		margin: 0;
	}
}

#tutoriais .tutorial {
    background: #fff;
    border: 1px solid rgb(100, 100, 100, .1);
    border-radius: 18px;
    box-shadow: 0 8px 30px -12px rgba(255, 60, 60, 0.18);
    width: calc(33.33% - 24px);
    position: relative;
    margin: 12px;
}

@media (max-width: 992px) {
	#tutoriais .tutorial {
		width: 100%;
    	margin: 12px auto;
	}
}

#tutoriais .tutorial iframe {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

#tutoriais .tutorial .info {
    padding: 20px 25px 25px;
}

#tutoriais .tutorial .info h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

#tutoriais .tutorial .info span {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ff4d4d, #ff003c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: block;
    margin-bottom: 10px;
}

#faq .container {
    max-width: 800px;
}

#faq .conteudo {
    position: relative;
}

#faq .conteudo:before {
    content: '';
    display: block;
    background-image: url('https://oraped.com.br/wp-content/uploads/oraped-icone-1.png');
    background-size: cover;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -60px;
    left: -180px;
    z-index: 2;
    animation: flutuaImg 5s ease-in-out infinite;
}

@media (max-width: 992px) {
	#faq .conteudo:before {
		display: none;
	}
}

#faq .conteudo:after {
    content: '';
    display: block;
    background-image: url('https://oraped.com.br/wp-content/uploads/oraped-icone-2.png');
    background-size: cover;
    width: 80px;
    height: 49px;
    position: absolute;
    bottom: -60px;
    right: -180px;
    z-index: 2;
    animation: flutuaImg 5s ease-in-out infinite;
}

@media (max-width: 992px) {
	#faq .conteudo:after {
		display: none;
	}
}

@keyframes flutuaImg {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

#faq .titulo-secao {
    margin-bottom: 45px;
}

@media (max-width: 992px) {
	#faq .titulo-secao {
		margin-bottom: 30px;
	}
}

#faq .perguntas .pergunta {
	background: linear-gradient(90deg, rgba(255, 254, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
	border: 1px solid rgba(200, 200, 200, .4);
	border-radius: 16px;
	cursor: pointer;
	margin-bottom: 20px;
}

#faq .perguntas .pergunta summary {
	font-size: 18px;
	font-weight: 700;
	position: relative;
	list-style: none;
	padding: 20px 50px 20px 30px;
}

@media (max-width: 992px) {
	#faq .perguntas .pergunta summary {
		font-size: 16px;
		padding: 20px 40px 20px 20px;
	}
}

#faq .perguntas .pergunta summary::marker {
	list-style: none;
	display: none;
}

#faq .perguntas .pergunta summary::after {
	content: '+';
	display: block;
	color: var(--main-color);
	font-size: 32px;
	font-weight: 300;
	transition: .3s all;
	position: absolute;
	top: 12px;
	right: 30px;
}

@media (max-width: 992px) {
	#faq .perguntas .pergunta summary::after {
		right: 20px;
	}
}

#faq .perguntas .pergunta[open] summary:after {
	top: 12px;
	transform: rotate(315deg);
}

#faq .perguntas .pergunta p {
	line-height: 22px;
	padding: 0px 30px 20px;
	margin-top: 20px;
}

@media (max-width: 992px) {
	#faq .perguntas .pergunta p {
		padding: 0px 20px 20px;
	}
}

#faq .perguntas .pergunta p:before {
	content: '';
	display: block;
	background: rgba(200, 200, 200, .1);
	width: 100%;
	height: 2px;
	position: relative;
	top: -15px;
}

#depoimentos .lista-depoimentos {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 35px;
}

@media (max-width: 992px) {
	#depoimentos .lista-depoimentos {
		margin: 0;
	}
}

#depoimentos .depoimento {
    background: #fff;
    border: 1px solid rgb(100, 100, 100, .1);
    border-radius: 18px;
    box-shadow: 0 8px 30px -12px rgba(255, 60, 60, 0.18);
    width: calc(33.33% - 24px);
    position: relative;
    padding: 35px 30px;
    margin: 12px;
}

@media (max-width: 992px) {
	#depoimentos .depoimento {
		width: 100%;
    	margin: 12px auto;
	}
}

#depoimentos .depoimento .estrelas {
    color: gold;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

#depoimentos .depoimento p {
    color: var(--gray);
    line-height: 22px;
    letter-spacing: .2px;
}

#depoimentos .depoimento .nome {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 4px;
}

#depoimentos .depoimento .ocupacao {
    color: var(--gray);
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
}

#cta {
    padding-top: 0;
}

#cta .conteudo {
    /* background: linear-gradient(135deg, #5465FF, #53D8FB); */
	background: var(--main-color);
    border-radius: 40px;
	position: relative;
    padding: 75px 25px;
}

@media (max-width: 992px) {
	#cta .conteudo {
		padding: 40px 25px;
	}
}

#cta .titulo-secao {
    color: #fff;
    font-size: 54px;
    max-width: 800px;
	position: relative;
	z-index: 1;
}

@media (max-width: 992px) {
	#cta .titulo-secao {
		font-size: 32px;
	}
}

#cta .descricao-secao {
    color: #f1f1f1;
    margin-bottom: 25px;
	position: relative;
	z-index: 1;
}

#cta .botao-chamada {
	position: relative;
	z-index: 1;
}

#cta .botao-secundario {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    box-shadow: 0 8px 30px -12px rgba(255, 60, 60, 0.18);
}

#cta .botao-secundario:hover {
    background: rgba(255, 255, 255, .2);
}

#cta .background {
    background-attachment: fixed;
    background-image: url(https://oraped.com.br/wp-content/uploads/oraped-estampa.png);
    background-size: 180px 180px;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    opacity: .05;
}