/*
Theme Name: NTT Cursos
Author: A.Pank
Author URI: http://www.apank.com.br
Description: Tema do NTT
Version: 1.0
Tags: bootstrap 4, responsive, 12 columns

*/
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #4D4B4B;
	height: 100%;
}

a {
	color: #2C5D95;
	text-decoration: none;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}

a:hover,
a:focus {
	opacity: 0.5;
	text-decoration: none;
	color: inherit;
}

a:focus {
	outline: 0;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Condensed', sans-serif;
}

/* =========================================== Varios =============== */
.buttonLaranja {
	color: #fff;
	background-color: #F28F3D;
	max-width: 100%;
	padding: 0.5em 1.5em;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	border: 2px solid #F28F3D;
}
.inverterHeaderButton{
	background:#fff;
	border: 2px solid #F28F3D;
	color: #F28F3D;
}

.buttonLaranja:hover {
	color: #fff;

}
.inverterHeaderButton:hover{
	color: #F28F3D;
}

/* =========================================== preHeader =============== */
.preHeader {
	background: #384C92;
	color: #fff;
}

.listaCopyHeader {
	display: flex;
	margin-bottom: 0;
}

.listaCopyHeader a {
	display: block;
	font-size: 1.2em;
	padding: 0.6em 0.4em;
	color: #fff;
}

.areabusca {
	height:100%;
	padding:0;
}
.areaPesquisar{
	position:relative;
	background: #FFF;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height:100%;
	padding: .5em 1em;
}
.areaPesquisar:before{
	content:'';
	display:block;
	height:100%;
	width:30px;
	background-color:#384C92;
	position:absolute;
	left: -30px;
	top:0;
	background-image: url(./images/bgBuscaHeader.svg);
	background-position:left;
}

.searchSubmit {
	background-image: url(./images/buttonSearch.svg);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 9999999999999px;
	width: 43px;
	height: 34px;
	position: absolute;
	right: 0;
	background-color: transparent;
	border: 0;
}

#searchform {
	position: relative;
	width: 100%;
	max-width: 100%;
}

.searchField {
	width: 100%;
	border: 1px solid #eee;
	padding: 5px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
	transition: 0.3s ease-in-out;
	padding-right: 37px;
}

.searchField:focus,
.searchField:focus-visible {
	border-color: #F28F3D;
	outline: 0;
}

/* =========================================== Header =============== */
.navbarHeader {
	padding: 2em;
	width: 100%;
}

.logoHeader {
	width: 174px;
}

#toggle-hamburger {
	background: #f28f3d;
	padding: 12px;
	border-radius: 5em;
	height: 50px;
	width: 50px;
	right: 30px;
	top: 60px;
}

#toggle-hamburger:focus,
#toggle-hamburger[aria-expanded="true"],
#toggle-hamburger:hover {
	outline: 0;
	background: #294b97;
	opacity: 1;
}

#menu-menu-header {
	width: 80%;
	justify-content: space-between;
	align-items: flex-end;
}

#navbarNavDropdown {
	justify-content: flex-end;
}

#menu-menu-header li a {
	font-family: 'Roboto Condensed', sans-serif;
	color: #4D4B4B;
	font-size: 1.2em;
}

#menu-menu-header li.active a,
#menu-menu-header li a:hover {
	color: #2C5D95;
	opacity: 1;
}

#menu-menu-header li.anchorLink.active a {
	color: #4D4B4B;
}

#menu-menu-header li.areaDoAlunoButton a {
	background-color: #F28F3D;
	color: #fff;
	min-width: 160px;
	text-align: center;
}

#menu-menu-header li.areaDoAlunoButton a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f2bd";
	display: inline-block;
	padding-right: 6px;
	vertical-align: middle;
	font-weight: 900;
	display: inline-block;
}

#menu-menu-header li.areaDoAlunoButton.active a,
#menu-menu-header li.areaDoAlunoButton a:hover {
	color: #F28F3D;
	background-color: #fff;
	box-shadow: inset 0px 0px 0px 2px;
}

@media(max-width: 991px) {
	#menu-menu-header {
		margin-top: 1em;
		margin-bottom: 1em;
		padding-bottom: 1em;
		border: 1px solid #eee;
		border-right: 0;
		border-left: 0;
		text-align: center;
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	#menu-menu-header li {
		margin: .5em 0;
	}
}

/* =========================================== Home =============== */
.primeiroSlideHero {
	background-color: #2C5D95;
	color: #fff;
	/* min-height: 70vh; */
	height: 100%;
	display: block;
	/* align-items: center; */
	padding: 2em;
	position: relative;
	background-image: url(./images/fotoSobre.png);
	background-size: cover;
	background-position: center;
	padding-top: 5em;
	padding-bottom: 5em;
}

.primeiroSlideHero:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 0 0 100px;
	border-color: transparent transparent transparent #4D4B4B;
}

.primeiroSlideHero h3 {
	font-size: 2.4em;
	font-weight: bold;
	text-rendering: geometricPrecision;
}
.textoPrimeiroSlide{
	margin-bottom:2em;
}
.textoPrimeiroSlide p {
	margin: 1em 0;
	font-size: 1.1em;
}

.linhaCurso a {
	display: flex;
	background: #F28F3D;
	color: #fff;
	/* padding: 1em; */
	position: relative;
}

.linhaCurso {
	margin-top: 1em;
}

.cursoInfoData {
	width: 150px;
	overflow: hidden;
}
.cursoInfoData span {
    background: #4D4B4B;
    color: #fff;
    z-index: 2;
    padding: 0.5em;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'Roboto Condensed',sans-serif;
    text-align: center;
    height: 40px;
}

.cursoInfoData span:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #4D4B4B transparent transparent transparent;
    position: absolute;
    right: -40px;
    transform: rotateX(180deg);
    bottom: 0;
    overflow: hidden;
}

.cursoInfoNome {
	padding: 1em;
	font-size: 1.3em;
	font-family: 'Roboto Condensed';
	text-transform: uppercase;
	width: 80%;
	line-height: 1.2;
}

#cursos {
	background-image: url(./images/bgCursosHome.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 50vw;
	position: relative;
}

#cursos:before {
	content: '';
	display: block;
	width: 50vw;
	height: 2em;
	background-image: url(./images/copyTop.svg);
	background-position: left bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(180deg);
}

.innerCursosHome {
	padding: 5em 2em;
}

.vertodosCursos {
	text-align: center;
}

#diferencial {
	background-color: #2C5D95;
}

.innerDiferenciais {
	padding: 6em 1em;
	background-image: url(./images/diferenciaisHomeDetail.svg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 30%;
	color: #fff;
	text-rendering: geometricPrecision;
}

.innerDiferenciais h2 {
	font-size: 2.3em;
	margin-bottom: 1em;
	font-weight: bold;
}

.listaDiferenciais {
	margin-bottom: 0;
}

.listaDiferenciais li {
	margin-bottom: 1em;
	font-size: 1.4em;
}

.listaDiferenciais li:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(./images/boldCheck.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	top: 4px;
	margin-right: 3px;
}

.innerAreaDiferenciais2 .listaDiferenciais li {
	font-size: 1.2em;
}

.aulasOnlineEAoVivo {
	display: block;
	width: 100%;
	height: 110px;
	background-image: url(./images/onlineEaoVivo.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 2em;
}

.conhecaNossosCursos {
	margin-top: 1em;
}

.conhecaNossosCursos a {
	width: 100%;
	text-align: center;
}

.conhecaNossosCursos a:hover {
	color: inherit;
}

#quemSomos {
	background: #4D4B4B;
	color: #fff;
	position: relative;
}

#quemSomos:before {
	content: '';
	display: block;
	width: 50vw;
	height: 2em;
	background-image: url(./images/copyTop.svg);
	background-position: left;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(180deg);
}

.textoSobre {
	text-rendering: geometricPrecision;
	font-size: 1.1em;
}

.innerQuemSomos {
	padding: 6em 1em;
	background-image: url(./images/fotoSobre.png);
	background-size: cover;
	background-position: center;
}

.innerQuemSomos h2 {
	margin-bottom: 1em;
	font-size: 2.5em;
}

#depoimentos {
	background-color: #F5F5F5;
	padding-top: 4em;
	padding-bottom: 4em;
}

.depoimentosArea {
	margin-top: 2em;
}

.navslick {
	text-align: center;
}

.singleDepoimento {
	padding: 2em;
}

.innerSingleDepoimento {
	background: #fff;
	text-align: center;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
	padding: 2.5em;
	position: relative;
	overflow: hidden;
}

.innerSingleDepoimento:after {
	content: '';
	background-image: url(./images/depoimentoDetail.svg);
	display: block;
	height: 15px;
	width: 80%;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

.slick-slide {
	transition: 0.3s ease-in-out;
	opacity: 0.3
}

.slick-active {
	opacity: 1;
}

.slick-arrow {
	background: transparent;
	border: 0;
	opacity: 0.2;
	font-size: 1.3em;
	transition: 0.3s ease-in-out;
}

.slick-arrow:hover {
	opacity: 0.8;
}

.slick-arrow:focus {
	outline: 0;
}

.depoimentoContent {
	color: #6E6E6E;
	padding: 1em;
	margin-bottom: 1em;
	line-height: 2;
	position: relative;
}

.depoimentoContent:before,
.depoimentoContent:after {
	content: '';
	background-image: url(./images/quoteMark.svg);
	display: block;
	height: 40px;
	width: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}

.depoimentoContent:before {
	top: -5px;
	left: -5px
}

.depoimentoContent:after {
	right: -5px;
	bottom: -5px;
	transform: rotate(180deg);
}

.innerSingleDepoimento h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	color: #2C5D95;
	font-size: 1.1em;
	margin: 0;
}

.innerSingleDepoimento h3 span {
	color: #6E6E6E;
	display: block;
	width: 100%;
	font-size: 0.9em;
	margin-top: 0.5em;
}

#materiais {
	background: #2C5D95;
	padding-top: 6em;
	padding-bottom: 5em;
	position: relative;
}

#materiais:before {
	content: '';
	display: block;
	height: 32px;
	width: 100%;
	position: absolute;
	background-color: #2C5D95;
	background-image: url(./images/formSobreMateriais.svg);
	right: 0;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 50vw;
}

.formularioMatArea {
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	margin: 1em;
}

.tituloArqeuivos {
	padding-bottom: 0.5em;
	font-size: 1.6em;
	text-align: center;
}

.downloadArquivos {
	margin-bottom: 0.5em;
	display: block;
	padding-top: 0.5em;
	text-decoration: underline;
}

.textoMateriais {
	color: #fff;
	margin-bottom: 1em;
	text-rendering: geometricPrecision;
}

.sobreMateriaisTrexto {
	text-align: center;
}

.formularioSobreMateriais {
	padding: 2em;
	padding-bottom: 0;
}

.sobreMateriaisDisclaimer p {
	text-align: center;
	font-size: 0.75em;
	color: #9A9A9A;
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 1em;
	display: block;
	/* text-align: center; */
}

#clientes {
	padding: 5em 0 3em 0;
}

.areaTitle {
	text-align: center;
	margin-bottom: 1em;
	font-weight: 700;
}

.areasClientes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}

.areasClientes li {
	border-radius: 2em;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	margin: 1em;
	overflow: hidden;
	max-width: 180px;
}

#hiddenArea {
	display: none;
}

.linkVerTodos {
	text-align: center;
	margin-bottom: 1em;
}

#linkVerTodos {
	color: #fff;
	text-align: center;
	/* padding-top: 3em; */
	display: block;
	padding-bottom: 0;
	min-height: 100px;
	padding-top: 2em;
}

@media(max-width: 767px) {
	.innerDiferenciais {
		padding: 4em 2em;
	}

	.listaDiferenciais li,
	.innerAreaDiferenciais2 .listaDiferenciais li {
		font-size: 1.2em;
	}

	.innerAreaDiferenciais1 {
		margin-bottom: 3em;
	}
	.depoimentoContent{
		line-height:1.5;
	}
	.innerSingleDepoimento{
		padding:1.5em;
	}
    .singleDepoimento{
    	padding:1em;
    }
    .sobreMateriaisDisclaimer p{
    	padding:1em;
    }
    .areasClientes li{
    max-width: 40%;
    }
}

/* =========================================== Modelo pagina =============== */
.areaTitulo {
	background-color: #2C5D95;
	color: #fff;
	padding: 2em 0 3em;
	margin-bottom: 2em;
	position: relative;
}

.areaTitulo h2 {
	margin-bottom: 0;
}

.areaTitulo:after {
	content: '';
	display: block;
	height: 19px;
	width: 100%;
	position: absolute;
	background-color: #2C5D95;
	background-image: url(./images/titleDetail.svg);
	right: 0;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 50vw;
}

.singleGeral {
	margin-bottom: 2em;
}

@media(max-width: 767px) {
	.areaTitulo:after {
		background-size: 900px;
		background-position: 150%;
	}
}

/* =========================================== area aluno =============== */
.page-template-templateAreaAluno .areaTitulo {
	background: #f28f3d;
}

.page-template-templateAreaAluno .areaTitulo:after {
	background-color: #f28f3d;
}

.textosVideoAulas > div {
	padding: 1em;
}

.areaAlunoPage {}

.listaVideoAulas {}

.listaVideoAulas li {
	background: #EAEAEA;
	margin-bottom: 1em;
	display: flex;
}

.textosVideoAulas {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: start;
	align-items: center;
}

.dataVideoAula {
	/* width:25%; */
	background: #4D4B4B;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
}

.dataVideoAula:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 67px 40px 0 0;
	border-color: #4D4B4B transparent transparent transparent;
	position: absolute;
	right: -40px;
}

.textosVideoAulas .nomeVideoAula {
	width: 100%;
	padding-left: 50px;
}

.nomeVideoAula h3 {
	margin-bottom: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: left;
}

.linkVideoAula {
	min-width: 190px;
	text-align: right;
}

.linkVideoAula {}

@media(max-width: 767px) {
	.textosVideoAulas {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.dataVideoAula {
		width: 185px;
	}

	.dataVideoAula:after {
		border-width: 52px 40px 0 0;
	}

	.textosVideoAulas .nomeVideoAula {
		padding: 1em;
	}

	.textosVideoAulas .nomeVideoAula h3 {
		text-align: center;
	}

	.textosVideoAulas > div.linkVideoAula {
		width: 100%;
		text-align: center;
		padding-top: 0;
	}

	.linkVideoAula a {
		width: 70%;
	}
}

/* =========================================== fale conosco =============== */
.contentFaleConosco {
	line-height: 2;
	margin-bottom: 3em;
}

.contentFaleConosco .listaCentralAtendimento li {
	font-size: 1.1em;
	max-width: 100%;
	width: 240px;
	margin-bottom: 1em;
}

/* =========================================== Pagina Curso =============== */
span.innerHeaderIMG {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background-size: cover;
	background-position: center;
	opacity: 0.15;
	z-index: 0;
}

.cursoOnlineHero {
	background: #4D4B4B;
	color: #fff;
	z-index: 2;
	padding: 0.5em;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Roboto Condensed', sans-serif;
	width: 15%;
	font-size: 1.2em;
	text-align: center;
	height: 42px;
}

.cursoOnlineHero:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 42px 40px 0 0;
	border-color: #4D4B4B transparent transparent transparent;
	position: absolute;
	right: -40px;
	top: 0;
}

#heroCurso {
	position: relative;
	background-color: #2C5D95;
	height: 70vh;
}

#heroCurso:after {
	content: '';
	height: 5em;
	width: 100%;
	display: block;
	background: white;
	position: absolute;
	bottom: 0;
	z-index: 0;
}

#heroCurso > .container {
	height: 100%;
	z-index: 2;
}

#heroCurso > .container > .row {
	align-items: self-start;
	height: 100%;
	padding-top: 6em;
}

.introCursoHero {
	height: 100%;
	color: #fff;
	text-align: left;
	font-size: 1.2em;
}

.introCursoHero h2 {
	font-size: 2.3em;
	font-weight: bold;
	text-transform: uppercase;
	text-rendering: geometricPrecision;
	margin-bottom: 0;
	padding: 0;
}

.introCursoHero p {
	margin: 1.2em 0;
}

.infosHeroCurso {
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	/* margin-top: 3em; */
}

.headerInfosHeroCurso {
	background: #404040;
	color: #fff;
	text-align: center;
	padding: 0.5em;
	font-weight: 200;
	margin: 0;
	line-height: 2;
	margin-bottom: 2em;
}

.headerInfosHeroCurso h3 {
	margin: 0;
	font-weight: 200;
	font-size: 1.6em;
}

.contentInfosHeroCurso {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.listaInfosCurso {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 100%;
	margin: 0;
	padding: 0 2em;
}

.listaInfosCurso li {
	display: flex;
	align-items: center;
	width: 100%;
}

.footerInfosHeroCurso {
	padding: 2em;
}

.infoResumo {
	border-left: 6px solid #EAEAEA;
	padding: 0.5em 1em;
	margin: 0.5em;
	font-size: 1.2em;
	max-width: 200px;
}

.iconesResumo {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
	display: block;
	margin: 11px;
}

.iconesResumo.data {
	background-image: url(./images/iconeDatas.svg);

}

.iconesResumo.local {
	background-image: url(./images/iconeLocal.svg)
}

.iconesResumo.horario {
	background-image: url(./images/iconeHorario.svg)
}

.iconesResumo.carga {
	background-image: url(./images/iconeCarga.svg)
}

#diferenciaisHero {
	padding: 0 4em 3em 4em;
}

#diferenciaisHero h2 {
	text-align: center;
	font-weight: 600;
	text-rendering: geometricPrecision;
}

#diferenciaisHero .listaDiferenciais {
	font-size: 0.8em;
	margin-top: 3em;
	line-height: 2;
}

.diferenciaisInnerA:before {
	content: '';
	border-style: solid;
	border-width: 120px 120px 0 0;
	border-color: #dcdddb transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.diferenciaisInnerA {
	background-color: #EFEFEF;
	padding: 4em;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.diferenciaisInnerB {
	background-color: #2C5D95;
	padding: 4em;
	color: #fff;
	display: flex;
	align-items: center;
}

.contentObjetivos {
	padding: 1.5em;
	position: relative;
	z-index: 2;
	width:100%;
}

.contentObjetivos:last-child {
	padding-bottom: 0;
}

.contentObjetivos:last-child p {
	margin-bottom: 0;
}

.contentObjetivos p {
	line-height: 2;
}

#investimento {
	padding: 4em 1em 3em 1em;
	background-color: #F28F3D;
	color: #fff;
	text-align: left;
	font-size: 1.1em;
}

#investimento .areaTitle {
	text-align: left;

}

#investimento .areaTitle h2 {
	font-size: 2.3em;
}

.valorCurso {
	text-align: center;
	margin-bottom: 2em;
}

.blocoInnerValor {
	background: #fff;
	display: inline-block;
	color: #f28f3d;
	padding: 1.3em 2.5em 1.2em 2.5em;
	max-width: 100%;
	box-shadow: 5px 5px #DCDDDB;
}

.blocoInnerValor span {
	color: #9c9c9c;
	font-size: 0.9em;
}

.vantagensPagamento ul {
	margin-bottom: 2em;
	margin-top: 2em;
}

.vantagensPagamento ul li,
p.infoSobrePagamento {
	font-size: 1.2em;
}

.vantagensPagamento ul li:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(./images/boldCheckWhite.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	top: 4px;
	margin-right: 6px;
	float: left;
}

.blocoInnerValor h3 {
	margin: 0;
}

.innerFormInscreva {
	background: #fff;
}

.avisoInscricoesFechadas {
	background: #fff;
	padding: 2em 2em 1em 2em;
	text-align: center;
	color: #5d5d5d;
}

.avisoInscricoesFechadas h3 {
	color: #2C5D95;
	text-transform: uppercase;
	margin-bottom: .5em;
}

.avisoInscricoesFechadas p {
	font-size: 0.85em;
}

.headerInnerForm {
	background: #2C5D95;
	text-align: center;
	padding: 0.5em;
}

.headerInnerForm h3 {
	margin-bottom: 0;
	font-size: 1.4em;
	font-weight: 200;
}

.contentInnerForm {
	padding: 2em;
	padding-bottom: 0em;
}

.footerInnerForm {
	padding: 1em;
	color: #4D4B4B;
	font-size: 0.8em;
	text-align: center;
}

.footerInnerForm p {
	margin-bottom: 0;
}

.footerInnerForm a {
	font-weight: bold;
	color: #4D4B4B;
}

.innerPagamentoProceed {
	padding: 1em;
	min-width: 70vw;
}

.contentPagamentoProceed p {
	margin-bottom: 0;
}

.headerPagamentoProceed small {
	display: block;
	font-size: 0.6em;
	font-weight: 200;
	font-family: 'Roboto', sans-serif;
}

.innerBlocoTiposPagamento h3 {
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 2.2em;
}

.innerBlocoTiposPagamento h3 small {
	display: block;
	font-size: 0.6em;
	font-weight: 200;
	font-family: 'Roboto', sans-serif;
}


ul.blocosTiposPagamento {
	display: flex;
	justify-content: space-around;
	margin: 0;
	/* flex-wrap: wrap; */
	margin-top: 2em;
}

ul.blocosTiposPagamento li {
	padding: 1em;
	margin: 1em;
	border: 1px solid #eee;
	border-radius: 1em;
	text-align: center;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	width: 30%;
}

.blocosTiposPagamento .buttonArea a {
	padding: 0.5em 1em;
}

.tiposDePagamentoTextoIntro {
	padding: 1em;
}

.featherlightHide {
	display: none;
}

#pagarviaPix .innerPagamentoProceed {
	min-width: auto;
	max-width: 100%;
	width: 500px;
}

.contentPagamentoProceed {}

.pixProceed {
	text-align: center;
	padding: 1em;
	margin: 1em 0;
}

.footerPagamentoProceed {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}

.footerPagamentoProceed ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footerPagamentoProceed ul li {
	min-width: 223px;
}

.pixProceed h4 {
	font-size: 1.5em;
	text-transform: uppercase;
	opacity: 0.3;
}

.pixProceed span {
	display: block;
	font-size: 2em;
	background-color: #EAEAEA;
	font-weight: bold;
	padding: .5em;
	margin: 0.2em 0;
}

.pixProceed p {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	opacity: 0.3;
}

.smallAvisoPagamento {
	font-size: 0.8em;
	text-align: center;
	margin-top: 2em;
}

#programacaoCurso {
	padding: 4em 1em 3em 1em;
}

.programacaoCursoLista {
	margin-top: 1em;
}

.programacaoCursoLista li {
	padding: 1em 2em;
	color: #5d5d5d;
}

.programacaoCursoLista li h3 {
	font-size: 1.4em;
	font-weight: bold;
	text-rendering: geometricPrecision;
}

.programacaoCursoLista li p {
	margin-bottom: 0;
	line-height: 2;
}

.buttonArea a {
	padding: 0.5em 3em;
	font-size: 1.1em;
}

.buttonArea {
	text-align: center;
}

#previaCurso:before {
	content: '';
	display: block;
	height: 32px;
	width: 100%;
	position: absolute;
	background-color: #333333;
	background-image: url(./images/vagasLimitadas.svg);
	right: 0;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 50vw;
	/* transform:rotate(180deg); */
}

#previaCurso {
	background-color: #333333;
	padding: 5em 1em 3em 1em;
	color: #fff;
	position: relative;
}

.videoAreaPrevia {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin: 1.5em 0;
}

.videoAreaPrevia iframe,
.videoAreaPrevia object,
.videoAreaPrevia embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#instrutoresCurso {
	background-color: #F5F5F5;
	padding: 4em 0;
}

.blocoInstrutores {
	display: flex;
	background: #fff;
	padding: 1em;
	margin-bottom: 2em;
	margin-top: 2em;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	border-bottom: #2c5d95 solid 4px;
	justify-content: center;
	align-items: center;
}

.bioInstrutor {
	padding: 1em;
	color: #707070;
	line-height: 2;
	width: 65%;
}

.bioInstrutor p {
	margin: 0;
}

.infoInstrutor {
	width: 35%;
	display: flex;
	align-items: center;
	color: #707070;
	padding: 1em;
}

.fotoDoInstrutor {
	display: block;
	width: 100px;
	height: 100px;
	background-size: 100px auto;
	background-color: white;
	border-radius: 10em;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
	border: 1px solid #e9e9e9;
	background-position: center;
	background-repeat: no-repeat;
}

.fotoDoInstrutor.semfoto {
	background-image: url('./images/placeholderProfile.svg');
	background-size: 85px;
}

.dadosInstrutor {
	margin-left: 1.3em;
}

.dadosInstrutor h4 {
	font-weight: bold;
	text-rendering: geometricPrecision;
}

.dadosInstrutor h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 1.5;
}
#coordenacaoCurso {
	background-color: #dddddd;
	padding: 4em 0;
}
#coordenacaoCurso .blocoInstrutores{
	flex-direction:column;
	width: 100%;
	margin: 2em auto;
	max-width: 500px;
}
#coordenacaoCurso .blocoInstrutores > div{
	width: auto;
}
#depoimentosCursos:before {
	content: '';
	display: block;
	height: 32px;
	width: 100%;
	position: absolute;
	background-color: #F5F5F5;
	background-image: url(./images/vagasLimitadas.svg);
	right: 0;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 50vw;
	transform: rotate(180deg);
}

#depoimentosCursos {
	background-color: #fff;
	padding-top: 5em;
	padding-bottom: 4em;
	position: relative;
}

#depoimentosCursos .singleDepoimento {
	padding: 2em 5em;
}

#depoimentosCursos .innerSingleDepoimento {
	background: #f9f9f9;
}

#depoimentosCursos .slick-slide {
	opacity: 1;
}

#vagasLimitadas {
	background: #2C5D95;
	padding-top: 3em;
	padding-bottom: 1em;
	position: relative;
	color: #fff;
}

#vagasLimitadas:before {
	content: '';
	display: block;
	height: 32px;
	width: 100%;
	position: absolute;
	background-color: #2C5D95;
	background-image: url(./images/vagasLimitadas.svg);
	right: 0;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 50vw;
}

#vagasLimitadas h3 {
	margin-bottom: 0.5em;
}

#vagasLimitadas p {
	font-size: 1.1em;
	margin-bottom: 1em;
}

#vagasLimitadas .buttonArea {
	text-align: center;
	margin-top: 1.8em;
	font-size: 1.2em;
}

@media(max-width: 767px) {
	#instrutoresCurso {
		padding: 3em 1em;
	}

	.blocoInstrutores {
		flex-direction: column;
	}

	.bioInstrutor,
	.infoInstrutor {
		width: 100%;
		line-height: 1.5;
	}

	#depoimentosCursos .singleDepoimento {
		padding: 1em;
	}

	#vagasLimitadas {
		padding-bottom: 2em;
		text-align: center
	}

	#vagasLimitadas p {
		margin-bottom: 0em;
	}

	#heroCurso {
		height: 100%;
	}

	.introCursoHero {
		font-size: 1em;
		padding: 0 2em;
	}

	.infosHeroCurso {
		width: 81vw;
		margin: 2em auto;
		max-width: 100%;
	}

	.cursoOnlineHero {
		width: 200px;
	}
	.anchorLinkInner{ text-align:center; font-size:1.2em}
	.anchorLinkInner a{
		margin-top:1em;
	}
}
@media(min-width:768px) and (max-width:1199px){
	#heroCurso .container .row{
	align-items: center;
	}
	#heroCurso {
	height: auto;
}
	.anchorLinkInner a{
		margin-bottom:1em;
	}
}
/* =========================================== LoopCurso =============== */
.blocoCursoQuery {
	height: 100%;
	text-align: center;
	padding: 2em 0;
}

.blocoCursoQuery a {
	background: #2C5D95;
	color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	/* margin: 2em 0; */
	align-items: center;
}

.blocoCursoQuery a:hover {
	opacity: 1;
	box-shadow: 0px 0px 1em #c3c3c3;
	transform: scale(.95);
}

.imagemCursoQuery {
	height: 170px;
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(./images/logoPalace.png);
	background-color: #233356;
	background-repeat: no-repeat;
	background-position: center;
}

.dataCursoQuery {
	position: absolute;
	bottom: 0px;
	left: 0;
	padding: .5em 1em;
	background: #4D4B4B;
	text-transform: uppercase;
	font-size: 0.8em;
}

.dataCursoQuery:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 42px 40px 0 0;
	border-color: #4D4B4B transparent transparent transparent;
	position: absolute;
	right: -40px;
	top: 0;
	transform: rotatex(180deg)
}

.innerLoopImage {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background-position: center;
	background-size: cover;
}

.areaTexto {
	padding: 1em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 2;
	flex-wrap: wrap;
}

.areaTexto h3 {
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 1em;
}

/* =========================================== Footer =============== */
.footer {
	padding: 2em 1em;
	font-size: 0.8em;
	background-color: #F5F5F5;
	padding-bottom: 3em;
}

.sobreFooter img {
	width: 150px;
	margin-bottom: 1em;
}

.sobreFooter p {
	margin-bottom: 0;
	max-width: 260px;
}

.footer a {
	color: #4D4B4B;
}

#menu-menufooter {
	font-size: 1.5em;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
}

#menu-menufooter li a {
	display: block;
	padding: 0.5em;
}

#menu-menufooter li.active a,
#menu-menufooter li a:hover {
	color: #F28F3D;
	opacity: 1;
}

#menu-menufooter li a:before {
	content: '';
	display: inline-block;
	position: relative;
	background-image: url(./images/setinhaLaranja.svg);
	background-repeat: no-repeat;
	background-size: 10px;
	width: 12px;
	height: 16px;
	top: 2px;
	margin-right: 6px;
}

#menu-menufooter li.anchorLink.active a {
	color: #4D4B4B;
}

.textoCentral h3 {
	font-size: 1.8em;
	color: #384C92;
}

.textoCentral p {
	margin-bottom: 0;
}

.listaCentralAtendimento {
	margin: 0;
}

.listaCentralAtendimento li {
	background: #384C92;
	padding: 0.5em;
	display: block;
	margin-bottom: 0.5em;
	max-width: 200px;
	font-size: 1.2em;
	text-align: center;
}

.listaCentralAtendimento li i {
	font-size: 1.2em;
	margin-right: 5px;
}

.listaCentralAtendimento li a {
	color: #fff;
}

.listaCentralAtendimento .linkZapFooter {
	background-color: #4FCE5D;
}

.footerCopy {
	background: #F5F5F5;
}

.containerCopy {
	background: #4D4B4B;
	color: #fff;
}

.containerCopy:before {
	content: '';
	display: block;
	width: 140px;
	height: 15px;
	background-image: url(./images/copyTop.svg);
	background-position: right;
	position: absolute;
	top: -15px;
	left: 0;
}

.footerCopy a {
	color: #fff;
}

.footerCopy p {
	margin-bottom: 0;
	font-size: 0.8em;
	text-align: right;
}

.listaCopyFooter {
	display: flex;
	margin-bottom: 0;
}

.listaCopyFooter a {
	display: block;
	font-size: 1.2em;
	padding: 0.4em;
	padding-top: 0;
}

.listaCopyFooter a:hover {}

@media(max-width: 991px) {
	.sobreFooter p {
		max-width: 100%;
	}

	.botoesAtendimento {
		margin-top: 1em;
	}

	#menu-menufooter {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}

	#menu-menufooter li a {
		padding: .5em 0;
	}

	.footerCopy p {
		text-align: left;
		padding: .5em 0 1em 0;
		max-width: 230px;
	}
}
/* =========================================== Pagina de Pesquisa =============== */

.pesquisaPagina h2{
	text-align:center;
	margin-bottom: 0.5em;
}
.pesquisaPagina .areaPesquisar:before{
   background:transparent;
   display: none;
}
.pesquisaPagina .areaPesquisar{
	background:transparent;
	width: 100%;
	justify-content: center;
	padding: 1em;
	padding-top: 3em;
}
.pesquisaPagina #searchform{
	max-width:500px;
	transform:scale(1.1);
}
.pesquisaPagina p{
	text-align:center;
	margin-bottom:0;
}
.areaTitulo.pesquisaPagina{
	background-image: url(./images/searchBg.svg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 4em;
}

/* =========================================== zap =============== */

.floatingZap {
    position: fixed;
    bottom: 1.6em;
    right: 1.6em;
    z-index: 100000;
}

.floatingZap a {
    color: #fff;
    background: #5fce5e;
    font-size: 2.4em;
    display: flex;
    border-radius: 3em;
    width: 70px;
    height: 70px;
    text-align: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    position: relative;
}

.floatingZap a:before {
    content: '•';
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 55px;
    line-height: 0;
    color: red;
}
.floatingZap a:hover{
    opacity:1;
}

@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/* ================================================= Pop Up Home ==============*/
.hiddenPop{
	display: none;
}
.featherlight{
	background:rgba(0,0,0,.8)!important;
}
#popUpHome img {
    max-width: 100%;
    height: auto;
}
.featherlight-content {
    background: transparent !important;
}

/* ================================================= Cursos Previstos ==============*/
.tituloPaginaCursoPrevisto{
	text-align: center;
	padding-top: 3em;
	border-top: 1px solid #e8e8e8;
}

.tituloPaginaCursoPrevisto h2{
	color:#f28f3d;
}


/* ================================================= Ocultar gravadas ==============*/

.postid-481 ul.listaDiferenciais li:nth-child(2) {
    display: none;
}