/** 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 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;

	padding-top: 100px;
}

.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 {
	/* background-color: rgba(0,0,0,0.2); */
	margin-top: 25px;
	display: flex;
	flex-flow: column wrap;
	/* background-color: green; */
	align-content: flex-end;
	display: flex;
	align-items: center;
	justify-content: center;
}

.featureSection .mySlides figcaption .gridContent.withExternalNav {
	padding-right: 250px;
}

.featureSection .mySlides figcaption .gridContent.box .boxContent2 {
	/* display: table-cell; */
	/* vertical-align: middle; */
	/* width: 100%; */
	/* margin: auto; */
	/* padding: 15px 15px; */
	max-width: 626px;
	/* background-color: rgba(255, 0, 4, 0.5); */
	background-color: rgba(254, 165, 25, 0.7);
	text-align: left;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* height: 100%; */
	flex-flow: column;
	/* height: 456px; */
}

.featureSection .mySlides figcaption .gridContent.box .boxContent2 a.link3 {
	position: absolute;
	width: 100%;
	max-width: 300px;
	height: 50px;
	bottom: 0;
	right: 0;
	font-size: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 50px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-decoration: none;
	color: #FFFFFF;
	background: url("../images/Global/BTSetaNextWhite.png") #EE0000 no-repeat;
	background-size: 10px 18px;
	background-position: bottom 15px right 15px;
	text-transform: uppercase;
}

.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 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 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;
}

.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: 40px;
	line-height: 50px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 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: #FED831;
}

.featureSection .mySlides figcaption h2 {
	display: inline-block;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	padding: 0;
	margin: 0 0 25px 0;
	color: #D5000C;
	font-weight: 900;
	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: 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.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 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: 60px;
	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: 35px;
	line-height: 40px;
	padding: 0;
	margin: 0 0 15px 0;
	font-weight: 400;
	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 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.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 .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 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;
	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;
}

@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 {
		font-size: 6vw;
		line-height: 6vw;
	}

	.featureSection .mySlides figcaption h1.s7 {
		font-size: 8vw;
		line-height: 8vw;
	}

	.featureSection .mySlides figcaption h2.s5 {
		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 {
		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.s8 {
		font-size: 10vw;
		line-height: 8vw;
	}

	#featureSection {
		height: 550px !important;
	}

}

@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.slide3 {
		background-position: top left 47%;
	}

	.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: 5vw;
		line-height: 6vw;
	}

	.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;
	}

	.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.s8 {
		font-size: 11vw;
		line-height: 9vw;
	}

	#featureSection {
		height: 510px !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;
	}

	#featureSection {
		height: 480px !important;
	}

}

@media(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: 9vw;
		line-height: 9vw;
	}

	.featureSection .mySlides figcaption h8 {
		font-size: 6vw;
		line-height: 6vw;
	}

	/*.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 h3 {
		font-size: 8vw;
		line-height: 9vw;
	}

	.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;
	}

	.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;
	}

	.featureSection .mySlides.slide3 {
		background-position: top left 45%;
	}

	.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 {
		font-size: 8vw;
		line-height: 8vw;
	}

	.featureSection .mySlides figcaption h1.s7 {
		font-size: 10vw;
		line-height: 10vw;
	}

	.featureSection .mySlides figcaption h2.s5 {
		font-size: 7vw;
		line-height: 7.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 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.slide1 {
		background-position: top left 60%;
	}

	.featureSection .mySlides.slide2 {
		background-position: top left 42%;
	}

	.blocoPers3 p.hp5 {
		font-size: 20px;
		line-height: 26px;
	}

	#featureSection {
		height: 380px !important;
	}

	.featureSection .mySlides figcaption .gridContent {
		padding-top: 50px;
	}

}