.sliderTyC {
	width: 100%;
	background-color: #2f344f;
}

.swiper {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	position: relative;
	overflow: hidden;
}

.swiper-wrapper {
	display: flex;
	align-items: center;
}

.swiper-slide {
	width: 100%;
	background-color: #2f344f;
}

.swiper-slide h2 {
	color: white;
	font-weight: lighter;
	letter-spacing: 7px;
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
	font-size: 20px;
}

.swiper-slide h4 {
	text-align: center;
	color: white;
	margin-top: 40px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 40px;
}

.swiper-slide h4 span {
	color: #4fc1f0;
}

@media (max-width: 800px) {
	.swiper-slide h2 {
		font-size: 18px;
	}

	.swiper-slide h4 {
		font-size: 12px;
	}
}

.contenidosliderTyC {
	display: flex;
	gap: 40px;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}

@media (max-width: 800px) {
	.contenidosliderTyC {
		flex-direction: column;
		text-align: center;
	}
}

.parrafosliderFirstSlider p {
	color: white;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 30px;
}

.parrafosliderFirstSlider .createContent {
	font-size: 16px;
}

.parrafosliderTyC p {
	color: white;
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 30px;
}

.parrafosliderFirstSlider p span {
	font-weight: bold;
	color: #4fc1f0;
}

.parrafosliderTyC p {
	font-style: italic;
}

.parrafosliderTyC p span {
	font-weight: bold;
	color: #4fc1f0;
	font-style: italic;
}

@media (max-width: 800px) {
	.parrafosliderTyC p {
		text-align: center;
		font-size: 14px;
	}

	.parrafosliderFirstSlider p {
		text-align: center;
		font-size: 14px;
	}
}

.parrafosliderTyC a {
	padding: 10px 30px;
	border-radius: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #2f344f;
	font-size: 14px;
	text-decoration: none;
	background-color: white;
}

.parrafosliderTyC a:hover {
	background: linear-gradient(90deg, rgb(79, 193, 240), rgb(144, 95, 239), rgb(118, 65, 178));;
	color: #fff;
	text-decoration: none;
}

.swiper-button-prev {
	width: 30px;
	height: 20px;
}

.swiper-button-next {
	width: 30px;
	height: 20px;
}

.swiper img:nth-child(2):hover {
	background-image: url(../img/flechaIzquierdaHover.png);
}

.swiper img:nth-child(3):hover {
	background-image: url(../img/flechaDerechaHover.png);
}
