:root {
  --global-primary-color: #444444;
  --global-secundary-color: #ccc;
  --global-font:  Roboto;
  --cor-destaque:  #ff0000;
  --cor-destaque2:  #2ac8f8;
  --cor-destaque3:  #5bc560;
  --cor-destaque4:  #d7a136;
}
#data-evento{
		background: #000;
		color: #fff;
		font-style: italic;
		font-weight: 900;
		padding: 10px;
	}
	#contador{
		text-align: center;
		position: absolute;
		width: 457px;
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%,-50%);
		text-align: center;
		display: flex;
		align-items: center;
		flex-direction: column;
		margin-top: 120px;

	}
.atracaoList{
    padding-left: 0;	
}
	.convidadosList{
		list-style: none;
	}
	.convidadosList li{
		border-radius: 15px;
		overflow: hidden;
		max-width: 100px;
		float: left;
		height: 200px;
		margin-right: 10px;
	}
	.convidadosList li img{
		height: 100%;
		object-fit: cover;
		object-position: center center;
		width: 100%;
	}
	#convidados-especiais .nomeConvidado {
		font-family: 'Roboto';
		font-weight: 800;
		font-size: 14px;
		color: #A9A9A9;
		text-transform: uppercase;
		line-height: 16px;
		margin-bottom: 10px;
		text-align: center;
		width: 100%;
		padding: 0;
	}
	#convidados-especiais{
		position: relative;
	}
.areaHover{
		top: 50%;
		right: 50%;
		position: absolute;
		transform: translate(50%,-50%);
		z-index: 222;
		width: 60%;
		height: 60%;
		
	}
	.image-carrosel-artist{
		height: 500px;
		position: relative;
		
	}
	.container-image-carrosel-artist{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.container-image-carrosel-artist img{
		width: 100%;
		height: 100%;
		position: relative;
		object-fit: cover;
		object-position:  top center;
	}
	.artist .nome-artist{
		top: 90%;
		opacity: 0;
		top: 100%;
		right: 50%;
		position: absolute;
		transform: translate(50%,-50%);
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		filter: grayscale(100%) ;
		pointer-events: none;
	}
	.artist.active .nome-artist{
		top: 50%;
		opacity: 1;
		filter: grayscale(100%) ;
	}
	.nome-artist .titulo {
		float: none;
		height: 60px;
	}
	.nome-artist .spacerTypeDate{
		float: none;
		height: 2px;
	}
	.spanNome{
		display: inline-block;
		float: left;
		margin-left: 30px;
		
	}
	.artist.active  .container-image-carrosel-artist img{
		filter: grayscale(100%) ;
		opacity: 0.2;
	}
	.artist * {
		transition: 0.25s;
	}
	
	.artist img{
		filter: none;
		opacity: 1;
	}
	
	.artist .nome-artist-oculto{
		opacity: 1;
		position: absolute;
		bottom: 0;
		right: 50%;
		transform: translate(50%,0);
		background: #000;
		color: #FFF;
		text-align: center;
		width: 100%;
		padding: 20px;
		font-size: 20px;
		font-weight: 900;
		font-style: italic;
		text-transform: uppercase;
		
		pointer-events: none;
	}
	.artist.active .nome-artist-oculto{
		opacity: 0;
		position: absolute;
		bottom: 0%;
		right: 50%;
		transform: translate(50%,0%);
		background: #000;
		color: #FFF;
		text-align: center;
		width: 100%;
		padding: 20px;
		font-size: 20px;
		font-weight: 900;
		font-style: italic;
	}
	.artist{
		cursor: pointer;
	}
	.splide__arrow {
		background: var( --cor-destaque2);
		height: 3em;
		width: 3em;
	}
.header-ingresso{
			background: #000;
			text-align: center;
			color: #fff;
			font-weight: 900;
			padding: 5px;
			font-style: italic;
		}
		.ingresso-por{
			padding-top: 0;
			font-size: 27px;
			text-align: center;
			padding-bottom: 30px;
			font-weight: 900;
			width: 100%;
		}
		.has-small-font-size{
			font-size: 10px !important;
		}
		.text-small{
			font-size: 12px;
		}
		.ingresso-de{
			padding-top: 16px;
			font-size: 14px;
			text-align: center;
			padding-bottom: 10px;
			padding-bottom: 0;
			color: #ccc;
			font-weight: 900;	
			text-decoration-line: line-through;
		}
		.ingresso-de span{
			font-size: 13px;
		}
		
		.ingresso-por span{
			font-size: 13px;
		}
		.itemIngresso{
			position: relative;
			padding: 5px;
			background: #fff;
			height: 100%;
		}
		.img-container-ingresso{
			position: relative;
			width: 100%;
			overflow: hidden;
			
			height: 300px;
		}
		.active .img-container-ingresso img {
			height: 120%;
			width: 120%;
			left: -10%;
			top: -10%;
		}
		.img-container-ingresso img {
			transition: 0.25s;
			position: absolute;
			top: 0;
			left: 0;
		}
		.img-container-ingresso img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
		}
		#ingressos{
			padding: 100px 0;
			background: var(--global-primary-color);
			background: url("../images/bg2.jpg");
			background-size: cover;
			background-position: center;
			color: #000;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		#ingressos .titulo{
			margin: auto;
		}
		.texto-intro p{
			font-size: 22px;
			text-align: left !important;
		}
		#intro{
			padding: 100px;
			background: url(../images/bg-top.jpg);
			background-size: cover;
		}
		#intro strong{
			background: var(--cor-destaque2);
			color: #000 !important;
			padding: 5px 18px;
		}
		#desc-evento{
			text-transform: uppercase;
			font-size: 62px;
			font-weight: 900;
			font-style: italic;
			line-height: 51px;
		}
		#atracoes{
			text-align: center;
			text-transform: uppercase;
			background: #000;
			padding: 40px 0;
			width: 100%;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			background:  rgba(37,37,37,1.00);
			padding-top: 100px;
			
		}
		.atracaoList{
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
		}
		#atracoes h5{
			background: var(--cor-destaque3);
			color: #000;
			text-transform: uppercase;
			font-weight: 900;
			margin: 20px 0;
			padding: 10px 46px;
			font-style: italic;
			font-size: 21px;
			margin-top: 41px;
			display: inline-block;
			letter-spacing: 5px;
			font-weight: 900 !important;

		}
		.atracao{
			font-style: italic;
			font-size: 33px;
			cursor: pointer;
			list-style: none;
			position: relative;
			display: flex;
			align-items: center;
			/* padding: 20px; */
			font-weight: 900;
			margin-left: 12px;
			margin-right: 12px;
			line-height: 31px;
			margin-bottom: 0px;
		}
		.atracao:hover{
			color:  var(--cor-destaque4);
		}
		/*.atracao::after{
			content: ' ';
			position: relative;
			float: right;
			background: var(--cor-destaque4);
			width: 5px;
			height: 5px;
			border-radius: 10px;
			right: -12px;
		}*/
		.atracao:last-child::after{
			display: none;
		}
		.typeDate{
			float: left;
			height: 60px;
			margin-left: -5px;
			object-fit: contain;
		}
		.spacerTypeDate{
			float: left;
			width: 40px;
			position: relative;
			height: 20px;
		}
		.titulo{
			float: left;
			height: 70px;
			margin-left: -5px;
			object-fit: contain;
		}
		.titulo {
			filter: grayscale(100%) ;
}	#containerIngressos{
		margin-top: 100px;
	}
.uppercase{
	text-transform: uppercase;
}
h4 strong{
	color: var(--global-primary-color);
}
a{
	text-decoration: none;
	color: var(--cor-destaque);
}
.header_page{
	background: var(--global-primary-color);
    color: var(--cor-destaque3);
    text-transform: uppercase;
    padding: 33px 0 11px;
    font-weight: 900;
    /* letter-spacing: 3px; */
    margin-bottom: 53px;
}
.header_page h1{
	 font-weight: 900;
}
.text-white, .text-white strong{
	color: #fff !important;
}
body{
	font-family:var(--global-font);
	margin: 0;
	color: #fff;
	background: #000;
	max-width: 100vw;
}
.btnCloseModal {
    position: absolute;
    /* right: -50px; */
    cursor: pointer;
    z-index: 3000;
    top: 0;
    font-size: 60px;
    background: var(--cor-destaque3);
    width: 104px;
    height: 95px;
    text-align: center;
    color: #fff;
    right: 0 !important;
    padding: 6px 23px 16px;
}
.dias-vinheta{
	    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.modal.show  {
	
    background: #000 !important;
    border-radius: 0;
}
.modal-content{
	 background: #fff !important;
	color: #000;
    border-radius: 0;
}
.modal img{
	max-width: 100%;
}
.modal-header{
	border: 0;
}
.modal{
	z-index: 4000;
}
#data-evento{
		font-family: var(--global-font);
		text-transform: uppercase;
		margin-bottom: 30px;
		font-size: 21px;
		color: #fff; 
		text-align: center;
	}
	#intro{
		padding: 100px 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.dias-vinheta {
		font-family: Roboto;
		font-weight: 100;
		font-size: 61px;
		letter-spacing: -7px;
		line-height: 1;
		margin-bottom: 20px;
	}
	
	#personagem{
		width: 60px;
		height: 60px;
		border-radius: 100%;
		overflow: hidden;
		display: flex;
		align-items: center;
		background: #000;
		margin-bottom: 20px;
		position: relative;

	}
	#intro p{
		text-align: center;
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 31px;
		font-weight: 300;

	}
	#intro p strong{
		font-weight: 900;
		color: var(--global-primary-color); 
	}
	#intro h3 {
		font-size: 30px;
		text-transform: uppercase;
		font-weight: 100;
	}
	#intro .btn{
		font-size: 18px;
		padding: 13px 28px;
		line-height: 1;
		margin: 20px auto;
	}
	#intro h3 strong{
		color: var(--global-primary-color);
		font-weight: 900;
	}
h1, h2, h3, h4, h5{
	font-family: var(--global-font), cursive;
}


	#convidados-especiais .nomeConvidado{
		font-family: var(--global-font);
		font-weight: 800;
		font-size: 20px;
		color: #A9A9A9;
		text-transform: uppercase;
		line-height: 20px;
		margin-bottom: 13px;
	}
	#convidados-especiais  .arroba{
		font-weight: 400;
		font-size: 10.8707px;
		line-height: 13px;
	}
	#convidados-especiais .midiasConvidado a{
		font-family: var(--global-font);
		font-weight: 800;
		font-size: 20px;
		color: #A9A9A9;
		float: right;
		margin-left: 10px;	
	}
	#convidados-especiais .midiasConvidado a:hover{
		color: var(--global-primary-color);
	}
	#containerConvidados{
		margin-top: 30px;
	}
	#containerConvidados .text-center{
		font-family: var(--global-font);
		font-style: normal;
		font-weight: 300;
		font-size: 12.6849px;
		line-height: 16px;
		position: relative;
		color: #fff;
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	.ancora-nome{
		font-size: 10px;
		font-weight: 900;
		letter-spacing: 5px;
	}
	.nome-nyvi{
		position: absolute;
		left: 50%;
		top: 50%;
		text-transform: uppercase;
		font-family: Roboto;
		font-size: 42px;
		font-weight: 100;
		margin-left: 274px;
		line-height: 43px;
		letter-spacing: 11px;
		margin-top: -180px;
	}
	#nome-nyvi strong{
		font-weight: 900;
	}
	#nome-nyvi span{
		padding-left: 50px;
	}

	#convidados-especiais .convidado .container-image-carrosel img {

		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%,-50%);
	}
	#convidados-especiais .convidado.active .container-image-carrosel img {
		width: 120%;
		height: 120%;
	}
	#convidados-especiais .convidado img {
		transition: 0.3s;
	}
	#convidados-especiais .convidado .container-image-carrosel {
		background: #000;
		height: 100px;
		width: 100px;
		position: relative;
		margin: 4px;
		border-radius: 20px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	#convidados-especiais .convidado {
		cursor: pointer;
	}
	
	.datas{
		font-style: normal;
		font-weight: 800;
		font-size: 16px;
		line-height: 22px;
	}
	.dias-vinheta{
		font-family: Roboto;
		font-weight: 100;
		font-size: 133px;
		letter-spacing: -12px;
		line-height: 127px;
	}

	.falta{
		margin-bottom: -40px;
	}
	.text-intro2{
		margin: 20px 0;
		font-size: 16px;
		font-weight: 200;
		max-width: 300px;
	}
	body{
		font-family: Roboto;
	}
	.conteudo-vinheta{
		/*width: 100%;
		position: absolute;
		top: 200px;
		left: 50%;
		max-width: 500px;
		margin-left: -500px;*/
		
		width: 100%;
		position: absolute;
		/* left: 50%; */
		max-width: 500px;
		/* margin-left: -500px; */
		top: 50%;
		right: 50%;
		transform: translate(50%,-50%);
		margin-right: 224px;
		margin-top: -64px;
	}
	.text-intro{
		color: var(--global-primary-color);
		font-size: 20px;
		font-weight: lighter;
		font-family: Roboto;
	}
	.text-intro strong{
		font-weight: 900;
	}
	
#marca img{
	width: 300px;
}
#marca svg{
	max-width: 300px;
	width: 100%;
	height: auto;
}
.modal .wpcf7-submit{
    font-family: var(--global-font), cursive;
    font-weight: bolder;
    text-transform: uppercase;
    border-radius: 30px;
    color: #000;
    background:   --global-secundary-color;
    border: 0;
    margin-top: 21px;
    font-size: 19px;
    padding: 10px 31px 8px;
	width: 100%;
}
.modal .wpcf7-form label{
	display: block;
}
.modal .wpcf7-text{
	border: 1px solid #fff;
    border-radius: 28px;
   padding: 11px 41px;
    background: #000;
    color: #ffff;
    font-size: 20px;
    width: 100%;
}
.modal labeltext{
	font-size: 11px;
    background: #000;
    left: 27px;
    position: relative;
    top: 10px;
	z-index: 2;
    padding: 0px 17px;
}
.modal .wpcf7-not-valid-tip{
	font-size: 11px;
    color:   --global-secundary-color;
    padding-left: 31px;
}

.has-white-background-color{
	color: #000 !important;
	padding: 35px;
}
.has-white-background-color input, .has-white-background-color textarea{
	width: 100%;
	border-radius: 15px;
	color: #5d5d5d !important;
	padding: 10px;
	border: 1px solid #ccc;
}
.has-white-background-color  input[type='checkbox'] {
	width: unset;
	
}
	#ambientes .splide__slide .container-image-carrosel-ambiente img {
		min-width: 100%;
		min-height: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%,-50%);
	}
	#ambientes .splide__slide.active .container-image-carrosel-ambiente img {
		width: 120%;
		height: auto;
	}
	#ambientes .splide__slide img {
		transition: 0.3s;
	}

	#ambientes .splide__slide .container-image-carrosel-ambiente {
		background: #000;
		height: 155px;
		position: relative;
		margin: 4px;
		border-radius: 20px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	#ambientes .splide__slide {
		cursor: pointer;
	}

#ambientes{
		padding: 50px 0;
	}


#artists .splide__slide .container-image-carrosel-ambiente img {
		min-width: 100%;
		min-height: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%,-50%);
	}
	#artists .splide__slide.active .container-image-carrosel-artist img {
		width: 120%;
		height: auto;
	}
	#artists .splide__slide img {
		transition: 0.3s;
	}

	#artists .splide__slide .container-image-carrosel-artist {
		background: #000;
		height: 155px;
		position: relative;
		margin: 4px;
		border-radius: 20px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	#artists .splide__slide {
		cursor: pointer;
	}

	#artists{
		padding: 50px 0;
	}
	.nome-artist{
		font-family: var(--global-font);
		font-style: normal;
		font-weight: 300;
		font-size: 23.8207px;
		line-height: 30px;
		/* identical to box height */

		text-transform: uppercase;

		color: #FFFFFF;
	}
	#artists .splide__slide .container-image-carrosel-artist img {
		min-width: 100%;
		min-height: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%,-50%);
	}
	.open-section strong{
		color: var(--global-primary-color);
		font-weight: 300;
	}
	.open-section{
		margin-bottom: 100px;
	}
	.open-section h6{
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 19px;
		text-align: center;
		max-width: 600px;
		margin: auto;
		padding: 0 30px;
	}
	.open-section h3{
		text-align: center;
		width: 100%;
		color: #fff;
		font-weight: 300;
		font-size: 46.348px;
		line-height: 58px;
		/* identical to box height */

		text-transform: uppercase;
	}
	.open-section img{
		max-width: 148px;
    	margin-bottom: -23px;
	}
	.legenda-video{
		margin-top: 20px;
		font-size: 12px;
	}
	.legenda-video span{
		float: left;
		position: relative;
		width: calc(100% - 70px);
		display: inline-block;
	}
	.goblin-text{
		max-width: 50px;
		float: left;
		margin-right: 20px;
	}
	.btnVideoSerie {
		width: 112px;
		height: 112px;
		background: #000;
		padding: 32px 43px;
		border-radius: 225px;
		cursor: pointer;
		position: relative;
		z-index: 1000;
		position: absolute;
		  top: 50%; right: 50%;
		  transform: translate(50%,-50%);
	}
	.triangulo-para-direita-serie {
		width: 0;
		height: 0;
		border-top: 25px solid transparent;
		border-bottom: 25px solid transparent;
		border-left: 40px solid var(--global-primary-color);
	}
	#container-video{
		background: var(--global-primary-color);
		border-radius: 30px;
		width: 100%;
		height: 230px;
		position: relative;
	}
	
	#ambientes{
		width: 100%;
		background: #0F0F0F;
	}
	#conteudo{
		padding: 100px 0;
		margin-top: 100px;
	}
	#containerPersonagens{
		background: var(--global-primary-color);
		position: relative;
		border-radius: 20px;
		display: inline-block;
   		width: 100%;
		padding: 5px;
	}
	#containerPersonagens .iconePers{
		overflow: hidden;
		border-radius: 20px;
		background: #000;
		text-align: center;
		margin: 5px;
		float: left;
		width: calc(50% - 10px);
	}
	#textoRelease h3{
		font-style: normal;
		font-weight: 300;
		font-size: 33.1275px;
		line-height: 41px;
		color: var(--global-primary-color);
		text-transform: uppercase;
	}
	#textoRelease h3 strong{
		font-weight: 300;
		color: #fff;
	}
	#textoRelease{
		position: relative;
		padding-left: 30px;
		margin-left: 30px;
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 300;
		font-size: 14px;
		line-height: 19px;

	}
	#textoRelease::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 250px;
	top: 5px;
	left: -10px;
	background: repeating-linear-gradient(
			-45deg, 
		    black 0%,
			black 7.5px,
			var(--global-primary-color) 7.5px,
			var(--global-primary-color) 15px
		);
	/*transform: translateX(-50%) translateY(-50%) rotate(-45deg);*/
	animation: animateBg 20s linear infinite;
}
#arena-gamer .splide__slide .container-image-carrosel-arena img {
		min-width: 100%;
		min-height: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%,-50%);
	}
	#arena-gamer .splide__slide.active .container-image-carrosel-arena img {
		width: 120%;
		height: auto;
	}
	#arena-gamer .splide__slide img {
		transition: 0.3s;
	}
	#arena-gamer .splide__slide .container-image-carrosel-arena{
			background: #000;
			height: 250px;
			position: relative;
			margin: 4px;
			border-radius: 20px;
			overflow: hidden;
			margin-bottom: 10px;
		}
	#arena-gamer .splide__slide {
		cursor: pointer;
	}

	@keyframes animateBg {
		from {background-position: 0;}
			to {background-position: 0 250px;}
	}

.tarja-preta{
		background: #000;
		width: 100%;
		max-width: 400px;
		height: 100vh;
		position: relative;
	}
	.goblin-inicio{
		position: absolute;
		max-width: 500px;
		bottom: 0;
		
	}
	#menus-top{
		position: absolute;
		float: right;
		margin-right: 30px;
		margin-top: 20px;
		border-bottom: 1px solid #000;
		padding-bottom: 40px;
		text-align: right;
		padding-right: 20px;
		right: 0;
		top: 30px;
	}
	.btn {
		font-family: var(--global-font), cursive;
		background: #fff;
		color: #000;
		padding: 4px 20px 1px;
		font-weight: bolder;
		text-transform: uppercase;
		font-size: 15px;
		border-radius: 30px;
	}
	.btn_white:hover{
		background: var(--global-primary-color);
		color: #000;
	}
	.btn_black{
		color: #fff;
		background: #000;
	}
	#menu-nivel2{
		font-weight: bolder;
		margin-top: 30px;
		float: right;
	}
	#menu-nivel2 a{
		color: #000;
		text-decoration: none;
	}
	#menu-nivel2 li{
		float: left;
		margin-left: 40px;
		list-style: none;
		position: relative;
	}
	.btn_yellow{
		color: #000;
		background: var(--global-primary-color);
	}
	
	.btn_yellow:hover{
		background: #000;
		color: var(--global-primary-color);
	}
	.btn_pink{
		color: #000;
		background:  var(--cor-destaque3);
	}
	.btn_pink:hover{
		background: #000;
		color:  var(--global-secundary-color);
		border: 1px solid var(--cor-destaque3) !important;
	}

	.btn_arena .btn_yellow{
		color: #000 !important;
		background:  var(--cor-destaque4);
		width: 100%;
	}
	
	.btn_arena .btn_yellow:hover{
		background: #000 !important;
		color: var(--global-primary-color) !important;
		border: 1px solid var(--cor-destaque4) !important;
	}
	.btn_arena .btn_pink{
		color: #000 !important;
		width: 100%;
		background:  --global-secundary-color
	}
	.btn_arena .btn_pink:hover{
		background: #000 !important;
		color:   --global-secundary-color !important;
		border: 1px solid   --global-secundary-color !important;
	}
	#menu-nivel2 li a:before{
	content: "";
    position: absolute;
    bottom: -20px;
    height: 1px;
    width: 0;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease-in-out all;
}
	#menu-nivel2 li:hover a:before{
		width: 100% !important;
		background: #75FBE4 !important;
	}
	.btn:hover{
		border: 1px solid #000;
	}

	
	#inicio{
		width: 100%;
		position: relative;
	}
	#logo-evento{
		max-width: 320px;
		margin-top: 34px;
		margin-left: 33px;
	}

#header_one {
    width: 100%;
    position: relative;
    justify-content: space-between;
    background: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 30px;
}
#header_right{
	display: flex;
	flex-direction: row;
	align-items: center;
}
#header_one #marca {
	position: relative;
    max-width: 198px;
    top: -32px;
    height: 51px;
}
#header_social{
	display: flex;
	color: #fff;
	flex-direction: row;
	align-items: center;
	margin-right: 30px;
}
#header_social a:hover{
	color:   --global-secundary-color;
}
#header_social ul{
	margin: 0;
}
#header_social li{
	margin: 0 10px;
	font-size: 20px;
}
#header_social li a{
	text-decoration: none;
	color: var(--global-primary-color);
}
#header_social li a:hover{
	color: var(--cor-destaque2);
}
#header_social li{
	list-style: none;
	float: left;
	margin-left: 30px;
}
#header_right .conteudo_cart{
	margin: 0 20px;
	position: relative;
}
#header_right .cart-contents-count{
	background:   --global-secundary-color;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    width: 18px;
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: row;
    height: 18px;
    display: block;
    border-radius: 18px;
    top: -4px;
    right: -8px;
}
#header_right .cart-contents-count a{
	
    text-decoration: none !important;
}
#header_two{
	background: #292929;
    padding: 0 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
#header_two ul{
	display: flex;
    float: right;
	list-style: none;
}
#header_two li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--global-font), cursive;
    padding: 14px 12px 0px;
    display: block;
    font-size: 15px;
}
#header_two li{
	position: relative;
	 margin-left: 15px;
}
#header_two li a:before{
	content: "";
    position: absolute;
    bottom: -15px;
    height: 2px;
    width: 0;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease-in-out all;
}
#header_two li:hover a:before{
		width: 100% !important;
		background:   --global-secundary-color !important;
	}
#main_container{
	margin-top: 100px;
}




.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-family: var(--global-font);
    font-style: normal;
    font-weight: 800;
    font-size: 29px !important;
    line-height: 36px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
ul.products li.product .button {
	font-family: var(--global-font), cursive;
    color: #000;
    background: var(--global-primary-color);
    padding: 8px 20px 6px;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 30px;
}
.woocommerce ul.products li.product .price {
    color: #000 !important;
    font-weight: 800 !important;
    font-size: 20px !important;
}
.products {
	text-align: center;
}
.woocommerce a.added_to_cart {
    padding-top: 0.5em;
    display: inline-block;
    float: none;
    width: 100%;
    color: #000;
}
#header_scroll.active{
		display: block;
	}
#header_mobile{
	display: none;
}
.navbar-toggler .bar {
    display: block;
    position: absolute;
    background: var(--cor-destaque2);
    transition: 0.3s ease-in-out all;
}
.navbar-toggler .bar.bar-item-one {
    width: 32px;
    height: 4px;
    top: 0;
    right: 0;
}
.navbar-toggler .bar.bar-item-two {
    width: 32px;
    height: 4px;
    top: 10px;
    bottom: 0;
    right: 0;
}
#menuMobile {
    position: fixed;
    top: 36px;
    right: 40px;
    color: rgb(0, 0, 0);
    z-index: 11000;
}
.navbar-toggler .bar.bar-item-three {
    width: 32px;
    height: 4px;
    top: auto;
    bottom: 0;
    right: 0;
}
.area-toggler.active .bar.bar-item-three {
    transform: rotate(-45deg) translate(14px, -5px);
    background:  var(--cor-destaque2);
    right: 6px;
    bottom: -2px;
}
 .area-toggler.active .bar.bar-item-two {
    height: 0;
    background: transparent;
}.area-toggler.active .bar.bar-item-one {
    transform: rotate(45deg) translate(10px, 0px);
    background:  var(--cor-destaque2);
    right: 6px;
    top: 2px;
}
#areaMenuMobile{
	background:  var(--cor-destaque2);
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 3000;
}
#header_mobile{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3001;
    background: #000;
}
#areaMenuMobile ul{
	position: absolute;
	top: 50%; right: 50%;
	transform: translate(50%,-50%); 
	list-style: none;
	display: flex;
	flex-direction: column;
	padding: 0;
	text-align: center;
}
#areaMenuMobile ul li{
	order:1;
}
#areaMenuMobile li:has(.reserveSeuIngresso){
	order: 3;
    margin-top: 27px;
}
#areaMenuMobile ul a{
	font-family: var(--global-font);
	font-size: 20px;
	color: #000;
	text-decoration: none;
	font-weight: bolder;
	text-transform: uppercase;
}
.area-toggler .navbar-toggler {
    height: 24px;
    z-index: 10;
    position: relative;
    outline: none;
    width: 32px;
    padding: 0;
    border: none;
    cursor: pointer;
    background: none;
    text-decoration: none;
    appearance: none;
	float: right;
}

.itemArena{
		display: flex;
		align-items: center;
		padding: 5px;
	
	}
	.areapremio{
		display: flex;
		align-items: center;
	}
	.itemArena img, .itemArena svg{
		margin-right: 10px;
		width: 33px;
	}
	.foto-premio{
		float: left;
		width: 120px;
		height: 120px;
		overflow: hidden;
		border-radius: 20px;
		position: relative;
	}
	.foto-premio img{
		width: 100%;
		position: absolute;
		height: 100%;
		object-fit: cover;
		
	}
	.desc-premio{
		width: calc(100% - 150px);
		margin-left: 20px;
		display: inline-block;
	}
	.arena .desc-premio h3{
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 700;
		font-size: 11px;
		line-height: 14px;
		/* identical to box height */


		color: var(--global-primary-color);
	}
	.arena  .desc-premio h2{
		font-family: var(--global-font);
		font-style: normal;
		font-weight: 300;
		font-size: 26px;
		line-height: 103%;
		/* identical to box height, or 29px */

		text-transform: uppercase;

		color: #FFFFFF;
	}
	.desc-premio span{
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 10.038px;
		line-height: 12px;

		color: #FFFFFF;
	}
	.arena h3{
		font-family: var(--global-font);
		font-style: normal;
		font-weight: 300;
		font-size: 35.6555px;
		line-height: 37px;
		text-transform: uppercase;

		color: #FFFFFF;
	}
	.arena p{
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 400;
		font-size: 11.8631px;
		line-height: 14px;

		color: #FFFFFF;
	}
	.atributos-arena{
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 700;
		font-size: 15.3946px;
		line-height: 18px;
		/* identical to box height */


		color: var(--global-primary-color);
	}
	.atributos-arena span{
		max-width: calc(100% - 67px);
	}
	#arena-gamer{
		background: #0F0F0F;
		padding-bottom: 60px;
		padding-top: 60px;
	}
	#arena-gamer .arena{
		background: #000;
		padding: 15px;
		margin: 5px;
		height: 100%;
	}
	#concursos{
		padding-bottom: 60px;
		padding-top: 60px;
	}
.image-carrosel-concursos img{
		max-width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: top;
		width: 100%;
	}
	.concursos{
		padding: 20px;
		background: #0F0F0F;
		font-size: 13px;
	}
	.image-carrosel-concursos{
		border-radius: 20px;
		overflow: hidden;
	}
	.body-programacao .prog-horario{
		font-family: var(--global-font);
		font-style: normal;
		font-weight: 700;
		text-align: right;
		font-size: 18px;
	}
	.body-programacao .row{
		padding-bottom: 10px;
		padding-top: 10px;
		border-bottom: 1px solid #fff;
	}
	.body-programacao .row:last-child{
		border: none;
	}
	.body-programacao .prog-desc{
		font-family: var(--global-font);
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 24px;
		color: #000;
		text-transform: uppercase;
	}
	.prog-desc p{
		margin: 0;
	}
	.progBg .body-programacao .prog-desc{
		color: var(--global-primary-color);
	}
	.header-programacao{
		margin-bottom: 20px;
		position: relative;
		display: inline-block;
		width: 100%;
	}
	.listagem-programacao{
		padding-left: 100px;
	}
	.header-programacao h3{
		
		font-family: var(--global-font);
		font-style: normal;
		font-weight: 300;
		font-size: 36.6057px;
		line-height: 46px;
		/* identical to box height */
		float: left;

		text-transform: uppercase;
	}
	.yBg .header-programacao  h3 strong{
		font-weight: 300;
		color: #000;
	}
	.progBg .header-programacao  h3{
		color: var(--global-primary-color);
	}
	.progBg  .header-programacao h3 strong{
		color: #fff;
	}
	.box-prog{
		font-family: var(--global-font);
		font-style: normal;
		font-weight: 300;
		font-size: 18.7964px;
		line-height: 18px;
		text-transform: uppercase;
		float: right;
		position: absolute;
		padding: 20px;
		bottom: 0;
		right: 0;
	}
	.progBg .header-programacao .box-prog {
		background: var(--global-primary-color);
		color: #000;
	}
	.yBg .header-programacao .box-prog{
		background: #000;
		color: var(--global-primary-color);
		
	}
	.fotos-menores{
		position: relative;
		margin-top: 50px;
		display: inline-block;
	}
	.fotos-inicio{
		padding: 0 !important;
	}
	.plus{
		font-family: var(--global-font);
		font-style: normal;
		font-weight: 800;
		font-size: 141.172px;
		line-height: 176px;
		text-transform: uppercase;
		position: absolute;
		z-index: 20;
		left: -25px;
		top: -21px;
		color: var(--global-primary-color);
		filter: drop-shadow(0px 12px 0px #000);
	}
	.listagem-convidados{
		position: relative;
		padding-left: 30px;
		margin-left: 30px;
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 300;
		font-size: 14px;
		line-height: 19px;
		max-width: calc(100% - 400px);
		float: left;
	}
	.progBg{
		background: #000;
		padding: 100px 0;
	}
	.yBg{
		background: var(--global-primary-color);
		padding: 100px 0;
	}
	.cBg{
		background: #0F0F0F;
		padding: 100px 0;
	}
	.Ccor{
		width: 15px;
		height: 15px;
		position: relative;
		float: left;
		margin-right: 2px;
		cursor: pointer;
	}
.corAmarelo{
	background: #FFCF02;
}
.corPink{
	background:   --global-secundary-color;
}
.corCyan{
	background: #00FFD1;
}
.corGreen{
	background: #DEF200;
}
#Ccolors{
	position: absolute;
    right: 20px;
    top: 30px;
}
	
	.rowProg{
		
		 background: linear-gradient(
			to right,
			black 0%,
			black 50%,
			var(--global-primary-color) 50%,
			var(--global-primary-color) 100%
		  );
	}
	.rowProg2{
		
		 background: linear-gradient(
			to right,
			#0F0F0F 0%,
			#0F0F0F 50%,
			#000 50%,
			#000 100%
		  );
	}
	.listagem-atracoes::before {
		content: '';
		position: absolute;
		width: 5px;
		height: 250px;
		top: 5px;
		left: 8px;
		background: repeating-linear-gradient( -45deg, black 0%, black 7.5px, var(--global-primary-color) 7.5px, var(--global-primary-color) 15px );
		/* transform: translateX(-50%) translateY(-50%) rotate(-45deg); */
		animation: animateBg 20s linear infinite;
	}
	.nome-atracao {
		font-family: var(--global-font);
		font-style: normal;
		font-weight: 300;
		font-size: 27.4655px;
		line-height: 25px;
		text-transform: uppercase;
		color: #fff;
		cursor: pointer;
		margin-bottom: 14px;
	}
	.nome-atracao:hover{
		color: var(--global-primary-color);
	}
	.fotos-menores{
		
	}
	.fotos-inicio{
		width: 300px;
		float: left;
	}
	.foto-atracao{
		width: 100px;
		height: 100px;
		border-radius: 15px;
		overflow: hidden;
		float: left;
		margin: 5px;
		position: relative;
	}
	.numero-dia{
		padding: 20px;
		font-family: var(--global-font);
		font-style: normal;
		font-weight: 300;
		font-size: 54.0939px;
		line-height: 68px;
		/* identical to box height */
		overflow: visible;

		text-transform: uppercase;

		color: #FFFFFF;
	}
	.numero-dia strong{
		    color: var(--global-primary-color);
	}
	.foto-atracao img {
		min-width: 100%;
		min-height: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%,-50%);
	}
	
	.foto-atracao.active img {
		width: 120%;
		height: auto;
	}
	.foto-atracao img {
		transition: 0.3s;
	}
	
	.foto-atracao {
		cursor: pointer;
	}
	.ambiente{
		padding-left: 40px;
	}
	.image-carrosel-ambiente{
		position: relative;
	}
	.desc-ambiente{
		font-family: 'Roboto';
		font-style: normal;
		font-weight: 300;
		font-size: 13px;
		line-height: 176.19%;
		/* or 23px */


		color: #FFFFFF;
	}
	.nome-ambiente{
		font-family: var(--global-font);
		font-style: normal;
		font-weight: 300;
		font-size: 23.8207px;
		line-height: 30px;
		/* identical to box height */

		text-transform: uppercase;

		color: #FFFFFF;
	}
	.container-image-carrosel-ambiente{
		overflow: hidden;
		border-radius: 20px;
		height: 200px;
	}
	.numero-ambiente{
		font-family: var(--global-font);
		font-style: normal;
		font-weight: 300;
		font-size: 126.917px;
		line-height: 159px;
		/* identical to box height */

		text-transform: uppercase;

		color: var(--global-primary-color);
		position: absolute;
		bottom: -43px;
    	left: -37px;
	}
.splide__slide {
	overflow: hidden;
}
.infoBox{
		position: relative;
		width: 100%;
	}
	.cProg .horario, .cProg .contProg{
		text-align: center !important;
	}
	.cProg .horario {
    	text-align: center !important;
	}
	.contProg{
		text-align: center !important;    	
	}
	footer{
		text-align: center !important;    	
		margin-bottom: 136px !important;
		display: inline-block;
		position: relative;

	}
	.btnRetirar{
		width: 100%;
		text-align: center;
	}
	.infoBox .atracao {
		font-size: 51px;
		line-height: 52px;
	}
	footer img {
		float: none;
	}
	#inicio p {
		text-align: center;
	}
	#tituloPrincipal {
		text-align: center;
	}
	#btnPrincipal{
		position: fixed;
		bottom: 0;
		z-index: 2000;
		left: -0;
	}
	.cProg {
   	 text-align: center !important;
	}
	
.chamada-conceito{
    font-family: "Roboto";
    font-size: 58px;
    line-height: 64px;
    margin-bottom: 34px;
	margin-top: 20px;
}
.chamada-conceito strong{
	color:  var(--global-primary-color);
	
}
footer{
	width: 100%;
	padding-bottom: 100px;
	background:  var(--global-primary-color);
	color: #000;
	margin: 0 !important;
}
.espacoLogo h5{
		font-size: 12px
	}
	.espacoLogo img{
		max-width: 110px;
		margin-top: 20px;
	}
	#footer_1{
		background: #000;
		/* height: 52px; */
		height: auto;
		display: flex;
		padding: 15px 0;
		align-items: center;
		vertical-align: middle;
		margin-bottom: 30px;
	}
	.container_1{
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
	#marcaFooter{
		max-width: 200px;
		position: relative;
		display: block;
	}
	#marcaFooter img{
		float: none;
		width: 100%;
		height: auto;
	}
	#footer_social a:hover {
    color:   --global-secundary-color;
}
#footer_social li a {
    text-decoration: none;
    color: var(--global-primary-color);
}
	#footer_social li {
		list-style: none;
		float: left;
		margin: 0 10px;
		margin-left: 30px;
		font-size: 20px;
}
	#footer_social ul {
    margin: 0;
}
	#footer_social {
    display: flex;
    color: #fff;
    flex-direction: row;
    align-items: center;
    margin-right: 30px;
}
	#footer_right {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.maneirando{
		line-height: 98px;
		margin-top: 20px; 
		margin-left: -9px; 
		color:  var(--global-primary-color);
	}
#modalGrande{
	background: #000;
}
#vinheta video{
	width: 100%;
	max-width: 1800px;
	margin: auto;
	position: relative;
	display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--global-primary-color);
    background: var(--global-primary-color);
    color: #000;
    font-size: 20px;
    text-align: center;
    font-family: var(--global-font);
    text-transform: uppercase;
    border-radius: 21px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    padding: 20px;
    line-height: 26px;
}
.arena a{
	color: var(--global-primary-color);
	text-decoration: none;
	font-size: 15px;
}
.regulamento{
	border: 1px solid var(--global-primary-color);
	padding: 14px;
	text-align: center;
}
	.container-right{
			display: flex;
			float: right;
		}
		.container-right li{
			float: left;
		}
		#header_scroll #marca2{
			width: 130px; 
			float: left;
			margin: 11px 32px;
		}
		#header_scroll .btn_yellow{
			margin: 24px;
		}
		#header_buy_scroll{
			float: right;
		}
		#header_scroll ul{
			display: flex;
			float: right;
			list-style: none;
		}
		#header_scroll li a {
			text-decoration: none;
			color: #fff;
			text-transform: uppercase;
			font-family: var(--global-font), cursive;
			padding: 27px 12px 4px;
			display: block;
		}
		#header_scroll{
			display: none;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			z-index: 3900;
			background: #000;
			font-family: var(--global-font);
			filter: drop-shadow(0px 16px 18px #0F0F0F);
		}
#scrollTop{
		display: none;
			color: #fff;
			font-size: 29px;
			padding: 4px 16px;
			border: 1px solid #ccc;
			background: #000;
			cursor: pointer;
			position: fixed;
			right: 10px;
			bottom: 20px;
			z-index: 22;
}
.titleSVG{
	max-height: 75px;
	width: auto;
	margin: auto;
	max-width: 100%;
	object-fit: contain;
}
#ingressoMobile{
	display: none;
	background: var(--cor-destaque2);
	padding: 15px;
	color: #000;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-family: Roboto;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 900;
	z-index: 3000;
}
.has-dark-gray-color{
	color: #000;
}
.btn .wp-block-button__link {
    color: unset;
    background-color: unset;
    border-radius: unset;
    box-shadow: none;
    text-decoration: none;
    padding: 0;
    font-size: 1.125em;
}
.has-large-font-size{
	font-family: Roboto;
	color: #fff;
	
}
.has-large-font-size strong{
	color: var(--global-primary-color);
}
#arena-gamer .splide a{
	text-decoration: none;
}
.atributos-arena-interna .desc-premio h3, .atributos-arena-interna .desc-premio span {
	font-size: 14px;
	line-height: 18px
}
	#vinheta video {

		height: 700px;
		object-fit: cover;
		object-position: center;
	}
	#desc-evento {
		font-size: 50px;
		line-height: 45px;
		padding: 20px;
	}
	.texto-intro p{
		font-size: 18px !important;
		max-width: 500px;
		padding: 20px !important;
	}
	#atracoes h5 {
		font-size: 17px;
	}
	.atracao {
		 font-size: 18px;
		align-items: center;
		/* padding: 20px; */
		width: 100%;
		display: block;
	}
	.titulo {
		height: 57px;
	}
.itemIngresso a{
	color: #000 !important;
}
@media only screen and (max-width: 1500px) {

}
@media only screen and (max-width: 1435px) {
	
	#header_scroll li a {
    	padding: 27px 8px 4px;	
	}
}

@media only screen and (max-width: 1380px) {
	#header_scroll .desktop-lg{
		display: none;
	}
	.listagem-programacao {
		margin: 0 35px;
	}
	.box-prog {
		right: -37px;
	}
	.listagem-programacao {
    	padding-left: 20px;
	}
}
@media only screen and (max-width: 1270px) {
	.listagem-programacao {
		margin: 0 35px;
	}
	.box-prog {
		right: -37px;
	}
	#conteudo {
		padding: 100px 0;
		margin-top: 2px;
	}
	#vinheta video {

		height: 700px;
		object-fit: cover;
		object-position: center;
	}
	#desc-evento {
		font-size: 50px;
		line-height: 45px;
		padding: 20px;
	}
	.texto-intro p{
		font-size: 18px !important;
		max-width: 500px;
		padding: 20px !important;
	}
	#atracoes h5 {
		font-size: 17px;
	}
	.atracao {
		 font-size: 18px;
		align-items: center;
		/* padding: 20px; */
		width: 100%;
		display: block;
	}
	.titulo {
		height: 57px;
	}
}
@media only screen and (max-width: 1212px) {
	#header_two li a {
		padding: 14px 10px 0px;
		font-size: 13px;
	}
	#header_two li {
		margin-left: 0;
	}
}
@media only screen and (max-width: 1100px) {
	.rowProg2, .rowProg{
		background: #000;
	}
	
	.listagem-programacao {
    /* padding-left: 100px; */
		padding: 0;
		width: -webkit-fill-available;
		display: inline-block;
		position: relative;
		margin: 0 60px;
	}
	.listagem-programacao {
		margin: 0 35px;
	}
	.box-prog {
		right: -37px;
	}

	.conteudo-vinheta {
		top: 180px;
		left: 50%;
		max-width: 398px;
		margin-left: -448px;
	}
	.dias-vinheta {
    	font-size: 111px;
	}
	.nome-nyvi {
		font-size: 29px;
		line-height: 29px;
	}
}
@media only screen and (max-width: 1024px) {
	.listProgramacao.progBg{
		background: var(--global-primary-color);
	}
	
	#footer_1  .container_1{
		flex-direction: column;
		gap: 40px;
	}
	#ingressoMobile{
		display: block;
	}
	#scrollTop{
		bottom: 80px;
	}

	.listProgramacao.progBg .header-programacao .box-prog {
		background: #000;
		color: var(--global-primary-color);
	}
	.listProgramacao.progBg  .body-programacao .prog-desc {
		color: #000;
	}
	
	.listProgramacao.progBg .header-programacao h3 {
		color: #000;
	}
	#header_scroll.active{
		display: none;
	}
	#header_mobile{
		display: block;
	}
	#header_one, #header_two{
		display: none;
	}
	#marca3{
		max-width:180px;
		margin: 20px auto;
	}
	#header_one.active, #header_two.active{
		display: none;
	}
	#vinheta{
		    margin-top: 126px;
	}
	#vinheta video {
	    height: 700px;
		object-fit: cover;
	}
	.atracao {
		font-size: 24px;
		width: 100%;
		text-align: center;
		align-items: center;
		justify-content: center;
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 990px) {
	#containerPersonagens, #container-video, .legenda-video{
		margin: 60px;
		max-width: calc(100% - 120px);
	}
	.modal-body{
		padding-top: 90px;
	}
	.espacoLogo{
		margin-bottom: 30px;
	}
	
}
@media only screen and (max-width: 900px) {

	#containerConvidados {
		margin-top: -30px;
	}
	.chamada-conceito {
		font-size: 47px;
		line-height: 47px;
	}
	.conteudo-vinheta {
		top: 180px;
		max-width: 368px;
		margin-left: -383px;
	}
	.dias-vinheta {
		font-size: 93px;
	}
	.nome-nyvi {
		margin-left: 219px;
		margin-top: 25px;
	}
	.nome-nyvi {
		font-size: 23px;
		margin-left: 219px;
		line-height: 24px;
		letter-spacing: 6px;
		margin-top: 25px;
	}
	
}
@media only screen and (max-width: 840px) {
	

	.conteudo-vinheta {
		margin-left: -313px;
	}
	.nome-nyvi {
		margin-top: 207px;
	}
	#footer_buy{
		display: none;
	}
}
@media only screen and (max-width: 770px) {
	.fotos-inicio{
		width: 115px;
	}
	.itemIngresso{
		margin-bottom: 29px;
		position: relative;
		height: auto;
	}
	.img-container-ingresso img {
    	width: 100%;
		height: auto;
		position: relative;
	}
	.img-container-ingresso{
		height: auto;
		
	}
	#contador {
    	width: 100%;
	}
	#intro p {

		max-width: unset;
	}
	#desc-evento {
		text-transform: uppercase;
		font-size: 40px;
		font-weight: 900;
		font-style: italic;
		line-height: 40px;
		padding: 20px;
		text-align: center;
	}
	.texto-intro p{
		padding: 0 20px;
		text-align: center !important;
		font-size: 20px !important;
		
	}
	.image-carrosel-artist {
		height: 364px;
		position: relative;
	}
	.image-carrosel-artist img{
		object-fit: contain;
	}
}
@media only screen and (max-width: 650px) {
	.splide__slide.convidado .midiasConvidado{
		display: none;
		
	}
	#convidados-especiais .nomeConvidado {
		font-size: 17px;
		line-height: 18px;
	}
	.splide__slide .container-image-carrosel {
   		height: 105px;
	}
	#conteudo {
		padding: 16px 0;
		margin-top: 2px;
	}
	.foto-atracao {
		width: 60px;
		height: 60px;
	}
	.fotos-inicio{
		width: 75px;
	}
	.numero-dia {
		padding: 0;
		font-size: 44.0939px;
	}
	.nome-atracao {
		font-size: 26.4655px;
		line-height: 28px;
		margin: 12px 0;
	}
	.listagem-convidados {
		max-width: calc(100% - 106px);
	}
	.fotos-inicio{
	  display:flex;
	  flex-flow: column;
	}
        .foto-atracao{order:2;}
        .numero-dia{order:1;}
	.conteudo-vinheta {
		top: 162px;
		max-width: 293px;
		margin-left: -262px;
	}
	.nome-nyvi{
		display: none;
	}
	.conteudo-vinheta {
		top: 105px;
	}
	.text-intro2 {
  
		font-weight: 300;
		line-height: 18px;
		font-size: 14px;
	}

}
@media only screen and (max-width: 600px) {
	.maneirando{
		line-height: 48px;
	}
	.texto-intro p:last-child{
		background: var(--cor-destaque2);
	}
	.cManeirando img {
		content: url("../images/maneirando-mobile.jpg");
	}
	.cManeirando .conteudo-vinheta{
		margin-top: 60px;
	}
	#convidados-especiais .convidado {
		width: calc(33.33% - 10px);
		max-width: unset;
	}
	#convidados-especiais .convidado .container-image-carrosel {
		width: 100%;
		max-width: unset;
	}
	#vinheta{
		top: 74px;
	}
	#containerConvidados {
		margin-top: 97px;
	}
	.conteudo-vinheta{
		margin-left: 0;
		left: 46px;
		max-width: 40%;
	}
	.text-intro {
        font-size: 15px;
	}

	.chamada-conceito {
		font-size: 35px;
		line-height: 37px;
	}
	
	.dias-vinheta {
		font-size: 65px;
		letter-spacing: -6px;
		line-height: 52px;
		margin: 10px 0;
		text-align: center;
	}
	.titulo {
		height: 41px;
	}


	
}

@media only screen and (max-width: 420px) {
	#marca3 {
		max-width: 258px;
		margin: 20px 20px;
	}
}
@media only screen and (max-width: 420px) {
	#marca3 {
		max-width: 135px;
		margin: 7px 20px;
	}
}




