@charset "utf-8";

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/avenir_medium-webfont.woff2') format('woff2'),
		url('../fonts/avenir_medium-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
    display: swap;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/avenir_medium-webfont.woff2') format('woff2'),
		url('../fonts/avenir_medium-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
    display: swap
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/avenir_black-webfont.woff2') format('woff2'),
		url('../fonts/avenir_black-webfont.woff') format('woff');
	font-weight: 900;
	font-style: normal;
    display: swap
}


/* ====== DEFAULT ====== */
a,
button {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover,
button:hover {
	text-decoration: none;
	transition: all 0.2s linear;
}

a:focus {
	outline: 0;
}

a img {
	border: none;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Avenir', sans-serif;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
}

.poppins {
	font-family: 'Poppins', sans-serif;
}

.max-w {
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.bgGeral {
	background: url(../images/bg-geral.png) repeat-y center bottom;
}

.share {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.18);
	background-color: #fff;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: 0;
}

.share div {
	width: 50%;
	padding: 15px 0;
}

.share div:first-child {
	border-right: 1px solid #6a9a4e;
}

.share h4 {
	padding: 0 9px;
	font-size: 13px;
	font-weight: 600;
	color: #002f1e;
}

.share a {
	margin: 8px 5px 0;
}

.topo {
	background: url(../images/bg-topo-mob.jpg) no-repeat center bottom;
	background-size: cover;
	padding-top: 90px;
	height: 600px;
	margin-bottom: 15px;
}

.topo img {
	margin: 0 auto 30px;
}

.topo p {
	font-size: 30px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
    font-weight: 900;
    line-height: 1.1;
}

.cursos {
	margin-bottom: 150px;
}

.cursos .title {
	margin-bottom: 45px;
}

.cursos h2 {
	font-size: 40px;
	font-weight: 900;
	color: #6a9a4e;
	margin-bottom: 15px;
	line-height: 40px;
}

.cursos h2 strong,
.destaques h3 strong {
	font-weight: 900;
	color: #002f1e;
}

.cursos p,
.destaques p {
	font-size: 16px;
	color: #838383;
}

#slideCursos .item {
	padding: 0 12px 25px;
}

#slideCursos .item a {
	font-size: 28px;
	font-weight: 900px;
	color: #FFF;
	line-height: 32px;
	text-decoration: none;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

#slideCursos .item a strong {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 35px 5px 20px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 125%);
}

#slideCursos .item:nth-child(-n+3) a strong{
    padding-left: 50px;
    padding-right: 50px;
}

.destaques {
	margin-bottom: 50px;
}

.destaques .row {
	margin-bottom: 80px;
}

.destaques h3 {
	font-size: 36px;
	font-weight: 900;
	color: #6a9a4e;
	margin-bottom: 15px;
	line-height: 40px;
}

.destaques a.bt-destaque {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	border-radius: 8px;
	background: #b2dc51;
	padding: 10px 20px;
	min-width: 220px;
	margin-top: 25px;
}

.destaques a.bt-destaque:hover {
	background: #002f1e;
}

.destaques .boxImg {
	width: 100%;
	max-width: 626px;
	margin: 0 auto 30px;
    overflow: visible;
}

.destaques .boxImg:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: 10;
	width: 60px;
	height: 69px;
	background: url(../images/element-before-destaque.png) no-repeat 0 0;
	background-size: cover;
	top: -30px;
	left: 20px;
}

.destaques .boxImg:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 10;
	width: 80px;
	height: 91px;
	background: url(../images/element-after-destaque.png) no-repeat 0 0;
	background-size: cover;
	bottom: -20px;
	right: 10px;
}

.destaques .boxImg .embed-responsive::before{
    padding-top: 65%;
}

.destaques .boxImg img{
    object-fit: cover;
}

.destaques .row:nth-child(even) .boxImg:before {
	left: inherit;
	right: -15px;
}

.destaques .row:nth-child(even) .boxImg:after {
	right: inherit;
	left: -15px;
}

.destaques .boxImg img {
	border-radius: 12px;
	box-shadow: -10px 10px 50px 0 rgba(0, 0, 0, 0.26);
}

.cta {
	background: url(../images/bg-cta.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 0;
}

.cta .cta-text{
    max-width: 300px;
}

.cta h2 {
	font-size: 30px;
	color: #FFF;
	font-weight: 900;
	margin-bottom: 20px;
}

.cta a {
	font-size: 16px;
	font-weight: 600;
	color: #b2dc51;
	text-decoration: none;
	border-radius: 8px;
	background: #002f1e;
	padding: 10px 20px;
	min-width: 220px;
}

.cta a:hover {
	background: #FFF;
	color: #002f1e;
}

@media only screen and (min-width : 768px) {
	.cursos h2 {
		margin-bottom: 0;
	}
}

@media only screen and (min-width : 992px) {
	.share {
		left: 24px;
		right: inherit;
		bottom: inherit;
		top: 20%;
		padding: 24px 0;
		border-radius: 8px;
		max-width: 78px;
	}

	.share div {
		width: 100%;
		padding: 0 9px;
	}

	.share div:first-child {
		border-right: none;
	}

	.share h4 {
		font-size: 13px;
		font-weight: 600;
		color: #002f1e;
		padding: 0;
	}

	.share a {
		margin: 8px 0 0;
	}

	.share hr {
		border-color: #6a9a4e;
		margin: 20px 0;
	}

	.topo {
		background: url(../images/bg-topo.jpg) no-repeat center bottom;
		padding-top: 170px;
		height: 870px;
	}

	.topo:before {
		content: " ";
		display: block;
		position: absolute;
		z-index: 10;
		width: 233px;
		height: 268px;
		background: url(../images/element-topo.png) no-repeat 0 0;
		left: 15px;
		bottom: -15px;
	}

	.topo img {
		margin-left: 0;
		margin-right: 0;
	}

	.topo p {
        font-size: 50px;
		text-align: left;
	}

	.cursos h2 {
		font-size: 47px;
		line-height: 52px;
	}

	.destaques h3 {
		font-size: 40px;
		line-height: 44px;
	}

	.destaques .row {
		margin-bottom: 180px;
	}

	.destaques .boxImg {
		margin-bottom: 0;
	}

	.destaques .row:nth-child(even) {
		flex-direction: row-reverse;
	}

	.destaques .boxImg:before {
		width: 116px;
		height: 133px;
		top: -60px;
		left: 40px;
	}

	.destaques .boxImg:after {
		width: 140px;
		height: 159px;
		bottom: -45px;
		right: 20px;
	}

	.destaques .row:nth-child(even) .boxImg:before {
		left: inherit;
		right: -20px;
	}

	.destaques .row:nth-child(even) .boxImg:after {
		right: inherit;
		left: -20px;
	}

    .cta .cta-text {
        max-width: auto;
    }

	.cta h2 {
		font-size: 60px;
	}
}

@media only screen and (min-width : 1200px) {
	.destaques .row:nth-child(even) .boxImg:before {
		right: -40px;
	}

	.destaques .colTxt {
		padding-left: 50px;
	}

	.destaques .row:nth-child(even) .colTxt {
		padding-left: 15px;
		padding-right: 50px;
	}

	.cta h2 {
		font-size: 70px;
	}
}

@media (min-width: 1320px) {
	.topo .offset-lg-1 {
		margin-left: 0;
	}

	#slideCursos {
		padding: 0 50px
	}

	.destaques .row:nth-child(even) .boxImg:before {
		right: -60px;
	}
}