/* ====== DEFAULT ====== */
html {
	scroll-behavior: smooth;
}

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

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

*:focus {
	outline: none;
}

button:focus {
	outline: 0 !important;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

.transition {
	transition: all 0.2s linear;
}

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

.topoPage {
	padding: 30px 0;
	background-color: var(--bs-white);
}

.topoPage .logo {
	margin-bottom: 20px;
}

.topoPage a.lkMenu img {
	border-radius: 5px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: all 0.2s linear;
}

.topoPage a.lkMenu:hover img {
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);
	transition: all 0.2s linear;
}

.topoPage a.lkND {
	font-size: 15px;
	font-weight: 600;
	color: var(--bs-white);
	text-decoration: none;
	width: 150px;
	height: 38px;
	border-radius: 20px;
	background: var(--bs-black);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.topoPage a.lkND:hover {
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.topoPage a.lkND img {
	margin-right: 8px;
}

.heading {
	background-color: #F8E619;
	padding-top: 80px;
	margin-bottom: 160px;
}

.heading h1 {
	font-size: 31px;
	font-weight: 700;
	color: #17171A;
	margin-bottom: 15px;
}

.heading p {
	font-size: 18px;
	color: #17171A;
}

.heading img {
	margin: 40px auto -120px;
}

.titleSection {
	margin-bottom: 25px;
}

.titleSection h2 {
	font-size: 32px;
	font-weight: 700;
	color: #17171A;
}

.titleSection p {
	font-size: 16px;
	color: #17171A;
	margin-top: 10px;
}

.patrocinadores {
	margin-bottom: 80px;
}

.patrocinadores ul li {
	margin-bottom: 15px;
	width: 47%;
}

.patrocinadores ul li img {
	display: block;
	margin: 0 auto;
}

.tv {
	margin-bottom: 110px;
	overflow: hidden;
	padding-bottom: 30px;
}

.editorial {
	margin-bottom: 115px;
}

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

.tv ul li {
	width: 100%;
	max-width: 324px;
	background: var(--bs-white);
	margin: 0 auto 35px;
	border-radius: 15px;
	overflow: hidden;
	padding-bottom: 95px;
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
}

.editorial ul li {
	width: 100%;
	max-width: 330px;
	background: var(--bs-white);
	margin: 0 auto 35px;
	border-radius: 15px;
	overflow: hidden;
	padding-bottom: 95px;
	box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
}

.tv ul li h3,
.editorial ul li h3 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin: 15px 25px 0;
	line-height: 28px;
}

.tv ul li h3 a,
.editorial ul li h3 a {
	color: #333;
}

.tv ul li h3 a:hover,
.editorial ul li h3 a:hover {
	color: #8b8b8b;
}

.editorial ul li p {
	font-size: 14px;
	color: #434343;
	line-height: 24px;
	margin: 5px 25px 0;
}

.tv ul li .lkMore,
.editorial ul li .lkMore {
	font-size: 14px;
	font-weight: 600;
	color: var(--bs-black);
	padding: 7px 15px;
	border-radius: 4px;
	background: #F8E619;
	left: 25px;
	bottom: 30px;
	text-decoration: none;
}

.tv ul li .lkMore:hover,
.editorial ul li .lkMore:hover {
	background: var(--bs-black);
	color: var(--bs-white);
}

.tv .lkLoad {
	background: var(--bs-white);
	width: 130px;
	height: 50px;
	border-radius: 25px;
}

.editorial .lkLoad {
	background: #F8E619;
	width: 130px;
	height: 50px;
	border-radius: 25px;
}

.site-button{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.lkLoad:hover {
	background: var(--bs-black);
}

.lkLoad:hover img {
	filter: brightness(0) invert(1);
}

.footer {
	background: var(--bs-black);
	padding: 50px 0;
}

.footer img {
	filter: brightness(0) invert(1);
}

@media only screen and (min-width : 576px) {
	.heading h1 {
		font-size: 40px;
	}

	.heading p {
		font-size: 20px;
	}

	.patrocinadores ul li {
		width: 31%;
	}

	.tv ul li,
	.editorial ul li {
		width: 48%;
		margin-left: 0;
		margin-right: 0;
	}

	.footer:after {
		content: " ";
		display: block;
		position: absolute;
		z-index: 10;
		right: 0;
		top: -110px;
		width: 80px;
		height: 208px;
		background: url(../images/element-footer.png) no-repeat 0 0;
	}
}

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

	.topoPage .logo {
		margin-bottom: 0;
	}

	.titleSection h2 {
		font-size: 40px;
	}

	.patrocinadores .titleSection h2 {
		font-size: 32px;
	}

	.footer:after {
		width: 170px;
	}
}

@media only screen and (min-width : 992px) {
	.heading {
		padding-top: 30px;
		margin-bottom: 90px;
	}

	.heading img {
		margin: 0 0 -80px;
	}

	.heading h1 {
		margin-top: 50px;
	}

	.patrocinadores ul li {
		width: 16%;
	}

	.tv ul li,
	.editorial ul li {
		width: 23%;
		margin-left: 0;
		margin-right: 2.66%;
	}

	.tv ul li:nth-child(4n+0),
	.editorial ul li:nth-child(4n+0) {
		margin-right: 0;
	}

	.tv:before {
		border-radius: 0 200px 200px 0;
	}

	.footer:after {
		width: 250px;
	}
}

@media only screen and (min-width : 1200px) {
	.heading h1 {
		font-size: 44px;
	}

	.heading img {
		margin-bottom: -120px;
	}

	.footer:after {
		width: 279px;
	}
}

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

	.topoPage .container,
	.heading .container,
	.patrocinadores {
		padding-left: 45px;
		padding-right: 45px;
	}

	.heading h1 {
		font-size: 48px;
	}

	.heading img {
		margin-bottom: -145px;
	}
}

@media only screen and (min-width : 1440px) {
	.tv .container {
		max-width: 1420px;
	}

	.editorial .container {
		max-width: 1440px;
	}

	.tv ul li {
		width: 23.3%;
		margin-right: 2.38%;
	}

	.editorial ul li {
		width: 23.5%;
		margin-right: 2%;
	}
}

@media only screen and (min-width : 1460px) {
	.editorial ul li {
		width: 23.5%;
		margin-right: 2.26%;
	}
}

@media only screen and (min-width : 1720px) {
	.tv:before {
		right: 100px;
	}
}

@media only screen and (min-width : 1820px) {
	.tv:before {
		right: 150px;
	}
}