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

#page-copa-ndtv-2023 {
	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;
}

a.lkLoad {
	width: 54px;
	height: 54px;
	margin: 0 auto;
	overflow: hidden;
}

a.lkLoad:hover {
	opacity: 0.7;
}

.topoPage {
	background: url(../images/bg-topo.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 50px 0 150px;
	margin-bottom: 60px;
}

.topoPage img {
	margin: 0 auto 40px;
}

.topoPage h1 {
	font-size: 36px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 15px;
}

.topoPage h1 .titulo-2 {
	font-size: 24px;
}

.topoPage h1 .titulo-3 {
	font-size: 20px;
}

.topoPage p {
	font-size: 16px;
	color: #FFF;
	line-height: 30px;
	margin-bottom: 20px;
}

.calendario .selecao {
	width: 100%;
	padding: 30px 0 20px;
	background: #f5f6fc;
}

.selecao li {
	margin: 0 10px 10px;
}

.selecao a.nav-link {
	background: #B3CBD7;
	font-size: 20px;
	color: #FFF;
	font-weight: 500;
	text-decoration: none;
	line-height: 60px;
	padding: 0 22px;
	border-radius: 30px;
}

.selecao a.nav-link:hover {
	background: #8BC43F;
}

.selecao a.nav-link.active {
	background: linear-gradient(133.77deg, #02BDF0 0%, #9FE914 100%);
}

.calendario .baseCalendario {
	width: 100%;
	padding: 30px 0 110px;
	background: #fafafa url(../images/bg-calendario.jpg) no-repeat center bottom;
}

.calendario .baseCalendario img {
	margin: 0 auto;
}

.calendario .datas {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}

.calendario .legenda {
	width: 100%;
	max-width: 420px;
	margin: 30px auto 0;
	padding: 0 10px;
}

.calendario .legenda li {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #003B48;
	line-height: 30px;
}

.calendario .legenda li .dia {
	font-size: 16px;
	border-radius: 20px;
	padding: 0 10px;
	margin-right: 5px;
	line-height: 30px;
}

.calendario .datas .ui-datepicker-header {
	margin-bottom: 15px;
	padding: 0 10px;
}

.calendario .datas .ui-datepicker-prev {
	width: 28px;
	height: 28px;
	background: url(../images/arrow-calendario.jpg) no-repeat 0 0;
	border-radius: 50%;
	display: block;
	text-indent: -5000em;
	float: left;
	cursor: pointer;
}

.calendario .datas .ui-datepicker-next {
	margin-left: 10px;
	width: 28px;
	height: 28px;
	background: url(../images/arrow-calendario.jpg) no-repeat -28px 0;
	border-radius: 50%;
	display: block;
	text-indent: -5000em;
	float: right;
	cursor: pointer;
}

.calendario .datas .ui-datepicker-title {
	font-size: 18px;
	color: #8BC43F;
	font-weight: 600;
	padding: 0 35px;
	text-align: center;
}

.calendario .datas table {
	width: 100%;
	font-size: 14px;
	text-align: center;
}

.calendario .datas table thead {
	width: 100%;
	font-size: 11px;
	font-weight: 400 !important;
	color: #b2b2b2;
	text-transform: uppercase;
}

.calendario .datas table th {
	font-weight: 500 !important;
}

.calendario .datas table a,
.calendario .datas .ui-state-disabled .ui-state-default {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	margin: 5px auto;
}

.calendario .datas table .calendario-dia a {
	color: #c2c8c9;
	background: #FFF;

}

.calendario .legenda li .dia {
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
}

.mainBG {
	background: url(../images/main-bg.jpg) no-repeat center top;
	padding-top: 100px;
}

.patrocinadores {
	margin-bottom: 100px;
}

.calendario h2,
.patrocinadores h2,
.galeria h2,
.conteudos h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #8BC43F;
}

.calendario p,
.patrocinadores p,
.galeria p,
.conteudos p {
	font-size: 18px;
	color: #000;
}

.patrocinadores ul {
	width: 100%;
	max-width: 1320px;
	padding: 0 15px;
	margin: 45px auto 0
}

.patrocinadores ul li {
	width: 100%;
	max-width: 285px;
	margin: 0 auto 30px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
}

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

.conteudos {
	margin-bottom: 100px;
}

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

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

ul.listaPosts li {
	overflow: hidden;
	background: #FFF;
	border-radius: 15px;
	box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
	margin: 0 auto 40px;
	width: 100%;
	max-width: 365px;
	padding-bottom: 70px;
}

ul.listaPosts li .card-img {
	object-fit: cover;
}

ul.listaPosts li .data {
	margin: 30px 25px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #2C93BF;
}

ul.listaPosts li h3 {
	margin: 0 25px;
	font-size: 22px;
	font-weight: 400;
	color: #173569;
}

ul.listaPosts li h3 a {
	color: #173569;
	text-decoration: none;
}

ul.listaPosts li h3 a:hover {
	color: #8BC43F;
}

ul.listaPosts li a.lkMore {
	left: 20px;
	bottom: 30px;
}

ul.listaPosts li a.lkMore:hover {
	left: 25px;
}

.site-button .site-bt.lkLoad {
	background-color: #8BC43F;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	padding: 0;
	min-width: initial;
}

.site-button .site-bt.lkLoad .button-text {
	line-height: 50px;
	display: block;
}

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

.galeria {
	background: url(../images/bg-galeria.jpg) no-repeat center top;
}

.galeria .title {
	margin-bottom: 25px
}

.galeria .selecao {
	margin-bottom: 30px
}

.galeria img {
	border-radius: 10px;
	width: 100%;
}

.galeria .slick-dots {
	margin-top: 35px;
}

.galeria .galeriaGrid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	margin-left: -5px;
	margin-right: -5px;
}

.galeria .galeriaGrid a {
	display: block;
	box-sizing: border-box;
	width: 50%;
	padding: 5px;
}

.galeria .galeriaGrid a:after {
	content: " ";
	display: block;
	position: absolute;
	z-index: 10;
	width: 31px;
	height: 31px;
	top: 50%;
	left: 50%;
	margin: -15.5px 0 0 -15.5px;
	background: url(../images/icon-zoom.png) no-repeat 0 0;
}

.baseGaleria {
	padding: 0 15px;
}

.fancybox__caption {
	display: none !important;
}

/* Esconder botões extras do fancybox */
.fancybox__toolbar .f-button[data-fancybox-download],
.fancybox__toolbar .f-button[data-fancybox-share] {
	display: none !important;
}

.galeria #galeriaContent {
	margin-bottom: 40px;
}

.galeria a.btnFotos {
	width: 100%;
	max-width: 380px;
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	background: linear-gradient(133.77deg, #02BDF0 0%, #9FE914 100%);
	padding: 22px 0;
	border-radius: 8px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.galeria a.btnFotos:hover {
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.galeria a.btn-ver-todos,
.site-button .site-bt.lkLoad.btn-ver-todos {
	display: inline-block;
	width: 100%;
	max-width: 250px;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
	background: linear-gradient(133.77deg, #02BDF0 0%, #9FE914 100%);
	padding: 15px 0;
	border-radius: 8px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: all 0.2s linear;
	height: auto;
	line-height: normal;
	text-align: center;
}

.galeria a.btn-ver-todos:hover,
.site-button .site-bt.lkLoad.btn-ver-todos:hover {
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
	opacity: 0.9;
	color: #FFF;
}

.slick-dots {
	width: 100%;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin: 0 8px;
	height: 16px;
}

.slick-dots li button {
	border: none;
	border-radius: 8px;
	outline: none;
	background: #CACACA;
	padding: 0;
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	text-indent: -5000em;
	transition: all 0.2s linear;
}

.slick-dots li.slick-active button {
	width: 44px;
	background: #FFC629;
	transition: all 0.2s linear;
}

@media only screen and (min-width : 576px) {
	.topoPage {
		padding-bottom: 260px;
	}

	.topoPage h1,
	.calendario h2,
	.patrocinadores h2,
	.galeria h2,
	.conteudos h2 {
		font-size: 40px;
	}

	.patrocinadores ul li {
		width: 46%;
		max-width: initial;
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (min-width : 768px) {
	.topoPage {
		padding-bottom: 0;
		background-size: initial;
		height: 800px;
	}

	.topoPage .col-12 {
		padding-left: 80px;
		padding-right: 80px;
	}

	.topoPage h1,
	.calendario h2,
	.patrocinadores h2,
	.galeria h2,
	.conteudos h2 {
		font-size: 48px;
	}

	.topoPage h1 .titulo-2 {
		font-size: 32px;
	}

	.topoPage h1 .titulo-3 {
		font-size: 24px;
	}

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

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

	ul.listaPosts li {
		margin-left: 1.044444%;
		margin-right: 1.0444444%;
		width: 31.5%;
	}

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

	.galeria .galeriaGrid a {
		width: 50%;
		padding: 10px;
	}
}

@media only screen and (min-width : 992px) {
	.calendario .datas {
		max-width: initial;
	}

	.calendario .legenda {
		padding: 0 15px;
		max-width: initial;
	}

	.calendario .legenda li {
		margin-right: 30px;
		line-height: 40px;
	}

	.calendario .legenda li .dia {
		font-size: 18px;
		line-height: 40px;
	}

	.calendario .datas .ui-datepicker-header {
		margin-bottom: 25px;
		padding: 0 18px;
	}

	.calendario .datas .ui-datepicker-title {
		font-size: 22px;
	}

	.calendario .datas table {
		font-size: 24px;
	}

	.calendario .datas table thead {
		font-size: 18px;
	}

	.calendario .datas table a,
	.calendario .datas .ui-state-disabled .ui-state-default {
		width: 78px;
		height: 78px;
		line-height: 78px;
		margin: 10px auto;
	}

	.baseGaleria {
		width: 100%;
		padding: 0 15px;
		max-width: 960px;
		margin: 0 auto;
	}

	.galeria .galeriaGrid {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}

	.galeria .galeriaGrid a {
		width: 25%;
		padding: 10px;
	}
}

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

	.conteudos .baseLista {
		padding: 0;
	}

	.baseGaleria {
		max-width: 1170px;
	}
}

@media only screen and (min-width : 1280px) {
	.calendario:before {
		content: " ";
		display: block;
		position: absolute;
		z-index: 10;
		left: 0;
		bottom: 0;
		background: url(../images/img-torcedor01.png) no-repeat 0 0;
		width: 230px;
		height: 295px;
		background-size: cover;
	}

	.calendario:after {
		content: " ";
		display: block;
		position: absolute;
		z-index: 10;
		right: 0;
		bottom: 0;
		background: url(../images/img-torcedor02.png) no-repeat 0 0;
		width: 290px;
		height: 280px;
		background-size: cover;
	}
}

@media only screen and (min-width : 1310px) {
	.baseGaleria {
		max-width: 1310px;
	}
}

@media only screen and (min-width : 1360px) {
	.calendario:before {
		width: 280px;
		height: 360px;
	}

	.calendario:after {
		width: 280px;
		height: 362px;
	}

	.patrocinadores ul li {
		width: 22.5%;
		margin-right: 3.33%;
	}
}

@media only screen and (min-width : 1440px) {
	.calendario:before {
		width: 330px;
		height: 424px;
	}

	.calendario:after {
		width: 330px;
		height: 427px;
	}
}

@media only screen and (min-width : 1680px) {
	.calendario:before {
		width: 390px;
		height: 500px;
	}

	.calendario:after {
		width: 450px;
		height: 520px;
	}
}

@media only screen and (min-width : 1750px) {
	.calendario .baseCalendario {
		padding: 60px 0 140px;
	}

	.calendario:before {
		width: 456px;
		height: 585px;
	}

	.calendario:after {
		width: 500px;
		height: 537px;
	}
}

@media only screen and (min-width : 1820px) {
	.calendario:after {
		width: 535px;
	}
}

.evento-info {
	display: flex;
	flex-direction: column;
	padding-left: 37px;
}

.fancybox__content {
	padding: 0 !important;
}