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

.oktoberfest-2022 {
	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;
}

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

.topoPage a.lkIngressos {
	right: 0;
	top: 70px;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	background: #2C6933;
	line-height: 48px;
	text-decoration: none;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	width: 140px;
	z-index: 20;
}

.topoPage a.lkIngressos:hover {
	background: #8D412D;
}

.topoPage .logo {
	margin: 0 auto 40px;
	max-width: 330px;
	height: auto;
}

.topoPage ul {
	max-width: 330px;
	margin: 0 auto;
}

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

.topoPage ul li a {
	background: #8D412D;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	line-height: 56px;
	text-decoration: none;
	border-radius: 8px;
}

.topoPage ul li a:hover {
	background: #2C6933;
}

.programacao {
	margin-bottom: 100px;
}

.programacao .colTxt {
	margin-bottom: 50px;
}

.programacao .colImg {
	padding: 0;
}

.programacao h2 {
	font-size: 23px;
	font-weight: 500;
	color: #8D412D;
	margin-bottom: 20px;
	line-height: 30px;
}

.programacao h2 strong {
	font-weight: 700;
}

.programacao a {
	font-size: 18px;
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
	background: #2C6933;
	line-height: 64px;
	padding: 0 35px;
	border-radius: 16px;
}

.programacao a:hover {
	background: #8D412D;
}

.programacao .title {
	margin: 0 auto;
}

.curiosidades {
	background: url(../images/bg-curiosidades.jpg) no-repeat center top;
	padding-top: 15px;
	margin-bottom: 30px;
}

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

.curiosidades .title img {
	margin: 0 auto;
}

.curiosidades h2 {
	font-size: 23px;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-align: center;
}

.curiosidades h2 strong {
	font-weight: 700;
}

.curiosidades #slideCuriosidades .slick-prev {
	display: block;
	position: absolute;
	border: none;
	border-radius: 50%;
	outline: none;
	width: 57px;
	height: 57px;
	cursor: pointer;
	left: 0;
	top: 50%;
	margin-top: -28.5px;
	z-index: 30;
	background: url(../images/arrow-slide.jpg) no-repeat 0 0;
	text-indent: -5000em;
	box-shadow: 0 4px 20px 0 rgba(153, 82, 64, 0.13);
}

.curiosidades #slideCuriosidades .slick-next {
	display: block;
	position: absolute;
	border: none;
	border-radius: 50%;
	outline: none;
	width: 57px;
	height: 57px;
	cursor: pointer;
	right: 0;
	top: 50%;
	margin-top: -28.5px;
	z-index: 30;
	background: url(../images/arrow-slide.jpg) no-repeat -57px 0;
	text-indent: -5000em;
	box-shadow: 0 4px 20px 0 rgba(153, 82, 64, 0.13);
}

.curiosidades #slideCuriosidades .slick-prev:hover,
.curiosidades #slideCuriosidades .slick-next:hover {
	box-shadow: 0 -4px 8px 0 rgba(153, 82, 64, 0.4);
}

.curiosidades #slideCuriosidades{
	padding: 0 40px;
}

.curiosidades #slideCuriosidades .slick-list {
	padding: 10px 0 30px;
}

.curiosidades #slideCuriosidades .slick-track{
	display: flex;
}

.curiosidades #slideCuriosidades .item {
	height: auto;
	background: #FFF;
	border-radius: 12px;
	box-shadow: 0 5px 15px 0 rgba(167, 149, 117, 0.14);
	margin: 0 10px;
	overflow: hidden;
}

.curiosidades #slideCuriosidades .lkImg img {
	width: 100%;
	height: auto;
}

.curiosidades #slideCuriosidades .resumo {
	padding: 20px;
}

.curiosidades #slideCuriosidades h3 {
	font-size: 20px;
	font-weight: 700;
	color: #8D412D;
	margin-bottom: 15px;
}

.curiosidades #slideCuriosidades h3 a {
	text-decoration: none;
	color: #8D412D;
}

.curiosidades #slideCuriosidades h3 a:hover {
	color: #2C6933;
}

.curiosidades #slideCuriosidades p {
	font-size: 16px;
	color: #666;
}

.conteudos{
    position: relative;
    background: url(../images/conteudos-pattern-bg.jpg) repeat-y center;
}

.conteudos-header {
	padding-bottom: 50px;
    position: relative;
    background-color: #fff;
}

.conteudos-loop{
    padding: 0 15px;
    background-image: url(../images/bg-conteudos.png);
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    padding-bottom: 50px;
}

.conteudos-loop::after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/conteudos-pattern-bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

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

.conteudos .title img {
	margin: 0 auto;
}

.conteudos h2 {
	font-size: 23px;
	font-weight: 500;
	color: #8D412D;
	margin-bottom: 20px;
	line-height: 30px;
}

.conteudos h2 strong {
	font-weight: 700;
}

.conteudos .slideConteudo .item {
    max-width: 100%;
    flex: 0 0 100%;
	margin: 0 0 30px 0;
	background: #FFF;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 5px 15px 0 rgba(93, 93, 93, 0.13);
}

.conteudos .slideConteudo .item h3 {
	font-size: 16px;
	color: #8D412D;
	font-weight: 600;
	padding: 18px 22px 25px;
}

.conteudos .slideConteudo .item h3 a {
	color: #8D412D;
	text-decoration: none;
}

.conteudos .slideConteudo .item h3 a:hover {
	color: #2C6933;
}

.conteudos .logo {
	margin: 60px auto 0;
}

.conteudos .site-button{
    margin: 0;
}

.conteudos .site-button .site-bt{
    background-color: #2C6933;
    padding: 15px 0;
    border-radius: 20px;
}


@media only screen and (min-width : 480px) {
	.curiosidades #slideCuriosidades .item {
		margin: 0 20px;
	}

	.conteudos .slideConteudo {
		padding: 0 60px;
	}
}

@media only screen and (min-width : 576px) {
	.topoPage .logo {
		max-width: 100%;
	}

	.topoPage ul {
		max-width: 650px;
	}

	.topoPage ul li {
		margin-bottom: 0;
		width: 32%;
	}

	.conteudos .slideConteudo {
		padding: 0 80px;
	}
}

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

	.topoPage a.lkIngressos {
		font-size: 18px;
		line-height: 64px;
		width: 220px;
		top: 50px;
	}

	.curiosidades .title {
		margin-bottom: 0;
	}

	.curiosidades .title img {
		margin: 0;
		float: right;
	}

	.curiosidades h2 {
		text-align: left;
	}

	.curiosidades #slideCuriosidades {
		margin-top: -15px;
	}

	.curiosidades #slideCuriosidades .resumo {
		padding: 10px 20px;
		width: 60%;
	}

	.curiosidades #slideCuriosidades .lkImg {
		width: 40%;
		height: 100%;
	}

	.curiosidades #slideCuriosidades .lkImg img {
		height: 100%;
		object-fit: cover
	}
    

	.conteudos .item .item-img{
        max-width: 100%;
        flex: 0 0 250px;
        display: flex;
    }

    .conteudos .slideConteudo .item h3{
        padding: 0 20px;
        font-size: 20px;
    }
}

@media only screen and (min-width : 992px) {
	.curiosidades #slideCuriosidades .lkImg {
		width: 360px;
		height: 250px;
	}


    .conteudos .item {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    

    .conteudos .item .item-img{
        flex: 0 0 400px;
    }
    

    .conteudos .slideConteudo .item h3{
        padding: 0 30px;
    }
}

@media only screen and (min-width : 1200px) {
	.topoPage {
		padding-top: 120px;
		background-size: cover;
		height: 580px;
	}

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

	.topoPage .logo {
		max-width: 480px;
	}

	.curiosidades #slideCuriosidades .slick-prev {
		left: -15px;
	}

	.curiosidades #slideCuriosidades .slick-next {
		right: -15px;
	}

	.curiosidades #slideCuriosidades {
		padding: 0 50px;
	}

	.curiosidades #slideCuriosidades .resumo {
		width: 63%;
	}

}

@media only screen and (min-width : 1300px) {
	.curiosidades #slideCuriosidades {
		padding: 0 60px;
	}
}

@media only screen and (min-width : 1440px) {
	.topoPage {
		padding-top: 130px;
		background-size: initial;
		height: 700px;
	}

	.topoPage .logo {
		max-width: 100%;
	}
}

@media only screen and (min-width : 1880px) {
	.topoPage a.lkIngressos {
		top: 142px;
	}
}