#s-app {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-app {
	width: 70%;
	padding: 40px 100px;
	position: relative;
	top: -50px;
	border-radius: 20px;
	background-color: var(--azul-claro);
	gap: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#content-app-1 {
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#content-app-2 {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

#content-app-1 img {
	width: 20%;
}

#content-app-1 h3 {
	font-family: "GothamRounded-Bold";
	color: #8762a0;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 20px;
	letter-spacing: 1px;
}

b {
	font-family: "GothamRounded-Bold";
}

#content-app-1 p {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
}

#content-app-2 svg {
	width: 30%;
	fill: #fff;
}

#content-app-2 img {
	width: 65%;
}

#s-quienes-somos {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#s-quienes-somos {
	justify-content: center;
	align-items: center;
	padding: 80px 0px;
}

#s-quienes-somos > div {
	width: 85%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex-direction: column-reverse;
}

#s-quienes-somos iframe {
	width: 100%;
	height: 300px;
}

#content-info-q-s {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-info-q-s p {
	width: 100%;
	text-align: justify;
	color: #000;
	margin-bottom: 8px;
	column-count: 2;
	column-gap: 40px;
	column-rule: 2px outset var(--azul-claro);
}

#s-que-hacemos {
	justify-content: center;
	align-items: center;
	background-image: url("/src/img/banner-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 100px 0px;
}

#s-que-hacemos > div {
	width: 70%;
	padding: 60px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

#s-que-hacemos > div p {
	width: 70%;
	text-align: justify;
	color: #fff;
}

#s-que-hacemos .principal-title h3 {
	color: #fff;
}

#content-carousel-servicio {
	width: 80%;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#servicio-carousel {
	display: block;
}

#servicio-carousel img {
	width: 100%;
}

.card-serv {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.card-serv img {
	width: 50% !important;
}

.card-serv h4 {
	font-size: 18px;
	text-align: center;
	color: #000;
}

.card-serv p {
	font-size: 14px;
	color: #000;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card-serv a {
	color: #fff;
	background-color: var(--azul-claro);
	border-radius: 20px;
	padding: 4px 20px;
}

#s-transmisiones {
	justify-content: center;
	align-items: center;
	background-color: #efefef;
	margin: 100px 0px;
}

#content-car-transmisiones {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 50px;
}

#title-transm {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#content-iframe-transmisiones {
	width: 60%;
}

#content-iframe-transmisiones iframe {
	width: 100%;
	height: 450px;
}

#transmisiones-carousel {
	margin-top: 30px;
}

.card-transmisiones {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.card-transmisiones > div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.card-transmisiones > div > div {
	padding: 20px 0px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
	color: #444444;
}

.card-transmisiones h4 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 45px;
	color: #444444;
}

.card-transmisiones h5 {
	font-size: 16px;
	font-weight: bold;
}

.card-transmisiones p {
	font-size: 14px;
}

.card-transmisiones a {
	color: #fff;
	background-color: var(--azul-claro);
	border-radius: 20px;
	padding: 4px 10px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.card-transmisiones a.morado {
	background-color: #8762a0;
}

.card-transmisiones a svg {
	height: 30px;
	fill: #fff;
}

.card-transmisiones h4 span:first-child {
	font-size: 80px;
}

.card-transmisiones h4 span:last-child {
	font-size: 22px;
}

.line-separator-trans {
	width: 100%;
	height: 2px;
	background-color: #444444;
	margin: 30px 0px;
}

#s-clientes {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 60px;
	gap: 40px;
	margin-bottom: 80px;
}

#content-car-clientes {
	width: 70%;
	position: relative;
}

#clientes-carousel {
	width: 100%;
	display: block;
}
#bnn-der-serv {
	right: -100px;
}

#bnn-izq-serv {
	left: -100px;
}
#bnn-der-clientes {
	right: -100px;
}

#bnn-izq-clientes {
	left: -100px;
}

@media screen and (max-width: 992px) {
	#content-app {
		width: 90%;
		padding: 20px;
		flex-direction: column;
	}

	#content-app-1 {
		width: 100%;
		flex-direction: column;
	}

	#content-app-1 img {
		width: 30%;
	}

	#content-app-1 h3 {
		font-size: 18px;
		text-align: center;
	}

	#content-app-1 p {
		font-size: 16px;
		text-align: center;
	}

	#content-app-2 {
		width: 100%;
	}
	#s-quienes-somos > div {
		width: 90%;
		flex-direction: column;
	}

	#s-quienes-somos iframe {
		width: 100%;
		height: 250px;
	}

	#content-info-q-s {
		width: 90%;
	}

	#s-que-hacemos > div {
		width: 90%;
		padding: 20px 0px;
		gap: 15px;
		flex-direction: column;
	}
	#s-que-hacemos > div p {
		width: 90%;
	}

	#s-servicios {
		padding: 20px !important;
	}

	.bnn {
		display: none !important;
	}

	#content-carousel-servicio {
		width: 100%;
	}
	#s-transmisiones {
		flex-direction: column;
		padding: 20px;
	}
	#content-car-transmisiones {
		width: 100%;
		padding: 20px;
	}

	#content-iframe-transmisiones {
		width: 100%;
	}

	#content-btn-carousel {
		margin-top: 10px;
	}
	.bnn-2 {
		width: 30px !important;
		height: 30px !important;
	}
	.bnn-2 svg {
		width: 30px !important;
		height: 30px !important;
	}

	#content-iframe-transmisiones iframe {
		height: 250px;
	}
	#s-clientes {
		padding: 20px;
	}

	#s-que-hacemos {
		background-image: url(/src/img/banner-2-res.jpg);
	}

	#content-info-q-s p {
		column-count: 1;
	}
}
