@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;
}

#page-beto-carrero {
	width: 100%;
	height: 100%;
	font-family: 'Inter', sans-serif;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
}

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

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

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

.text-gradient {
	background: #076AAB;
	background: linear-gradient(to right, #076AAB 0%, #1c3581 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h2.titleSection {
	margin-bottom: 12px;
	font-size: 36px;
	font-weight: 700;
}

p.introSection {
	font-size: 16px;
	color: #57667E;
	line-height: 24px;
}

.topoPage {
	background: url(../images/bg-topo.jpg) no-repeat center top;
	padding-top: 75px;
	min-height: 546px;
}

.topoPage a.lkIngressos {
	right: 0;
	top: 10px;
	font-size: 24px;
	font-weight: 800;
	color: #FFF;
	background: #0965A4;
	line-height: 52px;
	text-decoration: none;
	border-top-left-radius: 26px;
	border-bottom-left-radius: 26px;
	padding-right: 12px;
	z-index: 20;
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 1);
}

.topoPage a.lkIngressos img {
	float: left;
	margin: 6px 10px 0 9px;
}

.topoPage a.lkIngressos:hover {
	background: #FECD09;
	box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 1);
}

.topoPage img.logo {
	margin: 0 auto;
}

.topoPage ul {
	width: 100%;
	margin-bottom: 30px;
}

.topoPage ul li {
	margin-bottom: 15px;
	width: 49%;
}

.topoPage ul li a {
	border: 3px solid #FFF;
	background: #fecd09;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	line-height: 46px;
	text-decoration: none;
	border-radius: 26px;
}

.topoPage ul li a:hover {
	border-color: #286984;
	background: #286984;
}

.apresentadores {
	margin-bottom: 100px;
}

.apresentadores .title {
	margin-bottom: 40px;
}

.apresentadores #slideApresent {
	padding: 0 30px;
}

.apresentadores #slideApresent .item {
	margin: 0 10px;
}

.apresentadores #slideApresent .item img {
	margin: 0 auto;
}

.apresentadores #slideApresent .item.disabled img {
    filter: grayscale(100%);
}

.apresentadores #slideApresent .item.disabled a{
    cursor: default;
}

.apresentadores #slideApresent .slick-prev {
	display: block;
	border: none;
	outline: none;
	width: 49px;
	height: 49px;
	text-indent: -5000em;
	cursor: pointer;
	border-radius: 50%;
	background: url(../images/arrow-slide.jpg) no-repeat 0 0;
	position: absolute;
	z-index: 30;
	left: 10px;
	top: 50%;
	margin-top: -24.5px;
	box-shadow: 0 10px 20px 0 rgba(164, 160, 255, 0.2);
}

.apresentadores #slideApresent .slick-next {
	display: block;
	border: none;
	outline: none;
	width: 49px;
	height: 49px;
	text-indent: -5000em;
	cursor: pointer;
	border-radius: 50%;
	background: url(../images/arrow-slide.jpg) no-repeat -49px 0;
	position: absolute;
	z-index: 30;
	right: 10px;
	top: 50%;
	margin-top: -24.5px;
	box-shadow: 0 10px 20px 0 rgba(164, 160, 255, 0.2);
}

.apresentadores #slideApresent .slick-prev:hover,
.apresentadores #slideApresent .slick-next:hover,
.spotConteudos #slidePosts .slick-prev:hover,
.spotConteudos #slidePosts .slick-next:hover {
	box-shadow: 0 5px 10px 0 rgba(164, 160, 255, 0.5);
}

.spotConteudos {
	margin-bottom: 50px;
}

.spotConteudos .title {
	margin-bottom: 35px;
}

.spotConteudos #slidePosts {
	padding: 0 50px;
}

.spotConteudos #slidePosts .slick-prev {
	display: block;
	border: none;
	outline: none;
	width: 49px;
	height: 49px;
	text-indent: -5000em;
	cursor: pointer;
	border-radius: 50%;
	background: url(../images/arrow-slide.jpg) no-repeat 0 0;
	position: absolute;
	z-index: 30;
	left: 0;
	top: 50%;
	margin-top: -24.5px;
	box-shadow: 0 10px 20px 0 rgba(164, 160, 255, 0.2);
}

.spotConteudos #slidePosts .slick-next {
	display: block;
	border: none;
	outline: none;
	width: 49px;
	height: 49px;
	text-indent: -5000em;
	cursor: pointer;
	border-radius: 50%;
	background: url(../images/arrow-slide.jpg) no-repeat -49px 0;
	position: absolute;
	z-index: 30;
	right: 0;
	top: 50%;
	margin-top: -24.5px;
	box-shadow: 0 10px 20px 0 rgba(164, 160, 255, 0.2);
}

.spotConteudos #slidePosts .slick-list {
	padding: 10px 0 25px;
}

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

.spotConteudos #slidePosts .item {
	margin: 0 10px;
	border-radius: 12px;
	overflow: hidden;
	background-color: #FFF;
	padding-bottom: 35px;
	box-shadow: 0 15px 20px 0 rgba(164, 160, 255, 0.14);
	height: auto !important;
}

.spotConteudos #slidePosts .item .link-image{
    position: relative;
    height: 0;
    padding-bottom: 100%;
    display: block;
    width:100% ;
    margin-bottom: 30px;
}

.spotConteudos #slidePosts .item img {
    position: absolute;
    height: 100%;
    width: 100% ;
    left: 0;
    top: 0;
    object-fit: cover;
}

.spotConteudos #slidePosts .item h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #0967A9;
	margin: 0 18px;
}

.spotConteudos #slidePosts .item h3 a {
	color: #0967A9;
	text-decoration: none;
}

.spotConteudos #slidePosts .item h3 a:hover {
	color: #FEC80D;
}

.spotConteudos #slidePosts .item .data {
	font-size: 16px;
	color: #A2A2A2;
	font-weight: 300;
	margin: 0 18px 10px;
}

.spotPromo {
	margin-bottom: 70px;
}

.spotPromo .title {
	margin-bottom: 30px;
}

.spotPromo ul {
	width: 100%;
}

.spotPromo ul li {
	margin: 0 auto 50px;
	width: 100%;
	max-width: 360px;
}

.spotPromo ul li:last-child {
	margin-bottom: 0;
}

.spotPromo ul li a {
	font-size: 16px;
	color: #0A63A5;
	text-decoration: none;
}

.spotPromo ul li a:hover {
	color: #FEC80D;
}

.spotPromo ul li a figure {
	margin-bottom: 20px;
}

.spotPromo ul li a img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.footPage {
	background: url(../images/bg-footer.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 120px 0 70px;
}

.footPage .logo {
	margin: 0 auto;
}

.footPage .social {
	margin-top: 40px;
	text-align: center;
}

.footPage .social a {
	margin: 0 5px;
	width: 92px;
	height: 91px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.1);
}

.footPage .social a:hover {
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width : 480px) {
	.topoPage ul li a {
		font-size: 18px;
	}
}

@media only screen and (min-width : 576px) {
	h2.titleSection {
		font-size: 44px;
	}

	.spotConteudos #slidePosts {
		padding: 0 80px;
	}
}

@media only screen and (min-width : 768px) {
	.topoPage {
		padding-top: 85px;
	}

	.topoPage ul li {
		width: inherit;
		padding: 0 5px;
	}

	.topoPage ul li a {
		white-space: nowrap;
		padding: 0 15px;
	}

	.spotConteudos #slidePosts {
		padding: 0 50px;
	}

	.footPage {
		background-size: initial;
		height: 375px;
		padding: 140px 0 0;
	}

	.footPage .logo {
		margin: 0 45px 0 0;
	}

	.footPage .social {
		margin-top: 0;
		text-align: left;
	}

	.footPage .social a {
		margin: 0 15px 0 0;
	}
}

@media only screen and (min-width : 992px) {
	.topoPage ul li {
		padding: 0 10px;
	}

	.topoPage ul li a {
		font-size: 20px;
		padding: 0 30px;
	}

	.spotPromo ul li {
		margin-left: 0;
		margin-right: 0;
		max-width: 31%;
	}

	.spotPromo ul li a figure {
		height: 210px;
	}

	.spotPromo ul li a img {
		width: auto;
		max-height: 100%;
	}

	.footPage .social a {
		margin-right: 35px;
	}
}

@media only screen and (min-width : 1200px) {
	.spotConteudos #slidePosts {
		padding: 0 30px;
	}

	.spotConteudos #slidePosts .item {
		margin: 0 20px;
	}

	.spotConteudos #slidePosts .slick-prev {
		left: -30px;
	}

	.spotConteudos #slidePosts .slick-next {
		right: -30px;
	}

	.spotConteudos #slidePosts .item h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.spotPromo ul li a figure {
		height: 260px;
	}
}

@media only screen and (min-width : 1340px) {
	.topoPage {
		padding-top: 75px;
	}

	.topoPage a.lkIngressos {
		top: 75px;
	}
}