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

#page-oktoberfest-2024 {
	width: 100%;
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-optical-sizing: auto;
	font-size: 100%;
	font-weight: 400;
	margin: 0;
	background-color: #101311;
}

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

.germania {
	font-family: "Germania One", system-ui;
	font-weight: 400;
}

.topoPage {
	padding: 50px 0 90px;
	background: url(../images/bg-topo.jpg) no-repeat center top;
}

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

.topoPage h1 {
	font-size: 36px;
	color: var(--bs-white);
	margin-bottom: 20px;
}

.topoPage p {
	font-size: 18px;
	color: var(--bs-white);
}

.patrocinadores {
	margin-top: 100px;
}

.patrocinadores h2 {
	font-size: 32px;
	color: var(--bs-white)
}

.patrocinadores ul li {
	margin: 25px 20px 0;
}

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

.titleSection {
	margin-bottom: 40px;
}

.titleSection h2 {
	font-size: 36px;
	color: var(--bs-white);
}

.titleSection p {
	font-size: 18px;
	color: #E6A749;
	line-height: 30px;
}

.programacao {
	width: 100%;
	max-width: 1520px;
	border-radius: 48px;
	background-color: #E6A749;
	padding: 60px 15px;
	margin: 0 auto 100px;
}

.programacao h2 {
	font-size: 36px;
	color: #202421;
	line-height: 46px;
	margin-bottom: 15px;
}

.programacao p {
	font-size: 18px;
	color: var(--bs-white);
	margin-bottom: 25px;
	line-height: 28px;
}

.programacao .lkCTA {
	font-size: 32px;
	color: var(--bs-white);
	padding: 12px 25px;
	text-decoration: none;
	border-radius: 8px;
	background-color: var(--bs-black);
}

.programacao .lkCTA:hover {
	color: #E6A749;
	background-color: var(--bs-white);
}

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

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

.programacao .legenda li {
	margin-bottom: 10px;
	font-size: 26px;
	color: var(--bs-white);
	line-height: 30px;
}

.programacao .legenda li span {
	font-size: 18px;
	color: #101311;
	border-radius: 6px;
	padding: 0 15px;
	margin-right: 15px;
	line-height: 30px;
	background-color: var(--bs-white);
	white-space: nowrap;
}

.programacao #calendario .ui-datepicker-header {
	display: none;
}

.programacao #calendario table {
	width: 100%;
	font-size: 22px;
	text-align: center;
}

.programacao #calendario table thead {
	width: 100%;
	font-size: 26px;
	color: var(--bs-white);
	font-weight: 400 !important;
	text-transform: uppercase;
}

.programacao #calendario table th {
	font-weight: 400 !important;
}

.programacao #calendario table a,
.programacao #calendario .ui-state-disabled .ui-state-default {
	color: #FDB954;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #D69A40;
	margin: 5px auto;
}

.programacao #calendario table .selected a,
.programacao #calendario table .selected .ui-state-default,
.programacao #calendario li .dia.selected {
	color: #202421;
	background: var(--bs-white);
}

.bgMeio {
	background: url(../images/bg-meio.jpg) no-repeat center 220px;
}

.bgFooter {
	background: url(../images/bg-footer.jpg) no-repeat center bottom;
	padding-bottom: 50px;
}

.tv {
	margin-bottom: 100px;
}

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

.tv ul li .data,
.conteudos ul li .data {
	font-size: 14px;
	color: #455A64;
	margin: 15px 25px 5px;
}

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

.tv ul li h3 a,
.conteudos ul li h3 a {
	color: #101311;
}

.tv ul li h3 a:hover,
.conteudos ul li h3 a:hover {
	color: #E6A749;
}

.tv ul li .lkMore,
.conteudos ul li .lkMore {
	font-size: 18px;
	color: #101311;
	padding: 7px 15px;
	border-radius: 8px;
	background: #E6A749;
	left: 25px;
	bottom: 25px;
	text-decoration: none;
}

.tv ul li .lkMore:hover,
.conteudos ul li .lkMore:hover {
	background: #101311;
	color: var(--bs-white);
}

.conteudos {
	margin-bottom: 50px;
}

.conteudos ul li {
	width: 100%;
	max-width: 440px;
	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);
}

.conteudos ul li p {
	font-size: 16px;
	color: #3E3E3E;
	line-height: 26px;
	margin: 5px 25px 0;
}

.lkLoad {
	background: #E6A749;
	width: 80px;
	height: 80px;
    font-size: 40px;
}

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

#page-oktoberfest-2024 .footer {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 50px;
	padding-bottom: 10px;
    background-color: transparent;
}

#page-oktoberfest-2024 .footer h2 {
	font-size: 24px;
	color: var(--bs-white);
	margin-bottom: 30px;
}

#page-oktoberfest-2024 .footer ul li {
	margin: 0 15px 40px;
	width: 41%;
}

#page-oktoberfest-2024 .footer ul li img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.lkIngresso {
	position: fixed;
	bottom: 5px;
	right: 0;
	font-size: 24px;
	color: #0B0F0E;
	text-decoration: none;
	line-height: 54px;
	padding-left: 30px;
	width: 235px;
	background: url(../images/bg-ingresso.png) no-repeat 0 0;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}

.lkIngresso:hover {
	color: #E6A749;
}

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

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

	.topoPage h1,
	.titleSection h2,
	.programacao h2 {
		font-size: 44px;
		line-height: 54px;
	}

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

	.programacao .legenda li,
	.programacao .legenda li span {
		line-height: 40px;
	}

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

	#page-oktoberfest-2024 .footer ul li {
		width: 27%;
	}
}

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

	.topoPage h1,
	.titleSection h2,
	.programacao h2 {
		font-size: 56px;
		line-height: 66px;
	}

	.programacao #calendario {
		max-width: initial;
	}

	.programacao #calendario table a,
	.programacao #calendario .ui-state-disabled .ui-state-default {
		width: 74px;
		height: 74px;
		line-height: 74px;
		margin: 8px auto;
	}

	.programacao .legenda {
		max-width: initial;
	}

	.programacao .legenda li {
		font-size: 32px;
		line-height: 40px;
	}

	.programacao .legenda li span {
		padding: 0 25px;
		margin-right: 20px;
	}
}

@media only screen and (min-width : 992px) {
	.programacao #calendario {
		margin-top: 0;
	}

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

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

	.conteudos ul li {
		width: 32%;
		margin-left: 0;
		margin-right: 2%;
	}

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

	#page-oktoberfest-2024 .footer ul li {
		width: 21%;
	}

	.programacao #calendario table a,
	.programacao #calendario .ui-state-disabled .ui-state-default {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	.lkIngresso {
		position: fixed;
		top: 200px;
		bottom: inherit;
	}
}

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

	.titleSection h2,
	.programacao h2 {
		font-size: 64px;
		line-height: 74px;
	}

	.programacao {
		padding: 60px;
	}

	.tv ul li {
		width: 23.8%;
		margin-right: 1.6%;
	}

	#page-oktoberfest-2024 .footer ul li {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}

	.programacao #calendario table a,
	.programacao #calendario .ui-state-disabled .ui-state-default {
		width: 74px;
		height: 74px;
		line-height: 74px;
	}
}

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

	.programacao .colCalendario {
		padding-left: 70px;
	}

	.programacao #calendario table a,
	.programacao #calendario .ui-state-disabled .ui-state-default {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
}