.banner-cursos{
	position: relative;
}
.banner-cursos figure{
	position: relative;
}
.banner-img-mobile{
	display: none;
}
.banner-img-tablet{
	display: none;
}
.banner-cursos figure img{
	display: block;
	width: 100%;
	height: 100%;
}
.banner-cursos_conteudo{
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	display: flex;
	padding: 0 200px;
	align-items: center;
	top: 0;
}
.banner-cursos_conteudo h1{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 0.85;
}
.banner-cursos_conteudo h3{
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.45;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
.banner-cursos_conteudo p{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.45;
}
.banner-cursos_conteudo .btn-cursos{
	margin: 0 auto;
}


/***** curso_descricao *****/

.curso_descricao{
	padding: 90px 0;
}

.curso_descricao-img img{
	display: block;
	width: 100%;
}

.curso_descricao-titulo{
	font-size: 35px;
	margin-bottom: 12px;
}
.curso_descricao-subtitulo{
	font-size: 27px;
	margin-bottom: 30px;
}
.curso_descricao-subtitulo span{
	color: #8c8858;
}

/***** curso_descricao *****/

/***** FAQ *****/


.modulos_curso{
	text-align: center;
	padding: 90px 0;
	background-color: #f5f5f5;
	position: relative;
	overflow: hidden;
}
.modulos_curso-titulo{
	margin-bottom: 45px;
}
.modulos_curso-titulo h2{
	font-size: 35px;
	margin-bottom: 12px;
}
.modulos_curso-titulo p{
	max-width: 680px;
	margin: 0 auto;
}

.modulos_curso .container {
	z-index: 999;
}


.accordion-cursos {
	text-align: left;
	max-width: 780px;
	width: 100%;
	margin: 0 auto 45px;
	display: grid;
	grid-template-columns: 2fr;
	gap: 20px 20px;
}

.card-header-cursos h2 {
	position: relative;
	width: 100%;
	display: block;
	padding: 12px 35px;
	transition: all 200ms linear;
	font-size: 18px;
	font-weight: 700;
	background-color: #ddddd1;
	margin-bottom: 0;
}


.card-header-cursos h2::before {
	content: "";
	width: 15px;
	height: 3px;
	top: 48%;
	left: 12px;
	position: absolute;
	z-index: 1;
	transition: all 200ms linear;
	background-color: #8c8858;
}

.card-header-cursos h2::after {
	content: "";
	width: 3px;
	height: 15px;
	bottom: 52%;
	margin-bottom: -9px;
	left: 18px;
	position: absolute;
	z-index: 1;
	transition: all 200ms linear;
	background-color: #8c8858;
	transform: rotate(90deg);
}

.card-header-cursos h2.collapsed::after {
	transform: rotate(0deg);
}

.card-header-cursos {
	border-bottom: 0;
	margin-bottom: 0px!important;
}

.card-body-cursos {
	padding: 20px;
	background-color: #fff;
}

.card-body-cursos p {
	font-size: 16px;
	line-height: 1.45;
	font-weight: 400;
	margin-bottom: 0;
	color: #999;
}

/***** FAQ *****/

/***** wq-praquem *****/

.wq-praquem{
	padding: 90px 0 0;
}
.wq-praquem_box{
	background-color: #2a2a2a;
	color: #fff;
	margin-bottom: 50px;
}

.wq-praquem_box-conteudo{
	padding: 40px 40px;
}

.wq-praquem_box p{
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.45;
}
.wq-praquem_box span{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	color: #B19D62;
	margin-bottom: 12px;
	display: block;
}
.wq-praquem_box h2{
	color: #fff;
	font-size: 30px;
	margin-bottom: 30px;
}

.img-praquem{
	position: relative;
    right: -1px;
}
.img-praquem img{
	width: 100%;
	display: block;
}

.wq-praquem_box .btn-cursos{
	margin-bottom: 60px;
}

/***** wq-praquem *****/

/***** wq-cursosvideos *****/

.wq-cursosvideos {
	margin-bottom: 50px;
}
.wq-cursosvideos iframe{
	max-width: 100%;
	width: 100%;
	border-radius: 10px;
}
.wq-cursosvideos h3{
	color: #212121;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	padding: 10px 0;
}
.wq-cursosvideos p{
	color: #9D9D9D;
	font-size: 16px;
	font-weight: 700;
}
.wq-cursosvideos span{
	color: #B19D62;
	font-weight: 400;
}

/***** wq-cursosvideos *****/

/***** wq-cursodesc *****/

.wq-cursodesc{
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.wq-cursodesc_box{
	max-width: 880px;
	margin: 0 auto;
	background-color: #2a2a2a;
	padding: 50px;
	border-radius: 20px;
}
.wq-cursodesc_box::before{
	content: "";
	width: 100px;
	height: 5px;
	background-color: #B19D62;
	position: absolute;
	top: 0;
	left: calc(50% - 50px);
}
.wq-cursodesc_box p{
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
}

/***** wq-cursodesc *****/

/***** wq-professor *****/

.wq-professor{
	margin-bottom: 50px;
}
.wq-professor .titulo-01{
	text-align: left;
	margin-bottom: 0;
}
.wq-professor .titulo-01 span{
	color: #8c8858;
}
.wq-professor .titulo-01 h3{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.35;
}

.wq-professor_box{
	background-color: #2a2a2a;
	padding: 50px;
	color: #ddddd1;
}
.wq-professor_box p {
	color: #ddddd1;
}
.wq-professor_box p:last-child{
	margin-bottom: 0;
}

/***** wq-professor *****/


/***** wq-cursooferta *****/

.wq-cursooferta{
	background-color: #ddddd1;
	padding: 50px 0;
}
.wq-cursooferta .row{
	margin: 0 auto;
	justify-content: space-between;
}
.wq-cursooferta-titulo{
	text-align: left;
	margin-bottom: 0;
}
.wq-cursooferta-titulo span{
	color: #8c8858;
	font-weight: 500;
}
.wq-cursooferta-titulo h3{
	font-size: 30px;
	margin-bottom: 12px;
}
.wq-cursooferta_info{
	width: 100%;
	max-width: 460px;
}
.wq-cursooferta_info p{
	color: #2a2a2a;
}


.wq-professor_valor{
	text-align: right;
	position: relative;
}
.wq-professor_valor h3{
	display: flex;
	justify-content: right;
}
.wq-professor_valor span{
	color: #1e201f;
}
.wq-professor_valor .cifrao{
	font-size: 30px;
	font-weight: 900;
	display: block;
	margin-top: 13px;
	margin-right: 5px;

}
.wq-professor_valor .valor-all{
	font-size: 65px;
	font-weight: 900;
	display: block;
	margin-right: 5px;
}
.wq-professor_valor h3 div{
	display: block;
}
.wq-professor_valor h3 div .centavos{
	font-size: 34px;
	font-weight: 900;
	display: block;
	margin-top: 10px;
}
.wq-professor_valor h3 div .juros{
	width: 100%;
	display: block;
	font-size: 10px;
}
.wq-professor_valor .btn-cursos{
	position: absolute;
	right: 0;
	margin-top: 10px;
}

/***** wq-cursooferta *****/

/***** wq-depoimentos *****/

.wq-depoimentos_curso{
	padding: 65px 0;
}

.wq-depoimentos_curso .wq-depoimentos_carousel{
	padding: 30px 25px;
	border-radius: 10px;
	background-color: #131313;
}

.wq-depoimentos_curso .wq-depoimentos_carousel-item {
	display: grid;
	column-gap: 25px;
	grid-template-columns: 52px 3fr;
}
.wq-depoimentos_curso .wq-depoimentos_carousel-item figure img{
	display: block;
	width: 100%;
	border-radius: 50%;
}
.wq-depoimentos_curso .wq-depoimentos_carousel-item div h3{
	color: #fff;
	font-size: 19px;
	margin-bottom: 15px;
}
.wq-depoimentos_curso .wq-depoimentos_carousel-item div p{
	color: #fff;
	font-size: 15px;
	line-height: 1.25;
	margin-bottom: 0px;
}
.wq-depoimentos_curso .wq-depoimentos_carousel .swiper-pagination{
	position: initial;
	margin-top: 20px;
}
.wq-depoimentos_curso .wq-depoimentos_carousel .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background-color: #8c8858;
}

/***** wq-depoimentos *****/

/***** faq *****/

.faq{
	padding: 110px 0 70px;
}
.wq-faq_conteudo{
	padding: 30px 20px 30px;
	color: #fff;
	position: relative;
}
.wq-faq_conteudo:before{
	display: block;
	content: '';
	z-index: -1;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 250%;
	height: calc(100%);
	border-radius: 5px;
	background-color: #8c8858;
}

.wq-faq_conteudo h2{
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}
.wq-faq_conteudo p{
	color: #fff;
}

.faq_accordion{
	display: grid;
	gap: 20px;
}
.faq_accordion .card{
	border: none;
	border-radius: 4px !important;
	box-shadow: 0px 12px 20px -10px rgba(0,0,0,.25);
}
.faq_accordion .card-header {
	border: none;
	background-color: #ddddd1;
}
.faq_accordion .card-header h2{
	font-size: 20px;
	margin-bottom: 0;
}





