/** SlideShow **/

.featureSection{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: 'Source Sans Pro', sans-serif;
}

.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;
	bottom:0;
	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: 20px;
	height: 20px;
	border-radius: 20px;
	padding: 0;
	margin: 0;
	font-size:0;
	line-height:0;
	border: 2px rgba(255,255,255,0.5) solid;
	margin-right: 10px;
	
}

.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;
}

/*.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: middle;
	padding: 0 15px 0 15px;
}

.featureSection .mySlides figcaption .gridContent{
	display: table;
	width: 100%;
	max-width: 954px;
	margin: auto;
}

.featureSection .mySlides figcaption .gridContent.box{
	position: relative;
	width: 100%;
	max-width: 817px;
	height: 80%;
	margin: auto;
	background-color: rgba(0,0,0,0.2);
}

.featureSection .mySlides figcaption .gridContent.box .boxContent{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: auto;
	padding: 50px;
}

.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 h1{
	display: inline-block;
	width: 100%;
	font-size: 120px;
	line-height: 120px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-transform: uppercase;
}

.featureSection .mySlides figcaption h3{
	display: inline-block;
	width: 100%;
	font-size: 70px;
	line-height: 70px;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-transform: uppercase;
}

.featureSection .mySlides figcaption h3 span{
	margin: 0;
	padding: 1px 15px;
    background-color: rgba(30, 148, 10, 0.9);
}

.featureSection .mySlides figcaption h6{
	display: inline-block;
	width: 100%;
	font-size: 70px;
	line-height: 75px;
	padding: 0 15px;
	margin: 0 0 20px 0;
	color: #FFFFFF;
	font-weight: 900;
	text-transform: uppercase;
}

.featureSection .mySlides figcaption h2{
	display: inline-block;
	width: 100%;
	font-size: 59px;
	line-height: 59px;
	padding: 0;
	margin: 0 0 0 0;
	color: #FFFFFF;
	font-weight: 900;
	text-transform: uppercase;
	
}

.featureSection .mySlides figcaption h2 span{
	margin: 0;
	padding: 1px 15px;
    background-color: rgba(30, 148, 10, 0.9);
}

.featureSection .mySlides figcaption h7{
	display: inline-block;
	width: 100%;
	font-size: 35px;
	line-height: 40px;
	padding: 0 15px 0 15px;
	margin: 0 0 25px 0;
	color: #FFFFFF;
	font-weight: 400;
	white-space: pre-wrap;
	/*text-transform: uppercase;*/
}

.featureSection .mySlides figcaption h8{
	display: inline-block;
    width: 100%;
    font-size: 70px;
    line-height: 65px;
    padding: 15px;
    margin: 0;
    color: #FFFFFF;
    font-weight: 900;
	/*text-transform: uppercase;*/
}

.featureSection .mySlides figcaption h9{
	display: inline-block;
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    padding: 0 15px 0 15px;
    margin: 0 0 45px 0;
    color: #FFFFFF;
    font-weight: 600;
    white-space: pre-wrap;
	/*text-transform: uppercase;*/
}

.featureSection .mySlides figcaption h4{
	display: inline-block;
	width: 100%;
	font-size: 80px;
	line-height: 80px;
	padding: 0 15px 0 15px;
	margin: 0 0 15px 0;
	color: #FFFFFF;
	font-weight: 900;
	/*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
}

.featureSection .mySlides figcaption h4 span{
	padding: 0 25px;
  background-color: rgba(255,139,26,0.8);
}

.featureSection .mySlides figcaption h5{
	display: inline-block;
	width: 100%;
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
	padding: 0 15px 0 15px;
	margin: 0 0 0 0;
	color: #FFFFFF;
	/*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
}

.featureSection .mySlides figcaption h5 span{
	padding: 0 25px 10px 25px;
  	background-color: rgba(255,139,26,0.8);
}


.featureSection .mySlides figcaption p{
	display: inline-block;
	width: 100%;
	font-size: 28px;
	line-height: 28px;
	padding: 0;
	margin: 15px 0 25px 0;
	color: #FFFFFF;
	font-weight: 300;
	/*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
}

.featureSection .mySlides figcaption img.award{
	display: inline-block;
	text-align: center;
	width: 100%;
	max-width: 160px;
	padding: 0;
	margin: 0 0 25px 0;
}

.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 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:90px;
	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);

}

.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: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: #ff9d00;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.featureSection .mySlides figcaption a.btComprar1:hover{
	background: #FFCA7C;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar2{
	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:20px 0 0 0;
	background: #0080ED;
	border: 2px solid rgba(0,0,0,0);
	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: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);

}

.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: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: #007FEA;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.featureSection .mySlides figcaption a.btComprar4:hover{
	background: #3597E8;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption a.btComprar5{
	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: #ff3602;
	border: 2px solid rgba(0,0,0,0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

.featureSection .mySlides figcaption a.btComprar5:hover{
	background: #FF7856;
	transition-delay: 0s;
	transition-duration: 0.1s;
}

.featureSection .mySlides figcaption img{
	width: 100%;
	display:inline-block;
}

/****************** 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.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.delay750 {
  -webkit-transition-delay: 0.75s; /* Safari */
  transition-delay: 0.75s;
}

.mySlides .animation-element.delay1000 {
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;
}

.mySlides .animation-element.delay1500 {
  -webkit-transition-delay: 1.5s; /* Safari */
  transition-delay: 1.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: 999px){
	
.featureSection .mySlides figcaption h6{
	font-size: 7vw;
	line-height: 7.5vw;
}
	
.featureSection .mySlides figcaption p.subt1{
	font-size: 6vw;
	line-height: 5vw;
}

.featureSection .mySlides figcaption h2{
	font-size: 5.9vw;
	line-height: 5.9vw;
}
	
.featureSection .mySlides figcaption h7{
	font-size: 3.5vw;
	line-height: 4vw;
}
	
.featureSection .mySlides figcaption a.btComprar4{
	margin-bottom: 70px;
}

.featureSection .mySlides figcaption h4{
	font-size: 8vw;
	line-height: 8vw;
}

.featureSection .mySlides figcaption h5{
	font-size: 4vw;
	line-height: 4.5vw;
}
	
.featureSection .mySlides figcaption h1{
	font-size: 12vw;
	line-height: 12vw;
}

.featureSection .mySlides figcaption h3{
	font-size: 7vw;
	line-height: 7vw;
}
	
.featureSection .mySlides figcaption h8{
	font-size: 8vw;
	line-height: 7vw;
}

.featureSection .mySlides figcaption h9{
	font-size: 4vw;
	line-height: 3vw;
}
	
}

@media(max-width: 800px){
	.featureSection .mySlides.slide1{
		background-image: url("/themes/ev/assets/images/Home/EV_2Webinar_1920x600_crop_m.jpg") !important;
	}
	
	.featureSection .mySlides.slide2{
		background-image: url("/themes/ev/assets/images/Home/EVSite_Banner_Form2020_v2_CROP2.jpg") !important;
	}
}

@media(max-width: 480px){
	#mouseIndicatorMain{
		bottom:50px;
	}
	
	.featureSection .mySlides figcaption h4{
		font-size: 10vw;
		line-height: 10vw;
	}
	
	.featureSection .mySlides figcaption p.subt1{
		font-size: 30px;
		line-height: 40px;
	}

	.featureSection .mySlides figcaption h2{
		font-size: 6vw;
		line-height: 6vw;
	}

	.featureSection .mySlides figcaption h5{
		font-size: 8vw;
		line-height: 8.5vw;
	}

.featureSection .mySlides figcaption h4 span{
	background-color:  rgba(255,139,26,0.8);
	}

.featureSection .mySlides figcaption h5 span{
	background-color:  rgba(255,139,26,0.8);
	}


	
	.featureSection .mySlides figcaption h6{
		font-size: 7vw;
		line-height: 7.5vw;
	}
	
	.featureSection .mySlides figcaption h7{
		font-size: 5vw;
		line-height: 5vw;
	}
	
	.featureSection .mySlides figcaption .gridContent.box .boxContent{
		padding: 20px;
	}
	
	.featureSection .mySlides figcaption a.btComprar{
		bottom:40px;
	}
	
	.featureSection .mySlides figcaption h1{
		font-size: 12vw;
		line-height: 12vw;
	}

	.featureSection .mySlides figcaption h3{
		font-size: 9vw;
		line-height: 9vw;
	}
	
	.featureSection .mySlides figcaption h8{
		font-size: 12vw;
		line-height: 11vw;
	}

	.featureSection .mySlides figcaption h9{
		font-size: 6vw;
		line-height: 7vw;
	}
	
}