/*
#eventos {
  width: 100%;
  padding: 2rem 0;
}

.flecha-eventos {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 20;
}

.flecha-eventos img {
	width: 20vh;
	height: 10vh;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.flecha-eventos:hover img{
  transform: scale(1.1);
}

.imagen-eventos {
  width: 100%;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}

.eventos-texto {
	width: 100%;
	max-width: 100%;
	text-align: left;
	padding-top: 2vh;
	padding-bottom: 4vh;
	margin-left: 7vh;
}

.eventos-texto-principal {
	font-family: 'Adelle Sans ARA Regular', sans-serif;
    font-size: 6.95rem;
	color: #ffffff;
	margin-bottom: 2vh;
}
.eventos-texto-secundario {
	font-family: 'Adelle Sans ARA Regular', sans-serif;
    font-size: 8.3125rem;
	color: #ffffff;
	margin-bottom: 2vh;
}

.grid-eventos {
	display: grid;
	grid-template-columns: 6% 1fr 6%;
	width: 100%;
	height: 100%;
	min-height: 28vh;
	align-items: center;
}



.flecha-eventos:hover img {
	transform: scale(1.1);
}

.carrusel-eventos-contenedor {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: transparent;
}

.carrusel-eventos {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.slider-wrapper {
	display: flex;
	transition: transform 1s ease-in-out;
}

.slider-wrapper img {
	width: 100%;
	flex-shrink: 0;
	object-fit: contain;
}


@media (min-width: 300px) and (max-width: 400px) {
#eventos {
  width: 100%;
  padding: 1rem;
}

.grid-eventos {
	display: grid;
	grid-template-columns: 6% 1fr 6%;
	width: 100%;
	height: 100%;
	min-height: 18vh;
	align-items: center;
}
	
  .eventos-texto {
    padding-top: 3vh;
    padding-bottom: 0.5vh;
    text-align: left;
	margin-left: 2vh;
  }

  .eventos-texto-principal {
    font-size: 2.5rem;
  }

  .eventos-texto-secundario {
    font-size: 3.2rem;
  }

  .flecha-eventos img {
    width: 5vh;
    height: 5vh;
  }

}

@media (min-width: 401px) and (max-width: 600px) {
#eventos {
  width: 100%;
  padding: 1rem;
}

.grid-eventos {
	display: grid;
	grid-template-columns: 6% 1fr 6%;
	width: 100%;
	height: 100%;
	min-height: 18vh;
	align-items: center;
}
	
  .eventos-texto {
    padding-top: 3vh;
    padding-bottom: 0.5vh;
    text-align: left;
	margin-left: 2vh;
  }

  .eventos-texto-principal {
    font-size: 2.5rem;
  }

  .eventos-texto-secundario {
    font-size: 3.2rem;
  }

  .flecha-eventos img {
    width: 5vh;
    height: 5vh;
  }

}


@media (min-width: 601px) and (max-width: 799px) {
#eventos {
  width: 100%;
  padding: 1rem;
}

.grid-eventos {
	display: grid;
	grid-template-columns: 6% 1fr 6%;
	width: 100%;
	height: 100%;
	min-height: 18vh;
	align-items: center;
}
	
  .eventos-texto {
    padding-top: 3vh;
    padding-bottom: 0.5vh;
    text-align: left;
	margin-left: 5vh;
  }

  .eventos-texto-principal {
    font-size: 2.5rem;
  }

  .eventos-texto-secundario {
    font-size: 3.2rem;
  }

  .flecha-eventos img {
    width: clamp(7vh, 10vh, 13vh);
    height: clamp(7vh, 10vh, 13vh);
  }

}

@media (min-width: 800px) and (max-width: 1024px) {

#eventos {
  width: 100%;
  padding: 1rem;
}

.grid-eventos {
	display: grid;
	grid-template-columns: 6% 1fr 6%;
	width: 100%;
	height: 100%;
	min-height: 18vh;
	align-items: center;
}
	
  .eventos-texto {
    padding-top: 3vh;
    padding-bottom: 0.5vh;
    text-align: left;
	margin-left: 5vh;
  }

  .eventos-texto-principal {
    font-size: 3.5rem;
  }

  .eventos-texto-secundario {
    font-size: 4.2rem;
  }

  .flecha-eventos img {
    width: clamp(7vh, 10vh, 13vh);
    height: clamp(7vh, 10vh, 13vh);
  }

}

@media (min-width: 1025px) and (max-width: 1440px) {

#eventos {
  width: 100%;
  padding: 1rem;
}

.grid-eventos {
	display: grid;
	grid-template-columns: 6% 1fr 6%;
	width: 100%;
	height: 100%;
	min-height: 18vh;
	align-items: center;
}
	
  .eventos-texto {
    padding-top: 3vh;
    padding-bottom: 0.5vh;
    text-align: left;
	margin-left: 5vh;
  }

  .eventos-texto-principal {
    font-size: 3.5rem;
  }

  .eventos-texto-secundario {
    font-size: 4.2rem;
  }

  .flecha-eventos img {
    width: clamp(7vh, 10vh, 13vh);
    height: clamp(7vh, 10vh, 13vh);
  }
}

@media (min-width: 1441px) and (max-width: 1800px) {

#eventos {
  width: 100%;
  padding: 1rem;
}

.grid-eventos {
	display: grid;
	grid-template-columns: 6% 1fr 6%;
	width: 100%;
	height: 100%;
	min-height: 18vh;
	align-items: center;
}
	
  .eventos-texto {
    padding-top: 3vh;
    padding-bottom: 0.5vh;
    text-align: left;
	margin-left: 5vh;
  }

  .eventos-texto-principal {
    font-size: 3.5rem;
  }

  .eventos-texto-secundario {
    font-size: 4.2rem;
  }

  .flecha-eventos img {
    width: clamp(7vh, 10vh, 13vh);
    height: clamp(7vh, 10vh, 13vh);
  }
}

@media (min-width: 1801px) and (max-width: 2200px) {


#eventos {
  width: 100%;
  padding: 1rem;
}

.grid-eventos {
	display: grid;
	grid-template-columns: 6% 1fr 6%;
	width: 100%;
	height: 100%;
	min-height: 18vh;
	align-items: center;
}
	
  .eventos-texto {
    padding-top: 3vh;
    padding-bottom: 0.5vh;
    text-align: left;
	margin-left: 5vh;
  }

  .eventos-texto-principal {
    font-size: 3.5rem;
  }

  .eventos-texto-secundario {
    font-size: 4.2rem;
  }

  .flecha-eventos img {
    width: clamp(7vh, 10vh, 13vh);
    height: clamp(7vh, 10vh, 13vh);
  }
}

@media (min-width: 2201px) and (max-width: 2560px) {

#eventos {
  width: 100%;
  padding: 1rem;
}

.grid-eventos {
	display: grid;
	grid-template-columns: 6% 1fr 6%;
	width: 100%;
	height: 100%;
	min-height: 18vh;
	align-items: center;
}
}

@media (min-width: 2561px) and (max-width: 3560px) {

#eventos {
  width: 100%;
  padding: 1rem;
}

.grid-eventos {
	display: grid;
	grid-template-columns: 6% 1fr 6%;
	width: 100%;
	height: 100%;
	min-height: 18vh;
	align-items: center;
}
}
*/

#eventos {
	width: 100%;
	padding: 2rem 0;
}

.flecha-eventos {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 20;
}

.flecha-eventos img {
	width: 20vh;
	height: 10vh;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.flecha-eventos:hover img {
	transform: scale(1.1);
}

.imagen-eventos {
	width: 100%;
	height: auto;
	object-fit: cover;
	flex-shrink: 0;
}

.eventos-texto {
	width: 100%;
	max-width: 100%;
	text-align: left;
	padding-top: 2vh;
	padding-bottom: 4vh;
	margin-left: 7vh;
}

.eventos-texto-principal {
	font-family: 'Adelle Sans ARA Regular', sans-serif;
	font-size: 6.95rem;
	color: #ffffff;
	margin-bottom: 2vh;
}

.eventos-texto-secundario {
	font-family: 'Adelle Sans ARA Regular', sans-serif;
	font-size: 8.3125rem;
	color: #ffffff;
	margin-bottom: 2vh;
}

.grid-eventos {
	display: grid;
	grid-template-columns: 6% 1fr 6%;
	width: 100%;
	height: 100%;
	min-height: 28vh;
	align-items: center;
}

.flecha-eventos:hover img {
	transform: scale(1.1);
}

.carrusel-eventos-contenedor {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: transparent;
}

.carrusel-eventos {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.slider-wrapper {
	display: flex;
	transition: transform 1s ease-in-out;
}

.slider-wrapper img {
	width: 100%;
	flex-shrink: 0;
	object-fit: contain;
}

@media (min-width: 300px) and (max-width: 400px) {

	#eventos {
		width: 100%;
		padding: 1rem;
	}

	.grid-eventos {
		display: grid;
		grid-template-columns: 6% 1fr 6%;
		width: 100%;
		height: 100%;
		min-height: 18vh;
		align-items: center;
	}

	.eventos-texto {
		padding-top: 3vh;
		padding-bottom: 0.5vh;
		text-align: left;
		margin-left: 2vh;
	}

	.eventos-texto-principal {
		font-size: 2.5rem;
	}

	.eventos-texto-secundario {
		font-size: 3.2rem;
	}

	.flecha-eventos img {
		width: 5vh;
		height: 5vh;
	}

}

@media (min-width: 401px) and (max-width: 600px) {

	#eventos {
		width: 100%;
		padding: 1rem;
	}

	.grid-eventos {
		display: grid;
		grid-template-columns: 6% 1fr 6%;
		width: 100%;
		height: 100%;
		min-height: 18vh;
		align-items: center;
	}

	.eventos-texto {
		padding-top: 3vh;
		padding-bottom: 0.5vh;
		text-align: left;
		margin-left: 2vh;
	}

	.eventos-texto-principal {
		font-size: 2.5rem;
	}

	.eventos-texto-secundario {
		font-size: 3.2rem;
	}

	.flecha-eventos img {
		width: 5vh;
		height: 5vh;
	}

}


@media (min-width: 601px) and (max-width: 799px) {

	#eventos {
		width: 100%;
		padding: 1rem;
	}

	.grid-eventos {
		display: grid;
		grid-template-columns: 6% 1fr 6%;
		width: 100%;
		height: 100%;
		min-height: 18vh;
		align-items: center;
	}

	.eventos-texto {
		padding-top: 3vh;
		padding-bottom: 0.5vh;
		text-align: left;
		margin-left: 5vh;
	}

	.eventos-texto-principal {
		font-size: 2.5rem;
	}

	.eventos-texto-secundario {
		font-size: 3.2rem;
	}

	.flecha-eventos img {
		width: clamp(7vh, 10vh, 13vh);
		height: clamp(7vh, 10vh, 13vh);
	}

}

@media (min-width: 800px) and (max-width: 1024px) {

	#eventos {
		width: 100%;
		padding: 1rem;
	}

	.grid-eventos {
		display: grid;
		grid-template-columns: 6% 1fr 6%;
		width: 100%;
		height: 100%;
		min-height: 18vh;
		align-items: center;
	}

	.eventos-texto {
		padding-top: 3vh;
		padding-bottom: 0.5vh;
		text-align: left;
		margin-left: 5vh;
	}

	.eventos-texto-principal {
		font-size: 3.5rem;
	}

	.eventos-texto-secundario {
		font-size: 4.2rem;
	}

	.flecha-eventos img {
		width: clamp(7vh, 10vh, 13vh);
		height: clamp(7vh, 10vh, 13vh);
	}

}

@media (min-width: 1025px) and (max-width: 1440px) {

	#eventos {
		width: 100%;
		padding: 1rem;
	}

	.grid-eventos {
		display: grid;
		grid-template-columns: 6% 1fr 6%;
		width: 100%;
		height: 100%;
		min-height: 18vh;
		align-items: center;
	}

	.eventos-texto {
		padding-top: 3vh;
		padding-bottom: 0.5vh;
		text-align: left;
		margin-left: 5vh;
	}

	.eventos-texto-principal {
		font-size: 3.5rem;
	}

	.eventos-texto-secundario {
		font-size: 4.2rem;
	}

	.flecha-eventos img {
		width: clamp(7vh, 10vh, 13vh);
		height: clamp(7vh, 10vh, 13vh);
	}

}

@media (min-width: 1441px) and (max-width: 1800px) {

	#eventos {
		width: 100%;
		padding: 1rem;
	}

	.grid-eventos {
		display: grid;
		grid-template-columns: 6% 1fr 6%;
		width: 100%;
		height: 100%;
		min-height: 18vh;
		align-items: center;
	}

	.eventos-texto {
		padding-top: 3vh;
		padding-bottom: 0.5vh;
		text-align: left;
		margin-left: 5vh;
	}

	.eventos-texto-principal {
		font-size: 3.5rem;
	}

	.eventos-texto-secundario {
		font-size: 4.2rem;
	}

	.flecha-eventos img {
		width: clamp(7vh, 10vh, 13vh);
		height: clamp(7vh, 10vh, 13vh);
	}

}

@media (min-width: 1801px) and (max-width: 2200px) {

	#eventos {
		width: 100%;
		padding: 1rem;
	}

	.grid-eventos {
		display: grid;
		grid-template-columns: 6% 1fr 6%;
		width: 100%;
		height: 100%;
		min-height: 18vh;
		align-items: center;
	}

	.eventos-texto {
		padding-top: 3vh;
		padding-bottom: 0.5vh;
		text-align: left;
		margin-left: 5vh;
	}

	.eventos-texto-principal {
		font-size: 3.5rem;
	}

	.eventos-texto-secundario {
		font-size: 4.2rem;
	}

	.flecha-eventos img {
		width: clamp(7vh, 10vh, 13vh);
		height: clamp(7vh, 10vh, 13vh);
	}

}

@media (min-width: 2201px) and (max-width: 2560px) {

	#eventos {
		width: 100%;
		padding: 1rem;
	}

	.grid-eventos {
		display: grid;
		grid-template-columns: 6% 1fr 6%;
		width: 100%;
		height: 100%;
		min-height: 18vh;
		align-items: center;
	}

}

@media (min-width: 2561px) and (max-width: 3560px) {

	#eventos {
		width: 100%;
		padding: 1rem;
	}

	.grid-eventos {
		display: grid;
		grid-template-columns: 6% 1fr 6%;
		width: 100%;
		height: 100%;
		min-height: 18vh;
		align-items: center;
	}

}





