@charset "utf-8";

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-weight: 400;
	font-size: 100%;
	margin: 0;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

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

.diversa-section-cta-button{
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    padding: 15px 30px;
    border: 1px solid #1B1564;
    background-color: #fff;
    font-weight: normal;
    color: #1B1564;
    border-radius: 30px;
}

.diversa-section-cta-button:hover{
    color: #fff;
    background-color: #1B1564;
}

.site-header {
	padding-top: 25px;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.09);
	position: relative;
	z-index: 80;
}

.site-header .btMenu {
	display: inline-block;
	width: 38px;
	text-align: center;
	background: #E91D62;
	border-radius: 50%;
    text-align: center;
}

.site-header .btMenu img{
    display: inline-block;
    margin: 11px 0;
}

.site-header .btVoltar {
	display: inline-block;
	width: auto;
	height: 38px;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	line-height: 38px;
	text-align: center;
	background: #E91D62;
	border-radius: 19px;
    padding-left: 5px;
    padding-right: 5px;
}

.site-header .btVoltar img {
	display: inline-block;
	margin-right: 6px;
	position: relative;
	top: -1px;
    vertical-align: middle;
}

.site-header .btMenu:hover,
.site-header .btVoltar:hover {
	background: #F7971D;
}

.site-header .baseMenu {
	width: 100%;
	background: #FFF6F9;
	margin-top: 30px;
}

.site-header .navigation {
	background: none;
}

.site-header .navigation .nav-header {
	float: right;
}

.site-header .navigation .nav-toggle {
	border-radius: 0;
	position: relative;
	padding: 0;
	right: 0;
	margin-top: 0;
	top: 0;
	width: 44px;
	height: 40px;
	text-align: center;
	background: #F7971D;
	border-radius: 5px;
}

.site-header .navigation .nav-toggle:before {
	left: 10px;
	top: 10px;
	height: 4px;
	border-radius: 2px;
	background: #FFF;
	box-shadow: 0 0.5em 0 0 #FFF, 0 1em 0 0 #FFF;
}

.site-header .navigation .nav-toggle:hover {
	background: #E91D62;
}

.site-header .navigation .nav-menus-wrapper-close-button {
	color: #4d4d4d;
}

.site-header .navigation{
    overflow: hidden;
    width: 100%;
}

.site-header .navigation .nav-menu{
    overflow-x: auto;
    white-space: nowrap;
}

.site-header .navigation .nav-menu>li{
    display: inline-block;
}

.site-header .navigation .nav-menu>li>a {
	font-size: 14px;
	font-weight: 500;
	color: #1B1564;
	text-decoration: none;
    display: block;
    padding: 15px 10px ;
}

.site-header .navigation .nav-menu>li>a:hover,
.site-header .navigation .nav-menu>li:hover>a,
.site-header .navigation .nav-menu>li.active>a,
.site-header .navigation .nav-menu>li.focus>a {
	color: #FFF;
	background: #F7971D;
}

.baseSlide {
	background: #1B1564;
	position: relative;
}

.baseSlide .tag {
	display: inline-block;
	font-size: 12px;
	color: #976BE3;
	background: #FFF;
	line-height: 20px;
	border-radius: 10px;
	padding: 0 15px;
	margin-bottom: 25px;
}

.baseSlide h2 {
	font-size: 22px;
	color: #FFF;
	font-weight: 300;
	margin-bottom: 10px;
}

.baseSlide p {
	font-size: 14px;
	color: #FFF;
	margin-bottom: 0;
}

.baseSlide a.slide-item-cta {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	padding: 10px 15px;
	background: #26C6DA;
	border-radius: 28px;
}

.baseSlide a.slide-item-cta:hover {
	background: #F7971D;
}

.baseSlide .slide-item {
	display: flex;
    height: auto;
	align-items: center;
    padding-top: 0;
    padding-bottom: 60px;
}

.baseSlide .slide-item .colImg{
    position: relative;
    height: 0;
    padding-bottom: 67%;
    margin-bottom: 30px;
}

.baseSlide .slide-item .colImg a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.baseSlide .slide-item .colImg a img{
    object-fit: cover;
    height: 100%;
}

.slick-dots {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 16px;
	z-index: 30;
}

.slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
}

.slick-dots li button {
	display: block;
	text-indent: -5000em;
	border: none;
	outline: none;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	padding: 0;
	cursor: pointer;
	background: #FFF;
	opacity: 0.6;
}

.slick-dots li.slick-active button {
	opacity: 1
}

.posts {
	margin-bottom: 50px;
    margin-top: 70px;
}

.posts ul {
	width: 100%;
}

.posts ul li {
	width: 100%;
	max-width: 350px;
	margin: 0 auto 50px;
	background: #FFF;
	overflow: hidden;
	position: relative;
	border-radius: 12px;
	box-shadow: 0 50px 85px 0 rgba(189, 223, 246, 0.45);
	padding-bottom: 20px;
}

.posts ul li a.tag {
	display: block;
	font-size: 14px;
	color: #484848;
	background: #FFF;
	line-height: 20px;
	border-radius: 10px;
	padding: 0 15px;
	position: absolute;
	z-index: 30;
	top: 14px;
	left: 14px;
	text-decoration: none;
}

.posts ul li a.tag:hover {
	color: #F7971D;
}

.posts ul li img.item-img {
    width: 100%;
}

.posts ul li h3 {
	font-size: 18px;
	font-weight: 600;
	color: #4D533C;
	padding: 25px 20px 15px;
}

.posts ul li h3 a {
	color: #4D533C;
}

.posts ul li h3 a:hover {
	color: #1B1564;
}

.posts ul li p {
	font-size: 14px;
	color: #7c8a90;
	padding: 0 20px;
}

.lastPosts {
	margin-bottom: 60px;
}

.lastPosts h2 {
	font-size: 32px;
	color: #1B1564;
	font-weight: 300;
	margin-bottom: 40px;
}

.lastPosts ul {
	width: 100%;
}

.lastPosts ul li {
	margin: 0 auto 30px;
}

.lastPosts ul li a {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #4D533C;
	text-decoration: none;
	align-items: center;
}

.lastPosts ul li a:hover {
	color: #1B1564;
}

.lastPosts ul li a .lastPostsImg {
	border-radius: 6px;
	margin-right: 15px;
    width: 95px;
    height: 95px;
    display: block;
    float: left;
    background-position: center;
    background-size: cover;
}

.colunistas {
	overflow: hidden;
	position: relative;
}

.colunistas h2 {
	font-size: 32px;
	color: #1B1564;
	font-weight: 300;
	margin-bottom: 40px;
}

.colunistas #slideColunistas {
	position: relative;
	padding: 0 30px;
    background: #fff5f7;
}

.colunistas #slideColunistas .slick-slide{
    height: auto;
}

.colunistas #slideColunistas .item {
	margin: 0 10px;
	padding: 66px 0;
}

.colunistas #slideColunistas .box {
	background: #FFF;
	border-radius: 10px;
	position: relative;
    overflow: hidden;
	padding: 0 20px 20px 20px;
    max-width: 210px;
    margin: 0 auto;
}

.colunistas #slideColunistas .box .fotoColunista{
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    background: #FECB00;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 0 0  70px 10px;
    padding-top: 20px;
}


.colunistas #slideColunistas .box .fotoColunista img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.colunistas #slideColunistas .box h4 {
	font-size: 20px;
	color: #4A517A;
	font-weight: 300;
    margin-bottom: 20px;
}

.colunistas #slideColunistas .box h4 a {
	color: #4A517A;
	text-decoration: none;
}

.colunistas #slideColunistas .box h4 a:hover {
	color: #1B1564;
}

.colunistas #slideColunistas .box h4 strong {
	font-weight: 700;
}

.colunistas #slideColunistas .box p {
	font-size: 14px;
	color: #4A517A;
}

.colunistas #slideColunistas .slick-prev,
.colunistas #slideColunistas .slick-next{
	display: block;
	padding: 0;
	position: absolute;
	left: 15px;
    top: 50%;
	bottom: 46px;
	border: none;
	outline: none;
	text-indent: -5000em;
	cursor: pointer;
	background: #FFF url(../images/arrow-slide.png) no-repeat -10px center;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	box-shadow: 0 7px 27px 0 rgba(189, 204, 226, 0.5);
	z-index: 40;
	opacity: 0.7;
}

.colunistas #slideColunistas .slick-next {
	left: auto;
    right: 15px;
	background: #FFF url(../images/arrow-slide.png) no-repeat -80px center;
	
}

.colunistas #slideColunistas .slick-prev:hover,
.colunistas #slideColunistas .slick-next:hover {
	opacity: 1;
}

.videos {
	background: #e0f7fa;
	padding: 100px 0;
}

.videos h2 {
	font-size: 32px;
	color: #1B1564;
	font-weight: 300;
	margin-bottom: 40px;
}

.videos .controlVideo {
	margin-top: 15px;
}

.videos .controlVideo .videoPrev {
	display: inline-block;
	padding: 0;
	border: none;
	outline: none;
	text-indent: -5000em;
	margin-right: 10px;
	cursor: pointer;
	background: #FFF url(../images/arrow-slide.png) no-repeat -0 center;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	box-shadow: 0 7px 27px 0 rgba(189, 204, 226, 0.5);
	z-index: 40;
	opacity: 0.7;
}

.videos .controlVideo .videoNext {
	display: inline-block;
	padding: 0;
	border: none;
	outline: none;
	text-indent: -5000em;
	margin-left: 10px;
	cursor: pointer;
	background: #FFF url(../images/arrow-slide.png) no-repeat -70px center;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	box-shadow: 0 7px 27px 0 rgba(189, 204, 226, 0.5);
	z-index: 40;
	opacity: 0.7;
}

.videos .controlVideo .videoPrev:hover,
.videos .controlVideo .videoNext:hover {
	opacity: 1;
}

.videos #slideVideos .slick-track {
	display: flex;
}

.videos #slideVideos .item {
	margin: 0 20px;
	padding-bottom: 25px;
	height: auto!important;
}

.videos #slideVideos .item a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
	font-size: 17px;
	color: #4A517A;
	padding-bottom: 25px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 0 10px 20px 0 rgba(189, 223, 246, 0.45);
	position: relative;
	line-height: 22px;
	height: 100%;
}

.videos #slideVideos .item a:hover {
	color: #F7971D;
}

.videos #slideVideos .item a span {
	display: inline-block;
	padding: 0 15px;
}

.videos #slideVideos .item a .tag {
	display: block;
	font-size: 14px;
	color: #484848;
	background: #FFF;
	line-height: 20px;
	border-radius: 10px;
	position: absolute;
	z-index: 30;
	top: 14px;
	left: 14px;
	text-decoration: none;
}

.videos #slideVideos .item a img {
	margin-bottom: 15px;
    height: auto;
}

.multi {
    margin-bottom: 100px;
}

.multi .intro {
	margin-bottom: 50px;
}

.multi .intro p {
	font-size: 14px;
	color: #7c8a90;
	margin-top: 18px;
}

.multi .controlMulti {
	margin-top: 50px;
}

.multi .controlMulti .multiPrev {
	display: inline-block;
	padding: 0;
	border: none;
	outline: none;
	text-indent: -5000em;
	margin-right: 10px;
	cursor: pointer;
	background: #FFF url(../images/arrow-slide.png) no-repeat -0 center;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	box-shadow: 0 7px 27px 0 rgba(189, 204, 226, 0.5);
	z-index: 40;
	opacity: 0.7;
}

.multi .controlMulti .multiNext {
	display: inline-block;
	padding: 0;
	border: none;
	outline: none;
	text-indent: -5000em;
	margin-left: 10px;
	cursor: pointer;
	background: #FFF url(../images/arrow-slide.png) no-repeat -70px center;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	box-shadow: 0 7px 27px 0 rgba(189, 204, 226, 0.5);
	z-index: 40;
	opacity: 0.7;
}

.multi .slick-dots li button{
    background-color: #666;
}

.multi .controlMulti .multiPrev:hover,
.multi .controlMulti .multiNext:hover {
	opacity: 1;
}

.multi #slideMulti .slick-track {
	display: flex;
}

.multi #slideMulti .item {
	margin: 0 15px;
	padding-bottom: 60px;
	height: auto!important;
}

.multi #slideMulti .item .box {
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	height: 100%;
	overflow: hidden;
	background: #FFF;
	border-radius: 8px;
	padding-bottom: 25px;
	box-shadow: 0 10px 10px 0 rgba(189, 223, 246, 0.45);
	transition: all 0.2s linear;
}

.multi #slideMulti .item .box:hover {
	box-shadow: 0 10px 25px 0 rgba(189, 223, 246, 0.65);
	transition: all 0.2s linear;
}

.multi #slideMulti .item h3 {
	font-size: 16px;
	font-weight: 600;
	color: #4A517A;
	padding: 25px 20px 15px;
}

.multi #slideMulti .item h3 a {
	color: #4A517A;
	text-decoration: none;
}

.multi #slideMulti .item h3 a:hover {
	color: #F7971D;
}

.multi #slideMulti p {
	font-size: 14px;
	color: #7c8a90;
	padding: 0 20px;
}


.dicas {
	background: #FFF5F7;
	padding: 70px 0 60px;
}

.dicas h2 {
	font-size: 32px;
	color: #1B1564;
	font-weight: 300;
	margin-bottom: 40px;
}

.dicas #slideDicas {
	position: relative;
	padding: 0 40px;
}

.dicas #slideDicas .slick-slide{
    height: auto;
}

.dicas #slideDicas .item {
	margin: 0 15px;
}

.dicas #slideDicas .item a {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #4D533C;
	text-decoration: none;
	align-items: center;
	margin: 0 auto;
}

.dicas #slideDicas .item a:hover {
	color: #1B1564;
}

.dicas #slideDicas .item a .dicasImg {
	border-radius: 6px;
	margin-right: 15px;
    width: 95px;
    height: 95px;
    display: block;
    float: left;
    background-position: center;
    background-size: cover;
}

.dicas #slideDicas .slick-prev {
	display: block;
	padding: 0;
	position: absolute;
	left: 0;
	top: 50%;
	border: none;
	outline: none;
	text-indent: -5000em;
	cursor: pointer;
	background: #FFF url(../images/arrow-dicas.jpg) no-repeat 0 center;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	margin-top: -16.5px;
	box-shadow: 0 7px 27px 0 rgba(189, 204, 226, 0.5);
	z-index: 40;
	opacity: 0.7;
}

.dicas #slideDicas .slick-next {
	display: block;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	border: none;
	outline: none;
	text-indent: -5000em;
	cursor: pointer;
	background: #FFF url(../images/arrow-dicas.jpg) no-repeat -33px center;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	margin-top: -16.5px;
	box-shadow: 0 7px 27px 0 rgba(189, 204, 226, 0.5);
	z-index: 40;
	opacity: 0.7;
}

.dicas #slideDicas .slick-prev:hover,
.dicas #slideDicas .slick-next:hover {
	opacity: 1;
}

.contato {
	padding: 160px 0 120px;
	position: relative;
}

.contato .box {
	background: #FFF;
	border-radius: 16px;
	padding-bottom: 32px;
	padding-top: 35px;
	box-shadow: 0 24px 85px 0 rgba(66, 136, 206, 0.4);
}

.contato h2 {
	font-size: 64px;
	font-weight: 700;
	color: #1B1564;
	line-height: 70px;
	margin-bottom: 20px;
}

.contato p {
	font-size: 14px;
	color: #7c8a90;
}

.contato .intro {
	margin-bottom: 50px;
}

.contato .linhaCampo,
.contato .baseCheck {
	width: 100%;
	position: relative;
	margin-bottom: 18px;
}

.contato .linhaCampo .campo-txt {
	width: 100%;
	border: 1px solid #EDE7F6;
	background: #EDE7F6;
	outline: none;
	border-radius: 8px;
	height: 52px;
	padding: 0 15px;
	transition: all 0.2s linear;
	font-size: 14px;
	color: #575757;
}

.contato .linhaCampo textarea.campo-txt {
	height: 160px;
	resize: none;
	padding: 10px 15px;
}

.contato .linhaCampo .wpcf7-form-control-wrap:focus,
.contato .linhaCampo .campo-txt:not(:placeholder-shown) {
	border: 1px solid #E1BEE7;
	background: #FFF;
	transition: all 0.2s linear;
}

.contato .linhaCampo label {
	font-size: 14px;
	color: #575757;
	font-weight: 400;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 16px 0 0 10px;
	transition: all 0.2s linear;
	padding: 0 5px;
	z-index: 15;
}

.label-float input::placeholder {
	color: transparent;
}

.contato .linhaCampo .wpcf7-form-control-wrap:focus+label,
.contato .linhaCampo .wpcf7-form-control-wrap:not(:placeholder-shown)+label {
	font-size: 12px;
	font-weight: 700;
	color: #1B1564;
	background: #FFF;
	margin-top: -8px;
}

.contato 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;
}

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

.contato input[type=checkbox].css-checkbox:checked+span {
	background: url(../images/bg-checkbox-on.png) no-repeat left center;
}

.contato .wpcf7-acceptance .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;
}

.contato .btnEnviar {
	display: block;
	width: 220px;
	height: 48px;
	border: none;
	outline: none;
	cursor: pointer;
	background: #1B1564;
	border-radius: 8px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
}

.contato .btnEnviar:hover {
	background: #F7971D;
}

.site-footer {
	background: #f8f8f8;
	padding: 55px 0 60px;
}

.site-footer img {
	display: block;
	margin: 0 auto;
	mix-blend-mode: multiply;
}

.diversaLoop .site-card .card-image{
    overflow: hidden;
    border-radius: 10px;
}

.diversaLoop .site-button{
    display: block;
    text-align: center;
}
.diversaLoop .lkMore{
    background-color: #1B1564;
    color: #fff;
    margin: 30px 0;

}

#diversa-colaboradora-header{
    background-color: #f1f1f1;
} 

#diversa-colaboradora-header img{
    background-color: #E91D62;
}

#diversa-colaboradora-header h1{
    color:#1B1564;
}

#diversa-colaboradora-header h2{ 
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
}

@media only screen and (min-width: 480px) {
	.colunistas #slideColunistas {
		padding: 0 50px;
	}
	.colunistas #slideColunistas .box h4 {
		font-size: 24px;
	}
}

@media only screen and (min-width: 576px) {
	.baseSlide .slide-item .boxAlign {
		max-width: 540px;
		margin: 0 auto;
	}
	.lastPosts ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.lastPosts ul li {
		width: 46%;
		max-width: initial;
		margin-left: 0;
		margin-right: 0;
	}
	.colunistas #slideColunistas .box {
		padding: 0 20px 0 210px;
	}
}

@media only screen and (min-width: 768px) {
    .site-header .logo {
        margin-bottom: 40px;
    }
	
	.site-header .baseMenu {
		margin-top: 0;
	}
    .baseSlide .slide-item {
        height: 475px;
        padding: 0;
    }
        
	.baseSlide .slide-item .row {
		display: flex;
		align-items: center;
	}
	.baseSlide .slide-item .boxAlign {
		float: right;
		max-width: initial;
		width: 350px;
		padding-right: 15px;
	}

    .baseSlide .slide-item .colImg{
        position: relative;
        height: auto;
        padding:0;
        margin-bottom:0;
    }
    
    .baseSlide .slide-item .colImg a{
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
    }
    
    .baseSlide .slide-item .colImg a img{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
		width: auto;
		height: 475px;
        max-width: none;
    }

    .baseSlide h2 {
        font-size: 30px;
    }
    
    .baseSlide p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .baseSlide a.slide-item-cta {
        font-size: 15px;
        padding: 15px 20px;
    }    

	.posts ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.posts ul li {
		width: 31.5%;
		margin-left: 0;
		margin-right: 2.7%;
	}
	.posts ul li:nth-child(3n+0) {
		margin-right: 0;
	}
	.lastPosts h2,
	.colunistas h2,
	.videos h2,
	.dicas h2 {
		font-size: 42px;
	}

    
    .colunistas:before {
        content: " ";
        display: block;
        width: 100%;
        height: 225px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 0;
        background: #fff5f7;
    }

    .colunistas:before {
        height: 225px;
    }

    .colunistas #slideColunistas{
        background-color: transparent;
    }

    .colunistas #slideColunistas .item{
        padding-bottom: 30px;
    }

    .colunistas #slideColunistas .box {
        overflow: visible;
        background: #FFF;
        border-radius: 10px;
        height: 147px;
        position: relative;
        padding: 0 20px 0 210px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        justify-content: flex-start;
        max-width: none;
    }

    .colunistas #slideColunistas .box .fotoColunista{
        background-color: transparent;
        width: 190px;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0 10px;
        margin: 0;
        border-radius: 0;
        margin-bottom: 0;
    }

    
    .colunistas #slideColunistas .box .fotoColunista::before{
        content: " ";
        position: absolute;
        height: 87%;
        width: 100%;
        background: #FECB00;
        bottom: 0;
        left: 0;
        border-radius: 10px 70% 10px 10px;
        overflow: hidden;
    }

    .colunistas #slideColunistas .box h4{
        margin-bottom: 0;
    }
    
	.contato {
		background: url(../images/bg-contato.png) no-repeat right bottom;
	}
	.contato .box {
		padding-left: 30px;
		padding-right: 30px;
	}
	.contato .intro {
		margin-bottom: 0;
		margin-top: 35px;
	}
}

@media only screen and (min-width: 992px) {
	
	.site-header .navigation {
		margin-top: 0;
	}
	.site-header .navigation .nav-menus-wrapper {
		display: block;
	}
	.site-header .navigation .nav-menu {
		display: flex;
		justify-content: space-between;
	}
	.site-header .navigation .nav-menu>li>a {
		height: 54px;
		padding: 0 25px;
		line-height: 54px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	.baseSlide .slide-item .boxAlign {
		width: 450px;
		padding-right: 30px;
	}
	.baseSlide h2 {
		font-size: 38px;
		margin-bottom: 15px;
	}
	.posts ul li {
		width: 31%;
		margin-right: 3.5%;
	}
	.multi .intro {
		margin: 80px 0 0;
	}
	.contato .intro {
		padding-left: 50px;
	}
}

@media only screen and (min-width: 1200px) {
	
	.baseSlide .slide-item .boxAlign {
		width: 535px;
	}
	.lastPosts ul {
		justify-content: flex-start;
	}
	.lastPosts ul li {
		width: 23%;
		margin-right: 2.6%;
	}
	.lastPosts ul li:nth-child(4n+0) {
		margin-right: 0;
	}
	.colunistas #slideColunistas {
		padding: 0 60px;
	}
	.colunistas #slideColunistas .slick-prev {
		width: 70px;
		height: 70px;
		bottom: 36px;
		background-position: 0 center;
		left: -10px;
	}
	.colunistas #slideColunistas .slick-next {
		width: 70px;
		height: 70px;
		bottom: 36px;
		background-position: -70px center;
		right: -10px;
	}
	.contato .personagem {
		position: absolute;
		bottom: -120px;
		right: -110px;
	}
}

@media only screen and (min-width: 1340px) {
	.colunistas #slideColunistas {
		padding: 0 70px;
	}
	.colunistas #slideColunistas .slick-prev {
		left: -20px;
	}
	.colunistas #slideColunistas .slick-next {
		right: -20px;
	}
}