/** SlideShow **/

@font-face {
	font-family: 'Dripping';
	font-style: normal;
	font-weight: 400;
	src: url("../images/AlunosEnc/adrip1.ttf") format('truetype');
}

.barra{
	position: absolute;
	width: 100%;
	height: 272px;
	background-color: #F8E440;
	bottom: 0;

}


.mao{
	position: absolute;
	/* background-color: #F8E440; */
	bottom: -54px;
	right: 201px;
	width: 100%;
	max-width: 200px;
	animation: waveAnimation 10s linear infinite;
}

.logoJogarNaLinha img{
	/*width: 100%;*/
	max-width: 150px!important;
	margin: 0 auto;
}

.elementosCentrais{
	display: none;
}

.btns{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;

	& .btn{
		width: 100%;
		max-width: 220px;

	}
}

.featureSection{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	z-index: 0;
}

.featureSection .mySlides{
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-size: cover;
	background-position: center top;
	transition: opacity 1s linear;
	text-align: center;
	display: table;
	background-repeat: no-repeat;
	width: 100%;
	opacity: 0;
	overflow: hidden;
	z-index: 10;
}

.featureSection .mySlides.active{
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-size: cover;
	background-position: center;
	/* background-position: center top; */
	transition: opacity 1s linear;
	text-align: center;
	display: table;
	background-repeat: no-repeat;
	width: 100%;
	opacity: 0;
	overflow: hidden;
	z-index: 15;
}



.markers{
	position: absolute;
	top:395px;
	left:50%;
	padding: 15px 0 7px 0;
	margin: 0;
	/*background-color: aqua;*/
	text-align: center;
	z-index: 20;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#featureSection2 .markers{
	position: absolute;
	top:auto;
	bottom:15px;
	left:50%;
	padding: 15px 0 7px 0;
	margin: 0;
	/*background-color: aqua;*/
	text-align: center;
	z-index: 20;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.markers a.marker{
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	padding: 0;
	margin: 0;
	font-size:0;
	line-height:0;
	/*border: 2px rgba(255,255,255,0.5) solid;*/
	background-color: #ffffff;
	margin-right: 15px;
}

.markers a.marker:last-of-type{
	margin-right: 0;

}

.markers a.marker:hover{
	cursor: pointer;
}

.markers a.marker.active{
	/*border: 2px rgba(255,255,255,1) solid;*/
	background-color: #CC0001;
}

/*.markers a.marker.active:after{
	content: ' ';
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	-webkit-animation-name: pmark;
	-webkit-animation-fill-mode: forward;
    animation-name: pmark;
	animation-fill-mode: forward;
	-webkit-animation-timing-function: linear;
    animation-timing-function: linear;
	animation-duration: 8s;
}

@keyframes pmark {
    0% {
		height: 100%;
	}
    100% {
		height: 0%;
	}
}

@-moz-keyframes pmark {
    0% {
		height: 100%;
	}
    100% {
		height: 0%;
	}
}

@-webkit-keyframes pmark {
    0% {
		height: 100%;
	}
    100% {
		height: 0%;
	}
}

@-o-keyframes pmark {
    0% {
		height: 100%;
	}
    100% {
		height: 0%;
	}
}*/



.featureSection .mySlides .barra.cid  .parceiros{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: relative;
	top: 10px;
	
}

.featureSection .mySlides .barra.jnl  .parceiros{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: relative;
	top: 10px;
	
}

/****************** SLIDES CAPTION EDIT ******************/

.featureSection .mySlides figcaption{
	position: relative;
	width: 100%;
	min-height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: top;
	padding: 0 15px 0 15px;
	background-color: rgba(0,0,0,0.2);
}

#featureSection2 .mySlides figcaption{
	vertical-align: middle;
}

/* External Nav Special Styles */

.featureSection .mySlides figcaption .gridContent .externalSlidesNav{
	position: absolute;
	display: block;
	top:0;
	right:0;
	width: 250px;
	height: 100%;
	text-align: center;
	padding:0 0 0 0;
	background-color: rgba(255,255,255,0);
	color: #FFFFFF;
}

.featureSection .mySlides figcaption .gridContent .externalSlidesNav .externalNav{
	position: relative;
	display: block;
	width: 100%;
	height: 33.33%;
	text-align: center;
	padding:1px;
	color: #FFFFFF;
}

.featureSection .mySlides figcaption .gridContent .externalSlidesNav .externalNav .extNavConnect{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	margin:0;
	padding:0;
	border:0;
	z-index:2;
	cursor: pointer;
	background-color: rgba(0,0,0,0.2);
}

.featureSection .mySlides figcaption .gridContent .externalSlidesNav .externalNav .extNavConnect:hover{
	background-color: rgba(255,255,255,0.1);
}

.featureSection .mySlides figcaption .gridContent .externalSlidesNav .externalNav .externalNavContent{
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	padding:0;
	color: #FFFFFF;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.featureSection .mySlides figcaption .gridContent .externalSlidesNav .externalNav .externalNavContent .miniBox{
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	padding:5px;
	background-color: rgba(0,0,0,0.2);
	color: #FFFFFF;
	vertical-align: middle;
}

.featureSection .mySlides figcaption .gridContent .externalSlidesNav .externalNav .externalNavContent .miniBox p.minih1{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-weight: 700;
	/*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
}

.featureSection .mySlides figcaption .gridContent .externalSlidesNav .externalNav .externalNavContent .miniBox p.miniPlay{
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0 0 0;
	margin: 0;
	color: #FFFFFF;
	text-align: center;
	/*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
}

/* End External Nav */

.featureSection .mySlides figcaption .gridContent{
	position: relative;
	display: table;
	width: 100%;
	max-width: 954px;
	margin: auto;
}

.blocoPers1{
	position: relative;
	display: table;
	width: 100%;
	max-width: 954px;
	margin: auto;
}

.blocoPers1 .blocoPers1-col1{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 50%;
	margin: auto;
	padding: 0 0 0 0;
}

.blocoPers1 .blocoPers1-col2{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 50%;
	margin: auto;
	padding: 0;
}

.blocoPers1 a.btP1{
	width: 100%;
	max-width: 180px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#000000;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 18px;
	border-radius: 50px;
	margin:15px 10px 0 10px;
	font-weight: 600;
	background: #FECF33;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.blocoPers1 a.btP1:hover{
	background: #FCE18A;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.blocoPers1 a.btP2{
	width: 100%;
	max-width: 180px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#000000;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 18px;
	border-radius: 50px;
	margin:15px 10px 0 10px;
	font-weight: 600;
	background: #FEA731;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.blocoPers1 a.btP2:hover{
	background: #FCC47B;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.blocoPers1 a.btP3{
	width: 100%;
	max-width: 180px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#000000;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 18px;
	border-radius: 50px;
	margin:15px 10px 0 10px;
	font-weight: 600;
	background: #FF7F00;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.blocoPers1 a.btP3:hover{
	background: #FFBB7C;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

/* Bloco Personalizado 2 */

.blocoPers2{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 562px;
	margin: auto;
	background-color: rgba(255,255,255,0.6);
	padding: 20px 20px 0 20px;
	border-radius: 10px;
}

.blocoPers2 p.hp1{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 44px;
	line-height: 44px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #F30D1A;
	font-weight: 900;
	/*	background-color: aqua;*/
}

.blocoPers2 p.hp2{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 36px;
	line-height: 38px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #000000;
	font-weight: 400;
}

.blocoPers2 p.hp2 span.s1{
	color: #F30D1A;
	font-weight: 900;
}

.blocoPers2 p.hp2 span.s2{
	font-weight: 900;
}

.blocoPers2 a.btPers1{
	width: 100%;
	max-width: 200px;
	height:44px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:44px;
	font-size: 18px;
	border-radius: 50px;
	margin:0 0 -35px 0;
	font-weight: 600;
	background: #F30D1A;
	text-transform: uppercase;
	transform: translateY(10px);

}

.blocoPers2 a.btPers1:hover{
	background: #FF5A63;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

/**/

.blocoPers3{
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	padding: 0;
}

.blocoPers3 p.hp1{
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 55px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 700;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.5);
}

.blocoPers3 p.hp2{
	display: inline-block;
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 400;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.4);

}

.blocoPers3 p.hp3{
	display: inline-block;
	width: 100%;
	font-size: 38px;
	line-height: 44px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 700;
	/*text-transform: uppercase;*/
	text-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}

.blocoPers3 p.hp4{
	display: inline-block;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	padding: 0 15px 0 15px;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	font-weight: 700;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}

.blocoPers3 p.hp5{
	display: inline-block;
	width: 100%;
	font-size: 28px;
	line-height: 36px;
	padding: 0 15px 0 15px;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	font-weight: 700;
}

.blocoPers3 a.btPers1{
	width: 100%;
	max-width: 200px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:34px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	margin:0 10px 10px 10px;
	background: #CC0001;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.blocoPers3 a.btPers1:hover{
	background: #FF4040;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.blocoPers3 a.btPers2{
	width: 100%;
	max-width: 200px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:34px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	margin:0 10px 10px 10px;
	padding: 0 0 0 25px;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	background: url("../images/Global/play_Watch_live.svg") no-repeat #FF6F2F;
	background-position: top 2px left 2px;
	background-size: 32px auto;
}

.blocoPers3 a.btPers2:hover{
	transition-delay: 0s;
	transition-duration: 0.1s;
	background: url("../images/Global/play_Watch_live.svg") no-repeat #FF8A56;
	background-position: top 2px left 2px;
	background-size: 32px auto;
}

.blocoPers3 a.btPers3{
	width: 100%;
	max-width: 200px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#063A98;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:34px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	margin:0 10px 10px 10px;
	background: #31FEE7;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.blocoPers3 a.btPers3:hover{
	background: #77FFF0;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.blocoPers3 a.btPers4{
	width: 100%;
	max-width: 200px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:34px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	margin:0 10px 10px 10px;
	background: #154898;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.blocoPers3 a.btPers4:hover{
	background: #406296;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.blocoPers3 a.btPers5{
	width: 100%;
	max-width: 200px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:34px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	margin:0 10px 10px 10px;
	background: #000000;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.blocoPers3 a.btPers5:hover{
	background: #FFFFFF;
	color:#000000;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

/**/

/* Bloco Personalizado 4 */

.blocoPers4{
	position: relative;
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0;
	background-color: #91B3FD;
	padding: 0 0 0 0;
}

.blocoPers4 p.hp1{
	position: relative;
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	font-size: 28px;
	line-height: 30px;
	padding: 10px 20px;
	text-align: left;
	margin: 0 0 0 0;
	color: #000000;
}

.blocoPers4 .txteBts{
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	background-color: #91B3FD;
	padding: 20px;
	text-align: left;
}

.blocoPers4 p.hp2{
	position: relative;
	display: block;
	width: 100%;
	font-size: 28px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 25px 0;
	text-align: left;
	color: #FFFFFF;
	font-weight: 900;
}

.blocoPers4 p.hp3{
	position: relative;
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	color: #FFFFFF;
	font-weight: 900;
}

.blocoPers4 a.btPers1{
	width: 100%;
	max-width: 170px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	margin:0 15px 0 0;
	background: #5389FF;
	text-transform: uppercase;

}

.blocoPers4 a.btPers1:hover{
	background: #719DFD;
}

.blocoPers4 a.btPers2{
	width: 100%;
	max-width: 170px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	margin:0 0 0 0;
	background: #F30D1A;
	text-transform: uppercase;

}

.blocoPers4 a.btPers2:hover{
	background: #FF5A63;
}


/**/

.featureSection .mySlides figcaption .gridContent.box{
	min-height: 370px;
	/*background-color: rgba(0,0,0,0.2);*/
	margin-top: 25px;

}

.featureSection .mySlides figcaption .gridContent.withExternalNav{
	padding-right: 250px;
}

.featureSection .mySlides figcaption .gridContent.box .boxContent{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: auto;
	/*padding: 15px 15px;*/

}

.featureSection .mySlides figcaption .gridContent.box .spiderMat{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:url("../images/Home/spiders-clipart-drawn2.png") no-repeat;
	background-position: center center;
	background-size: cover;
}

.featureSection .mySlides figcaption .gridContent.box img.selo{
	position: absolute;
	bottom:20%;
	right:-5%;
	display: block;
	margin:auto;
	padding: 0;
	width: 100%;
	max-width: 25%;
	height: auto;
	z-index: -10;
}

.featureSection .mySlides figcaption .gridContent.box img.seloM{
	display: none;
}

.featureSection .mySlides figcaption .gridContent.box img.selo2{
	position: absolute;
	top:5%;
	right:5%;
	display: block;
	margin:auto;
	padding: 0;
	width: 136px;
	height: 136px;
}

.featureSection .mySlides figcaption .gridContent.box .logo18anos{
	display: block;
	width: 100%;
	max-width: 30%;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 15px;
}

.featureSection .mySlides figcaption h1{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 55px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 0 12px rgba(0,0,0,0.25);
}

.featureSection .mySlides figcaption h1.s2{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 44px;
	line-height: 50px;
	padding: 0 15px 0 15px;
	margin: 10% 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}


.featureSection .mySlides figcaption h1.s3{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 40px;
	line-height: 46px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 20px 30px rgba(0,0,0,0.28);
}

.featureSection .mySlides figcaption h1.s4{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 100px;
	line-height: 100px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #000000;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h1.s5{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 60px;
	line-height: 68px;
	padding: 0 15px 0 15px;
	margin: 10% 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}


.featureSection .mySlides figcaption h2.s4{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 60px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h3.s4{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 400;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h1.s5{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 60px;
	line-height: 60px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.featureSection .mySlides figcaption h1.s7{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 60px;
	line-height: 60px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.36);
}

.featureSection .mySlides figcaption h1.s8{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 100px;
	line-height: 80px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #000000;
	font-weight: normal;
	text-shadow: 0 0 0 rgba(0,0,0,0);
	font-family: 'Dripping', 'Source Sans Pro', sans-serif;
}

.featureSection .mySlides figcaption h1.s9{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 60px;
	line-height: 60px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.featureSection .mySlides figcaption h1.s10{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 56px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.36);
}

.featureSection .mySlides figcaption h2.s5{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 40px;
	line-height: 50px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #000000;
	font-weight: 400;
	text-shadow: 0px 5px 20px rgba(0,0,0,0);
}

.hw2{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 40px;
	line-height: 60px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #ffffff;
	font-weight: 400;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}
.hw1{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 60px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #ffffff;
	font-weight: 900;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.cid1{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 29px;
	line-height: 35px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #F95354;
	font-weight: 900;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.bf2{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 40px;
	line-height: 60px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #ffffff;
	font-weight: 400;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}
.bf1{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 60px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #ffffff;
	font-weight: 900;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}


.featureSection .mySlides figcaption h1.s6{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 80px;
	line-height: 90px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #000000;
	font-weight: 900;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h2.s6{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 40px;
	line-height: 50px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #000000;
	font-weight: 400;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}
.featureSection .mySlides figcaption h1.s11{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 82px;
	line-height: 74px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #000000;
	font-weight: 900;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h1.s11Cid{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 60px;
	line-height: 56px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #000000;
	font-weight: 900;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.featureSection .mySlides figcaption p.s6{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 26px;
	line-height: 30px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #000000;
	font-weight: 400;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}



/* social */

.featureSection .mySlides figcaption .social-logos{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 15px;
}

.featureSection .mySlides figcaption .social-logos a.item{
	display: inline-block;
	width: 80px;
	margin: 0 15px;
	padding: 0;
}

.featureSection .mySlides figcaption .social-logos a.item img{
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* avatar icones : begin */
.featureSection .mySlides figcaption .avatar-icons{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 15px;
}

.featureSection .mySlides figcaption .avatar-icons .item{
	display: inline-block;
	width: 55px;
	margin: 0 15px;
	padding: 0;
}

.featureSection .mySlides figcaption .avatar-icons .item .bat{
	padding: 0;
	margin: 0;
	-webkit-animation-name: rotateMode;
	animation-name: rotateMode;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	transform-origin: center center;
	transition-duration: 2000ms;
}

.featureSection .mySlides figcaption .avatar-icons .item img{
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}

@keyframes rotateMode {
	0%,
	100% {
		transform: rotate(0deg);
	}
	20%,
	60% {
		transform: rotate(6deg);
	}
	40%,
	80% {
		transform: rotate(-6deg);
	}
}
/* avatar icones : end */

.featureSection .mySlides figcaption h1 .sat{
	position: absolute;
	top: 50px;
	right: 40px;
	width: 100px;
}

.featureSection .mySlides figcaption h1 .al{
	display: inline-block;
	width: 200px;
	height: 200px;
	padding: 0 0 0 0;
	margin: -25px 15px -25px 15px;
	vertical-align: middle;
}

.featureSection .mySlides figcaption .imgPre20{
	display: block;
	width: 100%;
	max-width: 120px;
	padding: 15px 15px 0 15px;
	margin: auto;
}

.featureSection .mySlides figcaption .colorDaysBadge{
	display: block;
	width: 100%;
	max-width: 695px;
	padding: 15px 15px 0 15px;
	margin: auto;
	margin-bottom: -20px;
}

.featureSection .mySlides figcaption h3{
	display: inline-block;
	width: 100%;
	font-size: 34px;
	line-height: 40px;
	padding: 0 15px 0 15px;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	font-weight: 700;
	text-shadow: 0px 11px 46px rgba(0,0,0,0.7);
}

.featureSection .mySlides figcaption h3 span{
	margin: 0;
	padding: 1px 15px;
	background-color: #FF7500;
}

.featureSection .mySlides figcaption h2{
	display: inline-block;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
	color: #D5000C;
	font-weight: 400;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.8);

}

.featureSection .mySlides figcaption h2.s2{
	display: inline-block;
	width: 100%;
	font-size: 35px;
	line-height: 40px;
	padding: 0;
	margin: 15px 0 25px 0;
	color: #FFFFFF;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h2.s3{
	display: inline-block;
	width: 100%;
	font-size: 40px;
	line-height: 48px;
	padding: 0;
	margin: 15px 0 25px 0;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h2.s3{
	display: inline-block;
	width: 100%;
	font-size: 28px;
	line-height: 34px;
	vertical-align: baseline;
	padding: 0;
	margin: 5px 0 5px 0;
	color: #3818BB;
	font-weight: 400;
	text-shadow: 0 20px 20px rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h2.s8{
	display: inline-block;
	width: 100%;
	font-size: 40px;
	line-height: 46px;
	vertical-align: baseline;
	padding: 10px 0 0 0;
	margin: 0 0 5px 0;
	color: #ffffff;
	font-weight: 400;
	/* text-shadow: 0 20px 20px rgba(0,0,0,0); */
}

.featureSection .mySlides figcaption h2.s3 span{
	margin: 0;
	padding: 1px 15px;
	background-color: #FFFFFF;
}

.featureSection .mySlides figcaption h3.s3{
	display: inline-block;
	width: 100%;
	max-width: 460px;
	font-size: 38px;
	line-height: 44px;
	padding: 0 15px 0 15px;
	margin: 0 auto;
	color: #000000;
	font-weight: 600;
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h7.s3{
	display: inline-block;
	width: 100%;
	font-size: 42px;
	line-height: 50px;
	padding: 0;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	font-weight: 900;
	text-transform: none;
	text-shadow: 2px 1px 3px rgba(0,0,0,0.24);
}

.featureSection .mySlides figcaption h7.s4{
	display: inline-block;
	width: 100%;
	font-size: 42px;
	line-height: 58px;
	padding: 0;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	font-weight: 900;
	text-transform: none;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.829);;
}


.marcatexto {

	background: #00000056;
	display: inline;
	padding: 10px 20px 0 !important;
	position: relative;
	color:#FFF;
}

.featureSection .mySlides figcaption img.cflashBadge{
	display: block;
	text-align: center;
	width: 100%;
	max-width: 400px;
	padding: 0 50px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.featureSection .mySlides figcaption img.seloCornerbr{
	position: absolute;
	bottom:25px;
	right: 0;
	width: 172px;
	height: 172px;
	display: block;
	margin: 0;
	padding: 0;
}

.featureSection .mySlides figcaption h7{
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0 0 0 0;
	color: #FF0000;
	font-weight: 900;
	text-transform: uppercase;
}

.featureSection .mySlides figcaption h7.s2{
	display: inline-block;
	width: 100%;
	font-size: 70px;
	line-height: 80px;
	padding: 0;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	font-weight: 900;
	text-transform: none;
}

.featureSection .mySlides figcaption h8{
	display: inline-block;
	width: 100%;
	font-size: 30px;
	line-height: 44px;
	padding: 0;
	margin: 0 0 15px 0;
	font-weight: 700;
	color: #000000;
}

.featureSection .mySlides figcaption h8.s2{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 60px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #FFFFFF;
	font-weight: 700;
	/*text-transform: uppercase;*/
}

.featureSection .mySlides figcaption h9{
	display: inline-block;
	width: 100%;
	font-size: 30px;
	line-height: 36px;
	padding: 0;
	margin: 0 0 0 0;
	font-weight: 400;
	color: #000000;
}

.featureSection .mySlides figcaption img.seloN{
	position: absolute;
	top:0;
	right: 8%;
	width: 109px;
	height: 100px;
	display: block;
	margin: 0;
	padding: 0;
}

.featureSection .mySlides figcaption img.selo17{
	position: absolute;
	bottom:0;
	right: 5%;
	width: 100%;
	max-width: 183px;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}

.featureSection .mySlides figcaption h10{
	display: inline-block;
	width: 100%;
	font-size: 22px;
	line-height: 26px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #FFFFFF;
	font-weight: 700;
	/*text-transform: uppercase;*/
}

.featureSection .mySlides figcaption h4{
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 50px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
}

.featureSection .mySlides figcaption h5{
	display: inline-block;
	width: 100%;
	font-size: 44px;
	line-height: 45px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 11px 46px rgba(0,0,0,0.7);
}

.featureSection .mySlides figcaption h6{
	display: inline-block;
	width: 100%;
	font-size: 32px;
	line-height: 40px;
	padding: 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
}

.featureSection .mySlides figcaption p.h2{
	margin: 0 0 0 0;
	font-size: 60px;
	line-height: 65px;
	font-weight: 900;
	color: #FFFFFF;
	text-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.featureSection .mySlides figcaption p.h3{
	margin: 0 0 0 0;
	font-size: 60px;
	line-height: 65px;
	font-weight: 700;
	color: #FFFFFF;
}

.featureSection .mySlides figcaption p.h4{
	margin: 0 0 0 0;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.featureSection .mySlides figcaption p.h5{
	margin:0 0 0 0;
	font-size:30px;
	line-height:35px;
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.featureSection .mySlides figcaption img.award{
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 120px;
	padding: 0;
	margin: 0 0 0 0;
}

.featureSection .mySlides figcaption p.p{
	display: inline-block;
	width: 100%;
	font-size: 22px;
	line-height: 25px;
	padding: 0;
	margin: 15px 0 0 0;
	color: #FFFFFF;
	font-weight: 300;
	vertical-align: middle;
	/*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
}

.featureSection .mySlides figcaption img.award2{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	max-width: 160px;
	padding: 0;
	margin: 0 0 0 15px;
}

.featureSection .mySlides figcaption img.award3{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	max-width: 100px;
	padding: 0;
	margin: 0 0 0 0px;
}

.featureSection .mySlides figcaption p.subt1{
	width: 100%;
	font-size: 60px;
	line-height: 60px;
	padding: 0;
	margin: 0 0 25px 0;
	color: #FFFFFF;
	font-weight: 300;
}

.featureSection .mySlides figcaption p.subt1 span{
	margin: 0;
	padding: 0 15px 10px 15px;
	background-color: rgba(30, 148, 10, 0.9);
}

.featureSection .mySlides figcaption p.ld_h1{
	display: inline-block;
	font-size: 50px;
	line-height: 55px;
	padding: 5px 15px 5px 15px;
	margin: 0;
	color: #FFFFFF;
	font-weight: 900;
	background-color: #71B223;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.featureSection .mySlides figcaption p.ld_h2{
	display: inline-block;
	font-size: 32px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0 3px 6px rgba(0,0,0,0.32);
}

.featureSection .mySlides figcaption p.ld_h3{
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	margin: 15px 0 15px 0;
	color: #FFFFFF;
	font-weight: 400;
	text-shadow: 0 3px 6px rgba(0,0,0,0.32);
}


.featureSection .mySlides figcaption a.btEntrar{
	width: 100%;
	max-width: 300px;
	height:50px;
	display:inline-block;
	text-decoration:none;
	border-radius: 50px;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:46px;
	font-size: 17px;
	font-weight:600;
	text-transform:uppercase;
	padding:0;
	margin:25px 0 0 0;
	border: 2px solid #FFFFFF;
	background-color: rgba(255,255,255,0.3);
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.featureSection .mySlides figcaption a.btEntrar:hover{
	background-color: rgba(255,255,255,0.5);
}

.featureSection .mySlides figcaption a.btComprar{
	position: absolute;
	bottom:35px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 188px;
	height:50px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:46px;
	font-size: 20px;
	border-radius: 50px;
	margin:25px 0 0 0;
	background: #CC0033;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.blink {
	animation: blink-animation 1s steps(5, start) infinite;
	-webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
@-webkit-keyframes blink-animation {
	to {
		visibility: hidden;
	}
}

.featureSection .mySlides figcaption a.btComprar:hover{
	background: #CC5774;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar1{
	width: 100%;
	max-width: 188px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	border-radius: 40px;
	margin:25px 0 0 0;
	background: #13AEEA;

}

.featureSection .mySlides figcaption a.btComprar1:hover{
	background: #44B6E2;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar2{
	width: 100%;
	max-width: 150px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	border-radius: 50px;
	margin:15px 0 0 0;
	background: #0080ED;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.featureSection .mySlides figcaption a.btComprar2:hover{
	background: #449FEA;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar3{
	width: 100%;
	max-width: 188px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	border-radius: 40px;
	margin:25px 0 0 0;
	background: #CC0033;

}

.featureSection .mySlides figcaption a.btComprar3:hover{
	background: #CC5774;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar4{
	width: 100%;
	max-width: 188px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	border-radius: 40px;
	margin:25px 0 0 0;
	background: #13AEEA;

}

.featureSection .mySlides figcaption a.btComprar4:hover{
	background: #3ABDEF;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar5{
	width: 100%;
	max-width: 180px;
	height:50px;
	display:inline-block;
	text-decoration:none;
	color:#000000;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:48px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 50px;
	margin:15px 0 0 0;
	background: #FFFFFF;

}

/* .featureSection .mySlides figcaption a.btComprar5:hover{
	background: #000000;
	color:#FFFFFF;
	transition-delay: 0s;
	transition-duration: 0.1s;
} */

.featureSection .mySlides figcaption a.btComprar6 {
	width: 100%;
	max-width: 188px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#000000;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	border-radius: 40px;
	margin:25px 0 0 0;
	background: #FFFFFF;
}

.featureSection .mySlides figcaption a.btComprar6:hover{
	background: #000000;
	color: #FFFFFF;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar7{
	width: 100%;
	max-width: 188px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#CC0F16;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 40px;
	margin:25px 0 0 0;
	background: #FFFFFF;

}

.featureSection .mySlides figcaption a.btComprar7:hover{
	background: #EFEFEF;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar8{
	width: 100%;
	max-width: 150px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#063A98;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	border-radius: 50px;
	margin:15px 0 0 0;
	background: #77FFF0;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.featureSection .mySlides figcaption a.btComprar8:hover{
	background: #A8FFF3;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar9{
	width: 100%;
	max-width: 188px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	border-radius: 40px;
	margin:25px 0 0 0;
	background: #FF7500;
	font-weight: 700;

}

.featureSection .mySlides figcaption a.btComprar9:hover{
	background: #FF9236;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btSide1{
	width: 100%;
	max-width: 188px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:34px;
	font-size: 16px;
	border-radius: 50px;
	margin:25px 25px 0 0;
	background: #0086F7;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.featureSection .mySlides figcaption a.btSide1:hover{
	background: #359EF4;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

/**/

.featureSection .mySlides figcaption a.btSide2{
	width: 100%;
	max-width: 188px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:34px;
	font-size: 16px;
	border-radius: 50px;
	margin:25px 0 0 0;
	background: #C81439;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.featureSection .mySlides figcaption a.btSide2:first-of-type{
	margin:25px 0 0 0;
}

.featureSection .mySlides figcaption a.btSide2:hover{
	background: #C64561;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btSide3{
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:18px;
	font-size: 16px;
	border-radius: 50px;
	margin:15px 5px 0 5px;
	padding: 11px 15px;
	background: #CC0001;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}

.featureSection .mySlides figcaption a.btSide3:hover{
	background: #CC5355;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption img{
	width: 100%;
	display:inline-block;
}

.featureSection .mySlides figcaption img.alunaEv{
	position: absolute;
	top: 163px;
	left: 51px;
	width: 292px;
	animation: skateAnimation 6s ease-in-out infinite;
}

.featureSection .mySlides figcaption img#alunaEv{
	position: absolute;
	top: 163px;
	left: 51px;
	width: 292px;

}

/** SlideShow **/

@font-face {
	font-family: 'Dripping';
	font-style: normal;
	font-weight: 400;
	src: url("../images/AlunosEnc/adrip1.ttf") format('truetype');
}

.featureSection{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	z-index: 0;
}

.featureSection .mySlides{
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-size: cover;
	background-position: center top;
	transition: opacity 1s linear;
	text-align: center;
	display: table;
	background-repeat: no-repeat;
	width: 100%;
	opacity: 0;
	overflow: hidden;
	z-index: 10;
}

.featureSection .mySlides.active{
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-size: cover;
	background-position: center;
	/* background-position: center top; */
	transition: opacity 1s linear;
	text-align: center;
	display: table;
	background-repeat: no-repeat;
	width: 100%;
	opacity: 0;
	overflow: hidden;
	z-index: 15;
}


.markers{
	position: absolute;
	top:395px;
	left:50%;
	padding: 15px 0 7px 0;
	margin: 0;
	/*background-color: aqua;*/
	text-align: center;
	z-index: 20;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#featureSection2 .markers{
	position: absolute;
	top:auto;
	bottom:15px;
	left:50%;
	padding: 15px 0 7px 0;
	margin: 0;
	/*background-color: aqua;*/
	text-align: center;
	z-index: 20;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.markers a.marker{
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	padding: 0;
	margin: 0;
	font-size:0;
	line-height:0;
	/*border: 2px rgba(255,255,255,0.5) solid;*/
	background-color: #ffffff;
	margin-right: 15px;
}

.markers a.marker:last-of-type{
	margin-right: 0;

}

.markers a.marker:hover{
	cursor: pointer;
}

.markers a.marker.active{
	/*border: 2px rgba(255,255,255,1) solid;*/
	background-color: #CC0001;
}

/*.markers a.marker.active:after{
	content: ' ';
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	-webkit-animation-name: pmark;
	-webkit-animation-fill-mode: forward;
    animation-name: pmark;
	animation-fill-mode: forward;
	-webkit-animation-timing-function: linear;
    animation-timing-function: linear;
	animation-duration: 8s;
}

@keyframes pmark {
    0% {
		height: 100%;
	}
    100% {
		height: 0%;
	}
}

@-moz-keyframes pmark {
    0% {
		height: 100%;
	}
    100% {
		height: 0%;
	}
}

@-webkit-keyframes pmark {
    0% {
		height: 100%;
	}
    100% {
		height: 0%;
	}
}

@-o-keyframes pmark {
    0% {
		height: 100%;
	}
    100% {
		height: 0%;
	}
}*/

/****************** SLIDES CAPTION EDIT ******************/

.featureSection .mySlides figcaption{
	position: relative;
	width: 100%;
	min-height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: top;
	padding: 0 15px 0 15px;
	background-color: rgba(0,0,0,0.2);
}

#featureSection2 .mySlides figcaption{
	vertical-align: middle;
}

/* External Nav Special Styles */

.featureSection .mySlides figcaption .gridContent .externalSlidesNav{
	position: absolute;
	display: block;
	top:0;
	right:0;
	width: 250px;
	height: 100%;
	text-align: center;
	padding:0 0 0 0;
	background-color: rgba(255,255,255,0);
	color: #FFFFFF;
}

.featureSection .mySlides figcaption .gridContent .externalSlidesNav .externalNav{
	position: relative;
	display: block;
	width: 100%;
	height: 33.33%;
	text-align: center;
	padding:1px;
	color: #FFFFFF;
}

.featureSection .mySlides figcaption .gridContent .externalSlidesNav .externalNav .extNavConnect{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	margin:0;
	padding:0;
	border:0;
	z-index:2;
	cursor: pointer;
	background-color: rgba(0,0,0,0.2);
}

.featureSection .mySlides figcaption .gridContent .externalSlidesNav .externalNav .extNavConnect:hover{
	background-color: rgba(255,255,255,0.1);
}

.featureSection .mySlides figcaption .gridContent .externalSlidesNav .externalNav .externalNavContent{
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	padding:0;
	color: #FFFFFF;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.featureSection .mySlides figcaption .gridContent .externalSlidesNav .externalNav .externalNavContent .miniBox{
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	padding:5px;
	background-color: rgba(0,0,0,0.2);
	color: #FFFFFF;
	vertical-align: middle;
}

.featureSection .mySlides figcaption .gridContent .externalSlidesNav .externalNav .externalNavContent .miniBox p.minih1{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-weight: 700;
	/*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
}

.featureSection .mySlides figcaption .gridContent .externalSlidesNav .externalNav .externalNavContent .miniBox p.miniPlay{
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0 0 0;
	margin: 0;
	color: #FFFFFF;
	text-align: center;
	/*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
}

/* End External Nav */

.featureSection .mySlides figcaption .gridContent{
	position: relative;
	display: table;
	width: 100%;
	max-width: 954px;
	margin: auto;
}

.blocoPers1{
	position: relative;
	display: table;
	width: 100%;
	max-width: 954px;
	margin: auto;
}

.blocoPers1 .blocoPers1-col1{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 50%;
	margin: auto;
	padding: 0 0 0 0;
}

.blocoPers1 .blocoPers1-col2{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 50%;
	margin: auto;
	padding: 0;
}

.blocoPers1 a.btP1{
	width: 100%;
	max-width: 180px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#000000;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 18px;
	border-radius: 50px;
	margin:15px 10px 0 10px;
	font-weight: 600;
	background: #FECF33;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.blocoPers1 a.btP1:hover{
	background: #FCE18A;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.blocoPers1 a.btP2{
	width: 100%;
	max-width: 180px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#000000;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 18px;
	border-radius: 50px;
	margin:15px 10px 0 10px;
	font-weight: 600;
	background: #FEA731;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.blocoPers1 a.btP2:hover{
	background: #FCC47B;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.blocoPers1 a.btP3{
	width: 100%;
	max-width: 180px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#000000;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 18px;
	border-radius: 50px;
	margin:15px 10px 0 10px;
	font-weight: 600;
	background: #FF7F00;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.blocoPers1 a.btP3:hover{
	background: #FFBB7C;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

/* Bloco Personalizado 2 */

.blocoPers2{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 562px;
	margin: auto;
	background-color: rgba(255,255,255,0.6);
	padding: 20px 20px 0 20px;
	border-radius: 10px;
}

.blocoPers2 p.hp1{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 44px;
	line-height: 44px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #F30D1A;
	font-weight: 900;
	/*	background-color: aqua;*/
}

.blocoPers2 p.hp2{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 36px;
	line-height: 38px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #000000;
	font-weight: 400;
}

.blocoPers2 p.hp2 span.s1{
	color: #F30D1A;
	font-weight: 900;
}

.blocoPers2 p.hp2 span.s2{
	font-weight: 900;
}

.blocoPers2 a.btPers1{
	width: 100%;
	max-width: 200px;
	height:44px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:44px;
	font-size: 18px;
	border-radius: 50px;
	margin:0 0 -35px 0;
	font-weight: 600;
	background: #F30D1A;
	text-transform: uppercase;
	transform: translateY(10px);

}

.blocoPers2 a.btPers1:hover{
	background: #FF5A63;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

/**/

.blocoPers3{
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	padding: 0;
}

.blocoPers3 p.hp1{
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 55px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 700;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.5);
}

.blocoPers3 p.hp2{
	display: inline-block;
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 400;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.4);

}

.blocoPers3 p.hp3{
	display: inline-block;
	width: 100%;
	font-size: 38px;
	line-height: 44px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 700;
	/*text-transform: uppercase;*/
	text-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}

.blocoPers3 p.hp4{
	display: inline-block;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	padding: 0 15px 0 15px;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	font-weight: 700;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}

.blocoPers3 p.hp5{
	display: inline-block;
	width: 100%;
	font-size: 28px;
	line-height: 36px;
	padding: 0 15px 0 15px;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	font-weight: 700;
}

.blocoPers3 a.btPers1{
	width: 100%;
	max-width: 200px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:34px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	margin:0 10px 10px 10px;
	background: #CC0001;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.blocoPers3 a.btPers1:hover{
	background: #FF4040;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.blocoPers3 a.btPers2{
	width: 100%;
	max-width: 200px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:34px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	margin:0 10px 10px 10px;
	padding: 0 0 0 25px;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	background: url("../images/Global/play_Watch_live.svg") no-repeat #FF6F2F;
	background-position: top 2px left 2px;
	background-size: 32px auto;
}

.blocoPers3 a.btPers2:hover{
	transition-delay: 0s;
	transition-duration: 0.1s;
	background: url("../images/Global/play_Watch_live.svg") no-repeat #FF8A56;
	background-position: top 2px left 2px;
	background-size: 32px auto;
}

.blocoPers3 a.btPers3{
	width: 100%;
	max-width: 200px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#063A98;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:34px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	margin:0 10px 10px 10px;
	background: #31FEE7;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.blocoPers3 a.btPers3:hover{
	background: #77FFF0;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.blocoPers3 a.btPers4{
	width: 100%;
	max-width: 200px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:34px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	margin:0 10px 10px 10px;
	background: #154898;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.blocoPers3 a.btPers4:hover{
	background: #406296;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.blocoPers3 a.btPers5{
	width: 100%;
	max-width: 200px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:34px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	margin:0 10px 10px 10px;
	background: #000000;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.blocoPers3 a.btPers5:hover{
	background: #FFFFFF;
	color:#000000;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

/**/

/* Bloco Personalizado 4 */

.blocoPers4{
	position: relative;
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0;
	background-color: #91B3FD;
	padding: 0 0 0 0;
}

.blocoPers4 p.hp1{
	position: relative;
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	font-size: 28px;
	line-height: 30px;
	padding: 10px 20px;
	text-align: left;
	margin: 0 0 0 0;
	color: #000000;
}

.blocoPers4 .txteBts{
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	background-color: #91B3FD;
	padding: 20px;
	text-align: left;
}

.blocoPers4 p.hp2{
	position: relative;
	display: block;
	width: 100%;
	font-size: 28px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 25px 0;
	text-align: left;
	color: #FFFFFF;
	font-weight: 900;
}

.blocoPers4 p.hp3{
	position: relative;
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	color: #FFFFFF;
	font-weight: 900;
}

.blocoPers4 a.btPers1{
	width: 100%;
	max-width: 170px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	margin:0 15px 0 0;
	background: #5389FF;
	text-transform: none;

}

.blocoPers4 a.btPers1:hover{
	background: #719DFD;
}

.blocoPers4 a.btPers2{
	width: 100%;
	max-width: 170px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 40px;
	margin:0 0 0 0;
	background: #F30D1A;
	text-transform: none;

}

.blocoPers4 a.btPers2:hover{
	background: #FF5A63;
}


/**/

.featureSection .mySlides figcaption .gridContent.box{
	min-height: 370px;
	/*background-color: rgba(0,0,0,0.2);*/
	margin-top: 25px;

}

.featureSection .mySlides figcaption .gridContent.withExternalNav{
	padding-right: 250px;
}

.featureSection .mySlides figcaption .gridContent.box .boxContent{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: auto;
	/*padding: 15px 15px;*/

}

.featureSection .mySlides figcaption .gridContent.box .spiderMat{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:url("../images/Home/spiders-clipart-drawn2.png") no-repeat;
	background-position: center center;
	background-size: cover;
}

.featureSection .mySlides figcaption .gridContent.box img.selo{
	position: absolute;
	bottom:20%;
	right:-5%;
	display: block;
	margin:auto;
	padding: 0;
	width: 100%;
	max-width: 25%;
	height: auto;
	z-index: -10;
}

.featureSection .mySlides figcaption .gridContent.box img.seloM{
	display: none;
}

.featureSection .mySlides figcaption .gridContent.box img.selo2{
	position: absolute;
	top:5%;
	right:5%;
	display: block;
	margin:auto;
	padding: 0;
	width: 136px;
	height: 136px;
}

.featureSection .mySlides figcaption .gridContent.box .logo18anos{
	display: block;
	width: 100%;
	max-width: 30%;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 15px;
}

.featureSection .mySlides figcaption h1{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 55px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 0 12px rgba(0,0,0,0.25);
}

.featureSection .mySlides figcaption h1.s2{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 44px;
	line-height: 50px;
	padding: 0 15px 0 15px;
	margin: 10% 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}


.featureSection .mySlides figcaption h1.s3{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 40px;
	line-height: 46px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 20px 30px rgba(0,0,0,0.28);
}

.featureSection .mySlides figcaption h1.s4{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 100px;
	line-height: 100px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #000000;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h1.s5{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 60px;
	line-height: 68px;
	padding: 0 15px 0 15px;
	margin: 10% 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}


.featureSection .mySlides figcaption h2.s4{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 60px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h3.s4{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 400;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h1.s5{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 60px;
	line-height: 60px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.featureSection .mySlides figcaption h1.s5web {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 60px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: none;
}

.featureSection .mySlides figcaption h2.s5web {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 30px;
	line-height: 40px;
    padding: 0 15px 0 15px;
    margin: 0 0 0 0;
    color: #000000;
    font-weight: 400;
    text-shadow: none;
}

.featureSection .mySlides figcaption h1.s7{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 60px;
	line-height: 60px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.36);
}

.featureSection .mySlides figcaption h1.s8{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 100px;
	line-height: 80px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #000000;
	font-weight: normal;
	text-shadow: 0 0 0 rgba(0,0,0,0);
	font-family: 'Dripping', 'Source Sans Pro', sans-serif;
}

.featureSection .mySlides figcaption h1.s9{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 60px;
	line-height: 60px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.featureSection .mySlides figcaption h1.s10{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 56px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.36);
}

.featureSection .mySlides figcaption h2.s5{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 40px;
	line-height: 50px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #000000;
	font-weight: 400;
	text-shadow: 0px 5px 20px rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h1.s6{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 80px;
	line-height: 90px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #000000;
	font-weight: 900;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h2.s6{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 40px;
	line-height: 50px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #000000;
	font-weight: 400;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.featureSection .mySlides figcaption p.s6{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 26px;
	line-height: 30px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #000000;
	font-weight: 400;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

/* social */

.featureSection .mySlides figcaption .social-logos{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 15px;
}

.featureSection .mySlides figcaption .social-logos a.item{
	display: inline-block;
	width: 80px;
	margin: 0 15px;
	padding: 0;
}

.featureSection .mySlides figcaption .social-logos a.item img{
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* avatar icones : begin */
.featureSection .mySlides figcaption .avatar-icons{
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 15px;
}

.featureSection .mySlides figcaption .avatar-icons .item{
	display: inline-block;
	width: 55px;
	margin: 0 15px;
	padding: 0;
}

.featureSection .mySlides figcaption .avatar-icons .item .bat{
	padding: 0;
	margin: 0;
	-webkit-animation-name: rotateMode;
	animation-name: rotateMode;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	transform-origin: center center;
	transition-duration: 2000ms;
}

.featureSection .mySlides figcaption .avatar-icons .item img{
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}

@keyframes rotateMode {
	0%,
	100% {
		transform: rotate(0deg);
	}
	20%,
	60% {
		transform: rotate(6deg);
	}
	40%,
	80% {
		transform: rotate(-6deg);
	}
}
/* avatar icones : end */

.featureSection .mySlides figcaption h1 .sat{
	position: absolute;
	top: 50px;
	right: 40px;
	width: 100px;
}

.featureSection .mySlides figcaption h1 .al{
	display: inline-block;
	width: 200px;
	height: 200px;
	padding: 0 0 0 0;
	margin: -25px 15px -25px 15px;
	vertical-align: middle;
}

.featureSection .mySlides figcaption .imgPre20{
	display: block;
	width: 100%;
	max-width: 120px;
	padding: 15px 15px 0 15px;
	margin: auto;
}

.featureSection .mySlides figcaption .colorDaysBadge{
	display: block;
	width: 100%;
	max-width: 695px;
	padding: 15px 15px 0 15px;
	margin: auto;
	margin-bottom: -20px;
}

.featureSection .mySlides figcaption h3{
	display: inline-block;
	width: 100%;
	font-size: 34px;
	line-height: 40px;
	padding: 0 15px 0 15px;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	font-weight: 700;
	text-shadow: 0px 11px 46px rgba(0,0,0,0.7);
}

.featureSection .mySlides figcaption h3 span{
	margin: 0;
	padding: 1px 15px;
	background-color: #FF7500;
}

.featureSection .mySlides figcaption h2{
	display: inline-block;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
	color: #D5000C;
	font-weight: 400;
	text-shadow: 0px 0px 6px rgba(255,255,255,0.8);

}

.featureSection .mySlides figcaption h2.s2{
	display: inline-block;
	width: 100%;
	font-size: 35px;
	line-height: 40px;
	padding: 0;
	margin: 15px 0 25px 0;
	color: #FFFFFF;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h2.s3{
	display: inline-block;
	width: 100%;
	font-size: 40px;
	line-height: 48px;
	padding: 0;
	margin: 15px 0 25px 0;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h2.s3{
	display: inline-block;
	width: 100%;
	font-size: 28px;
	line-height: 34px;
	vertical-align: baseline;
	padding: 0;
	margin: 5px 0 5px 0;
	color: #3818BB;
	font-weight: 400;
	text-shadow: 0 20px 20px rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h2.s8{
	display: inline-block;
	width: 100%;
	font-size: 40px;
	line-height: 46px;
	vertical-align: baseline;
	padding: 10px 0 0 0;
	margin: 0 0 5px 0;
	color: #ffffff;
	font-weight: 400;
	/* text-shadow: 0 20px 20px rgba(0,0,0,0); */
}

.featureSection .mySlides figcaption h2.s8Cid{
	display: inline-block;
	width: 100%;
	font-size: 28px;
	line-height: 28px;
	vertical-align: baseline;
	padding: 10px 0 0 0;
	margin: 0 0 5px 0;
	color: #ffffff;
	font-weight: 400;
	/* text-shadow: 0 20px 20px rgba(0,0,0,0); */
}

.featureSection .mySlides figcaption h2.s3 span{
	margin: 0;
	padding: 1px 15px;
	background-color: #FFFFFF;
}

.featureSection .mySlides figcaption h3.s3{
	display: inline-block;
	width: 100%;
	max-width: 460px;
	font-size: 38px;
	line-height: 44px;
	padding: 0 15px 0 15px;
	margin: 0 auto;
	color: #000000;
	font-weight: 600;
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
}

.featureSection .mySlides figcaption h7.s3{
	display: inline-block;
	width: 100%;
	font-size: 42px;
	line-height: 50px;
	padding: 0;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	font-weight: 900;
	text-transform: none;
	text-shadow: 2px 1px 3px rgba(0,0,0,0.24);
}

.featureSection .mySlides figcaption h7.s4{
	display: inline-block;
	width: 100%;
	font-size: 42px;
	line-height: 58px;
	padding: 0;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	font-weight: 900;
	text-transform: none;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.829);;
}


.marcatexto {

	background: #00000056;
	display: inline;
	padding: 10px 20px 0 !important;
	position: relative;
	color:#FFF;
}

.featureSection .mySlides figcaption img.cflashBadge{
	display: block;
	text-align: center;
	width: 100%;
	max-width: 400px;
	padding: 0 50px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.featureSection .mySlides figcaption img.seloCornerbr{
	position: absolute;
	bottom:25px;
	right: 0;
	width: 172px;
	height: 172px;
	display: block;
	margin: 0;
	padding: 0;
}

.featureSection .mySlides figcaption h7{
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0 0 0 0;
	color: #FF0000;
	font-weight: 900;
	text-transform: uppercase;
}

.featureSection .mySlides figcaption h7.s2{
	display: inline-block;
	width: 100%;
	font-size: 70px;
	line-height: 80px;
	padding: 0;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	font-weight: 900;
	text-transform: none;
}

.featureSection .mySlides figcaption h8{
	display: inline-block;
	width: 100%;
	font-size: 30px;
	line-height: 44px;
	padding: 0;
	margin: 0 0 15px 0;
	font-weight: 700;
	color: #000000;
}

.featureSection .mySlides figcaption h8.s2{
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 60px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #FFFFFF;
	font-weight: 700;
	/*text-transform: uppercase;*/
}

.featureSection .mySlides figcaption h9{
	display: inline-block;
	width: 100%;
	font-size: 30px;
	line-height: 36px;
	padding: 0;
	margin: 0 0 0 0;
	font-weight: 400;
	color: #000000;
}

.featureSection .mySlides figcaption img.seloN{
	position: absolute;
	top:0;
	right: 8%;
	width: 109px;
	height: 100px;
	display: block;
	margin: 0;
	padding: 0;
}

.featureSection .mySlides figcaption img.selo17{
	position: absolute;
	bottom:0;
	right: 5%;
	width: 100%;
	max-width: 183px;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}

.featureSection .mySlides figcaption h10{
	display: inline-block;
	width: 100%;
	font-size: 22px;
	line-height: 26px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #FFFFFF;
	font-weight: 700;
	/*text-transform: uppercase;*/
}

.featureSection .mySlides figcaption h4{
	display: inline-block;
	width: 100%;
	font-size: 50px;
	line-height: 50px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
}

.featureSection .mySlides figcaption h5{
	display: inline-block;
	width: 100%;
	font-size: 44px;
	line-height: 45px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0px 11px 46px rgba(0,0,0,0.7);
}

.featureSection .mySlides figcaption h6{
	display: inline-block;
	width: 100%;
	font-size: 32px;
	line-height: 40px;
	padding: 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
}

.featureSection .mySlides figcaption p.h2{
	margin: 0 0 0 0;
	font-size: 60px;
	line-height: 65px;
	font-weight: 900;
	color: #FFFFFF;
	text-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.featureSection .mySlides figcaption p.h3{
	margin: 0 0 0 0;
	font-size: 60px;
	line-height: 65px;
	font-weight: 700;
	color: #FFFFFF;
}

.featureSection .mySlides figcaption p.h4{
	margin: 0 0 0 0;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.featureSection .mySlides figcaption p.h5{
	margin:0 0 0 0;
	font-size:30px;
	line-height:35px;
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.featureSection .mySlides figcaption img.award{
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 120px;
	padding: 0;
	margin: 0 0 0 0;
}

.featureSection .mySlides figcaption p.p{
	display: inline-block;
	width: 100%;
	font-size: 22px;
	line-height: 25px;
	padding: 0;
	margin: 15px 0 0 0;
	color: #FFFFFF;
	font-weight: 300;
	vertical-align: middle;
	/*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
}

.featureSection .mySlides figcaption img.award2{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	max-width: 160px;
	padding: 0;
	margin: 0 0 0 15px;
}

.featureSection .mySlides figcaption img.award3{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	max-width: 100px;
	padding: 0;
	margin: 0 0 0 0px;
}

.featureSection .mySlides figcaption p.subt1{
	width: 100%;
	font-size: 60px;
	line-height: 60px;
	padding: 0;
	margin: 0 0 25px 0;
	color: #FFFFFF;
	font-weight: 300;
}

.featureSection .mySlides figcaption p.subt1 span{
	margin: 0;
	padding: 0 15px 10px 15px;
	background-color: rgba(30, 148, 10, 0.9);
}

.featureSection .mySlides figcaption p.ld_h1{
	display: inline-block;
	font-size: 50px;
	line-height: 55px;
	padding: 5px 15px 5px 15px;
	margin: 0;
	color: #FFFFFF;
	font-weight: 900;
	background-color: #71B223;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.featureSection .mySlides figcaption p.ld_h2{
	display: inline-block;
	font-size: 32px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: 0 3px 6px rgba(0,0,0,0.32);
}

.featureSection .mySlides figcaption p.ld_h3{
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	margin: 15px 0 15px 0;
	color: #FFFFFF;
	font-weight: 400;
	text-shadow: 0 3px 6px rgba(0,0,0,0.32);
}


.featureSection .mySlides figcaption a.btEntrar{
	width: 100%;
	max-width: 300px;
	height:50px;
	display:inline-block;
	text-decoration:none;
	border-radius: 50px;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:46px;
	font-size: 17px;
	font-weight:600;
	text-transform:uppercase;
	padding:0;
	margin:25px 0 0 0;
	border: 2px solid #FFFFFF;
	background-color: rgba(255,255,255,0.3);
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.featureSection .mySlides figcaption a.btEntrar:hover{
	background-color: rgba(255,255,255,0.5);
}

.featureSection .mySlides figcaption a.btComprar{
	position: absolute;
	bottom:35px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 188px;
	height:50px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:46px;
	font-size: 20px;
	border-radius: 50px;
	margin:25px 0 0 0;
	background: #CC0033;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.blink {
	animation: blink-animation 1s steps(5, start) infinite;
	-webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
	to {
		visibility: hidden;
	}
}
@-webkit-keyframes blink-animation {
	to {
		visibility: hidden;
	}
}

.featureSection .mySlides figcaption a.btComprar:hover{
	background: #CC5774;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar1{
	width: 100%;
	max-width: 188px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	border-radius: 40px;
	margin:25px 0 0 0;
	background: #13AEEA;

}

.featureSection .mySlides figcaption a.btComprar1:hover{
	background: #44B6E2;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar2{
	width: 100%;
	max-width: 150px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	border-radius: 50px;
	margin:15px 0 0 0;
	background: #0080ED;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.featureSection .mySlides figcaption a.btComprar2:hover{
	background: #449FEA;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar3{
	width: 100%;
	max-width: 220px;
	height: 50px;
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	line-height: 16px;
	font-weight: 700;
	font-size: 18px;
	border-radius: 40px;
	border: 0;
	margin: 25px 10px;
	background: #CC0001;
	cursor: pointer;
	padding: 11px;

}


.featureSection .mySlides figcaption a.btComprar3:hover{
	background: #CC5774;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar4{
	width: 100%;
	max-width: 188px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	border-radius: 40px;
	margin:25px 0 0 0;
	background: #13AEEA;

}

.featureSection .mySlides figcaption a.btComprar4:hover{
	background: #3ABDEF;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar5{
	width: 100%;
	max-width: 180px;
	height:50px;
	display:inline-block;
	text-decoration:none;
	color:#000000;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:48px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 50px;
	margin:15px 0 0 0;
	background: #FFFFFF;

}

/* .featureSection .mySlides figcaption a.btComprar5:hover{
	background: #000000;
	color:#FFFFFF;
	transition-delay: 0s;
	transition-duration: 0.1s;
} */

.featureSection .mySlides figcaption a.btComprar6 {
	width: 100%;
	max-width: 188px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#000000;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	border-radius: 40px;
	margin:25px 0 0 0;
	background: #FFFFFF;
}

.featureSection .mySlides figcaption a.btComprar6:hover{
	background: #000000;
	color: #FFFFFF;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar7{
	width: 100%;
	max-width: 188px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#CC0F16;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 40px;
	margin:25px 0 0 0;
	background: #FFFFFF;

}

.featureSection .mySlides figcaption a.btComprar7:hover{
	background: #EFEFEF;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar8{
	width: 100%;
	max-width: 150px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#063A98;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	border-radius: 50px;
	margin:15px 0 0 0;
	background: #77FFF0;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.featureSection .mySlides figcaption a.btComprar8:hover{
	background: #A8FFF3;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar9{
	width: 100%;
	max-width: 188px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	border-radius: 40px;
	margin:25px 0 0 0;
	background: #FF7500;
	font-weight: 700;

}

.featureSection .mySlides figcaption a.btComprar9:hover{
	background: #FF9236;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btSide1{
	width: 100%;
	max-width: 188px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:34px;
	font-size: 16px;
	border-radius: 50px;
	margin:25px 25px 0 0;
	background: #0086F7;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.featureSection .mySlides figcaption a.btSide1:hover{
	background: #359EF4;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

/**/

.featureSection .mySlides figcaption a.btSide2{
	width: 100%;
	max-width: 188px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:34px;
	font-size: 16px;
	border-radius: 50px;
	margin:25px 0 0 0;
	background: #C81439;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.featureSection .mySlides figcaption a.btSide2:first-of-type{
	margin:25px 0 0 0;
}

.featureSection .mySlides figcaption a.btSide2:hover{
	background: #C64561;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btSide3{
	display:inline-block;
	text-decoration:none;
	width: 188px;
	height: 40px;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:18px;
	font-size: 16px;
	border-radius: 50px;
	margin:15px 5px 0 5px;
	padding: 11px 15px;
	background: #CC0001;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	text-transform: unset;
}

.featureSection .mySlides figcaption a.btSide3:hover{
	background: #CC5355;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption img{
	width: 100%;
	display:inline-block;
}

.featureSection .mySlides figcaption img.alunaEv{
	position: absolute;
	top: 163px;
	left: 51px;
	width: 292px;
	animation: skateAnimation 6s ease-in-out infinite;
}

.featureSection .mySlides figcaption img#alunaEv{
	position: absolute;
	top: 163px;
	left: 51px;
	width: 292px;

}

.featureSection .mySlides.flashCarnaval25 .botaoSomOff{

	background-image: url(/themes/ev/assets/images/Global/volume-off.png);
    width: 69px;
	height: 34px;
	position: absolute;
	top: 10px;
	right: 18px;
	cursor: pointer;
	z-index: 999999;
	background-size: contain;
	background-repeat: no-repeat;
}

.featureSection .mySlides.flashCarnaval25 .botaoSomOn{

	
	background-image: url(/themes/ev/assets/images/Global/volume-on.png);
	width: 69px;
	height: 34px;
	position: absolute;
	top: 10px;
	right: 18px;
	cursor: pointer;
	z-index: 999999;
	background-size: contain;
	background-repeat: no-repeat;
}



.featureSection .mySlides.flashCarnaval25 figcaption .gridContent .boxContent .grafismoEsquerdo{

	position: absolute;
	top: 101px;
	left: -149px;
	width: 460px;
	/* animation: waveAnimation2 7s ease-in-out infinite; */
	/* background-color: rgba(255, 0, 0, 0.281); */
}

.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEsquerdoCampanha {

	position: absolute;
	top: 101px;
	left: -149px;
	width: 460px;
	/* animation: waveAnimation2 7s ease-in-out infinite; */
	/* background-color: rgba(255, 0, 0, 0.281); */
}



.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireitoCampanha {

	position: absolute;
	top: 63px;
	right: -120px;
	width: 315px;
	/* animation: waveAnimation 5s ease-in-out infinite; */
	/* background-color: rgba(226, 255, 59, 0.281); */
}

.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEsquerdoCarna {

	position: absolute;
	top: 0;
	left: -233px;
	width: 597px;
	/* animation: waveAnimation2 7s ease-in-out infinite; */
	/* background-color: rgba(255, 0, 0, 0.281); */
}

.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireitoCarna{

	position: absolute;
	top: -66px;
 	 right: -160px;
  	width: 615px;
	/* animation: waveAnimation 5s ease-in-out infinite; */
	/* background-color: rgba(226, 255, 59, 0.281); */
}


.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEsquerdo {

	position: absolute;
	top: 180px;
	left: 90px;
	width: 295px;
	animation: waveAnimation2 7s ease-in-out infinite;
	/* background-color: rgba(255, 0, 0, 0.281); */
}



.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireitoCampanha {

	position: absolute;
	top: 63px;
	right: -120px;
	width: 315px;
	/* animation: waveAnimation 5s ease-in-out infinite; */
	/* background-color: rgba(226, 255, 59, 0.281); */
}

.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireito2 {

	position: absolute;
	top: 180px;
	right: 90px;
	width: 350px;
	animation: waveAnimation 5s ease-in-out infinite;
	/* background-color: rgba(226, 255, 59, 0.281); */
}

.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEvia {

	position: absolute;
	top: 160px;
	left: 150px;
	width: 255px;
	animation: waveEvia 5s ease-in-out infinite;
}

.featureSection .mySlides figcaption img.supertabi{
	position: relative;
	max-width: 277px;
}


.featureSection .mySlides .boxContent .imgFlash img{
	width: 500px;
	display:inline-block;
}

.featureSection .mySlides figcaption .recBox{
	position: relative;
	width: 100%;
	padding: 25px 0 0 0;
	margin: auto;
	text-align: center;
}

.featureSection .mySlides figcaption .recBox p{
	display: inline-block;
	width: 100%;
	font-size: 24px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	font-weight: 300;
}

.featureSection .mySlides figcaption .recBox .logos{
	position: relative;
	width: 100%;
	padding: 0;
	margin: auto;
	/*background-color: aquamarine;*/
}

.featureSection .mySlides figcaption .recBox .logos img{
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: auto;
	vertical-align: middle;
}

.featureSection .mySlides figcaption .recBox .logos img:nth-of-type(1){
	display: inline-block;
	width: 100%;
	max-width: 200px;
	padding: 0;
	margin: auto;
	vertical-align: middle;
}

.featureSection .mySlides figcaption .recBox .logos img:nth-of-type(2){
	display: inline-block;
	width: 100%;
	max-width: 150px;
	padding: 0;
	margin: auto;
	vertical-align: middle;
}

/****************** SLIDES CAPTION EDIT END ******************/

.featureSection .mySlides video {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
}

.animation-element {
	position: relative;
}

.mySlides .animation-element.slide-top {
	opacity: 0;
	-moz-transition: all 1000ms cubic-bezier(0,.72,.51,1);
	-webkit-transition: all 1000ms cubic-bezier(0,.72,.51,1);
	-o-transition: all 1000ms cubic-bezier(0,.72,.51,1);
	transition: all 1000ms cubic-bezier(0,.72,.51,1);
	-moz-transform: translate3d(0px, -40px, 0px);
	-webkit-transform: translate3d(0px, -40px, 0px);
	-o-transform: translate(0px, -40px);
	-ms-transform: translate(0px, -40px);
	transform: translate3d(0px, -40px, 0px);
}

.mySlides.active .animation-element.slide-top{
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.mySlides .animation-element.scale-up {
	-moz-transition: all 500ms cubic-bezier(.29,0,.35,2);
	-webkit-transition: all 500ms cubic-bezier(.29,0,.35,2);
	-o-transition: all 500ms cubic-bezier(.29,0,.35,2);
	transition: all 500ms cubic-bezier(.29,0,.35,2);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.mySlides.active .animation-element.scale-up {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mySlides.active .animation-element.scale-up-lite {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mySlides .animation-element.scale-up-lite {
	-moz-transition: all 500ms cubic-bezier(.29,0,.35,1.4);
	-webkit-transition: all 500ms cubic-bezier(.29,0,.35,1.4);
	-o-transition: all 500ms cubic-bezier(.29,0,.35,1.4);
	transition: all 500ms cubic-bezier(.29,0,.35,1.4);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.mySlides .animation-element.fade-in {
	opacity: 0;
}

.mySlides.active .animation-element.fade-in{
	opacity: 1;
}

.mySlides .animation-element.delay500 {
	-webkit-transition-delay: 0.5s; /* Safari */
	transition-delay: 0.5s;
}

.mySlides .animation-element.delay600 {
	-webkit-transition-delay: 0.6s; /* Safari */
	transition-delay: 0.6s;
}

.mySlides .animation-element.delay700 {
	-webkit-transition-delay: 0.7s; /* Safari */
	transition-delay: 0.7s;
}

.mySlides .animation-element.delay750 {
	-webkit-transition-delay: 0.75s; /* Safari */
	transition-delay: 0.75s;
}

.mySlides .animation-element.delay800 {
	-webkit-transition-delay: 0.8s; /* Safari */
	transition-delay: 0.8s;
}

.mySlides .animation-element.delay1000 {
	-webkit-transition-delay: 1s; /* Safari */
	transition-delay: 1s;
}

.mySlides .animation-element.delay1100 {
	-webkit-transition-delay: 1.1s; /* Safari */
	transition-delay: 1.1s;
}

.mySlides .animation-element.delay1200 {
	-webkit-transition-delay: 1.2s; /* Safari */
	transition-delay: 1.2s;
}

.mySlides .animation-element.delay1300 {
	-webkit-transition-delay: 1.3s; /* Safari */
	transition-delay: 1.3s;
}

.mySlides .animation-element.delay1400 {
	-webkit-transition-delay: 1.4s; /* Safari */
	transition-delay: 1.4s;
}

.mySlides .animation-element.delay1500 {
	-webkit-transition-delay: 1.5s; /* Safari */
	transition-delay: 1.5s;
}

.mySlides .animation-element.delay2000 {
	-webkit-transition-delay: 2s; /* Safari */
	transition-delay: 2s;
}

.mySlides .animation-element.delay18000 {
	-webkit-transition-delay: 0s; /* Safari */
	transition-delay: 0s;
}

.mySlides .animation-element.delay18500 {
	-webkit-transition-delay: 0s; /* Safari */
	transition-delay: 0s;
}

.mySlides .animation-element.delay18000.in-view {
	-webkit-transition-delay: 18s; /* Safari */
	transition-delay: 18s;
}

.mySlides .animation-element.delay18500.in-view {
	-webkit-transition-delay: 18.5s; /* Safari */
	transition-delay: 18.5s;
}

#ProgressBar{
	position:absolute;
	top:0;
	left:0;
	width:0%;
	height:3px;
	background-color:rgba(255, 255, 255, 0.7);
	z-index:100;
}

#ProgressBar.start{
	-webkit-animation-name: pbar;
	-webkit-animation-fill-mode: forward;
	animation-name: pbar;
	animation-fill-mode: forward;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes pbar {
	0% {
		width:0%;
	}
	100% {
		width:100%;
	}
}

@-moz-keyframes pbar {
	0% {
		width:0%;
	}
	100% {
		width:100%;
	}
}

@-webkit-keyframes pbar {
	0% {
		width:0%;
	}
	100% {
		width:100%;
	}
}

@-o-keyframes pbar {
	0% {
		width:0%;
	}
	100% {
		width:100%;
	}
}

#mouseIndicatorMain{
	position: absolute;
	right:10px;
	top:15px;
	z-index: 50;
	-webkit-animation: slideUp 500ms cubic-bezier(.29,0,.35,1.5);
	-moz-animation: slideUp 500ms cubic-bezier(.29,0,.35,1.5);
	animation: slideUp 500ms cubic-bezier(.29,0,.35,1.5);
}

#mouseIndicatorMain.hidden{
	-webkit-animation: slideDown 500ms cubic-bezier(.29,0,.35,1.5) forwards;
	-moz-animation: slideDown 500ms cubic-bezier(.29,0,.35,1.5) forwards;
	animation: slideDown 500ms cubic-bezier(.29,0,.35,1.5) forwards;
}

@keyframes slideUp {
	0% {
		transform:translateY(50px);
	}

	100% {
		transform:translateY(0px);
	}
}

@keyframes slideDown {
	0% {
		transform:translateY(0px);
		opacity: 1;
	}

	100% {
		transform:translateY(50px);
		opacity: 0;
	}
}


#mouseIndicatorMain .mouseIndicator{
	transform: translateX(-50%);
	/*-webkit-animation: breathing 4s ease-out infinite;
	-moz-animation: breathing 4s ease-out infinite;
	animation: breathing 4s ease-out infinite;*/
}

@-webkit-keyframes breathing {
	0% {
		opacity:1;
	}

	25% {
		opacity:1;
	}

	60% {
		opacity:0.2;
	}

	100% {
		opacity:0.8;
	}
}

@keyframes breathing {
	0% {
		opacity:1;
	}

	25% {
		opacity:1;
	}

	60% {
		opacity:0.2;
	}

	100% {
		opacity:0.8;
	}
}

#mouseIndicatorMain .mouseIndicator .mouse-icon{
	width: 15px;
	height: 30px;
	border: 2px solid white;
	border-radius: 15px;
	position: relative;
	text-align: center;
}

#mouseIndicatorMain .mouseIndicator .mouse-wheel{
	height: 6px;
	margin: 2px auto 0;
	display: block;
	width: 3px;
	background-color: white;
	border-radius: 50%;
	-webkit-animation: 1.6s ease infinite wheel-up-down;
	-moz-animation: 1.6s ease infinite wheel-up-down;
	animation: 1.6s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		margin-top: 20px;
		opacity: 0;
	}
}@-moz-keyframes wheel-up-down {
	 0% {
		 margin-top: 2px;
		 opacity: 0;
	 }
	 30% {
		 opacity: 1;
	 }
	 100% {
		 margin-top: 20px;
		 opacity: 0;
	 }
 }@keyframes wheel-up-down {
	  0% {
		  margin-top: 2px;
		  opacity: 0;
	  }
	  30% {
		  opacity: 1;
	  }
	  100% {
		  margin-top: 20px;
		  opacity: 0;
	  }
  }

#mouseIndicatorMain2{
	position: absolute;
	left:50%;
	bottom:50px;
	z-index: 50;
}

#mouseIndicatorMain2 .arrowIndicator {
	position:relative;
	width: 50px;
	height:60px;
	transform: translateX(-50%);
}

#mouseIndicatorMain2 .arrowIndicator::before{
	content: '╲╱';
	color: #fff;
	position: absolute;
	opacity: 1;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
	font-size: 20px;
	width: 60px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	animation: bounce 6s ease infinite;
}

@keyframes skateAnimation {
	0%, 100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(20px);
	}
}


@keyframes bounce {
	0% {
		opacity: 0.2;
		transform: translateY(-50%);
	}
	25%{
		transform: translateY(0);
	}
	50%{
		opacity: 1;
		transform: translateY(-50%);
	}
	75% {
		transform: translateY(0%);
	}
	100% {
		opacity: 0.2;
		transform: translateY(-50%);
	}
}

#pauseBt{
	position:absolute;
	/* bottom:15px; */
	top:15px;
	right:25px;
	width:20px;
	height:20px;
	z-index:70;
	cursor: pointer;
	font-size: 22px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0.8;
}

#pauseBt span{
	display: inline-block;
	width:10px;
	height:20px;
	z-index:70;
	cursor: pointer;
	font-size: 22px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0.8;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	-moz-transition: 700ms cubic-bezier(0,.72,.51,1);
	-webkit-transition: 700ms cubic-bezier(0,.72,.51,1);
	-o-transition: 700ms cubic-bezier(0,.72,.51,1);
	transition: 700ms cubic-bezier(0,.72,.51,1);
	transition-property: width, transform;
}

#pauseBt:hover{
	opacity: 1;
}

#pauseBt.playBt span{
	width:17px;
	height:17px;
	margin-top: 2px;
	border-left: 0px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	border-top: 2px #FFFFFF solid;
	transform: rotate(45deg);
}

.muteBt{
	position:absolute;
	bottom:15px;
	left:25px;
	width:34px;
	height:20px;
	z-index:200;
	cursor: pointer;
	font-size: 22px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0.8;
	background: url(../images/Global/muteIco.png) no-repeat;
	background-position: -32px -3px;
	background-size: auto 25px;
}

.muteBt:hover{
	opacity: 1;
}

.muteBt.unmuted{
	background: url(../images/Global/muteIco.png) no-repeat;
	background-position: 0 -3px;
	background-size: auto 25px;
}

.wfullBt{
	position:absolute;
	bottom:15px;
	left:70px;
	width:20px;
	height:20px;
	z-index:200;
	cursor: pointer;
	font-size: 22px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0.8;
	background: url(../images/Global/watchFull.png) no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.wfullBt:hover{
	opacity: 1;
}

.featureSection .mySlides.slide3{
	background-position: top center;
	background-size: 2560px auto;
	background-color: #BCD0FF;
}

@media(max-width: 1150px){

	.featureSection .mySlides figcaption p.subt1{
		font-size: 5vw;
		line-height: 4vw;
	}

	.featureSection .mySlides figcaption h1.s2{
		font-size: 4vw;
		line-height: 5vw;
	}

	.featureSection .mySlides figcaption h2{
		font-size: 3vw;
		line-height: 4vw;
	}

	.featureSection .mySlides figcaption h4{
		font-size: 6vw;
		line-height: 6vw;
	}

	.featureSection .mySlides figcaption h5{
		font-size: 4vw;
		line-height: 4.5vw;
	}

	.featureSection .mySlides figcaption h6{
		font-size: 3vw;
		line-height: 3.5vw;
	}

	.featureSection .mySlides figcaption h7{
		font-size: 5vw;
		line-height: 6vw;
	}

	.featureSection .mySlides figcaption h8{
		font-size: 3vw;
		line-height: 4vw;
	}

	.featureSection .mySlides figcaption h9{
		font-size: 3vw;
		line-height: 3.5vw;
	}

	.featureSection .mySlides figcaption p.h2{
		font-size: 7.5vw;
		line-height: 8vw;
	}

	.featureSection .mySlides figcaption p.h3{
		font-size: 7vw;
		line-height: 7vw;
	}

	.featureSection .mySlides figcaption h7.s2{
		font-size: 8vw;
		line-height: 9vw;
	}

	.featureSection .mySlides figcaption h8.s2{
		font-size: 6vw;
		line-height: 7vw;
	}

	.featureSection .mySlides figcaption h1 .sat{
		display: none;
	}

	.featureSection .mySlides figcaption h1.s7{
		font-size: 8vw;
		line-height: 8vw;
	}

	.featureSection .mySlides figcaption h1.s9{
		font-size: 7vw;
		line-height: 7vw;
	}

	.featureSection .mySlides figcaption h2.s5,
	.featureSection .mySlides figcaption h2.s5web {
		font-size: 5vw;
		line-height: 5.5vw;
	}

	.featureSection .mySlides figcaption h1.s6{
		font-size: 8vw;
		line-height: 9vw;
	}

	.featureSection .mySlides figcaption h2.s6{
		font-size: 5vw;
		line-height: 6vw;
	}

	.featureSection .mySlides figcaption p.s6{
		font-size: 24px;
		line-height: 30px;
	}

	.blocoPers3 p.hp1{
		font-size: 5vw;
		line-height: 5.5vw;
	}

	.blocoPers3 p.hp2{
		margin-top: 13px;
		font-size: 20px;
		line-height: 26px;
	}

	.blocoPers3 p.hp3{
		font-size: 4vw;
		line-height: 4.5vw;
	}

	.blocoPers3 p.hp4{
		font-size: 18px;
		line-height: 24px;
	}

	.featureSection .mySlides figcaption h1.s4{
		font-size: 10vw;
		line-height: 10vw;
	}

	.featureSection .mySlides figcaption h2.s4{
		font-size: 5vw;
		line-height: 6vw;
	}

	.featureSection .mySlides figcaption h3.s4{
		font-size: 26px;
		line-height: 30px;
	}

	.featureSection .mySlides figcaption h1.s9{
		font-size: 5vw;
		line-height: 6vw;
	}

}

@media(max-width: 800px){
	
	.featureSection .mySlides figcaption h1.flashCarna {
		font-size: 36px;
		line-height: 45px;
	}

}



@media(max-width: 820px){
	.featureSection .mySlides figcaption .gridContent.box img.selo{
		bottom:35%;
		right:-5%;
		max-width: 25%;
		height: auto;
	}

	

}

@media(max-width: 800px){

	.featureSection .mySlides figcaption img.seloCornerbr{
		position: absolute;
		bottom:-15px;
		right: 5%;
		width: 172px;
		height: 172px;
		display: block;
		margin: 0;
		padding: 0;
	}

	.featureSection .mySlides figcaption h1{
		font-size: 6vw;
		line-height: 7vw;
	}

	.featureSection .mySlides figcaption h1.s2{
		font-size: 6vw;
		line-height: 7vw;
	}

	.featureSection .mySlides figcaption h3{
		font-size: 28px;
		line-height: 36px;
	}

	.featureSection .mySlides figcaption img.selo17{
		display: none;
	}

	.blocoPers2 p.hp1{
		font-size: 7vw;
		line-height: 7vw;
	}

	.blocoPers2 p.hp2{
		font-size: 5vw;
		line-height: 5vw;
	}

	.featureSection .mySlides figcaption .social-logos a.item{
		width: 70px;
		margin: 0 10px;
	}

	/* avatar icones : begin */
	.featureSection .mySlides figcaption .avatar-icons a.item{
		width: 70px;
		margin: 0 10px;
	}
	/* avatar icones : end */

	.featureSection .mySlides figcaption h1 .al{
		display: inline-block;
		width: 150px;
		height: 150px;
		padding: 0 0 0 0;
		margin: 0 15px 0 15px;
		vertical-align: middle;
	}

	.featureSection .mySlides figcaption h1.s9{
		font-size: 6vw;
		line-height: 7vw;
	}
	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEvia {
		left: 100px;
	}

}

@media(max-width: 900px){
	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEsquerdoCampanha{
		display: none;
	}
	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireitoCampanha{
		display: none;
	}
}



@media (max-width: 800px){
	.featureSection .campanhaExames {
		background-position: 30% 0 !important;
	}

	.campanhaRetaFinal figcaption .gridContent .boxContent .btRed {
		margin-top: 22px;
	}
	

	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireitoCarna {
		position: absolute;
		top: -66px;
		right: -135px;
		width: 570px;
	}
	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEsquerdoCarna {
		position: absolute;
		top: 0;
		left: -194px;
		width: 541px;
	}
}

@media (max-width: 800px){

	.featureSection .mySlides figcaption h1.s10{
		font-size: 6vw;
		line-height: 6vw;
	}
	.featureSection .mySlides figcaption h2.s8{
		font-size: 4vw;
		line-height: 5vw;
	}

	.featureSection .mySlides figcaption .gridContent.box .boxContent{
		vertical-align: top!important;
	}


}


@media(max-width: 700px){
	.featureSection .mySlides figcaption .gridContent .externalSlidesNav{
		display: none !important;
	}

	.featureSection .mySlides figcaption .gridContent .externalSlidesNav .externalNav{
		display: none !important;
	}

	.featureSection .mySlides figcaption .gridContent.withExternalNav{
		padding-right: 0;
	}

	.featureSection .mySlides figcaption p.subt1{
		font-size: 6vw;
		line-height: 5vw;
	}

	.featureSection .mySlides figcaption h2{
		font-size: 4vw;
		line-height: 4vw;
	}

	.featureSection .mySlides figcaption h7{
		font-size: 6vw;
		line-height: 7vw;
	}

	.featureSection .mySlides figcaption h8{
		font-size: 5vw;
		line-height: 5vw;
	}

	.featureSection .mySlides figcaption h9{
		font-size: 4vw;
		line-height: 4.5vw;
	}

	.featureSection .mySlides figcaption h4{
		font-size: 8vw;
		line-height: 8vw;
	}

	.featureSection .mySlides figcaption h5{
		font-size: 5vw;
		line-height: 5vw;
	}

	.featureSection .mySlides figcaption h6{
		font-size: 4vw;
		line-height: 4.5vw;
	}

	.featureSection .mySlides figcaption h1.s2{
		margin: -15px 0 15px 0;
	}

	.featureSection .mySlides figcaption .gridContent.box img.selo2{
		width: 110px;
		height: 110px;
	}

	.featureSection .mySlides figcaption .gridContent.box img.selo{
		position: relative;
		bottom: 0;
		right: 0;
		max-width: 150px;
		height: auto;
	}

}

@media (max-width: 600px) {
	.featureSection .mySlides figcaption h1.s5,
	.featureSection .mySlides figcaption h1.s5web {
		font-size: 10vw;
		line-height: 12vw;
	}
	.featureSection .mySlides figcaption h1.s9{
		font-size: 10vw;
		line-height: 12vw
	}
	.featureSection .mySlides figcaption h2.s5,
	.featureSection .mySlides figcaption h2.s5web {
		font-size: 5vw;
		line-height: 5.5vw;
	}
	.blocoPers3 p.hp3 {
		font-size: 5vw;
		line-height: 8.5vw;
	}

	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEsquerdoCampanha {

		display: none;
	}

	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireitoCampanha {

		display: none;
	}

	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEsquerdoCarna {
		top: 84px;
		left: -118px;
		width: 305px;
	}
	
	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireitoCarna{
		top: 32px;
		right: -117px;
		width: 376px;
	}

	.featureSection .mySlides figcaption .gridContent.box .boxContent {
		vertical-align: top!important;		
	}
	
	.featureSection .mySlides figcaption h1.flashCarna {
		font-size: 43px;
		line-height: 47px;
	}

	.boxFundo {
		margin-top: 30px;
	}

}

@media(max-width: 480px){

	.featureSection .mySlides figcaption h2.s8Cid{
		font-size: 4vw;
		line-height: 5vw;
	}

	.featureSection .mySlides figcaption h1.s11Cid{
		font-size: 50px;
		line-height: 50px;
	}

	.cid1{
		font-size: 24px;

	}

	#mouseIndicatorMain{
		bottom:50px;
	}

	.featureSection .mySlides figcaption p.subt1{
		font-size: 30px;
		line-height: 40px;
	}

	.featureSection .mySlides figcaption h2{
		font-size: 6.9vw;
		line-height: 6.9vw;
	}

	.featureSection .mySlides figcaption h7{
		font-size: 8vw;
		line-height: 8vw;
	}

	/*.featureSection .mySlides figcaption .gridContent.box .boxContent{
		padding: 20px;
	}*/

	.featureSection .mySlides figcaption a.btComprar{
		bottom:40px;
	}

	.featureSection .mySlides figcaption h1{
		font-size: 9vw;
		line-height: 10vw;
	}

	.featureSection .mySlides figcaption h1.s2{
		font-size: 7vw;
		line-height: 8vw;
	}

	.featureSection .mySlides figcaption h5{
		margin-top: 0;
		font-size: 9vw;
		line-height: 9vw;
	}

	.featureSection .mySlides figcaption h8{
		font-size: 4vw;
		line-height: 4vw;
	}

	.featureSection .mySlides figcaption h9{
		font-size: 6vw;
		line-height: 6.5vw;
	}

	.featureSection .mySlides figcaption .gridContent.box .logo18anos{
		max-width: 50%;
	}

	.featureSection .mySlides figcaption a.btSide1{
		margin:25px 0 0 0;

	}

	.featureSection .mySlides figcaption a.btSide2{
		margin:25px 0 0 0;
	}

	.featureSection .mySlides figcaption a.btSide2:first-of-type{
		margin:25px 0 0 0;
	}

	.featureSection .mySlides figcaption img.seloCornerbr{
		position: absolute;
		bottom:15px;
		right: 15px;
		width: 80px;
		height: 80px;
		display: block;
		margin: 0;
		padding: 0;
	}

	.featureSection .mySlides figcaption .imgPre20{
		padding-top: 0;
		max-width: 100px;
	}

	.featureSection .mySlides figcaption h6{
		font-size: 5vw;
		line-height: 5vw;
	}

	.featureSection .mySlides figcaption .gridContent.box img.seloM{
		display: block;
		top: -5%;
		right:-5%;
		max-width: 100px;
	}

	.featureSection .mySlides figcaption .gridContent.box img.selo2{
		top:-5%;
		right:-5%;
		width: 100px;
		height: 100px;
	}

	.featureSection .mySlides figcaption h10{
		font-size: 18px;
		line-height: 20px;
	}

	.featureSection .mySlides figcaption p.h4{
		margin: 0 0 0 0;
		font-size: 32px;
		line-height: 40px;
		font-weight: 700;
		color: #FFFFFF;
		text-shadow: 0 3px 6px rgba(0,0,0,0.3);
	}

	.featureSection .mySlides figcaption p.h5{
		margin:0 0 0 0;
		font-size:22px;
		line-height:30px;
		font-weight: 300;
		color: #FFFFFF;
		text-shadow: 0 3px 6px rgba(0,0,0,0.3);
	}

	.featureSection .mySlides figcaption p.h2{
		font-size: 9.5vw;
		line-height: 10vw;
	}

	.featureSection .mySlides figcaption p.h3{
		font-size: 9vw;
		line-height: 10vw;
	}

	.blocoPers1 a.btP1,
	.blocoPers1 a.btP2,
	.blocoPers1 a.btP3{
		max-width: 180px;
	}

	.featureSection .mySlides figcaption h7.s2{
		font-size: 10vw;
		line-height: 11vw;
	}

	.featureSection .mySlides figcaption h8.s2{
		font-size: 7vw;
		line-height: 8vw;
	}


	.featureSection .mySlides figcaption img.seloN{
		bottom:0;
		right: -5px;
		width: 60px;
		height: 60px;
		display: none;
	}

	.blocoPers2 p.hp1{
		font-size: 10vw;
		line-height: 10vw;
	}

	.blocoPers2 p.hp2{
		font-size: 6vw;
		line-height: 6vw;
	}

	.blocoPers3 p.hp1{
		font-size: 7vw;
		line-height: 7.5vw;
	}

	.blocoPers3 p.hp2{
		font-size: 17px;
		line-height: 20px;
		margin-top: 10px;
	}

	.blocoPers3 p.hp3{
		font-size: 5vw;
		line-height: 5.5vw;
	}

	.blocoPers3 p.hp4{
		font-size: 16px;
		line-height: 20px;
	}

	.blocoPers3 a.btPers2{
		margin:15px 0 0 0;
	}

	.featureSection .mySlides figcaption a.btSide3{
		margin:5px 5px 0 5px;
		padding: 10px 15px;
	}

	.blocoPers4 p.hp1{
		font-size: 22px;
		line-height: 24px;
		padding: 10px 15px;
	}

	.blocoPers4 p.hp2{
		font-size: 20px;
		line-height: 24px;
	}

	.blocoPers4 .txteBts{
		padding: 15px;
	}

	.blocoPers4 a.btPers1{
		max-width: 140px;

	}

	.blocoPers4 a.btPers2{
		max-width: 140px;

	}

	.featureSection .mySlides figcaption h1 .al{
		width: 140px;
		height: 140px;
	}

	.featureSection .mySlides figcaption h1.s3{
		font-size: 30px;
		line-height: 36px;
	}

	.featureSection .mySlides figcaption h2.s3{
		font-size: 18px;
		line-height: 24px;
	}

	.featureSection .mySlides figcaption h3.s3{
		font-size: 28px;
		line-height: 34px;
	}

	.featureSection .mySlides figcaption .social-logos a.item{
		width: 60px;
		margin: 0 10px;
	}

	/* avatar icones : begin */
	.featureSection .mySlides figcaption .avatar-icons a.item{
		width: 60px;
		margin: 0 10px;
	}
	/* avatar icones : end */

	.featureSection .mySlides figcaption p.ld_h1{
		font-size: 40px;
		line-height: 45px;
	}

	.featureSection .mySlides figcaption p.ld_h2{
		font-size: 24px;
		line-height: 40px;
	}

	.featureSection .mySlides figcaption p.ld_h3{
		font-size: 20px;
		line-height: 26px;
	}

	.featureSection .mySlides figcaption h1.s5,
	.featureSection .mySlides figcaption h1.s5web {
		font-size: 10vw;
		line-height: 12vw;
	}

	.featureSection .mySlides figcaption h1.s7{
		font-size: 10vw;
		line-height: 10vw;
	}

	.featureSection .mySlides figcaption h1.s9{
		font-size: 10vw;
		line-height: 11vw;
	}

	.featureSection .mySlides figcaption h1.s10{
		font-size: 10vw;
		line-height: 11vw;
	}

	.featureSection .mySlides figcaption h2.s8{
		margin-bottom: 16px;
	}

	.featureSection .mySlides figcaption h2.s5, 
	.featureSection .mySlides figcaption h2.s5web {
		font-size: 9vw;
		line-height: 11.5vw;
	}

	.featureSection .mySlides figcaption h1.s6{
		font-size: 9vw;
		line-height: 10vw;
	}

	.featureSection .mySlides figcaption h2.s6{
		font-size: 7vw;
		line-height: 8vw;
	}

	.featureSection .mySlides figcaption h2.s7{
		font-size: 6vw;
		line-height: 2vw;
	}

	.featureSection .mySlides figcaption h2.s8{
		font-size: 6vw;
		line-height: 2vw;
	}

	.featureSection .mySlides figcaption p.s6{
		font-size: 20px;
		line-height: 24px;
	}

	.featureSection .mySlides figcaption h1.s4{
		font-size: 12vw;
		line-height: 12vw;
	}

	.featureSection .mySlides figcaption h2.s4{
		font-size: 9vw;
		line-height: 10vw;
	}

	.featureSection .mySlides figcaption h3.s4{
		font-size: 22px;
		line-height: 30px;
	}

	.featureSection .mySlides figcaption h1.s8{
		font-size: 12vw;
		line-height: 10vw;
	}

	.featureSection .mySlides.slide2{
		background-position: top left 42%;
	}

	.blocoPers3 p.hp5{
		font-size: 20px;
		line-height: 26px;
	}

	.featureSection .mySlides .boxContent .imgFlash img{
		width: 425px;
		display:inline-block;
	}
	.blocoPers3 p.hp3 {
		font-size: 7vw;
		line-height: 11.5vw;
	}
	.featureSection .mySlides figcaption img.alunaEv {
		top: 185px;
		left: -123px;
		width: 251px;
	}
	.featureSection .mySlides figcaption img.supertabi{
		max-width: 230px;
	}

	.hw1{
		font-size: 42px;
		line-height: 47px;
	}
	.hw2{
		font-size: 20px;
		line-height: 40px;
	}
	.bf1{
		font-size: 46px;
		line-height: 50px;
		padding: 20px 0;
	}
	.bf2{
		font-size: 33px;
		line-height: 40px;
	}

	.alunos20anos p.alu20_1{
		font-size: 29px!important;
		line-height: 40px!important;
		padding: 20px 0;
	}

	.alunos20anos p.alu20_2{
		font-size: 44px!important;
		line-height: 81px!important;
	}

	.alunos20anos p.alu20_3{
		font-size: 23px!important;
		line-height: 40px!important;
	}

	.professor20anos p.prof20_1{
		font-size: 29px!important;
		line-height: 40px!important;
		padding: 20px 0;
	}

	.professor20anos p.prof20_2{
		font-size: 44px!important;
		line-height: 81px!important;
	}

	.professor20anos p.prof20_3{
		font-size: 23px!important;
		line-height: 40px!important;
	}

	.aniversario20anos p.aniv20_1{
		font-size: 33px!important;
		line-height: 40px!important;
		padding-top: 30px !important;
	}


	.featureSection .mySlides figcaption .gridContent.box .boxContent{
		vertical-align: top;
	}

	.featureSection .mySlides.flashCarnaval25 figcaption .gridContent.box .boxContent{
		vertical-align: top!important;
	}

	.featureSection .mySlides figcaption h1.flashCarna{
		font-size: 31px;
 		 line-height: 41px;
	}
}

@media (max-width: 375px){
	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireitoCarna {
		top: 54px;
		right: -126px;
		width: 364px;
	  }
	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEsquerdoCarna {
	top: 118px;
	left: -123px;
	width: 286px;
	}
	
}


@media (max-width: 360px){
	.featureSection .mySlides .boxContent .imgFlash img {
		width: 331px;
	}

	.blocoPers3 p.hp1{
		font-size: 29px;
		line-height: 31px;

	}

	.blocoPers3 p.hp3{
		font-size: 10vw;
		line-height: 12vw;
		margin-top: 10px;
	}

	.blocoPers3 p.hp4{
		font-size: 20px;
		line-height: 24px;

	}
	.featureSection .mySlides figcaption img.supertabi{
		max-width: 170px;
	}

	.alunos20anos p.alu20_2{
		font-size: 38px!important;
		line-height: 60px!important;
	}

	.professor20anos p.prof20_2{
		font-size: 38px!important;
		line-height: 60px!important;
	}

	.featureSection .mySlides figcaption h1.flashCarna {
		font-size: 30px;
		line-height: 37px;
	}
	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireitoCarna {
		top: 125px;
		right: -95px;
		width: 296px;
	}
	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEsquerdoCarna {
	top: 167px;
	left: -71px;
	width: 233px;
	}
	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireitoCarna {
		top: 72px;
		right: -117px;
		width: 376px;
	}
	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEsquerdoCarna {
		top: 128px;
		left: -129px;
		width: 305px;
	  }
}


.featureSection .mySlides figcaption img.supertabi{
	position: relative;
	max-width: 277px;
}


.featureSection .mySlides .boxContent .imgFlash img{
	width: 500px;
	display:inline-block;
}

.featureSection .mySlides figcaption .recBox{
	position: relative;
	width: 100%;
	padding: 25px 0 0 0;
	margin: auto;
	text-align: center;
}

.featureSection .mySlides figcaption .recBox p{
	display: inline-block;
	width: 100%;
	font-size: 24px;
	line-height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	font-weight: 300;
}

.featureSection .mySlides figcaption .recBox .logos{
	position: relative;
	width: 100%;
	padding: 0;
	margin: auto;
	/*background-color: aquamarine;*/
}

.featureSection .mySlides figcaption .recBox .logos img{
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: auto;
	vertical-align: middle;
}

.featureSection .mySlides figcaption .recBox .logos img:nth-of-type(1){
	display: inline-block;
	width: 100%;
	max-width: 200px;
	padding: 0;
	margin: auto;
	vertical-align: middle;
}

.featureSection .mySlides figcaption .recBox .logos img:nth-of-type(2){
	display: inline-block;
	width: 100%;
	max-width: 150px;
	padding: 0;
	margin: auto;
	vertical-align: middle;
}

/****************** SLIDES CAPTION EDIT END ******************/

.featureSection .mySlides video {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
}

.animation-element {
	position: relative;
}

.mySlides .animation-element.slide-top {
	opacity: 0;
	-moz-transition: all 1000ms cubic-bezier(0,.72,.51,1);
	-webkit-transition: all 1000ms cubic-bezier(0,.72,.51,1);
	-o-transition: all 1000ms cubic-bezier(0,.72,.51,1);
	transition: all 1000ms cubic-bezier(0,.72,.51,1);
	-moz-transform: translate3d(0px, -40px, 0px);
	-webkit-transform: translate3d(0px, -40px, 0px);
	-o-transform: translate(0px, -40px);
	-ms-transform: translate(0px, -40px);
	transform: translate3d(0px, -40px, 0px);
}

.mySlides.active .animation-element.slide-top{
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.mySlides .animation-element.scale-up {
	-moz-transition: all 500ms cubic-bezier(.29,0,.35,2);
	-webkit-transition: all 500ms cubic-bezier(.29,0,.35,2);
	-o-transition: all 500ms cubic-bezier(.29,0,.35,2);
	transition: all 500ms cubic-bezier(.29,0,.35,2);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.mySlides.active .animation-element.scale-up {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mySlides.active .animation-element.scale-up-lite {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mySlides .animation-element.scale-up-lite {
	-moz-transition: all 500ms cubic-bezier(.29,0,.35,1.4);
	-webkit-transition: all 500ms cubic-bezier(.29,0,.35,1.4);
	-o-transition: all 500ms cubic-bezier(.29,0,.35,1.4);
	transition: all 500ms cubic-bezier(.29,0,.35,1.4);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.mySlides .animation-element.fade-in {
	opacity: 0;
}

.mySlides.active .animation-element.fade-in{
	opacity: 1;
}

.mySlides .animation-element.delay500 {
	-webkit-transition-delay: 0.5s; /* Safari */
	transition-delay: 0.5s;
}

.mySlides .animation-element.delay600 {
	-webkit-transition-delay: 0.6s; /* Safari */
	transition-delay: 0.6s;
}

.mySlides .animation-element.delay700 {
	-webkit-transition-delay: 0.7s; /* Safari */
	transition-delay: 0.7s;
}

.mySlides .animation-element.delay750 {
	-webkit-transition-delay: 0.75s; /* Safari */
	transition-delay: 0.75s;
}

.mySlides .animation-element.delay800 {
	-webkit-transition-delay: 0.8s; /* Safari */
	transition-delay: 0.8s;
}

.mySlides .animation-element.delay1000 {
	-webkit-transition-delay: 1s; /* Safari */
	transition-delay: 1s;
}

.mySlides .animation-element.delay1100 {
	-webkit-transition-delay: 1.1s; /* Safari */
	transition-delay: 1.1s;
}

.mySlides .animation-element.delay1200 {
	-webkit-transition-delay: 1.2s; /* Safari */
	transition-delay: 1.2s;
}

.mySlides .animation-element.delay1300 {
	-webkit-transition-delay: 1.3s; /* Safari */
	transition-delay: 1.3s;
}

.mySlides .animation-element.delay1400 {
	-webkit-transition-delay: 1.4s; /* Safari */
	transition-delay: 1.4s;
}

.mySlides .animation-element.delay1500 {
	-webkit-transition-delay: 1.5s; /* Safari */
	transition-delay: 1.5s;
}

.mySlides .animation-element.delay2000 {
	-webkit-transition-delay: 2s; /* Safari */
	transition-delay: 2s;
}

.mySlides .animation-element.delay18000 {
	-webkit-transition-delay: 0s; /* Safari */
	transition-delay: 0s;
}

.mySlides .animation-element.delay18500 {
	-webkit-transition-delay: 0s; /* Safari */
	transition-delay: 0s;
}

.mySlides .animation-element.delay18000.in-view {
	-webkit-transition-delay: 18s; /* Safari */
	transition-delay: 18s;
}

.mySlides .animation-element.delay18500.in-view {
	-webkit-transition-delay: 18.5s; /* Safari */
	transition-delay: 18.5s;
}

#ProgressBar{
	position:absolute;
	top:0;
	left:0;
	width:0%;
	height:3px;
	background-color:rgba(255, 255, 255, 0.7);
	z-index:100;
}

#ProgressBar.start{
	-webkit-animation-name: pbar;
	-webkit-animation-fill-mode: forward;
	animation-name: pbar;
	animation-fill-mode: forward;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes pbar {
	0% {
		width:0%;
	}
	100% {
		width:100%;
	}
}

@-moz-keyframes pbar {
	0% {
		width:0%;
	}
	100% {
		width:100%;
	}
}

@-webkit-keyframes pbar {
	0% {
		width:0%;
	}
	100% {
		width:100%;
	}
}

@-o-keyframes pbar {
	0% {
		width:0%;
	}
	100% {
		width:100%;
	}
}

#mouseIndicatorMain{
	position: absolute;
	right:10px;
	top:15px;
	z-index: 50;
	-webkit-animation: slideUp 500ms cubic-bezier(.29,0,.35,1.5);
	-moz-animation: slideUp 500ms cubic-bezier(.29,0,.35,1.5);
	animation: slideUp 500ms cubic-bezier(.29,0,.35,1.5);
}

#mouseIndicatorMain.hidden{
	-webkit-animation: slideDown 500ms cubic-bezier(.29,0,.35,1.5) forwards;
	-moz-animation: slideDown 500ms cubic-bezier(.29,0,.35,1.5) forwards;
	animation: slideDown 500ms cubic-bezier(.29,0,.35,1.5) forwards;
}

@keyframes slideUp {
	0% {
		transform:translateY(50px);
	}

	100% {
		transform:translateY(0px);
	}
}

@keyframes slideDown {
	0% {
		transform:translateY(0px);
		opacity: 1;
	}

	100% {
		transform:translateY(50px);
		opacity: 0;
	}
}


#mouseIndicatorMain .mouseIndicator{
	transform: translateX(-50%);
	/*-webkit-animation: breathing 4s ease-out infinite;
	-moz-animation: breathing 4s ease-out infinite;
	animation: breathing 4s ease-out infinite;*/
}

@-webkit-keyframes breathing {
	0% {
		opacity:1;
	}

	25% {
		opacity:1;
	}

	60% {
		opacity:0.2;
	}

	100% {
		opacity:0.8;
	}
}

@keyframes breathing {
	0% {
		opacity:1;
	}

	25% {
		opacity:1;
	}

	60% {
		opacity:0.2;
	}

	100% {
		opacity:0.8;
	}
}

#mouseIndicatorMain .mouseIndicator .mouse-icon{
	width: 15px;
	height: 30px;
	border: 2px solid white;
	border-radius: 15px;
	position: relative;
	text-align: center;
}

#mouseIndicatorMain .mouseIndicator .mouse-wheel{
	height: 6px;
	margin: 2px auto 0;
	display: block;
	width: 3px;
	background-color: white;
	border-radius: 50%;
	-webkit-animation: 1.6s ease infinite wheel-up-down;
	-moz-animation: 1.6s ease infinite wheel-up-down;
	animation: 1.6s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		margin-top: 20px;
		opacity: 0;
	}
}@-moz-keyframes wheel-up-down {
	 0% {
		 margin-top: 2px;
		 opacity: 0;
	 }
	 30% {
		 opacity: 1;
	 }
	 100% {
		 margin-top: 20px;
		 opacity: 0;
	 }
 }@keyframes wheel-up-down {
	  0% {
		  margin-top: 2px;
		  opacity: 0;
	  }
	  30% {
		  opacity: 1;
	  }
	  100% {
		  margin-top: 20px;
		  opacity: 0;
	  }
  }

#mouseIndicatorMain2{
	position: absolute;
	left:50%;
	bottom:50px;
	z-index: 50;
}

#mouseIndicatorMain2 .arrowIndicator {
	position:relative;
	width: 50px;
	height:60px;
	transform: translateX(-50%);
}

#mouseIndicatorMain2 .arrowIndicator::before{
	content: '╲╱';
	color: #fff;
	position: absolute;
	opacity: 1;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
	font-size: 20px;
	width: 60px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	animation: bounce 6s ease infinite;
}

@keyframes skateAnimation {
	0%, 100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(20px);
	}
}


@keyframes bounce {
	0% {
		opacity: 0.2;
		transform: translateY(-50%);
	}
	25%{
		transform: translateY(0);
	}
	50%{
		opacity: 1;
		transform: translateY(-50%);
	}
	75% {
		transform: translateY(0%);
	}
	100% {
		opacity: 0.2;
		transform: translateY(-50%);
	}
}

#pauseBt{
	position:absolute;
	/* bottom:15px; */
	top:15px;
	right:25px;
	width:20px;
	height:20px;
	z-index:70;
	cursor: pointer;
	font-size: 22px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0.8;
}

#pauseBt span{
	display: inline-block;
	width:10px;
	height:20px;
	z-index:70;
	cursor: pointer;
	font-size: 22px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0.8;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	-moz-transition: 700ms cubic-bezier(0,.72,.51,1);
	-webkit-transition: 700ms cubic-bezier(0,.72,.51,1);
	-o-transition: 700ms cubic-bezier(0,.72,.51,1);
	transition: 700ms cubic-bezier(0,.72,.51,1);
	transition-property: width, transform;
}

#pauseBt:hover{
	opacity: 1;
}

#pauseBt.playBt span{
	width:17px;
	height:17px;
	margin-top: 2px;
	border-left: 0px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;
	border-top: 2px #FFFFFF solid;
	transform: rotate(45deg);
}

.muteBt{
	position:absolute;
	bottom:15px;
	left:25px;
	width:34px;
	height:20px;
	z-index:200;
	cursor: pointer;
	font-size: 22px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0.8;
	background: url(../images/Global/muteIco.png) no-repeat;
	background-position: -32px -3px;
	background-size: auto 25px;
}

.muteBt:hover{
	opacity: 1;
}

.muteBt.unmuted{
	background: url(../images/Global/muteIco.png) no-repeat;
	background-position: 0 -3px;
	background-size: auto 25px;
}

.wfullBt{
	position:absolute;
	bottom:15px;
	left:70px;
	width:20px;
	height:20px;
	z-index:200;
	cursor: pointer;
	font-size: 22px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0.8;
	background: url(../images/Global/watchFull.png) no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.wfullBt:hover{
	opacity: 1;
}

.featureSection .mySlides.slide3{
	background-position: top center;
	background-size: 2560px auto;
	background-color: #BCD0FF;
}

.featureSection .jogarNaLinha{
	background-image: url('/themes/ev/assets/images/Home/EV24_concJojarNaLinha_banner_Home_v4.webp?rev=1');
    background-position: center center;
    height: 600px;
    /* opacity: 1; */
}

.featureSection .jogarNaLinha .barra{
	position: absolute;
	width: 100%;
	height: 272px;
	background-color: #FFFFFF42;
	bottom: 0;
}

/* .featureSection .jogarNaLinha .botoes{
	display: flex;
	justify-content: center;
    flex-direction: column;
    align-items: center;
	
} */

.featureSection .jogarNaLinha .parceiros img{
	position: relative;
	width: 100%; 
	max-width: 400px;
	top: 8px;
}

.featureSection .bannerNatal{
	background-image: url('/themes/ev/assets/images/Home/EV24_BlackFriday_banner_Home_AL_2024.png');
    background-position: center center;
    height: 600px;
	
    > figcaption > div > div > p.bn1{
		font-size: 50px;
		line-height: 60px;
		font-weight: 900;
		color: #fff;
	}
	
	> figcaption > div > div > p.bn2{
		font-size: 40px;
		line-height: 50px;
		font-weight: 400;
		color: #FFD800;
	}
}

.featureSection .alunoBlackFriday{
	background-image: url('/themes/ev/assets/images/Home/EV24_BlackFriday_banner_Home_AL.png');
    background-position: center center;
    height: 600px;
	
    /* opacity: 1; */
}

.featureSection .professorBlackFriday{
	background-image: url('/themes/ev/assets/images/Home/EV24_BlackFriday_banner_Home_Prof.png');
    background-position: center center;
    height: 600px;
    /* opacity: 1; */
}


.featureSection .alunos20anos{
	background-image: url('/themes/ev/assets/images/Home/EV25_aniversario20_banner_Home_AL.png');
    background-position: center top!important;
    height: 600px;
    /* opacity: 1; */
}

.featureSection .professor20anos{
	background-image: url('/themes/ev/assets/images/Home/EV25_aniversario20_banner_Home_Prof_2V.webp');
    background-position: center top!important;
    height: 600px;
    /* opacity: 1; */
}


.featureSection .aniversario20anos{
	background-image: url('/themes/ev/assets/images/Home/EV25_aniversario20_banner_Home_institucional_AL.png');
    background-position: center top!important;
    height: 600px;
    /* opacity: 1; */
}

.aniversario20anos .boxContent img{
	width: 100%;
	max-width: 656px;
}



.alunos20anos p.alu20_1 {
	display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 60px;
    padding: 0 15px 0 15px;
    margin: 0 0 0 0;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.alunos20anos p.alu20_2{
	display: inline-block;
    width: 100%;
    font-size: 68px;
    line-height: 68px;
    padding: 0 15px 0 15px;
    margin: 0 0 0 0;
    color: #ffffff;
    font-weight: 900;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.alunos20anos p.alu20_3{
	display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 60px;
    padding: 0 15px 0 15px;
    margin: 0 0 0 0;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.professor20anos p.prof20_1 {
	display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 60px;
    padding: 0 15px 0 15px;
    margin: 0 0 0 0;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.professor20anos p.prof20_2{
	display: inline-block;
    width: 100%;
    font-size: 68px;
    line-height: 68px;
    padding: 0 15px 0 15px;
    margin: 0 0 0 0;
    color: #ffffff;
    font-weight: 900;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.professor20anos p.prof20_3{
	display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 60px;
    padding: 0 15px 0 15px;
    margin: 0 0 0 0;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.aniversario20anos p.aniv20_1 {

	display: inline-block;
    width: 100%;
    font-size: 30px;
    line-height: 58px;
    padding: 0 15px 0 15px;
    margin: 0 0 0 0;
    color: #04ADEF;
    font-weight: 600;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	padding-top: 25px;

}





@keyframes waveEvia {
	0%, 100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(-40px);
	}
}

@keyframes waveAnimation2 {
	0%, 100% {
		transform: translateY(5px);	}
	50% {
		transform: translateY(-30px);
	}
}

@keyframes waveAnimation {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(20px);
	}
}

@keyframes backgroundMove {
	0% { background-position: center top; }
	50% { background-position: center bottom; }
	100% { background-position: center top; }
}

@media(min-width: 1100px){
	.featureSection .mySlides figcaption .parceiros {
		padding-top: 92px;
	}
}

@media(max-width: 1150px){

	.featureSection .mySlides figcaption p.subt1{
		font-size: 5vw;
		line-height: 4vw;
	}

	.featureSection .mySlides figcaption h1.s2{
		font-size: 4vw;
		line-height: 5vw;
	}

	.featureSection .mySlides figcaption h2{
		font-size: 3vw;
		line-height: 4vw;
	}

	.featureSection .mySlides figcaption h4{
		font-size: 6vw;
		line-height: 6vw;
	}

	.featureSection .mySlides figcaption h5{
		font-size: 4vw;
		line-height: 4.5vw;
	}

	.featureSection .mySlides figcaption h6{
		font-size: 3vw;
		line-height: 3.5vw;
	}

	.featureSection .mySlides figcaption h7{
		font-size: 5vw;
		line-height: 6vw;
	}

	.featureSection .mySlides figcaption h8{
		font-size: 3vw;
		line-height: 4vw;
	}

	.featureSection .mySlides figcaption h9{
		font-size: 3vw;
		line-height: 3.5vw;
	}

	.featureSection .mySlides figcaption p.h2{
		font-size: 7.5vw;
		line-height: 8vw;
	}

	.featureSection .mySlides figcaption p.h3{
		font-size: 7vw;
		line-height: 7vw;
	}

	.featureSection .mySlides figcaption h7.s2{
		font-size: 8vw;
		line-height: 9vw;
	}

	.featureSection .mySlides figcaption h8.s2{
		font-size: 6vw;
		line-height: 7vw;
	}

	.featureSection .mySlides figcaption h1 .sat{
		display: none;
	}

	.featureSection .mySlides figcaption h1.s5,
	.featureSection .mySlides figcaption h1.s5web {
        font-size: 4vw;
        line-height: 4.5vw;
        margin-bottom: 1vw;
	}

	.featureSection .mySlides figcaption h1.s7{
		font-size: 8vw;
		line-height: 8vw;
	}

	.featureSection .mySlides figcaption h1.s9{
		font-size: 7vw;
		line-height: 7vw;
	}

	.featureSection .mySlides figcaption h2.s5, 
	.featureSection .mySlides figcaption h2.s5web {
		font-size: 3vw;
        line-height: 4vw;
	}

	.featureSection .mySlides figcaption h1.s6{
		font-size: 8vw;
		line-height: 9vw;
	}

	.featureSection .mySlides figcaption h2.s6{
		font-size: 5vw;
		line-height: 6vw;
	}

	.featureSection .mySlides figcaption p.s6{
		font-size: 24px;
		line-height: 30px;
	}

	.blocoPers3 p.hp1{
		font-size: 5vw;
		line-height: 5.5vw;
	}

	.blocoPers3 p.hp2{
		margin-top: 13px;
		font-size: 20px;
		line-height: 26px;
	}

	.blocoPers3 p.hp3{
		font-size: 4vw;
		line-height: 4.5vw;
	}

	.blocoPers3 p.hp4{
		font-size: 18px;
		line-height: 24px;
	}

	.featureSection .mySlides figcaption h1.s4{
		font-size: 10vw;
		line-height: 10vw;
	}

	.featureSection .mySlides figcaption h2.s4{
		font-size: 5vw;
		line-height: 6vw;
	}

	.featureSection .mySlides figcaption h3.s4{
		font-size: 26px;
		line-height: 30px;
	}

	.featureSection .mySlides figcaption h1.s9{
		font-size: 5vw;
		line-height: 6vw;
	}


}

@media(max-width: 820px){
	.featureSection .mySlides figcaption .gridContent.box img.selo{
		bottom:35%;
		right:-5%;
		max-width: 25%;
		height: auto;
	}
}

@media screen and (max-width: 800px){

	.featureSection .mySlides figcaption img.seloCornerbr{
		position: absolute;
		bottom:-15px;
		right: 5%;
		width: 172px;
		height: 172px;
		display: block;
		margin: 0;
		padding: 0;
	}

	.featureSection .mySlides figcaption h1{
		font-size: 6vw;
		line-height: 7vw;
	}

	.featureSection .mySlides figcaption h1.s2{
		font-size: 6vw;
		line-height: 7vw;
	}

	.featureSection .mySlides figcaption h3{
		font-size: 28px;
		line-height: 36px;
	}

	.featureSection .mySlides figcaption img.selo17{
		display: none;
	}

	.blocoPers2 p.hp1{
		font-size: 7vw;
		line-height: 7vw;
	}

	.blocoPers2 p.hp2{
		font-size: 5vw;
		line-height: 5vw;
	}

	.featureSection .mySlides figcaption .social-logos a.item{
		width: 70px;
		margin: 0 10px;
	}

	/* avatar icones : begin */
	.featureSection .mySlides figcaption .avatar-icons a.item{
		width: 70px;
		margin: 0 10px;
	}
	/* avatar icones : end */

	.featureSection .mySlides figcaption h1 .al{
		display: inline-block;
		width: 150px;
		height: 150px;
		padding: 0 0 0 0;
		margin: 0 15px 0 15px;
		vertical-align: middle;
	}

	.featureSection .mySlides figcaption h1.s9{
		font-size: 6vw;
		line-height: 7vw;
	}

	.featureSection .mySlides figcaption h1.s10{
		font-size: 6vw;
		line-height: 6vw;
	}
	.featureSection .mySlides figcaption h2.s8{
		font-size: 4vw;
		line-height: 5vw;
	}


	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEsquerdo{
		left: -40px;
		top: 190px;
	}

	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireito{
		right: -40px;
		top: 165px;
	}
	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireito2{
		right: -40px;
		top: 165px;
	}
	.featureSection .mySlides figcaption .parceiros {
		padding-top: 27px;
	}

	.featureSection .jogarNaLinha .parceiros img {
		top: 14px;
	}

}

@media screen and (max-width: 700px){
	.featureSection .mySlides figcaption .gridContent .externalSlidesNav{
		display: none !important;
	}

	.featureSection .mySlides figcaption .gridContent .externalSlidesNav .externalNav{
		display: none !important;
	}

	.featureSection .mySlides figcaption .gridContent.withExternalNav{
		padding-right: 0;
	}

	.featureSection .mySlides figcaption p.subt1{
		font-size: 6vw;
		line-height: 5vw;
	}

	.featureSection .mySlides figcaption h2{
		font-size: 4vw;
		line-height: 4vw;
	}

	.featureSection .mySlides figcaption h7{
		font-size: 6vw;
		line-height: 7vw;
	}

	.featureSection .mySlides figcaption h8{
		font-size: 5vw;
		line-height: 5vw;
	}

	.featureSection .mySlides figcaption h9{
		font-size: 4vw;
		line-height: 4.5vw;
	}

	.featureSection .mySlides figcaption h4{
		font-size: 8vw;
		line-height: 8vw;
	}

	.featureSection .mySlides figcaption h5{
		font-size: 5vw;
		line-height: 5vw;
	}

	.featureSection .mySlides figcaption h6{
		font-size: 4vw;
		line-height: 4.5vw;
	}

	.featureSection .mySlides figcaption h1.s2{
		margin: -15px 0 15px 0;
	}

	.featureSection .mySlides figcaption .gridContent.box img.selo2{
		width: 110px;
		height: 110px;
	}

	.featureSection .mySlides figcaption .gridContent.box img.selo{
		position: relative;
		bottom: 0;
		right: 0;
		max-width: 150px;
		height: auto;
	}

}

@media screen and (max-width: 600px){
	.featureSection .mySlides figcaption h1.s5,
	.featureSection .mySlides figcaption h1.s5web {
		font-size: 5.5vw;
		line-height: 6.5vw;
	}
	.featureSection .mySlides figcaption h1.s9{
		font-size: 10vw;
		line-height: 12vw
	}
	.featureSection .mySlides figcaption h2.s5,
	.featureSection .mySlides figcaption h1.s5web {
		font-size: 5vw;
		line-height: 6.5vw;
	}
	.blocoPers3 p.hp3 {
		font-size: 5vw;
		line-height: 8.5vw;
	}
	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEvia {
		left: 173px;
		top: 130px;
	}

	.mao{
			right: -11px;
	}

	.featureSection .mySlides figcaption .parceiros {
		padding-top: 92px;
	}

	.featureSection .jogarNaLinha .parceiros img {
		top: 23px;
	}



}

@media screen and (max-width: 480px){
	#mouseIndicatorMain{
		bottom:50px;
	}

	.featureSection .mySlides figcaption p.subt1{
		font-size: 30px;
		line-height: 40px;
	}

	.featureSection .mySlides figcaption h2{
		font-size: 6.9vw;
		line-height: 6.9vw;
	}

	.featureSection .mySlides figcaption h7{
		font-size: 8vw;
		line-height: 8vw;
	}

	/*.featureSection .mySlides figcaption .gridContent.box .boxContent{
		padding: 20px;
	}*/

	.featureSection .mySlides figcaption a.btComprar{
		bottom:40px;
	}

	.featureSection .mySlides figcaption h1{
		font-size: 9vw;
		line-height: 10vw;
	}

	.featureSection .mySlides figcaption h1.s2{
		font-size: 7vw;
		line-height: 8vw;
	}

	.featureSection .mySlides figcaption h5{
		margin-top: 0;
		font-size: 9vw;
		line-height: 9vw;
	}

	.featureSection .mySlides figcaption h8{
		font-size: 5vw;
		line-height: 7vw;
	}

	.featureSection .mySlides figcaption h9{
		font-size: 6vw;
		line-height: 6.5vw;
	}

	.featureSection .mySlides figcaption .gridContent.box .logo18anos{
		max-width: 50%;
	}

	.featureSection .mySlides figcaption a.btSide1{
		margin:25px 0 0 0;

	}

	.featureSection .mySlides figcaption a.btSide2{
		margin:25px 0 0 0;
	}

	.featureSection .mySlides figcaption a.btSide2:first-of-type{
		margin:25px 0 0 0;
	}

	.featureSection .mySlides figcaption img.seloCornerbr{
		position: absolute;
		bottom:15px;
		right: 15px;
		width: 80px;
		height: 80px;
		display: block;
		margin: 0;
		padding: 0;
	}

	.featureSection .mySlides figcaption .imgPre20{
		padding-top: 0;
		max-width: 100px;
	}

	.featureSection .mySlides figcaption h6{
		font-size: 5vw;
		line-height: 5vw;
	}

	.featureSection .mySlides figcaption .gridContent.box img.seloM{
		display: block;
		top: -5%;
		right:-5%;
		max-width: 100px;
	}

	.featureSection .mySlides figcaption .gridContent.box img.selo2{
		top:-5%;
		right:-5%;
		width: 100px;
		height: 100px;
	}

	.featureSection .mySlides figcaption h10{
		font-size: 18px;
		line-height: 20px;
	}

	.featureSection .mySlides figcaption p.h4{
		margin: 0 0 0 0;
		font-size: 32px;
		line-height: 40px;
		font-weight: 700;
		color: #FFFFFF;
		text-shadow: 0 3px 6px rgba(0,0,0,0.3);
	}

	.featureSection .mySlides figcaption p.h5{
		margin:0 0 0 0;
		font-size:22px;
		line-height:30px;
		font-weight: 300;
		color: #FFFFFF;
		text-shadow: 0 3px 6px rgba(0,0,0,0.3);
	}

	.featureSection .mySlides figcaption p.h2{
		font-size: 9.5vw;
		line-height: 10vw;
	}

	.featureSection .mySlides figcaption p.h3{
		font-size: 9vw;
		line-height: 10vw;
	}

	.blocoPers1 a.btP1,
	.blocoPers1 a.btP2,
	.blocoPers1 a.btP3{
		max-width: 180px;
	}

	.featureSection .mySlides figcaption h7.s2{
		font-size: 10vw;
		line-height: 11vw;
	}

	.featureSection .mySlides figcaption h8.s2{
		font-size: 7vw;
		line-height: 8vw;
	}

	.featureSection .mySlides figcaption img.seloN{
		bottom:0;
		right: -5px;
		width: 60px;
		height: 60px;
		display: none;
	}

	.blocoPers2 p.hp1{
		font-size: 10vw;
		line-height: 10vw;
	}

	.blocoPers2 p.hp2{
		font-size: 6vw;
		line-height: 6vw;
	}

	.blocoPers3 p.hp1{
		font-size: 7vw;
		line-height: 7.5vw;
	}

	.blocoPers3 p.hp2{
		font-size: 17px;
		line-height: 20px;
		margin-top: 10px;
	}

	.blocoPers3 p.hp3{
		font-size: 5vw;
		line-height: 5.5vw;
	}

	.blocoPers3 p.hp4{
		font-size: 16px;
		line-height: 20px;
	}

	.blocoPers3 a.btPers2{
		margin:15px 0 0 0;
	}

	.featureSection .mySlides figcaption a.btSide3{
		margin:10px 5px 0 5px;
		padding: 10px 15px;
	}

	.blocoPers4 p.hp1{
		font-size: 22px;
		line-height: 24px;
		padding: 10px 15px;
	}

	.blocoPers4 p.hp2{
		font-size: 20px;
		line-height: 24px;
	}

	.blocoPers4 .txteBts{
		padding: 15px;
	}

	.blocoPers4 a.btPers1{
		max-width: 140px;

	}

	.blocoPers4 a.btPers2{
		max-width: 140px;

	}

	.featureSection .mySlides figcaption h1 .al{
		width: 140px;
		height: 140px;
	}

	.featureSection .mySlides figcaption h1.s3{
		font-size: 30px;
		line-height: 36px;
	}

	.featureSection .mySlides figcaption h2.s3{
		font-size: 18px;
		line-height: 24px;
	}

	.featureSection .mySlides figcaption h3.s3{
		font-size: 28px;
		line-height: 34px;
	}

	.featureSection .mySlides figcaption .social-logos a.item{
		width: 60px;
		margin: 0 10px;
	}

	/* avatar icones : begin */
	.featureSection .mySlides figcaption .avatar-icons a.item{
		width: 60px;
		margin: 0 10px;
	}
	/* avatar icones : end */

	.featureSection .mySlides figcaption p.ld_h1{
		font-size: 40px;
		line-height: 45px;
	}

	.featureSection .mySlides figcaption p.ld_h2{
		font-size: 24px;
		line-height: 40px;
	}

	.featureSection .mySlides figcaption p.ld_h3{
		font-size: 20px;
		line-height: 26px;
	}

	.featureSection .mySlides figcaption h1.s5,
	.featureSection .mySlides figcaption h1.s5web {
        font-size: 8vw;
        line-height: 9vw;
	}

	.featureSection .mySlides figcaption h1.s7{
		font-size: 8vw;
		line-height: 8vw;
	}

	.featureSection .mySlides figcaption h1.s9{
		font-size: 10vw;
		line-height: 11vw;
	}

	.featureSection .mySlides figcaption h1.s10{
		font-size: 8vw;
		line-height: 11vw;
	}

	.featureSection .mySlides figcaption h2.s8{
		margin-bottom: 16px;
	}

	.featureSection .mySlides figcaption h2.s5,
	.featureSection .mySlides figcaption h2.s5web {
		font-size: 5vw;
		line-height: 7vw;
	}

	.featureSection .mySlides figcaption h1.s6{
		font-size: 9vw;
		line-height: 10vw;
	}

	.featureSection .mySlides figcaption h2.s6{
		font-size: 7vw;
		line-height: 8vw;
	}

	.featureSection .mySlides figcaption h2.s7{
		font-size: 6vw;
		line-height: 2vw;
	}

	.featureSection .mySlides figcaption h2.s8{
		font-size: 6vw;
		line-height: 2vw;
	}

	.featureSection .mySlides figcaption p.s6{
		font-size: 20px;
		line-height: 24px;
	}

	.featureSection .mySlides figcaption h1.s4{
		font-size: 12vw;
		line-height: 12vw;
	}

	.featureSection .mySlides figcaption h2.s4{
		font-size: 9vw;
		line-height: 10vw;
	}

	.featureSection .mySlides figcaption h3.s4{
		font-size: 22px;
		line-height: 30px;
	}

	.featureSection .mySlides figcaption h1.s8{
		font-size: 12vw;
		line-height: 10vw;
	}

	.featureSection .mySlides.slide2{
		background-position: top left 42%;
	}

	.blocoPers3 p.hp5{
		font-size: 20px;
		line-height: 26px;
	}

	.featureSection .mySlides .boxContent .imgFlash img{
		width: 425px;
		display:inline-block;
	}
	.blocoPers3 p.hp3 {
		font-size: 7vw;
		line-height: 11.5vw;
	}
	.featureSection .mySlides figcaption img.alunaEv {
		top: 185px;
		left: -123px;
		width: 251px;
	}
	.featureSection .mySlides figcaption img.supertabi{
		max-width: 230px;
	}

	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEsquerdo{
		left: -100px;
		top: 275px;

	}


	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireito{
		right: -111px;
		top: 263px;

	}

	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireito2{
		right: -111px;
		top: 263px;

	}

	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEvia {
		left: 78px;
		top: 200px;
		width: 200px;
	}

	.featureSection .mySlides figcaption h1.s11{
		font-size: 51px;
		line-height: 52px;
	}

	.mao{
		right: -79px;
	}

	.elementosCentrais img{
		display: none;
		position: relative;
		width: 100%;
		max-width: 250px;
		padding-top: 20px;
	}

	.featureSection .mySlides figcaption .parceiros {
		padding-top: 45px;
	}

	.featureSection .jogarNaLinha{
		background-image: url('/themes/ev/assets/images/Home/EV24_JogarNaLinha_home_banner_smart_v2.png');
		background-position: center center !important;
		height: 600px !important;
		opacity: 1;
	}

	.featureSection .jogarNaLinha h2.s8Cid{
		display: none!important;
		background-color: red;
	}

	.featureSection .jogarNaLinha .barra{
		display: none;
	}

	.featureSection .jogarNaLinha .parceiros img{
		display: none;
	}

	.featureSection .alunoBlackFriday{
		background-image: url('/themes/ev/assets/images/Pagina-Especial/blackfriday2425/EV24_BlackFriday_AL_Home_banner_smart.png');
		background-position: top center !important;
		height: 600px !important;
		opacity: 1;

	}

	.featureSection .professorBlackFriday{
		background-image: url('/themes/ev/assets/images/Pagina-Especial/blackfriday2425Prof/EV24_BlackFriday_Prof_Home_banner_smart.png');
		background-position: top center !important;
		opacity: 1;
	}

	.featureSection .bannerNatal figcaption .gridContent.box .boxContent{
		vertical-align: top !important;
	}

	.featureSection .bannerNatal{
		background-image: url('/themes/ev/assets/images/Home/EV24_Natal_banner_Home_AL_smart.png');
		background-position: center center!important;
		height: 600px;
		
		> figcaption > div > div > p.bn1{
			font-size: 8vw;
			line-height: 8vw;
			font-weight: 900;
			color: #fff;
		}
		
		> figcaption > div > div > p.bn2{
			font-size: 5vw;
			line-height: 7vw;
			font-weight: 400;
			color: #FFD800;
		}
	}

	.alunoBlackFriday.active .figcaption .gridContent.box .boxContent{
		padding-top: 5px !important;
	}

	.bf1{
		font-size: 40px;
        line-height: 43px;
		padding: 0;
	}
	.bf2{
		font-size: 27px;
        line-height: 27px;
	}	 


	.featureSection .mySlides figcaption h2.tituloConcursoJogarNaLinha {
		display: none;
	}
	.featureSection .mySlides figcaption .logoConcursoJogarNaLinha {
		display: none;
	}

	.featureSection .jogarNaLinha figcaption .gridContent.box .boxContent{
		padding-top: 147px !important;
	}

	.featureSection .mySlides figcaption a.btSide3{
		width: 220px;
	}

	


}

@media screen and (max-width: 375px){
	.featureSection .mySlides figcaption img.supertabi{
		max-width: 185px;
	}
	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoEsquerdo{
		display: none;
	}

	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireito{
		display: none;
	}

	.featureSection .mySlides figcaption .gridContent .boxContent .grafismoDireito2{
		display: none;
	}

	.featureSection .mySlides figcaption h1.s11{
		font-size: 50px;
		line-height: 54px;
	}

	.featureSection .mySlides figcaption img.supertabi{
		max-width: 185px;
	}

	.featureSection .mySlides figcaption .parceiros {
		padding-top: 78px;
	}

	.featureSection .mySlides figcaption h1.s11Cid{
		font-size: 42px;
		line-height: 43px;
	}

	.cid1{
		font-size: 21px;
		line-height: 25px;
	}

	.barra{
		bottom: -27px;

	}



}

@media screen and (max-width: 360px){
	.featureSection .mySlides .boxContent .imgFlash img {
		width: 331px;
	}

	.blocoPers3 p.hp1{
		font-size: 29px;
		line-height: 31px;

	}

	.blocoPers3 p.hp3{
		font-size: 10vw;
		line-height: 12vw;
		margin-top: 10px;
	}

	.blocoPers3 p.hp4{
		font-size: 20px;
		line-height: 24px;

	}
	.featureSection .mySlides figcaption img.supertabi{
		max-width: 170px;
	}

	.featureSection .mySlides figcaption .parceiros {
		padding-top: 4px;
	}

	.logoJogarNaLinha img{
		max-width: 130px!important;
	}

	.featureSection .mySlides figcaption .mao img{
		position: relative;
		bottom: 50px;
	}

}

/*
	Campanhas
*/

.featureSection .mySlides figcaption h1.flashCarna {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #ffffff;
	font-weight: 900;
}

.featureSection .mySlides.campanhaRetaFinal figcaption {
	background-color: rgba(0, 0, 0, 0);
}

.featureSection .mySlides figcaption h1.flashCarna {
	font-size: 50px;
	line-height: 60px;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

@media (min-width: 1388px) {
	.featureSection .mySlides.campanhaRetaFinal,
	.featureSection .mySlides.active.campanhaRetaFinal {
		background-position: 66%;
	}

	.campanhaRetaFinal figcaption .gridContent .boxContent .btRed {
		margin-top: 30px;
	}
}


@media (max-width: 1388px) {
	.featureSection .mySlides.campanhaRetaFinal,
	.featureSection .mySlides.active.campanhaRetaFinal {
		background-position: 66%;
	}

	.campanhaRetaFinal figcaption .gridContent .boxContent .btRed {
        margin-top: 15px;
	}
}

@media (max-width: 1150px) {
	.campanhaRetaFinal figcaption .gridContent .boxContent h1 {
		font-size: 50px;
		line-height: 60px;
		text-shadow: 0 0 0 rgba(0,0,0,0);
	}
}

@media (max-width: 950px) {
	.featureSection .mySlides.campanhaRetaFinal,
	.featureSection .mySlides.active.campanhaRetaFinal {
		background-position: 68% 0;
	}
}

@media (max-width: 800px) {

}

@media (min-width: 600px) {
	.featureSection .mySlides.campanhaRetaFinal,
	.featureSection .mySlides.active.campanhaRetaFinal {
		background-image: url('../images/Home/EV25_3Periodo_banner_Home.png');
	}

	.featureSection .mySlides figcaption .gridContent.box .boxContent {
		vertical-align: middle !important;
	}

	.featureSection .mySlides figcaption .gridContent.jnl .boxContent {
		vertical-align: top !important;
	}
}


@media (max-width: 600px) {
	.featureSection .mySlides figcaption h1.flashCarna, 
	.campanhaRetaFinal figcaption .gridContent .boxContent h1 {
		font-size: 34px;
		line-height: 40px;
	}

	.campanhaRetaFinal figcaption .gridContent .boxContent .btRed {
		margin-top: 20px;
	}

	.featureSection .mySlides.campanhaRetaFinal,
	.featureSection .mySlides.active.campanhaRetaFinal {
		background-image: url('../images/Home/EV25_3Periodo_banner_Home_smart.png');
		background-position: center center;
	}
}