.screen {
	position: relative;
}

.ranking-resto {
	padding: 70px 0;
	margin-top: 110px;
}
.ranking-resto h1 {
	text-align: center;
	font-family: 'poppinsbold';
	font-size: 30px;
	font-weight: normal;
}
.tit-listado {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 10px;
	border-bottom: thin solid #4587C3;
}
.tit-listado-1{
	font-family: 'poppinsbold';
	font-size: 30px;
	color: #4587C3;
	text-transform: capitalize;
}
.tit-listado-2{
	font-family: 'poppinsmedium';
	font-size: 18px;
}
.participantes-resto {
	padding: 70px 0;
	margin-top: 110px;
}
.participantes-resto h1, .participantes-resto.ayunta h1{
	text-align: center;
	font-family: 'poppinsbold';
	font-size: 40px;
	font-weight: normal;
	max-width: 500px;
	margin:  0 auto;
}
.participantes-resto.ayunta h1{
	max-width: 600px;
}
.participantes-listado{
	color: #000;
}
.participantes-listado ul{
	list-style-type: none;
	margin-top: 60px;
}
@media only all and (max-width: 768px) {
	.tit-listado-1{
		font-size: 22px;
	}
	.tit-listado-2{
		font-size: 16px;
	}
	.participantes-resto {
		padding: 0px 0;
		margin-top: 110px;
	}
	.participantes-listado ul{
		margin-top: 20px;
	}
	.main .main-subcover {
	  padding: 50px 5% 80px;
	}
}
@media only all and (max-width: 500px) {
	.participantes-resto h1, .participantes-resto.ayunta h1 {
	  font-size: 30px;
		max-width: 80%;
	}
	.tit-listado-1{
		font-size: 20px;
	}
	.tit-listado-2{
		font-size: 14px;
	}
}
.participantes-listado ul li{
	font-size: 16px;
	font-family: 'poppinsregular';
	font-weight: inherit;
	padding: 10px 0;
	border-bottom: thin solid #E4E4E4;
}
.ranking-resto .ranking-listado  h3, .ranking-resto .ranking-listado p{
	color: #000000 !important;
}
.ranking-resto .ranking-listado  h3{
	text-align: center;
	font-family: 'poppinsbold';
	font-size: 40px;
	font-weight: normal;
	max-width: 500px;
	margin: 0 auto 80px auto;
}
.ranking-resto .cabecera-ranking .col, .ranking-resto .col {
  color: #ffffff !important;
}
.ranking-resto .cont-table-ranking.total-ranking .cabecera-ranking .col {
  color: #4587C3 !important;
}
.ranking-resto .cont-table-ranking .row {
  border-bottom: 1px solid #ffffff;
}
.ranking-resto .cabecera-ranking.total-ranking .col, .ranking-resto .col {
  color: #000 !important;
}
.ranking-resto .cont-table-ranking.total-ranking .row {
  border-bottom: 1px solid #000;
}
.hp22 {
	background-color: #000000;
}
.cont-hp22 {
	max-width: 1500px;
	margin: 0 auto;
}
.home-iz-22 {
	min-width: 40%;
	margin-right: 5%;
}
.home-iz-22 h1 {
	color: #ffffff;
	font-size: 42px;
	text-align: center;
	padding: 0px 20px;
	max-width: 550px;
	margin-bottom: 30px;
}
.home-iz-22 p {
	width: 100%;
	color: #ffffff;
	font-size: 18px;
	padding: 0px 20px;
	margin: 0 auto;
}
.home-der-22 {
	float: right;
	width: 55%;
}



@property --p{
  syntax: '<number>';
  inherits: true;
  initial-value: 1;
}
.pieMini{
	display: none;
}
.pie {
  --p:20;
  --b:22px;
  --c:darkred;
  --w:250px;

  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  place-content: center;
  font-family: sans-serif;
	color: #ffff4d;
	text-align: center;
	font-family: 'poppinsregular';
	line-height: 25px;
}
.pie span {
  font-size: 250%;
  margin-top: 3px;
	font-family: 'poppinsbold';
}
.pie:before,
.pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.pie:before {
  inset: 0;
  background:
    radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
          mask: radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}
.pie:after {
  inset: calc(50% - var(--b)/2);
  background: var(--c);
  transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}
.animate {
  animation: p 1s .5s both;
}
.no-round:before {
  background-size: 0 0, auto;
}
.no-round:after {
  content: none;
}

@keyframes p{
  from{--p:0}
}


.circulo-km {
	width: 250px;
	height: 250px;
	position: relative;
	left: 50%;
  	transform: translate(-50%, 0%);
	background-image: url(../images/tierra_cont.png);
}
.circulo-km.pieMini, .circulo-km.circulo-extra{
	width: 90px;
	height: 90px;
	position: inherit;
	left: 0;
  	transform: translate(0%, 0%);
	background-image: url(../images/tierra_cont.png);
	background-size: 90px 90px;
	background-position: 2px 2px;
}
.circulo-km.pieMini {
	margin-right: 20px;
}
.circulo-km.circulo-extra{
	background-image: none;
}
.circulo-abs {
	position: absolute;
	top: 0;
	left: 0;
}
.circulo-sup {
	position: absolute;
	top: 3px;
	left: 3px;
}
.circulo-km.pieMini .circulo-sup {
	top: 2px;
	left: 2px;
}
.circulo-textos {
	line-height: 18px;
}
.circulo-textos p{
	font-size: 22px;
	font-weight: 100;
}
.circulo-textos span {
	font-size: 200%;
	line-height: 50px;
	font-family: 'poppinsextrabold';
	margin-top: 5px;
	display: inline-block;
}
.cont-modalidad {
	margin: 20px 0px;
}
.cont-modalidad ul {
	display: flex;
	width: 100%;
}
.cont-modalidad ul li{
	width: 20%;
	color: #ffffff;
	list-style-type: none;
	font-family: 'poppinsbold';
	text-align: center;
	font-size: 20px;
	opacity: 1;
}
.cont-modalidad ul li:hover{
	cursor: pointer;
	opacity: .5;
}
.cont-modalidad ul li.active:hover{
	cursor: auto;
	opacity: 1;
}
.cont-modalidad ul li.active{
	color: #FFFF4D;;
}
.cont-modalidad ul li.active img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(34%) saturate(3670%) hue-rotate(347deg) brightness(109%) contrast(110%);
}
.cont-modalidad ul li img{
	width: 80%;
}
.cont-km-form {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #ffffff;
	margin: 30px 0px;
}
.km-btn {
	background-color: #ffffff;
	color: #000;;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
	font-family: 'poppinsbold';
	font-size: 40px;
	line-height: 43px;
	margin: 0px 20px;
	opacity: 1;
}
.km-btn:hover{
	cursor: pointer;
	opacity: .5;
}
.km-btn.desactivado{
	opacity: .2;
	cursor: auto;
}
.km-total {
	background-color: #FFFF4D;
	color: #000;;
	width: 150px;
	height: 150px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
	font-family: 'poppinsbold';
	font-size: 24px;
	line-height: 42px;
	padding-top: 10px;
}
.km-total span{
	display: block;
	color: #000000;
	font-size: 280%;
	font-family: 'poppinsbold';
	line-height: 50px; 
}
.cont-grupo {
	font-family: 'poppinsregular';
	text-align: center;
	margin: 40px 0px;
}
.cont-grupo p{
	color: #ffffff;
}
.cont-grupo span.wpcf7-list-item {
  display: block;
}
#selector-grupo {
	display: none;
	max-width: 500px;
	margin: 0px auto;
}
.form-style-two .cont-grupo input[type="checkbox"] {
	width: auto;
	margin-right: 5px;
}
.home-der-22 .form-style-two .form-elm-input.submit {
  width: auto;
}
.home-der-22 .form-style-two .form-elm-input.submit input {
	font-size: 22px;
}

@media only all and (max-width:1000px) {
	.circulo-textos {
		line-height: 0px;
	}
	.circulo-textos p{
		font-size: 18px;
	}
	.circulo-textos span {
		font-size: 150%;
	}
	.cont-ini-cont > div {
		width: 50%;
	}
	.cont-ini-cont {
		flex-wrap: wrap;
	}
}
@media only all and (max-width:760px) {
	.home23 {
	  display: block;
	}
	.pie {
		font-size: 14px;
	}
	.pieG{
		display: none;
	}
	.pieMini{
		display: block;
	}
	.pie-circulo {
		margin-top: 0px;
	}
	.circulo-textos p {
	  font-size: 18px;
	}
	.cont-circulo-km {
		margin-bottom: 50px;
	}
}

@media only all and (max-width:550px) {
	.cont-circulo-km {
		flex-wrap: wrap;
	}
	
	.cont-modalidad ul li {
		font-size: 16px;
	}
	.cont-ini-cont > div {
		width: 100%;
	}
}
.widget-counters .counter-item {
	padding: 0px;
}
.widget-counters .counter-item .btn-solid {
	min-width: inherit;
}


@media only all and (max-width:930px) {
	.widget-counters .counter-item {
		width: 50%;
		margin-bottom: 30px;
	}
}
@media only all and (max-width:768px) {
	.widget-section .widget-title {
	  margin: 50px 0 30px;
	}
}
@media only all and (max-width:500px) {
	.widget-counters .counter-item {
		width: 100%;
	}
}
.grupo .wpcf7-list-item.first {
	font-weight: 900;
	margin-bottom: 20px;
	font-size: 20px;
}


.gracias-club h2, .gracias-dorsal h2{
	font-family: 'poppinsbold';
	font-weight: normal;
}
.txt-22 {
	margin-bottom: 20px;
}
.txt-22 p{
	color: #fff;
	line-height: 22px;
}
.txt-22 h2{
	font-family: 'poppinsbold';
	color: #FFFF4D;
	font-size: 36px;
	margin-bottom: 20px;
}
.component-video-title-nuevo{
	font-family: 'poppinsmedium';
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 30px;
}
.inicio23.component-video-title-nuevo {
    color: #000;
}
.gracias-club h2, .gracias-dorsal h2 {
	margin-bottom: 30px;
	font-size: 28px;
}
.thanks-page .limited.gracias-club .socials-items, .thanks-page .limited.gracias-dorsal .socials-items {
  margin: 10px 0 40px 0;
  text-align: center;
}
.thanks-page .limited.gracias-club .txt-gracias-dor, .thanks-page .limited.gracias-dorsal .txt-gracias-dor {
  max-width: 700px;
  margin: auto;
}
.comp-border-bottom.orange:before {
 background-image:url(../images/border-naranja.svg)
}
.bg-gris {
  background-color: #e9e9e9 !important;
}
.bg-nar {
  background-color: #e65120 !important;
}
.main .main-ranking {
  opacity: 0;
  padding: 50px 10% 80px;
}

.cont-table-ranking {
	width: 100%;
	color: #ffffff;
	margin: 60px 0px;
	font-size: 16px;
}
.cont-table-ranking.total-ranking {
	color: #000;
	max-width: 700px;
	margin: 0 auto;
}
.cont-table-ranking strong {
	font-family: 'poppinsbold';
}
.cont-table-ranking .row{
	width: 100%;
	border-bottom: 1px solid #FFFF4D;
	display: flex;
	padding: 10px;
}
.col {
	flex: 1; 
}
.col.ranking-nombre {
	flex: 6; 
	text-align: left;
}
.col.ranking-km {
	flex: 2; 
	text-align: center;
}
.cabecera-ranking .col {
	color: #FFFF4D !important;
}
.main .main-subcover.white, .main .main-subcover.white h3 {
  color: #ffffff !important;
}

@media only all and (max-width:768px) {
	.register-info.ranking-listado {
		padding: 30px 0px !important;
	}
	.main-subcover.ranking-listado {
	  padding: 30px 10% 80px !important;
	}
	.cont-table-ranking {
		font-size: 18px;
	}
	.txt-22 h2{
	font-size: 20px;
	}
}
.nueva-cab {
	display: block !important;
}
.main .main-cover.nueva-cab {
	margin-bottom: 0px;
}
.titulo-nuevo {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}
.creditosClubs {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.cont-hp22 .screen {
	position: relative;
}
.club-logo-init {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 152px;
}
.club-logo-init img {
	width: 100%;
	height: auto;
}
.club-logo-cover {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 152px;
}
.club-logo-cover img {
	width: 100%;
	height: auto;
}
.counter-single.empresas-color .counter-single2 {
  text-transform: none;
}

.cuenta-atras {
	background-color: black;
	min-height: 80vh;
}
.home-cover-cuenta {
  overflow: hidden;
	padding: 350px 0px;
}
.cont-rel-atras {
	position: relative;
	min-height: 170px;
}
.cuenta-atras-cont2 {
  position: absolute;
}
.cuenta-atras-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-cover-cuenta .home-counter, .cont-rel-atras .home-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 0;
}
@media all and (max-height:720px) {
 .home-cover-cuenta .home-counter, .cont-rel-atras .home-counter  {
  padding:12px 0
 }
}
.home-cover-cuenta .home-counter > div, .cont-rel-atras .home-counter > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 15px 25px 20px;
  background-color: rgba(0,0,0,.7);
  margin: 25px 12px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 140px;
}
.cont-rel-atras .home-counter > div {
  min-width: inherit;
	background-color: rgba(255,255,255,.15);
	margin: 5px 5px;
	padding: 15px;
}

@media only all and (max-width:960px) {
 .home-cover-cuenta .home-counter>div {
  padding:18px 18px;
  margin:15px 1%;
  min-width:100px
 }
	.club-logo-cover {
	width: 120px;
  }
}
@media only all and (max-width:925px) {
	.cont-rel-atras {
		min-height: 200px;
	}
	.cuenta-atras-cont2 {
	  left: 50%;
	  -ms-transform: translateX(-50%);
	  transform: translateX(-50%);
	}
}
@media only all and (max-width:500px) {
 .home-cover-cuenta .home-counter>div, .cont-rel-atras .home-counter > div {
  padding:12px;
  margin:15px 1%;
  min-width:70px
 }
	.club-logo-cover {
	width: 70px;
  }
	.club-logo-init {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100px;
}
	
}
.home-cover-cuenta .home-counter span, .cont-rel-atras .home-counter span {
  font-family: "Gill Sans","Gill Sans MT",Calibri,"Trebuchet MS", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
@media only all and (max-width:960px) {
 .home-cover-cuenta .home-counter span, .cont-rel-atras .home-counter span {
  font-size:30px
 }
}
.home-cover-cuenta .home-counter > div span, .cont-rel-atras .home-counter > div span {
  font-family: inherit;
  font-size: 40px;
  font-size: 3.6vw;
  font-weight: 700;
  color: #fff;
  font-weight: 500;
}
@media (max-width:1388.88889px) {
 .home-cover-cuenta .home-counter>div span {
  font-size:50px
 }
 .cont-rel-atras .home-counter > div span {
  font-size:40px
 }
}
@media (min-width:4444.44444px) {
 .home-cover-cuenta .home-counter>div span, .cont-rel-atras .home-counter > div span {
  font-size:160px
 }
}
@media only all and (max-width:960px) {
 .home-cover-cuenta .home-counter>div span, .cont-rel-atras .home-counter > div span {
  line-height:1.2
 }
}
@media only all and (max-width:768px) {
 .home-cover-cuenta .home-counter>div span, .cont-rel-atras .home-counter > div span {
  font-size:45px
 }
}
.home-cover-cuenta .home-counter > div span.smalltext, .cont-rel-atras .home-counter > div span.smalltext {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 4px;
}
@media only all and (max-width:960px) {
 .home-cover-cuenta .home-counter>div span.smalltext, .cont-rel-atras .home-counter > div span.smalltext {
  font-size:13px
 }
}
.home-cover-cuenta .home-cover-text {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 1%;
  text-align: center;
}
@media only all and (max-width:768px) {
 .home-cover-cuenta .home-cover-text {
  font-size:20px;
  padding:0 5%
 }
}
.home-cover-cuenta .home-cover-text p{
  color: #fff;
}
.single-page {
    background-color: #ffffff;
}
.main .main-subcover h3 {
    color: #1d1d1b;
    font-family: 'Open Sans', sans-serif;
    line-height: 45px;
}
h1, h2, h3, h4, h5, h6, p {
    color: #1d1d1b;
}
.component-video .component-video-title, .component-video .component-video-text, .main .main-subcover p, .wysing h1, .wysing h2, .wysing h3, .wysing h4, .wysing h5, .wysing h6 {
    color: #1d1d1b;
}
.component-video .component-video-text h1, .component-video .component-video-text h2, .component-video .component-video-text h3, .component-video .component-video-text h4, .component-video .component-video-text h5, .component-video .component-video-text h6, .component-video .component-video-text p, .wysing div, .wysing li, .wysing span {
    color: #1d1d1b;
}
.register-page .register-info .limited .wysing h1, .register-page .register-info .limited .wysing h2 {
    font-family: Oswald,sans-serif;
}
.main .main-subcover h3 {
	text-align: left;
}
.component-video {
    padding: 0px 0px 0px;
	text-align: left;
}
.component-video .component-video-text {
	margin-bottom: 30px;
}
.component-video .component-video-title {
	padding: 0px 0px;
}
.component-video .component-video-text {
    padding: 35px 0 0;
}

.sentidos {
	background-color: #262626;
	padding: 50px 0px;
}
.linea_sentidos, .linea_sentidos2 {
	margin: 40px 0px;
}
.linea_sentidos:after, .linea_sentidos2:after{
	content:"";
	background-image:url(../images/linea.svg);
	background-repeat:repeat-x;
	height: 2px;
	display: inline-block;
	width: 100%;
}
.linea_sentidos2:after{
	background-image:url(../images/lineaB.svg);
}
.icono_int {
	background-color: #24accb;
	width: 80px;
}
.texto_sentidos {
	text-align: center;
	max-width: 700px;
	margin: 0px auto;
	font-family: 'Open Sans', sans-serif;
}
.texto_sentidos p {
	color: #ffffff !important;
}
.texto_sentidos h1{
	color: #24accb !important;
	font-size: 70px;
	line-height: 60px;
	margin-bottom: 40px;
}
.texto_sentidos h3{
	color: #24accb !important;
	font-size: 25px;
	font-weight: 300;
}
.zona_sentidos {
	position: relative;
}
.ventana {
	width: 579px;
	position: absolute;
	top: -70px;
	z-index: 2;
	left: 50%;
    transform: translate(-50%, 0);
}
.ventana2 {
	width: 539px;
	margin: 0px auto;
	padding: 10px 20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background-color: #24accb;
	color: #ffffff;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	margin-bottom: 20px;
}
.desconectar {
	align-self: flex-end;
	flex-grow: 2;
	text-align: right;
}
.desconectar a{
	display: inline-block;
	background-color: #80d7e6;
	padding: 5px 10px;
	color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	cursor: pointer;
}
.desconectar a:hover{
	background-color: #005766;
}
.sentidos-item:hover h3 {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
.sentidos-item:hover img {
    opacity: .4;
}
.sentidos-item:hover img.xyz {
    opacity: 1;
}
.int_ventana {
	width: 100%;
	background-image:url(../images/centro_ventana.jpg);
	background-repeat: repeat-y;
	background-size: contain;
	padding: 20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sup_ventana, .inf_ventana{
	display: block;
	width: 100%;
	line-height: 0px;
}
.ico_wiffi {
	margin-right: 20px;
}
.ventana_txt p{
	margin-bottom: 0px;
}
@media only all and (max-width:600px) {
	.int_ventana {
  		flex-wrap: wrap;
		text-align: center;
	}
	.ventana {
		width: 100%;
	}
	
	.ico_wiffi, .ventana_txt {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.ventana2 {
		width: 100%;
		flex-wrap: wrap;
	}
	.ventana2 .ico_wiffi {
		width: 20%;
	}
	.ventana2 .ventana_txt {
		width: 80%;
	}
	.int_ventana .form-elm-input{
		text-align: left;
	}
	.texto_sentidos h1{
		font-size: 45px;
		line-height: 50px;
	}
}
@media only all and (max-width:450px) {
	.ventana2 {
		width: 100%;
		flex-wrap: wrap;
	}
	.ventana2 .ico_wiffi {
		width: 20%;
	}
	.ventana2 .ventana_txt {
		width: 80%;
	}
}
.listado_sentidos {
	margin-bottom: 40px;
}
.listado_sentidos:after{
	content:"";
	background-image:url(../images/lineaB.svg);
	background-repeat:repeat-x;
	height: 2px;
	display: inline-block;
	width: 100%;
}
.cabListSent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.cabListSent > div {
	align-self: center;
	padding: 20px;
}
.cabListSent > div h2{
	font-size: 60px;
	color: #1d1d1b;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.sentidos-cab {
	position: relative;
}
.sentidos-cab h1{
	position: absolute;
	bottom: 10%;
	color: #ffffff;
	text-align: center;
	width: 100%;
	font-size: 35px;
}
.sentidosPage {
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}
.sentidosPage, .sentidosPage p, .sentidosPage h2, .sentidosPage h3 {
	color: #1d1d1b;
}
.sentidosPage h1 {
	color: #24accb;
	margin-top: 40px;
	line-height: 35px;
	margin-bottom: 20px;
	font-size: 35px;
}
.sentidosPage h1 a{
	color: #24accb;
}
.sentidosPage h2, .sentidosPage h3{
	margin-top: 20px;
	margin-bottom: 10px;
}
.sentidosPage .single-title {
    text-transform: none;
	margin-bottom: 10px;
	font-size: 40px;
	color: #1d1d1b;
}
.single-page.sentidosPage .single-bg {
    margin: 0px 0 30px 0;
}
@media all and (max-width:1024px) {
	.sentidos-cab h1{
		font-size: 25px;
	}
	.cabListSent > div img {
		width: 150px;
		height: auto;
	}
	.cabListSent > div h2 {
		font-size: 45px;
	}
	.cabListSent > div {
		padding: 10px;
	}
}

@media all and (max-width:500px) {
	.sentidos-cab h1{
		font-size: 15px;
		bottom: 13%;
	}
	.cabListSent > div img {
		width: 100px;
		height: auto;
	}
	.cabListSent > div h2 {
		font-size: 35px;
	}
	.cabListSent > div {
		padding: 5px;
	}
}

.hp21 {
	background-color: black;
}
.main.global-page .main-cover {
	margin-bottom: 0px;
}
.containerSmooth {
	overflow: hidden;
}
.texto_dest_ini {
	position: absolute;
	left: 60%;
	max-width: 450px;
	top: 50%;
    transform: translatey(-50%);
}
.texto_dest_ini h1 {
	text-transform: uppercase;
    color: #00a1bd;
	font-weight: 700;
	font-size: 40px;
	line-height:  40px;
}
.texto_dest_ini .txt21{
	font-size: 20px;
	color: #fff;
	text-transform: none;
	margin-top: 30px;
}
.texto_dest_ini .txt21 p{
	color: #fff;
}
.texto_dest_ini .txt21 a {
    text-decoration: underline;
    color: #ffffff;
}
.texto_dest_ini .txt23{
	font-size: 40px;
	color: #fff;
	text-transform: none;
	text-align: center;
}
.texto_dest_ini .txt23 h2 {
    color: #ffffff;
	font-weight: 700;
	font-size: 40px;
	line-height: inherit;
}
.texto_dest_ini .txt23 p{
	color: #fff;
	font-size: 22px;
}
.texto_dest_ini .fecha21{
	font-size: 18px;
	color: #fff;
	text-transform: none;
	margin-bottom: 10px;
}

.texto_dest_ini.hp23 {
	left: 50%;
	max-width: 700px;
	bottom: 10%;
    transform: translatex(-50%);
	top: auto;
}
.inicio2021 {
	display: none;
}
@media only all and (max-width:1300px) {
   
	.texto_dest_ini.hp23 {
		bottom: 5%;
	}
}
@media only all and (max-width:1200px) {
    .texto_dest_ini {
    	left: 55%;
		right: 30px;
		max-width: none;
	}
	.texto_dest_ini .fecha21{
		margin-top: 55px;
	}
	.texto_dest_ini h1 {
		font-size: 30px;
		line-height:  35px;
	}
	.texto_dest_ini .txt21{
		font-size: 19px;
	}
	.texto_dest_ini.hp23 {
		left: 50%;
		min-width: 80%;
		transform: translatex(-50%);
		top: auto;
	}
}
@media only all and (max-width:1024px) {
	.texto_dest_ini .fecha21{
		margin-top: 35px;
	}
}
@media only all and (max-width:925px) {
	.texto_dest_ini .fecha21{
		margin-top: 0px;
	}
	.main-toshow.hp21 {
		background-color: #000000;
	}
	.texto_dest_ini {
		position: inherit;
		max-width: none;
		transform: translatey(0%);
		text-align: center;
		margin: 0px 20px;
	}
	
	.texto_dest_ini .txt21 {
		margin-bottom: 100px;
	}
	.texto_dest_ini .txt21.cuenta-txt21 {
		margin-bottom: 10px;
	}
	.home-video-container .iframelazy-container {
        display: none;
    }
	.inicio2021 {
		display: block;
		margin-bottom: 30px;
	}
	.texto_dest_ini.hp23 {
		position: absolute;
		margin:  0 0;
		bottom: 10%;
	}
	.texto_dest_ini .txt23 h2 {
		font-size: 30px;
	}
	.texto_dest_ini .txt23 p{
		font-size: 16px;
	}
}
@media only all and (max-width:750px) {
	.texto_dest_ini .txt23{
		font-size: 30px;
	}
}
@media only all and (max-width:500px) {
	.texto_dest_ini .txt23{
		font-size: 20px;
	}
	.texto_dest_ini .txt23 h2 {
		font-size: 20px;
	}
}


.home-ver2 {
    padding: 90px 0px 0px 0px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    left: 0;
    right: 0;
    z-index: 1;
	background-color: #2a2a2a;
	color: #fff;
	min-height: 700px;
}
.menos-padding {
	padding: 8vh 0 100px;
	
}
.text-centrado {
	text-align: center;
}
@media only all and (max-width:1024px) {
    .home-ver2 {
    padding: 50px 0 100px;
}
}/*@media all and (max-height:900px) {
    .home-ver2 {
    padding: 25vh 0 100px;
}
}@media all and (max-height:820px) {
    .home-ver2 {
    padding: 210px 0 100px;
}
}@media all and (max-height:720px) {
    .home-ver2 {
    padding: 180px 0 100px;
    height: 720px;
}
}@media only all and (max-width:768px) {
    .home-ver2 {
    padding: 0;
}
}*/
.home-ver2 h1, .hp2020 h1{
	text-transform: uppercase;
    color: #c0a259;
	font-weight: 700;
	font-size: 30px;
	line-height:  40px;
	text-align: center;
}
.home-ver2 h1 {
	margin-top: 30px;
}

.hp2020 h1{
	text-transform: none;
    margin-bottom: 30px;
}
.home-ver2 h2{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.hove-ver3-derecha h2{
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-transform: none;
	margin-bottom: 30px;
}
.home-ver2 .home-ver2-text {
    font-size: 18px;
    font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}
.home-ver2 .home-ver2-dest {
    font-size: 22px;
    font-weight: 400;
	margin-bottom: 25px;
	margin-top: 15px;
	text-align: center;
	color: #ffffff;
	line-height: 20px;
}
.home-ver2 .home-ver2-txt-form{
	font-size: 16px;
    font-weight: 500;
	color: #c0a259;
}
.hove-ver2-izquierda {
	float: left;
	width: 48%;
}
.hove-ver3-izquierda {
	float: left;
	width: 55%;
	position: relative;
	line-height: 0px;
	font-size: 0px;
}
@media all and (max-width:1024px) {
    .hove-ver3-izquierda {
   		width: 100%;
	}
}	
.hove-ver2-izquierda img, .hove-ver3-izquierda img, .izquierda-ciu-retos img{
	width: 100%;
	height: auto;
}
.home-ver2-fecha {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	line-height:  30px;
}
.home-ver2-hora {
	font-weight: 400;
	font-size: 20px;
	text-align: center;
}
.hove-ver2-derecha {
	float: right;
	width: 48%;
}
.hove-ver3-derecha {
	float: right;
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
@media all and (max-width:1024px) {
    .hove-ver3-derecha {
   		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}	
.derecha-ciu-retos {
	float: right;
	width: 50%;
}
.izquierda-ciu-retos {
	float: left;
	width: 45%;
	margin-top: -30px;
}
.derecha-ciu-retos h1{
	text-transform: uppercase;
    color: #c0a259;
	font-weight: 700;
	font-size: 40px;
	line-height:  50px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.derecha-ciu-retos h2{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
	color: #fff;
	margin-bottom: 0px;
}
.home-ver2 .derecha-ciu-text {
    font-size: 16px;
    font-weight: 300;
}
.home-ver2 .derecha-ciu-dest {
    font-size: 17px;
    font-weight: 500;
	margin-bottom: 50px;
	margin-top: 10px;
}

.home-ver2 .home-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0;
}
@media all and (max-height:720px) {
    .home-ver2 .home-counter {
    padding: 12px 0;
}
}.home-ver2 .home-counter>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 15px 25px 20px;
    background-color: rgba(0, 0, 0, .7);
    margin: 25px 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 140px;
}
@media only all and (max-width:960px) {
    .home-ver2 .home-counter>div {
    padding: 18px 18px;
    margin: 15px 1%;
    min-width: 100px;
}
}@media only all and (max-width:500px) {
    .home-ver2 .home-counter>div {
    padding: 12px;
    margin: 15px 1%;
    min-width: 70px;
}
}.home-ver2 .home-counter>div span {
    font-family: inherit;
    font-size: 40px;
    font-size: 3.6vw;
    font-weight: 700;
    color: #fff;
    font-weight: 500;
}
@media (max-width:1388.88889px) {
    .home-ver2 .home-counter>div span {
    font-size: 50px;
}
}@media (min-width:4444.44444px) {
    .home-ver2 .home-counter>div span {
    font-size: 160px;
}
}@media only all and (max-width:960px) {
    .home-ver2 .home-counter>div span {
    line-height: 1.2;
}
}@media only all and (max-width:768px) {
    .home-ver2 .home-counter>div span {
    font-size: 45px;
}
}.home-ver2 .home-counter>div span.smalltext {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 4px;
}
@media only all and (max-width:960px) {
    .home-ver2 .home-counter>div span.smalltext {
    font-size: 13px;
}
}.home-ver2 .home-counter span {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",  sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}
@media only all and (max-width:960px) {
    .home-ver2 .home-counter span {
    font-size: 30px;
}
}

.form-style-two .form-elm-input-captcha {
    margin-bottom: 25px;
}
.form-style-two textarea {
    width: 100%;
    display: inline-block;
}
.form-style-two select {
    padding: 12px 16px;
}
.form-style-two input, .form-style-two select, .form-style-two textarea {
    font-family: 'poppinsregular', sans-serif;
    color: #333;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
}
.form-style-two label {
  padding-bottom: 10px;
  font-weight: inherit;
  font-size: 15px;
  display: inline-block;
  line-height: 1.3em;
	color: #fff;
}
.form-style-two label.label-inicio {
  font-family: 'poppinsmedium';
}
.form-style-two.form-clubs input, .form-style-two select, .form-style-two textarea {
    border: 2px solid rgba(0, 0, 0, 0);}
@media only all and (max-width:960px) {
    .form-style-two input, .form-style-two select, .form-style-two textarea {
    margin-bottom: 15px;
}
}.form-style-two .wpcf7-recaptcha {
    margin-top: 20px;
}
.form-style-two .wpcf7-recaptcha>div {
    margin: 0 auto;
}
.form-style-two .wpcf7-recaptcha .rc-anchor-normal-footer {
    display: none!important;
}
.form-style-two .wpcf7-recaptcha .rc-anchor-content {
    width: 100%;
    text-align: center;
}
.form-style-two .form-elm-input {
    float: left;
    width: 47%;
	margin-right: 3%;}
.form-style-two .form-elm-input-grande {
    float: left;
    width: 97%;
	margin-bottom: 20px;
	margin-top: 10px;
}
.form-style-two.form-clubs .form-elm-input {
    float: left;
    width: 47%;
	margin-right: 3%;}
.form-style-two.form-clubs .form-elm-input.full {
    float: left;
    width: 97%;
	margin-right: 3%;}
.ventana_txt .form-style-two .form-elm-input {
    float: left;
    width: 90%;
	margin-right: 0%;}


.form-style-two .form-elm-input ::-webkit-input-placeholder {
    opacity: 1;
    text-transform: uppercase;
    color: #333;
    font-weight: 300;
}
.form-style-two .form-elm-input :-ms-input-placeholder {
    opacity: 1;
    text-transform: uppercase;
    color: #333;
    font-weight: 300;
}
.form-style-two .form-elm-input ::placeholder {
    opacity: 1;
    text-transform: uppercase;
    color: #333;
    font-weight: 300;
}
.form-style-two .form-elm-input.submit {
	float: none;
	margin: auto;
	width: 100%;
}
.form-style-two.form-clubs .form-elm-input.submit {
	max-width: 150px;
}
.ventana_txt .form-style-two .form-elm-input.submit {
	margin: none;
}
.form-style-two .form-elm-input.submit input {
    cursor: pointer;
    padding: 13px 10px;
    font-size: 16px;
    border: none;color: #000;
	background-color: #ffff4d;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-family: 'poppinsextrabold';
}
.form-style-two.form-clubs .form-elm-input.submit.amarillo input {
    background-color: #ffeb00;
	color: #000000;
}
.form-style-two .form-elm-input.submit input:hover {
    background-color: #ffc200;
}
.form-style-two.form-clubs .form-elm-input.submit.amarillo input:hover {
    background-color: #ffc200;
}
.form-style-two.form-clubs .txt-mini {
	color: #ffffff;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 20px;
}
.txt-mini {
	color: #000;
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 15px;
}
.txt_sin-clubs {
	color: #ffffff;
	font-size: 16px;
	display: none;
}
.select-hp22 {
	margin-bottom: 30px !important;
}
.txt-mini a, .txt_sin-clubs a{
	color: #ffffff;
}
.form-style-two .wpcf7-response-output {
    position: absolute!important;
    background-color: #fff;
    border: none;
    padding: 1rem;
    margin: 0;
    right: 0;
    left: 0;
    text-align: center;
}
.form-style-two .wpcf7-not-valid {
    border-color: red!important;
    margin-bottom: 10px!important;
}
.form-style-two span[role=alert] {
    text-align: center;
	background-color: #8b0202;
}
.form-style-two .wpcf7-not-valid-tip {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    background-color: rgba(0, 0, 0, .8);
    font-size: 13px;
    padding: 5px;
    display: inline-block;
    margin-bottom: 12px;
}

.form-style-two input:disabled {
    opacity: .4;
    cursor: none;
}

.reto1 , .reto2 , .reto3  {
  margin-top: -20px;
	position: relative;
	margin-bottom: 50px;
}
.reto1 label, .reto2 label, .reto3 label {
  cursor: pointer;
	text-align: center;
	
}
.reto1 input[type="checkbox"], .reto2 input[type="checkbox"], .reto3 input[type="checkbox"] {
  display: none;
}
.reto1 label:after {
  background-color: white;
  color: #000000;
  content: "#RetoDíaSinPlástico";
  padding: 4px 10px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translate(-50%,0%);
	margin: 0px auto 20px auto;
  text-align: center;
}

.reto2 label:after {
  background-color: white;
  color: #000000;
  content: "#RetoDíaSinCarne";
  padding: 4px 10px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translate(-50%,0%);
	margin: 0px auto 20px auto;
  text-align: center;
}
.reto3 label:after {
  background-color: white;
  color: #000000;
  content: "#RetoDíaSinEmisiones";
  padding: 4px 10px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translate(-50%,0%);
	margin: 0px auto 20px auto;
  text-align: center;
}



.reto1 label img, .reto2 label img, .reto3 label img {
  height: auto;
width: 100%;
  -webkit-transform: scale(0.6);  
  -ms-transform: scale(0.6); 
  transform: scale(0.6); 
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
	margin-bottom: -20px;
}

.activo label:after {
  background-color: #c0a259 !important;
  color: #fff !important;
}
.activo label img {
  -webkit-transform: scale(0.8);  
  -ms-transform: scale(0.8); 
  transform: scale(0.8);
}
.form-style-two .check-condition {
    padding: 12px 0 0;
    position: relative;
	width: 100%;
}
.ventana_txt .form-style-two .check-condition {
    margin-bottom: 10px;
}
.form-style-two .check-condition .condition {
    display: block;
    z-index: 1;
    position: relative;
}
.form-style-two .check-condition .wpcf7-not-valid-tip {
    -webkit-transform: translate(0px) !important;
    -ms-transform: translate(0px) !important;
    transform: translate(0px) !important;
	-webkit-transform: translateY(-40px) !important;
    -ms-transform: translateY(-40px) !important;
    transform: translateY(-40px) !important;
    margin-left: 12px;
	right: 0 !important;
	left: auto !important;
}
.form-style-two .check-condition a {
    text-decoration: underline;
}
.form-style-two .check-condition a, .form-style-two .check-condition p {
    color: #fff;
    font-size: 14px;
    text-align: left;
}
.form-style-two .check-condition>p {
    left: 40px;
    position: relative;
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
    z-index: 2;
    width: calc(100% - 40px);
	top: 3px;
}
.ventana_txt .form-style-two .check-condition > p {
	text-shadow: none;
}
.ventana_txt .form-style-two .check-condition a, .ventana_txt .form-style-two .check-condition p {
	color: #000000;
}
.ventana_txt div.wpcf7 .ajax-loader {
height: 15px;
}
.ventana_txt .form-container {
margin-top: 30px;
}
.ventana_txt .form-style-two .form-elm-input.submit {
    margin: 0px;
}
.ventana_txt .form-style-two .check-condition .wpcf7-not-valid-tip {
	transform: translateY(-10px) !important;
	left: -40px !important;
	width: 250px;
	text-align: left;
}
.edge .main:not(.formsingle-page) .ventana_txt .condition span[role="alert"], .firefox .main:not(.formsingle-page) .ventana_txt .condition span[role="alert"], .ie11 .main:not(.formsingle-page) .ventana_txt .condition span[role="alert"] {
	width: 250px;
	text-align: left;
}
@media only all and (max-width:960px) {
    .edge .main:not(.formsingle-page) .ventana_txt .condition span[role="alert"], .firefox .main:not(.formsingle-page) .ventana_txt .condition span[role="alert"], .ie11 .main:not(.formsingle-page) .ventana_txt .condition span[role="alert"] {
		padding: 5px;
	}
	.ventana_txt .form-style-two .check-condition .wpcf7-not-valid-tip {
	left: 00px !important;
	}
}
@media only all and (max-width:768px) {
    .form-style-two .check-condition>p {
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px);
}
}.form-style-two .check-condition input {
    width: 26px!important;
    height: 26px!important;
    color: transparent!important;
}
.form-style-two .check-condition input:checked:after {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.form-style-two .check-condition .wpcf7-list-item-label, .form-style-two .reto1 .wpcf7-list-item-label, .form-style-two .reto2 .wpcf7-list-item-label, .form-style-two .reto3 .wpcf7-list-item-label {
    opacity: 0;
    display: none;
}
.form-style-two .check-condition .wpcf7-not-valid {
    /*height: 50px;
    display: inline-block;*/
}
.form-style-two .wpcf7-list-item {
    margin: 0;
}
.para-check-retos label {
	display: none;
}
.para-check-retos .wpcf7-not-valid-tip {
	width: 100%;
	margin-top: -80px;
}
.no-image {
	background-image: url(../images/colorG.jpg);
	z-index: auto;
	background-color: #efeeee;
}

.thanks-page .limited .social-text-1-nuevo {
    color: #000;
    text-align: center;
    font-size: 30px;
    margin-bottom: 80px;
    padding: 0 5%;
    line-height: 1.2;
}
@media only all and (max-width:768px) {
    .thanks-page .limited .social-text-1-nuevo {
    font-size: 24px;
    padding: 0 5%}
	
}
.social-text-2-nuevo {
	font-size: 20px;
    font-weight: 700;
	color: #000;
}
.social-text-3-nuevo {
	font-size: 18px;
    font-weight: 700;

	color: #000;
	margin-bottom: 20px;
}
.texto-gracias-descarga {
	font-size: 17px;
    font-weight: 300;
	color: #000;
}
.texto-gracias-descarga2 {
	font-size: 16px;
	color: #000;
	margin-top: 30px;
	margin-bottom: 20px;
}
.descarga-gracias {
	width: 220px;
	min-width: 220px;
	max-width: 220px;
	text-transform: none;
	padding: 8px 5px !important;
	background-image: url(../images/ico_des.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 16px;
}
.thanks-page .limited .btn-solid {
	display: block;
	margin-top: 10px;
}
.gifgracias {
	margin-bottom: 10px;
}

.gifgracias img {
	width: 100%;
	height: auto;
}
.derecha-gracias {
	width: 40%;
	float: right;
}
.thanks-page .limited .derecha-gracias  .socials-items {
	margin: 20px 0;
}
.izquierda-gracias {
	width: 55%;
	float: left;
	text-align: left;
}
.izquierda-gracias ul, .resto-txt ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}
.resto-txt ul {
	margin-top: 20px;
}
.izquierda-gracias li, .resto-txt li {
	background: url('../images/check.png') no-repeat left top;
	padding-left: 30px;
	padding-top: 0px;
	margin-bottom: 15px;
	font-size: 17px;
    font-weight: 300;
	color: #000;
	display: block;
}
.no-image {
	padding: 150px 16px 100px;
}
/* CSS JOSEBA */
.cabeceraContainerClassMobile {
	
	position: absolute;

	left: -325px;
	
	color: #FFFFFF;
	
}
.cabeceraContainerClassMobile div{
	float: left;
}
.cabeceraContainerClassMobile span{
	float: left;
}

.cabeceraContainerClass {
	
		position: absolute;
	
	top: 0px;
	left: 40%;
	overflow: hidden;
	color: #FFFFFF;
}

.cabeceraContainerClass div{
	float: left;
}
.cabeceraContainerClass span{
	float: left;
}
.cajaCounter {
	background-color: #00a1bd;
	width: 45px;
	height: 50px;
	
}
.cajaCounter span{
	font-size: 1.5em;
	text-align: center;
	font-weight: 900;
	width: 100%;
}
.separadorCounter{
	font-size: 1.5em;
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 0px;
	font-weight: 300;
}
.smalltextHeader {
	font-size: 0.6em;
	text-align: center;
	width: 100%;
	margin-top: -5px;
}

/* BANNER CONECTATE */

.bannerConectate{
	background-color: #000000;
	position: relative;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	height: 550px;
}
.conectateTitle{
	font-size: 2em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
	position: relative;
}
.gifBanner {
	position: relative;
	width: 100%;
	
	padding-top: 25px;
	 text-align:center;
	
}
.gifBanner img{
	 display:inline-block;
    margin:0 5px;
}
.losLinks {
	 position: relative;
	width: 100%;
	
	padding-top: 25px;
	 text-align:center;
}
.socialBanner{
	
	float: left;
	padding: 5px;
	color: #fff;
}
.losLinksInterno{
		 display:inline-block;
    left: 50%;
}



.video-reto, .video-reto2, .zona-reto1, .zona-reto2, .zona-reto3 {
    padding: 4vh 0 100px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    left: 0;
    right: 0;
    z-index: 1;
	background-color: #f0eee2;
	color: #000000;
}
.video-reto2 {
	padding: 18vh 0 100px;
}
.zona-reto1 {
	background-color: #eeeeee;
}
.zona-reto2 {
	background-color: #ffffff;
}
.zona-reto3 {
	background-color: #eeeeee;
}
.zona-reto1 p, .zona-reto2 p, .zona-reto3 p {
	color: #000000;
}
.zona-reto1 h1, .zona-reto2 h1, .zona-reto3 h1 {
	width: 100%;
    color: #000;
	font-weight: 700;
	font-size: 40px;
	line-height:  40px;
	margin-bottom: 15px;
	margin-top: 30px;
	text-align: center;
}
.zona-reto1 .intro-retos, .zona-reto2 .intro-retos, .zona-reto3 .intro-retos {
	margin-bottom: 20px;
}
.intro-retos-textos {
	float: left;
	width: 60%;
}
.zona-reto1 h2, .zona-reto2 h2, .zona-reto3 h2 {
    color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height:  25px;
	margin-bottom: 5px;
	margin-top: 90px;
}
.zona-reto1 .destacado-reto, .zona-reto2 .destacado-reto, .zona-reto3 .destacado-reto {
    color: #000;
	font-weight: 300;
	font-size: 18px;
	line-height:  24px;
}
.zona-reto1 .img-reto, .zona-reto2 .img-reto, .zona-reto3 .img-reto {
	float: right;
	width: 35%;
	text-align: center;
}
.zona-reto1 .img-reto img, .zona-reto2 .img-reto img, .zona-reto3 .img-reto img {
	width: 80%;
	height: auto;
	margin-left: 10%;
}
.zona-reto1 .resto-txt p, .zona-reto2 .resto-txt p, .zona-reto3 .resto-txt p {
    color: #000;
	font-weight: 300;
}

.divclear {
	clear: both;
}

.reto1-btn, .reto2-btn, .reto3-btn {
	margin-top: 30px;
}
.reto1-btn .btn-solid, .reto2-btn .btn-solid, .reto3-btn .btn-solid {
	padding: 10px 40px;
}
/* MEDIA MENU */
@media only all and (max-width:1024px) {
	.zona-reto1 .intro-retos, .zona-reto2 .intro-retos, .zona-reto3 .intro-retos {
		
	}
	
	.cabeceraContainerClass {
		float: right;
		position: fixed;
		width: 350px;
		top: 0px;
		left: 125px;	
		color: #FFFFFF;
	}
	.bannerConectate{
		background-color: #000000;
		position: relative;
		left: 50%;
		margin-left: -175px;
		width: 350px;
		height: 600px;
		
	}
	.conectateTitle{
		font-size: 2em;
		color: #FFFFFF;
		text-align: center;
		padding-top: 50px;
		position: relative;
	}
	.form-style-two .form-elm-input.submit input {
		font-size: 15px;
	}
	.derecha-ciu-retos {
		width: 50%;
	}
	.izquierda-ciu-retos {
		width: 45%;
		margin-top: 0px;
	}
	.zona-reto1 h2, .zona-reto2 h2, .zona-reto3 h2 {
		margin-top: 60px;
	}
	.zona-reto1 .img-reto img, .zona-reto2 .img-reto img, .zona-reto3 .img-reto img {
		width: 100%;
		height: auto;
		margin-left: 0%;
	}
	.derecha-gracias {
		width: 50%;
		float: right;
	}
	.izquierda-gracias {
		width: 45%;
		float: left;
		text-align: left;
	}
	
}
.movil-nueva-home {
	display: none;
}
.movil-nueva-home img {
	width: 70%;
	height: auto;
	margin-left: 15%;
}

.cont-ico-scroll {

    display: block;
    position: absolute;
    bottom: 50px;
    left: 20px;
    right: 20px;
    z-index: 999999999;
    width: initial;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 26px;
  height: 40px;
  margin-left: -23px;
  top: 50%;
  margin-top: -20px;
  box-shadow: inset 0 0 0 2px #00445c;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #00445c;
  margin-left: -3px;
  top: 6px;
  border-radius: 3px;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;	
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  -ms-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(21px);
	-ms-transform: translateY(21px);
            transform: translateY(21px);
  }
}



@media only all and (max-width:768px) {
	
	.movil-nueva-home {
		display: block;
	}
   
	
	.hove-ver2-derecha, .hove-ver2-izquierda {
		width: 80%;
		margin-right: 10%;
		float: right;
	}
	.derecha-ciu-retos {
		width: 80%;
		margin-right: 10%;
	}
	.izquierda-ciu-retos {
		display: none;
	}
	
	.home-ver2 h2, .home-ver2-text, .home-ver2-dest, .home-ver2-txt-form, .derecha-ciu-text, .derecha-ciu-dest {
		text-align: center;
	}
	.ciu-reto-btn {
		text-align: center;
	}
	.zona-reto1 .img-reto, .zona-reto2 .img-reto, .zona-reto3 .img-reto {
		width: 100%;
	}
	.zona-reto1 .img-reto img, .zona-reto2 .img-reto img, .zona-reto3 .img-reto img {
		width: 50%;
		height: auto;
		margin-left: 0%;
	}
	.intro-retos-textos {
		width: 100%;
	}
	.zona-reto1 h2, .zona-reto2 h2, .zona-reto3 h2 {
		margin-top: 0px;
	}
	.derecha-gracias {
		width: 100%;
		float: right;
	}
	.izquierda-gracias {
		width: 100%;
		float: left;
		text-align: center;
		margin-bottom: 40px;
	}
	.derecha-gracias img{
		width: 70%;
		height: auto;
		text-align: center;
	}
	.thanks-page .limited .btn-solid {
		display: inline-block;
		margin-right: 5px;
		margin-left: 5px; 
	}
	.izquierda-gracias ul {
		width: 60%;
		margin-left: 20%;
		text-align: left;
	}
}
@media only all and (max-width:680px) {
    .hove-ver2-derecha, .derecha-ciu-retos, .hove-ver2-izquierda  {
		width: 90%;
		margin-right: 5%;
	}
	.home-ver2 h1, .hp2020 h1{
		font-size: 26px;
		line-height:  32px;
	}
	.home-ver2 h2{
		font-size: 22px;
	}
	.home-ver2-fecha {
		font-size: 26px;
		line-height:  26px;
	}
	
	.derecha-ciu-retos h1{
		font-size: 40px;
		line-height:  50px;
		margin-bottom: 15px;
		margin-top: 30px;
	}
	.derecha-ciu-retos h2{
		font-size: 24px;
		color: #fff;
		margin-bottom: 0px;
	}
	
	
}
@media only all and (max-width:550px) {
	.pie-circulo {
		flex-wrap: wrap;
	}
	.circulo-textos {
		margin-top: 35px;
	}
    .hove-ver2-derecha, .derecha-ciu-retos, .hove-ver2-izquierda  {
		width: 100%;
		margin-right: 0%;
	}
	.home-ver2 h1, .hp2020 h1{
		font-size: 20px;
		line-height:  26px;
	}
	.home-ver2 h2{
		font-size: 18px;
	}
	.home-ver2-fecha {
		font-size: 22px;
		line-height:  22px;
	}
	
	.reto1 label:after, .reto2 label:after, .reto3 label:after {
		font-size: 16px;
	}
	.form-style-two .form-elm-input, .form-style-two .form-elm-input-grande {
		float: left;
		width: 100%;
		}
	.form-style-two .reto1, .form-style-two .reto2, .form-style-two .reto3 {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	.reto1 , .reto2   {
		margin-bottom: 0px;
	}
	.reto3  {
		margin-bottom: 50px;
	}
	.gifgracias img {
		width: 300px;
		height: auto;
	}
	.derecha-ciu-retos h1{
		font-size: 40px;
		line-height:  50px;
		margin-bottom: 15px;
		margin-top: 30px;
	}
	.derecha-ciu-retos h2{
		font-size: 24px;
		color: #fff;
		margin-bottom: 0px;
	}
	.zona-reto1 .img-reto img, .zona-reto2 .img-reto img, .zona-reto3 .img-reto img {
		width: 70%;
		height: auto;
		margin-left: 0%;
	}
	.zona-reto1 h1, .zona-reto2 h1, .zona-reto3 h1 {
		font-size: 33px;
		line-height:  33px;
	}
	.izquierda-gracias ul {
		width: 100%;
		margin-left: 0%;
		text-align: left;
	}
	.reto1 , .reto2  {
	  margin-top: 0px;
		margin-bottom: 30px;
	}
	.reto3  {
	  margin-top: 0px;
		margin-bottom: 50px;
	}
	.reto1 label img, .reto2 label img, .reto3 label img {
	  
	  -webkit-transform: scale(0.8);  
	  -ms-transform: scale(0.8); 
	  transform: scale(0.8); 
	 
	}

	.activo label img {
	  -webkit-transform: scale(1);  
	  -ms-transform: scale(1); 
	  transform: scale(1);
	}
}
@media only all and (max-width:400px) {
	
	.home-ver2-txt-form {
		margin-bottom: 15px;
	}
	.cajaCounter {
		background-color: #00a1bd;
		width: 30px;
		height: 40px;

	}
	.cajaCounter span{
		font-size: 1.1em;
	}
	
}


.btn-solid2 {
    cursor: pointer;
    padding: 15px 80px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    z-index: 1;
}
.btn-solid2:hover:after {
    background-color: rgba(0, 0, 0, .3);
}
.btn-solid2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1;
    background-color: transparent;
}
.btn-solid2 i {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding-left: 10px;
    display: inline-block;
    -webkit-transform: scale(1.35) translateY(-1px) translateX(0);
    -ms-transform: scale(1.35) translateY(-1px) translateX(0);
    transform: scale(1.35) translateY(-1px) translateX(0);
}
.btn-solid2.btn-orange {
    background-color: #e65120;
}
.btn-solid2.btn-green {
    background-color: #197736;
}
.btn-solid2.btn-pink {
    background-color: #971163;
}
.btn-solid2.btn-bluedark {
    background-color: #39479e;
}
.btn-solid2.btn-blue {
    background-color: #24accb;
}
.btn-solid2.btn-white {
    background-color: #fff;
    color: #24accb;
}

@media only all and (max-width:1075px) {
    .btn-solid2 {
    min-width: 300px;
	}
}
@media only all and (max-width:768px) {
    .btn-solid2 {
    font-size: 16px;
    min-width: 200px;
	}
}
.embed-container {
	padding-bottom: 0px;
	margin-bottom: 20px;
}
.embed-container:first-child {
	padding-bottom: 56.25%;
}

.empresasLin {
	height: 65vh;
    background-size: cover;
    background-position: center;
	position: relative;
}
.empresas-subtitle {
    margin-top: 150px;
	margin-left: 30px;
    opacity: 0;
    text-transform: uppercase;
    color: #fff;
    text-shadow: -1px 5px 20px rgba(0, 0, 0, .7);
	-webkit-animation: toshow 1s;
    animation: toshow 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	font-size: 22px;
}
.empresas-title {
	margin-left: 30px;
    opacity: 0;
    text-transform: uppercase;
    color: #c0a259;
    text-shadow: -1px 5px 20px rgba(0, 0, 0, .7);
	-webkit-animation: toshow 1s;
    animation: toshow 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	font-size: 28px;
}
@media (max-width:1440px) {
    
}@media (min-width:4800px) {
    
}
.formEm {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 32px;
	color: #ffffff;
}
.formEm h2 {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
}
.text_form_global{
	margin-bottom: 30px;
}
.bgazul {
	background-color: #24accb;
}
.empie {
	position: absolute;
	bottom: 30px;
	right: 20px;
	color: #ffffff;
	font-size: 14px;
}

.formEm .component-video {
	padding: 0px 0px 20px 0px;
}
.formEm .component-video .limited {
	padding: 0px 0px 0px 0px;
}
.formEm p {
	color: #ffffff;
	font-weight: 400;
}
.formEm .form-container {
	max-width: none;
	padding: 20px 0px 0px 0px;;
}
.hove-ver2-derecha .component-video-title {
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 10px;
}
.formEm .form-style-two .form-elm-input {
    width: 47%;
}@media only all and (max-width:500px) {
    .formEm .form-style-two .form-elm-input {
		width: 97%;
	}
}	
.formEm .form-style-two .form-elm-input.full {
    width: 97% !important;
}
.formEm .form-style-two .form-elm-input.check-condition {
	display: block;
	z-index: 1;
	position: relative;
	padding: 12px 0 0;
	width: 100%;
}
.thanks-page.link {
	background-color: #24accb;
	text-align: center;
}
.thanks-page.link h2 {
	color: #ffffff;
	font-size: 25px;
	max-width: 700px;
	text-transform: none;
	margin: auto;
    padding: 12px;
	margin-bottom: 30px;
}
.thanks-page.link p {
	color: #ffffff;
	font-size: 18px;
	max-width: 600px;
	font-weight: 300;
	margin: auto;
}
.thanks-page.link p a {
    color: #ffffff;
}

.limited2 {
    width: 100%;
    margin: 0 auto;
    padding: 16px 0px;
	-ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
	align-items: stretch;
	-webkit-flex-direction: row; 
  flex-direction: row;
}
@media all and (max-width:1024px) {
    .limited2 {
   		display: block;
	}
}	
.limited2 .component-video {
    padding: 0px 0px;
}
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
	width: 100%;
	margin-bottom: 30px;
}
.wrap    { 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
} 


.flex-item {
  margin: 1.5%;
  width: 30.3%;
	max-width: 30.3%;
  text-align: center;
  flex-grow: 1;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}
.flex-item p{
  font-size: 18px;
  text-align: center;
	color: #ffffff;
	font-weight: 300;
	line-height: 20px;
}
.flex-item h3{
  	font-size: 26px;
  	text-align: center;
	color: #ffffff;
	position: absolute;
	top: 20%;
	width: 100%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	text-transform: uppercase;
	font-weight: 700;
}
.flex-item2 {
  margin: 0.5%;
  width: 32.3%;
  max-width: 32.3%;
  padding-bottom: 50px;
}
.flex-item2 h3{
  	font-size: 26px;
	color: #1d1d1b;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
}
.flex-item2 .list-sent-description {
  margin-bottom: 30px;
}
.flex-item2 .list-sent-description p{
  font-size: 16px;
  color: #1d1d1b;
	font-family: 'Open Sans', sans-serif;
}
.flex-item2 .btn-solid {
	padding: 7px 20px;
}
.flex-item2 .gbimagen{
	width: 100%;
    height: 0;
    padding-bottom: 100%;
	background-position:center center;
	background-size:cover;
	-webkit-transition:.4s;
	-o-transition:.4s;
	transition:.4s
}
.menu_sentidos {
  padding: 0;
  margin: 0;
  list-style: none;
	position: fixed;
	right: 0px;
	z-index: 999999;
	top: 200px;
}
.menu_sentidos li{
	background-color: #3c3c3b;
	width: 60px;
	margin-bottom: 5px;
}
.menu_sentidos li:hover{
	background-color: #24accb;
}
.menu_sentidos li.active{
	background-color: #24accb;
}
.menu_sentidos li img{
	width: 100%;
}
.sentidos-page .limited {
    padding: 16px 70px;
}
@media all and (max-width:1024px) {
    .flex-item {
   		width: 47%;
		max-width: 47%;
	}
	.flex-item2 {
   		width: 49%;
		max-width: 49%;
	}
	.menu_sentidos {
		top: 100px;
	}
}
@media all and (max-width:670px) {
    .flex-item2 {
   		width: 100%;
		max-width: 100%;
		margin: 1.5% 0%;
	}
	.menu_sentidos li{
		width: 45px;
	}
	.sentidos-page .limited {
		padding: 16px 50px 16px 50px;
	}
}
@media all and (max-width:500px) {
    .flex-item {
   		width: 100%;
		max-width: 100%;
		margin: 1.5% 0%;
	}
}

.limiteInt {
	max-width: 600px;
	margin: 0px auto;
}
.limited2 .component-video, .limited2 .component-video .component-video-entry {
	height: 100%;
}

.no-image.hp2020 {
	background-image: none !important;
    background-color: #EFE249;
}
.hp2020 .flex-container {
	margin: auto;
	max-width: 500px;
}
.hp2020 .home-ver2-text {
	max-width: 700px;
	margin: auto;
}
.hp2020 .home-ver2-text p {
	color: #FFFFFF;
	margin-top: 30px;
	font-weight: 300;
}
.hp2020 .limited .btn-solid {
    display: inline-block;
    margin-top: 30px;
}
.no-image.link {
	background-image: none !important;
    background-color: #24accb;
}

/*///////// NUEVA SECCION ///////////*/

.full_width_video_banner {
    background-color: #000;
    width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin-bottom: 0;
}
.hove-ver3-izquierda .full_width_video_banner {
	height: 100%;
}

.full_width_video_banner .full_width_video--container {
    margin: auto;
    overflow: hidden;
    position: relative;
}
.hove-ver3-izquierda .full_width_video_banner .full_width_video--container {
    position: initial;
	height: 100%;
}
@media (max-width:1024px) {
    .hove-ver3-izquierda .full_width_video_banner .full_width_video--container {
		position: relative;
		height:inherit;
	}
}
.full_width_video_banner .full_width_video--container:before {
    padding-top: 798px;
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0
}

.full_width_video_banner .full_width_video--container:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:1900px) {
    .full_width_video_banner .full_width_video--container:before {
        padding-top: 42%
    }
}

@media (max-width:1500px) {
    .full_width_video_banner .full_width_video--container:before {
        padding-top: 600px
    }
}

@media (max-width:1067px) {
    .full_width_video_banner .full_width_video--container:before {
        padding-top: 56.25%
    }
}

@media (max-width:425px) {
    .full_width_video_banner .full_width_video--container {
        display: none
    }
}

.full_width_video_banner .full_with_video--image {
    position: absolute;
    top: 0;
    display: none;
    width: 100%
}

@media (max-width:425px) {
    .full_width_video_banner .full_with_video--image {
        display: inline-block;
        position: relative
    }
}

.full_width_video_banner .full_with_video--image img {
    width: 100%;
	height: auto;
	display: block;
}

.full_width_video_banner .full_width_video--wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.hove-ver3-izquierda .full_width_video_banner .full_width_video--wrapper {
    width: 180%;
	margin-left: -40%;
	
}
@media (max-width:1024px) {
    .hove-ver3-izquierda .full_width_video_banner .full_width_video--wrapper {
		width: 100%;
		margin-left: 0%;
	}
}
.full_width_video_banner .full_width_video--video {
    position: relative;
    width: 100%
}

.full_width_video_banner .full_width_video--video:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 56.25%
}

.full_width_video_banner .full_width_video--video:after {
    content: "";
    display: table;
    clear: both
}

.full_width_video_banner .full_width_video--video iframe {
    width: 100%;
    height: 100%;
    position: absolute
}

.full_width_video_banner .full_with_video--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 10;
    flex-direction: column
}

@media (max-width:26em) {
    .full_width_video_banner .full_with_video--content {
        position: inherit
    }
}.full_width_video_banner .full_with_video--content .title-background-wrapper {
    margin-top: .1rem;
    margin-bottom: 3rem
}

@media (max-width:26em) {
    .full_width_video_banner .full_with_video--content .title-background-wrapper {
        margin-top: .8rem;
        margin-bottom: 2rem;
        margin-left: 2rem
    }
}

.full_width_video_banner .full_with_video--content .title-background-wrapper .title-background,
.full_width_video_banner .full_with_video--content .title-background-wrapper p {
    box-shadow: 10px 0 0 0 #000, -10px 0 0 0 #000;
    color: #fff;
    background-color: #000;
    display: inline;
    line-height: 1.2em
}
.apagaCont {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 32px 80px 32px;
}
.apagaDer {
    width: 60%;
	float: right;
}



.apagaDer p {
    color: #ffffff;
    font-weight: 300;
}
.apagaDer h1 {
    color: #ffffff;
    font-size: 55px;
	margin: 0px 0px 20px 0px;
	line-height: 55px;
}
.apagaDer h2 {
    color: #2f373a;
    font-size: 23px;
	margin: 40px 0px 0px 0px;
	line-height: 23px;
}
.apagaIz {
    width: 20%;
	float: left;
}
.apagaIz img{
    width: 100%;
	height: auto;
	max-width: 200px;
}
.apagaIz p{
    line-height: 25px;
	font-size: 18px;
	margin-top: 20px;
}

@media all and (max-width:650px) {
    .apagaDer {
		width: 100%;
		float: right;
	}
	.apagaIz {
		width: 100%;
		float: left;
		margin-top: 50px;
	}
	.apagaIz p{
		float: left;
		width: 200px;
		margin-left: 50px;
		margin-top: 0px;
	}
	.apagaIz img{
		float: left;
	}	
}
@media all and (max-width:550px) {
	.apagaDer h1 {
		font-size: 45px;
	}
	.apagaIz img{
		max-width: 150px;
	}	
}	
@media all and (max-width:450px) {
	.apagaIz p{
		width: 100%;
		margin-left: 0px;
		margin-top: 20px;
		display: block;
	}
}
.apagaList {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.apaga-item {
  	width: 33.33%;
	position: relative;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
}
.apaga-item img{
  	width: 100%;
	height: auto;
	display: block;
}
.apagatitulo {
	background-color: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 24px;
	position: absolute;
	bottom: 20px;
	left: 15px;
	padding: 5px 15px 7px 15px;
	line-height: 20px;
}
@media all and (max-width:1024px) {
    .apaga-item {
   		width: 50%;
	}
	.desImgDer .apaga-item {
   		width: 33.33%;
	}
}
@media all and (max-width:670px) {
    .apaga-item {
   		width: 100%;
	}
	.desImgDer .apaga-item {
   		width: 50%;
	}
}
.slider {
	position: absolute;
	width: 150px;
	height: 55px;
	left: 0; 
	right: 0; 
	bottom: 0;
	top: 0;
	margin: auto auto;  
	
}
.slidermov {
	
	left: auto; 
	right: 10px; 
	bottom: auto;
	top: 10px;
}
.intslider {
	position: relative;
	width: 100%;
	height: 100%;
}
.naranjaslider {
	background-color: #e65120;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0px;
	z-index: 2;
}

.fondoSlider {
	border: 2px solid #333333;
	width: 96%;
	height: 92%;
	position: absolute;
	left: 0; 
	right: 0; 
	bottom: 0;
	top: 0;
	margin: auto auto;  
	z-index: 1;
}
.on {
	position: absolute;
	right: 0px; 
	bottom: 0;
	top: 0;
	margin: auto 0px;
	z-index: 3;
	font-family: Oswald;
	color:#fff;
	width: 50%;
	font-size: 30px;
	line-height: 50px;
	font-weight: bolder;
	text-align: center;
}
.off {
	position: absolute;
	left: 0px; 
	bottom: 0;
	top: 0;
	margin: auto 0px;
	z-index: 4;
	font-family: Oswald;
    color: #fff;
	width: 50%;
	font-size: 30px;
	line-height: 50px;
	font-weight: bolder;
	text-align: center;
	cursor: pointer;
}
.outlined {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 2px #333333;
}
html.ie7 .outlined,
html.ie8 .outlined,
html.ie9 .outlined {
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.Chroma(color='white') progid:DXImageTransform.Microsoft.Alpha(opacity=100) progid:DXImageTransform.Microsoft.dropshadow(color=#333333,offX=1,offY=1) progid:DXImageTransform.Microsoft.dropshadow(color=#333333,offX=-1,offY=1) progid:DXImageTransform.Microsoft.dropshadow(color=#333333,offX=1,offY=-1) progid:DXImageTransform.Microsoft.dropshadow(color=#333333,offX=-1,offY=-1);
    zoom: 1;
}
.apagaMasInfo {
	display: none;
	position: absolute;
	z-index: 9999999;
	background-color: #dadada;
	min-width: 100%;
	min-height: 100%;
	top: 0;
}
.cerrarApaga {
	width: 100%;
	margin: 0 auto;
	padding: 16px 32px;
	height: 110px;
	background-color: #000;
	overflow: hidden;
	text-align: center;
}
.apagacerrar {
	-webkit-transform: translateY(-200%) scaleX(0);
	-ms-transform: translateY(-200%) scaleX(0);
	transform: translateY(-200%) scaleX(0);
	position: absolute;
	color:#fff;
	width: 48px;
	height: 70px;
	text-align: center;
	left: calc(50% - 24px);
	top: 30px;
	cursor: pointer;
	overflow: hidden;
}
.textomasApaga {
	padding: 30px 10%;
	max-width: 1200px;
	text-align: center;
	margin: 0px auto;
}

.contVer {
	display: none;
}
.titulocons {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.texto1cons p {
	color: #000000;
}
.texto2cons {
	margin-top: 40px;
	margin-bottom: 40px;
}
.texto2cons p {
	color: #e65120;
	font-size: 25px;
	line-height: 30px;
}
.textomasApaga .btn-solid.btn-orange {
    margin-top: 30px;
	display: inline-block;
}

.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
  overflow: hidden;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}

.seccion-desIni {
    position: relative;
	text-align: center;
	background-color: #262626;
}
.seccion-desIni h1 {
    color: #ffffff;
	font-size: 35px;
	line-height: 40px;
	padding: 60px 20% 40px 20%;
	background-color: #24accb;
}
.seccion-desIni .btn-solid {
	margin-top: 40px;
	display: inline-block;
	font-size: 20px;
}
.desImgIz {
	float: left;
	width: 25%;
	padding: 60px 30px 0px 30px;
	text-align: center;
}
.desImgIz img, .desImgIz2 img{
	width: 80%;
	height: auto;
	max-width: 160px;
}
.desImgDer {
	float: right;
	width: 75%;
}
.desImgIz2 {
	display: none;
}
.oculto {
	display: none;
}
@media all and (max-width:1024px) {
    .desImgIz {
   		display: none;
	}
	.desImgDer {
   		width: 100%;
	}
	.desImgIz2 {
		display: block;
		float: left;
		width: 40%;
		text-align: left;
	}
	
	.seccion-desIni h1 {
		padding: 60px 5% 40px 5%;
		text-align: right;
	}
}
@media all and (max-width:670px) {
   
	.desImgIz2 {
		width: 30%;
	}
	.desImgIz2 img{
		max-width: 120px;
	}
}
@media all and (max-width:670px) {
	.seccion-desIni .btn-solid {
		padding: 15px 40px;
	}
	.seccion-desIni h1 {
		font-size: 30px;
		line-height: 30px;
	}
}
.repeat-modal2 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background-color: #f4f3ea;
    z-index: 999998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 200px;
}
.repeat-modal2 h2 {
    font-size: 32px;
    max-width: 500px;
    text-align: center;
    padding: 12px;
    text-transform: uppercase;
}
#numOK {
    font-size: 32px;
    max-width: 500px;
    text-align: center;
    padding: 12px;
    text-transform: uppercase;
	color: #e65120;
}
.repeat-modal2.visible {
    visibility: visible;
}

.img-cover {
    margin-bottom: 50px;
	width: 100%;
}
.img-cover img {
	width: 100%;
	height: auto;
}
.img-100 {
	width: 100%;
	height: auto;
	margin: 20px 0px;
}
