@charset "utf-8";

/* ====== 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: 'Poppins', sans-serif;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
}

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

.site-button .site-bt.lkLoad {
	width: 130px;
	height: 50px;
	margin: 0 auto;
	border-radius: 30px;
	background: #d0d9e2;
    min-width: initial;
}

.site-button .site-bt.lkLoad:hover {
	background: #02C1A7;
}

.site-button .site-bt.lkLoad .button-icon{
    margin: 0;
}

.topo {
	background: url(../images/bg-topo.jpg) no-repeat center top;
	background-size: cover;
	border-radius: 0 0 100px 100px;
	padding-top: 35px;
	overflow: hidden;
	margin-bottom: 70px;
}

.topo .logo {
	margin-bottom: 30px;
}

.topo p {
	font-size: 18px;
	color: #FFF;
	line-height: 28px;
}

.topo .colImg {
	margin-top: 25px;
}

.sobre {
	padding-bottom: 120px;
	background: url(../images/bg-sobre.jpg) no-repeat right bottom;
}

.sobre h2 {
	font: 40px 'Asap', sans-serif;
	color: #173D80;
	margin-bottom: 20px;
}

.sobre p {
	font-size: 16px;
	color: #787878;
	line-height: 27px;
}

.sobre .colTxt {
	margin-bottom: 40px;
}

.bannerMundo {
	background-color: #6F54A3;
	margin-bottom: 40px;
	border-radius: 70px;
}

.bannerMundo .logo {
	background-color: #52328F;
	padding-top: 22px;
	padding-bottom: 22px;
	border-radius: 70px;
}

.bannerMundo .logo img {
	width: 100%;
	max-width: 190px;
}

.bannerMundo p {
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	line-height: 26px;
	margin: 30px 0;
}

.apresentadores {
	background: #F7F7F7;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 40px;
}

.apresentadores .box:first-child {
	margin-bottom: 40px;
}

.apresentadores .info {
	margin-top: 25px;
}

.apresentadores h3 {
	font-size: 18px;
	color: #173D80;
	font-weight: 500;
	margin-bottom: 16px;
}

.apresentadores h3 strong {
	font: 28px 'Asap', sans-serif;
	font-weight: 700;
	display: block;
	margin-top: 5px;
}

.apresentadores p {
	font-size: 14px;
	color: #545D5E;
	line-height: 24px;
}

.posts.mundo {
	margin-bottom: 100px;
}

.slidePosts {
	padding: 0 35px;
}

.slidePosts .slick-track {
	display: flex;
}

.slidePosts .item {
	height: auto !important;
	padding: 5px 15px 30px;
}

.slidePosts .item .box {
	width: 100%;
	max-width: 335px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
	border-radius: 15px;
	padding-bottom: 75px;
	box-shadow: 0px 10px 20px 0px rgba(93, 93, 93, 0.07);
}

ul.listaPosts li {
	width: 100%;
	max-width: 335px;
	margin: 0 auto 35px;
	background: #FFF;
	overflow: hidden;
	border-radius: 15px;
	padding-bottom: 75px;
	box-shadow: 0px 10px 20px 0px rgba(93, 93, 93, 0.07);
}

.slidePosts .item h3,
ul.listaPosts li h3 {
	font-size: 18px;
	font-weight: 500;
	color: #173D80;
	line-height: 28px;
	margin: 0 25px;
}

.slidePosts .item h3 a,
ul.listaPosts li h3 a {
	color: #173D80;
	text-decoration: none;
}

.slidePosts .item h3 a:hover,
ul.listaPosts li h3 a:hover {
	color: #02C1A7;
}

.slidePosts .item .data,
ul.listaPosts li .data {
	font-size: 14px;
	color: #173D80;
	margin: 25px 25px 8px;
}

.slidePosts .item a.lkView,
ul.listaPosts li a.lkView {
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	line-height: 32px;
	padding: 0 25px;
	border-radius: 8px;
	left: 25px;
	bottom: 25px;
}

.mundo .slidePosts .item a.lkView {
	background: #6F54A3;
}

.emprego .slidePosts .item a.lkView {
	background: #00AEEF;
}

ul.listaPosts li a.lkView {
	background: #02C1A7;
}

.slidePosts .item a.lkView:hover {
	background: #02C1A7;
}

ul.listaPosts li a.lkView:hover {
	background: #173D80;
}

.slidePosts .slick-prev {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -28px;
	border: none;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	z-index: 30;
	background-color: #FFF;
	filter: drop-shadow(0px 6px 14px rgba(0, 0, 0, 0.07));
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -5000em;
}

.mundo .slidePosts .slick-prev {
	background-image: url(../images/arrow-left-mundo.png);
}

.emprego .slidePosts .slick-prev {
	background-image: url(../images/arrow-left-emprego.png);
}

.slidePosts .slick-next {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -28px;
	border: none;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	z-index: 30;
	background-color: #FFF;
	filter: drop-shadow(0px 6px 14px rgba(0, 0, 0, 0.07));
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -5000em;
}

.mundo .slidePosts .slick-next {
	background-image: url(../images/arrow-right-mundo.png);
}

.emprego .slidePosts .slick-next {
	background-image: url(../images/arrow-right-emprego.png);
}

.slidePosts .slick-prev:hover,
.slidePosts .slick-next:hover {
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
}

.bannerEmprego {
	background-color: #005DA8;
	border-radius: 70px;
}

.bannerEmprego .logo {
	padding-top: 38px;
	padding-bottom: 38px;
}

.bgArrow {
	padding: 40px 0 260px;
	background: url(../images/bg-arrow.png) no-repeat center top;
	z-index: 0;
}

.posts.emprego .title,
.conteudos .title {
	margin-bottom: 40px;
}

.posts.emprego .title h2 {
	font: 42px 'Asap', sans-serif;
	color: #173D80;
	margin-bottom: 10px;
}

.conteudos .title h2 {
	font: 42px 'Asap', sans-serif;
	color: #FFF;
	margin-bottom: 10px;
}

.posts.emprego .title p {
	font-size: 16px;
	color: #787878;
	line-height: 27px;
}

.conteudos .title p {
	font-size: 16px;
	color: #FFF;
	line-height: 27px;
}

.conteudos {
	z-index: 10;
	padding-top: 40px;
	margin-top: -215px;
}

.conteudos:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 330px;
	background: #02C1A7;
}

.conteudos {
	z-index: 10;
	padding-top: 40px;
	margin-bottom: 110px;
}

.conteudos .container {
	z-index: 15;
}

.contato {
	margin-bottom: 90px;
	padding-top: 55px;
}

.contato:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	height: 400px;
	background: #0080BA;
}

.contato h2 {
	font: 40px 'Asap', sans-serif;
	color: #FFF;
	margin-bottom: 20px;
}

.contato p {
	font-size: 16px;
	color: #FFF;
	line-height: 27px;
}

.boxForm {
	width: 100%;
	max-width: 380px;
	margin: 40px auto 0;
	padding: 40px 30px 35px;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 0px 50px 0px rgba(93, 93, 93, 0.26);
}

.boxForm input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.boxForm input[type=checkbox].css-checkbox+span.wpcf7-list-item-label {
	padding-left: 28px;
	min-height: 18px;
	display: inline-block;
	font-size: 12px;
	color: #58595B;
	font-weight: 500;
	line-height: 18px;
	background: url(../images/bg-checkbox-off.png) no-repeat left top;
	vertical-align: middle;
	cursor: pointer;
}

.boxForm input[type=checkbox].css-checkbox:checked+span.wpcf7-list-item-label {
	background: url(../images/bg-checkbox-on.png) no-repeat left top;
}

.boxForm span.wpcf7-list-item-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.boxForm span.wpcf7-list-item-label a {
	color: #58595B;
	font-weight: 700;
	text-decoration: none;
}

.boxForm span.wpcf7-list-item-label a:hover {
	color: #173D80;
}

.boxForm .form-group {
	position: relative;
	margin-bottom: 15px;
}

.boxForm .form-checkbox {
	position: relative;
	margin: 0 auto 15px;
	width: 100%;
}

.boxForm .form-group input.form-control {
	width: 100%;
	border: 1px solid #F3F6F8;
	background: #F3F6F8;
	outline: none;
	border-radius: 8px;
	height: 52px;
	padding: 0 15px;
	font-size: 14px;
	color: #575757;
	font-weight: 500;
	transition: all 0.2s linear;
}

.boxForm .form-group input.form-control:focus {
	border: 1px solid #555;
	background: #FFF;
	transition: all 0.2s linear;
}

.boxForm .form-group label {
	font-size: 14px;
	color: #58595B;
	font-weight: 400;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 16px 0 0 15px;
	transition: all 0.2s linear;
	padding: 0 5px;
	z-index: 5;
}

.boxForm .form-group label.move {
	font-size: 12px;
	font-weight: 600;
	background: #FFF;
	margin-top: -8px;
	color: #062935;
}

.boxForm .customSelect {
	min-height: 52px;
}

.boxForm .customSelect .nice-select {
	border-radius: 8px;
	border: 1px solid #F3F6F8;
	height: 52px;
	color: #58595B;
	font-size: 14px;
	background: #F3F6F8;
	padding: 0 50px 0 15px;
}

.boxForm .customSelect .nice-select.open {
	border: 1px solid #555;
	background: #FFF;
}

.boxForm .customSelect .nice-select:after {
	border: none;
	width: 35px;
	height: 52px;
	margin-top: 0;
	transform-origin: inherit;
	transform: inherit;
	right: 0;
	top: 0;
	background: url(../images/arrow-dropdown.png) no-repeat right center;
}

.boxForm .customSelect .nice-select .current {
	line-height: 50px;
	display: inline-block;
}

.boxForm .customSelect .nice-select .list {
	z-index: 30;
	margin-top: 0;
	border: none;
	background: #FFF;
	border-radius: 8px;
    max-height: 200px;
    overflow-y: auto;
}

.boxForm .customSelect .nice-select .list li {
	border-top: none;
	position: relative;
	padding-right: 15px;
}

.boxForm .customSelect .nice-select .option {
	color: #58595B;
}

.boxForm .customSelect .nice-select .option:hover,
.boxForm .customSelect .nice-select .option.focus,
.boxForm .customSelect .nice-select .option.selected.focus {
	background: #F3F6F8 !important;
}

.boxForm .btnEnviar {
	display: block;
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	margin: 0 auto;
	height: 48px;
	width: 160px;
	border-radius: 8px;
	background: #4C2E82;
	transition: all 0.2s linear;
}

.boxForm .btnEnviar:hover {
	background: #02C1A7;
	transition: all 0.2s linear;
}

.footer {
	margin-bottom: 70px;
}

@media only screen and (min-width : 480px) {
	.slidePosts {
		padding: 0 60px;
	}
}

@media only screen and (min-width : 576px) {

	.sobre h2,
	.contato h2 {
		font-size: 52px;
	}

	.apresentadores {
		border-radius: 200px;
	}

	.bannerEmprego {
		background-image: url(../images/bg-banner-emprego.png);
		background-repeat: no-repeat;
		background-position: left top;
	}

	.bannerEmprego .logo {
		padding-top: 0;
		padding-bottom: 0;
		height: 140px;
	}

	.bannerEmprego .colFoto img {
		position: absolute;
		bottom: 0;
		right: 0;
		border-radius: 0 0 70px 0;
	}

	.contato:before {
		border-radius: 100px;
	}
}

@media only screen and (min-width : 768px) {
	.topo .colTxt {
		padding-bottom: 80px;
	}

	.topo .colImg {
		margin-top: 0;
	}

	.sobre .colTxt {
		margin-bottom: 0;
	}

	.sobre h2,
	.contato h2 {
		font-size: 40px;
	}

	.bannerMundo {
		background-image: url(../images/bg-banner-mundo.jpg);
		background-repeat: no-repeat;
		background-position: right top;
	}

	.bannerMundo .logo {
		background-image: url(../images/bg-banner-mundo2.jpg);
		background-repeat: no-repeat;
		background-position: right center;
		padding-top: 12px;
		padding-bottom: 0;
		height: 140px;
	}

	.bannerMundo p {
		margin: 0;
	}

	.bannerMundo .colFoto img {
		position: absolute;
		bottom: 0;
		right: 0;
		border-radius: 0 0 70px 0;
	}

	.apresentadores .box:first-child {
		margin-bottom: 0;
	}

	.apresentadores {
		border-radius: 60px;
	}

	.apresentadores .box {
		padding: 0 30px;
	}

	.bgLeft {
		background: url(../images/bg-element-left.jpg) no-repeat left center;
	}

	.posts.mundo {
		margin-bottom: 160px;
	}

	.bannerEmprego .colFoto img {
		right: inherit;
		left: 50%;
		margin-left: -115px !important;
		border-radius: 0;
	}

    ul.listaPosts{
        margin-left: -1%;
        margin-right: -1%;
    }

	ul.listaPosts li {
		width: 31.33333%;
		margin-left: 1%;
		margin-right: 1%;
	}

	ul.listaPosts li:nth-child(3n+0) {
		margin-right: 0;
	}

	.conteudos:before {
		border-radius: 250px;
	}

	.boxForm {
		margin-top: 0;
	}

	.contato .colTxt {
		margin-top: 45px;
	}

	.contato:before {
		left: -15px;
		right: -15px;
	}
}

@media only screen and (min-width : 992px) {
	.topo p {
		font-size: 22px;
		line-height: 38px;
	}

	.sobre .colTxt {
		margin-top: 15px;
	}

	.sobre h2,
	.contato h2 {
		font-size: 52px;
	}

	.bannerMundo .logo {
		padding-right: 30px;
	}

	.bannerMundo p {
		margin-left: 10px;
	}

	.contato:before {
		left: 0;
		right: 0;
		border-radius: 200px;
	}

	.contato .colTxt {
		padding-left: 40px;
	}
}

@media only screen and (min-width : 1200px) {
	.topo {
		border-radius: 0 0 200px 200px;
	}

	.topo .colTxt {
		padding-bottom: 100px;
	}

    
	.topo .logo img.senai {
		margin-top: -15px;
	}

	.bannerMundo p {
		margin-left: 20px;
	}

	.bannerMundo .colFoto img {
		right: inherit;
		left: 0;
		border-radius: 0;
	}

	.apresentadores .box {
		padding: 0 15px;
	}

	.apresentadores .info {
		margin-left: 20px;
	}

	.slidePosts {
		padding: 0 80px
	}

	.conteudos:after {
		content: " ";
		display: block;
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		z-index: 2;
		height: 314px;
		background: url(../images/bg-conteudos.png) no-repeat center top;
	}

	ul.listaPosts {
		padding: 0 23px;
	}

	.contato .colTxt {
		padding-left: 130px;
	}

	.boxForm {
		margin: 0 0 0 40px;
		padding: 40px 40px 35px;
	}
}

@media only screen and (min-width : 1400px) {
    main .container{
        max-width: 1320px;
    }
    
	.topo .colTxt {
		padding: 0 0 130px 65px
	}

	.topo .logo img {
		max-width: 100%;
	}

	.sobre .colTxt {
		padding-left: 65px;
	}

	.sobre .colVideo {
		padding-right: 65px;
	}

	.bannerMundo .colFoto img {
		left: 50px;
	}

	.apresentadores {
		border-radius: 200px;
	}

	.apresentadores .info {
		margin-left: 25px;
	}

	.apresentadores .box:first-child {
		padding-left: 65px;
	}

	.apresentadores .box:last-child {
		padding-right: 65px;
	}

	.slidePosts {
		padding: 0 90px
	}

	.slidePosts .slick-prev {
		left: 20px;
	}

	.slidePosts .slick-next {
		right: 20px;
	}

	ul.listaPosts {
		padding: 0 113px;
	}

	.contato .colTxt {
		padding-left: 220px;
	}
}

@media only screen and (min-width : 1660px) {
	.conteudos:before {
		left: 50%;
		right: inherit;
		width: 1660px;
		margin-left: -830px;
	}
}