div[role="contentinfo"]{
	display:none;
}
#block-breadcrumbs{
    display:none
}

.main{
	padding:0 !important;
}

h2{
    font-family: "GilroyBold", sans-serif;
}
.headerHRW{
    display: flex;
    justify-content: space-between;
    padding: 50px 80px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #FFF;
    left: 0;
    z-index: 100;

}
@media (max-width: 768px) {
	.headerHRW{
		padding: 20px 20px;
	}
	.headerHRW .logo{
		width:150px
	}
}
.headerHRW img{
    cursor:pointer;

}
.banner img{
	width:100%;
	margin-bottom:24px;
}
.btn-comprar-entrada{
    background: #e11383;
    border: 1px solid #e11383;
    color: #fff;
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 12px;
    font-family: 'GilroyBold';
    width: 167px;
    height: 41px;
    margin-top: 10px;
    cursor:pointer;
}

.btn-comprar-entrada:hover{
	background-color:#000;
	border: solid 1px #000;
}
.proposito {
  display: flex;
  flex-wrap: wrap; 
  align-items: flex-start;
  background: #2300FF0A;
 
}

.titleProposito {
	flex: 1 1 31%;
  min-width: 345px;
  min-height: 175px;
  margin: 0;
  padding: 45px 0 0 112px;


}

.proposito blockquote {
  font-style: normal !important;
  min-width: 300px;
}
.proposito h2{
    font-size: 53px;
    padding: 0;
    margin: 0px;
    position: relative;
    right: 38px;
    color: #000000;
}
.patrocinadores {
  padding: 2rem 0;
  background: #f5f5f5;
}

.carousel-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
}


.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.patrocinador-logo {
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
  object-fit: contain;
  height: auto;
  padding: 1rem;
  box-sizing: border-box;
}
/* Media queries para responsive */
@media (max-width: 1130px) {
	.carousel{
		width:90%  !important;
	}
  .patrocinador-logo {
    flex: 0 0 33.3333% !important; /* 3 items visibles */
    max-width: 33.3333% !important;
  }
  .arrow-left-carrousel{
  	left:20px  !important;
  }
  .arrow-right-carrousel{
  	right:0px  !important;
  }

}

@media (max-width: 768px) {
	
  .patrocinador-logo {
    flex: 0 0 50% !important; /* 2 items visibles */
    max-width: 50% !important;
  }
  
  .carousel-container {
    padding: 0 50px !important;
  }
}
@media (max-width: 480px) {
  .patrocinador-logo {
    flex: 0 0 100% !important; /* 1 item visible */
    max-width: 100% !important;
  }
  
  .carousel-container {
    padding: 0 40px !important;
  }
}


.arrow-left-carrousel{
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    border: unset;
    z-index: 30;
    overflow: visible;
    rotate: 180deg;
    background-color: #FFF;
    padding: 20px 20px 30px 50px;
    margin: 0 !important;
    background: unset;
    cursor: pointer;
}
.arrow-right-carrousel{
 display: block;
    position: absolute;
    top: 35px;
    right: -50px;
    z-index: 30;
    overflow: visible;
    /* background-color: #FFF; */
    padding: 20px 80px 30px 100px;
    margin: 0 !important;
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1)); */
    border: unset;
    cursor: pointer;
    background: unset;
}

.proposito blockquote{
	background: #132431;
  flex: 1 1 60%;
  padding: 67px;
  color: #fff;
  margin: 0;
  margin-right: 75px;
}
.proposito p {
    font-size: 20px;
    font-family: 'GilroyRegular';
    font-weight: 400;
}

.proposito p:first-child {
  font-size: 20px;
  font-family: 'GilroyBold';
  margin-bottom: 0;
}



@media screen and (max-width: 768px) {
  .titleProposito, .proposito blockquote {
    flex: 1 1 100%;
  }
}

.carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-track {
  display: flex;
  white-space: nowrap;
}

.carousel img {
  flex: 0 0 100%;
  margin: 0 0;
  height: auto;
  max-height: 120px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.patrocinadores{
	display: flex;
	position:relative;
  flex-direction: column;
}
.patrocinadores p{
  font-family: 'GilroyBold';
  font-size: 24px;
  max-width: 945px;
  text-align: center;
  margin: auto;
  padding: 0;
  margin-bottom: 16px;
}
.patrocinadores p:first-child{
	font-family: 'GilroyMedium';
	font-size:15px;
}

.patrocinadores h3{
	color: #000000;
  padding-left: 105px;
  font-size: 40px;
  font-weight: 400;
}

.patrocinadores-desc{
    text-align: center;
    font-size: 24px;
    padding: 35px 10% 20px 10%;
    color: #000000;
    font-family: 'Ginter';
    font-weight: 500;
	}
.patrocinadores .btn-sponsor{
background: #E11383;
    border: 1px solid #E11383;
    color: #ffffff;
    border-radius: 10px;
    padding: 18px;
    font-size: 24px;
    width: 266px;
    height: 79px;
    font-family: 'GilroyBold';
    margin:auto;
    cursor:pointer;
	
}
.patrocinadores .stats {
	    padding-top: 40px;
	    padding-bottom:40px;
    display: flex;
    justify-content: center;
    gap: 35px;
}

.patrocinadores .stats .stat-item{
	 border: 1px solid #E5E5E5;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 237px;
    height: 172px;
    justify-content: center;
    box-shadow: 0px 1px 2px 0px #0000000D;
    min-height: 175px;
}
.patrocinadores .stats .stat-item .stat-number{
	font-size: 64px;
  font-weight: 400;
  font-family: 'GilroyBold';
  
}
.patrocinadores .stats .stat-item .stat-label{
	color:#000000;
	font-size:16px;
	font-family: 'GilroyBold';
	margin:0;
}

.momentos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 0 2rem;
    background: #2300FF0A;
        padding-left: 54px;
}
.videoMomentosImportantes {
  flex: 0 1 calc(60% - 1rem);
  min-width: 634px;
  height:448px;
}




.videoMomentosImportantes video-hrw-1 {
  width: 100%;
  height: auto;
  display: block;
}
.videoMomentosImportantes iframe {
     width: 100%;
    height: 100%;
    height:448px
}


.containerTextMomentos {
  flex: 1 1 calc(30% - 1rem);
  font-family: 'GilroyMedium';
}


/* Responsive: si el contenedor no puede mantener los dos bloques juntos */
@media (max-width: 1200px) {
  .momentos {
    flex-direction: column;
    align-items: stretch;
  }

  .videoMomentosImportantes,
  .containerTextMomentos {
    flex: 1 1 100%;
    min-width: unset;
    font-family: 'GilroyMedium';
  }

  .videoMomentosImportantes img {
    max-width: 100%;
    margin-bottom:82px;
  }
}

.momentos h1{
	font-size: 40px;
  color: #000000;
  padding-bottom: 30px;
}
.momentos .textMomentos{
	  font-size: 16px;
    min-width: 325px;
    color: #000000;
}
.momentos .video-stats{
    display: flex;
    justify-content: space-evenly;
    color: #000000;
}
.momentos .stat-item p:first-child {
	font-size: 40px;
  margin: 0;
  font-family: "GilroyBold", sans-serif;
}

.noPierdas .profile-stats{
    display: flex;
    justify-content: center;
    gap:10px;
}
@media (max-width: 768px) {
	.noPierdas .profile-stats{
		flex-wrap:wrap;
	}
}

.noPierdas .stat-item{
	display: flex;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 2px 0px #0000000D;
  margin: 20px 2px;
  padding: 30px 30px 20px 30px;
  width: 237px;
  height: 200px;
  flex-direction: column;
  flex-wrap: nowrap;

}
.noPierdas .stat-item img{
	   margin-bottom: 20px !important;
    width: 48px;
    height: 48px;
    margin: auto;
    margin-top: 0;
}
.noPierdas .stat-item .stat-label{
	text-align:center;
	font-family: "GilroyBold", sans-serif;
  margin-bottom: 0;
  color: #000 ;
}

.noPierdas h2{
  padding-bottom: 35px;
  font-size: 40px;
  color: #000000;
  padding-top: 117px;
  margin-left: 129px !important;
  
}
/*   */ 
.Asistir{
	
}
.Asistir h2{
  padding-bottom: 35px;
  font-size: 40px;
  margin-left: 129px !important;
  color: #000000;
}
.Asistir .container-cards{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 27px;
    padding-bottom: 50px;
}
.Asistir .container-cards .card{
	width: 206px;
  height: 295px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  color: #FFFF;
  border-radius: 8px;
  position:relative;
  font-family: "GilroyBold", sans-serif;
}
.Asistir .container-cards .card img{
position:absolute;
bottom:45px;
}
.Asistir .container-cards .card:hover img{
width:100%;
}


.speakers{
    display: flex;
    flex-direction: column;

	
}
.speakers h2{
  padding-bottom: 35px;
  font-size: 40px;
  color: #000000;
  margin-left: 129px !important;
}
.speakers .container-speakers{
    display: flex;
    justify-content: flex-start;
    gap: 42px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 40px;
    margin: 0 8%;
    margin-bottom: 105px;
}
.speakers .container-speakers .speaker:hover img{
    filter: grayscale(100%);
}
.speakers .container-speakers .speaker:hover .speaker-description{
     display:block;
}
.speakers .speaker{
	position: relative;
	width: 235px;
  height: auto
  ;
}

.speakers .container-speakers  img{
    border-radius:5px;
    width: 200px;
    height: 200px;
	
}
.speakers .container-speakers .speaker-description{
  position: relative;
  
  color: #000;
  display:none;
  padding: 0px 20px;
}
.speakers .container-speakers .speaker-description h3{
  font-size:20px;
  color: #000;
  
}
.speakers .container-speakers .speaker-description p{
  font-size:15px;
}

.speakers a{ 
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'><path fill='%23000' d='M25.424 15.887v8.447h-4.896v-7.882c0-1.98-.71-3.33-2.48-3.33-1.354 0-2.158.91-2.514 1.802-.13.315-.162.753-.162 1.194v8.216h-4.9s.067-13.35 0-14.73h4.9v2.087c-.01.017-.023.033-.033.05h.032v-.05c.65-1.002 1.812-2.435 4.414-2.435 3.222 0 5.638 2.106 5.638 6.632zM5.348 2.5c-1.676 0-2.772 1.093-2.772 2.54 0 1.42 1.066 2.538 2.717 2.546h.032c1.71 0 2.77-1.132 2.77-2.546C8.056 3.593 7.02 2.5 5.344 2.5h.005zm-2.48 21.834h4.896V9.604H2.867v14.73z'/></svg>");
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    display: block;
    height: 38px;
    width: 38px;
    border-radius: 55%;
	}
	
.containerRetos .reto{
    display: flex;
    margin: 35px;
    justify-content: center;
	
}
.containerRetos  >h2{
    font-size: 40px;
    color: #000;
    padding-bottom: 30px;
    margin-left: 84px !important;
	
}
.containerRetos .reto .containerImages{
	min-width: 460px;
  position: relative;
	
}
.containerRetos .reto .containerImages .imageRetos{
	width:310px;
	height:443px;
  object-fit: contain;
	
}
.containerRetos .reto .containerImages .imagen-hrw-1{
    position: absolute;
    top: 181px;
    right: 3px;
	
}




.containerRetos  .containerText{
    padding:20px;
    max-width: 531px;
    margin-left: 20px;
}

.containerRetos  .containerText h2{
    color: #000;
    font-size: 40px;
    margin-left: 0px !important;
    padding-bottom: 20px;
}

.containerRetos  .containerText p{
    color: #000;
    font-size: 26px;
    margin-left: 0px !important;
}

.containerRetos .containerControls {
    width: 150px;
    position: absolute;
    right: 0;
    bottom: 100px;
}
@media (max-width: 900px) {
	
	.containerRetos{
		display: flex;
    flex-direction: column;
   
	}
	.reto{
		 flex-wrap:wrap;
	}
	.containerRetos .containerControls{
		width: 150px;
    margin: auto;
    position: absolute;
    right: 35%;
    bottom: 40px;
	}
	
}



.mapa{
	display: flex ;
  flex-direction: column;
}

.mapa h2{
    color: #000;
    font-size: 40px;
    margin-left: 143px !important;

}
.mapa h2 strong{
    font-size: 20px;
    color: #000
}
.mapa p{
	margin-left: 143px;
}

.mapa iframe{
	margin: auto;
	max-width:80vw;
}

.momentosGallery{
	display: flex;
  flex-direction: column;
}
.momentosGallery h2{
	 padding-top: 35px;
    color: #000;
    font-size: 40px;
    margin-left: 129px !important;
}

.momentosGallery .containerGallery{
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  margin: 10px 40px 10px 90px;
}
.momentosGallery .galleryPrimary{
	flex: 1 1 40%;
	display: flex;
  justify-content: flex-end;
}

.momentosGallery .gallerySecondary{
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex: 1 1 50%;
  gap: 10px;
}

.momentosGallery .gallerySecondary img{
	width : 324px;
	height:216px;
}
.momentosGallery .gallerySecondary iframe{
	width : 324px;
	height:216px;
}



@media (max-width: 1310px) {
	.momentosGallery .gallerySecondary img{
	        width: 254px;
        height: 150px; 
    }
    .momentosGallery .gallerySecondary iframe{
	        width: 254px;
        height: 150px; 
    }

	
}
@media (max-width: 1080px) {
		.momentosGallery .gallerySecondary img{
      width: 254px;
      height: 150px;
	}
	.momentosGallery .gallerySecondary{
		display:none;
	}
	.momentosGallery .galleryPrimary{
		justify-content: center;
	}
}
.containerFormPregunta{
	  display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
}
.containerFormPregunta h2{
	  color: #0A21EE;
    font-size: 40px;
    padding-bottom:20px;

}
.containerFormPregunta p{
    font-size: 20px;
    color: #3C4043;
    margin-left: 35px;
}
.containerFormPregunta .containerFormText{
   flex: 1 1 70%;
    padding: 40px 40px 40px 140px;

}
@media (max-width: 800px) {
	.containerFormPregunta .containerFormText{
		padding:0;
	}
}
.containerFormPregunta form{
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left:20px;
    

}


.containerFormPregunta form button{
    color: #1937EE;
    font-size: 20px;
    border: 2px solid #1937EE;
    padding: 12px 14px;
    background-color: #FFF;
    border-radius: 62px;
    display: block;
    margin-top: 20px;
    cursor:pointer;
    font-family: 'GilroyBold';
}


.containerFormPregunta form #emailRegister{
	display: block;
  border: 1px solid #D9E3FC;
  width: 300px;
  height: 40px;
  text-align: center;
  border-radius: 30px
}

.formCompra{
    background: #0092C8;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 20px;
    z-index: 0;
}

.formCompra .container-text{
 color: #fff;
  padding: 40px;
  max-width: 682px;
	
}

.formCompra .container-logo{
	border-right: solid 1px #fff;
  padding: 30px 0px;
	
}
.containerRetos {
	position: relative;
}
.arrowRightControlsRetos{
	cursor:pointer;
	display: inline-block;
  padding-right: 10px;
}

.arrowRightControlsRetos:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

.arrowLeftControlsRetos{
	cursor: pointer;
  display: inline-block;
  padding-right: 50px;
}
.arrowLeftControlsRetos:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

@media (max-width: 720px) {
	
	
	.formCompra{
		    flex-wrap: wrap;
	}
	
	.formCompra .container-logo{
		    border:unset;
	}
	
	.formCompra .container-text{
		display: flex;
    flex-direction: column;
	}
	.formCompra .container-text .btn-comprar-entrada{
    width: 200px;
    margin: auto;
	}
	
	
	
	
}
@media (max-width: 600px) {
	h2, .Asistir h2 , .noPierdas h2 , .mapa h2 ,.mapa p , .speakers h2 , .titleProposito ,.containerRetos h2 , .momentosGallery h2, .containerFormText h2{ 
		padding-left:20px !important;
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.patrocinadores .stats{
		flex-wrap:wrap;
	}
	.containerFormPregunta form {
		flex-wrap:wrap;
	}
	.momentos{
		padding: 0 2rem;
	}
	.containerImages{
		min-width: 230px;
	}
	.containerRetos .reto .containerImages .imagen-hrw-1{
		position: absolute;
    top: 240px;
    right: -37px;
    width:200px;
	}
	.containerControls{
		right:unset;
	}
	.containerFormPregunta{
		flex-wrap:wrap;
	}
	.momentos .textMomentos, .containerRetos .reto .containerImages , .titleProposito{
		min-width:	unset;
		
		
	}
	.momentos .video-stats{
		flex-wrap:wrap;
	}
	.page-section{
		padding-bottom:unset;
	}
	.headerHRW .btn-comprar-entrada{
		width:127px;
	}
	.momentosGallery .containerGallery{
		margin:0;
	}
	.banner img{
		margin-top:20px;
	}
	.arrow-right-carrousel , .arrow-left-carrousel{
		padding:20px 0px 30px 10px;
	}
	.arrow-right-carrousel{
	right: 20px !important
	}
	
}








	






