.s-app {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cotent-app {
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.cotent-app > div:first-child {
	width: 40%;
}

.cotent-app > div:first-child img {
	width: 80%;
}

.cotent-app > div:last-child {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-top: 30px;
}

.cotent-app > div:last-child a {
	font-family: "GothamRounded-Bold";
	font-size: 16px;
	color: var(--azul-claro);
}

.cotent-app > div:last-child span {
	color: #8762a0;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 20px;
	letter-spacing: 1px;

	font-family: "GothamRounded-Bold";
}

.content-download-app {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 40px;
	margin: 20px 0px;
}

.content-download-app a {
	width: 45%;
}

.content-download-app a img {
	width: 100%;
}

#btn-agendar-llamada {
	padding: 4px 20px;
	font-size: 20px;
	font-family: "SF UI Semi-Bold";
	background-color: var(--azul-claro);
	color: #fff;
	border-radius: 20px;
}

.cotent-app.content-qr {
	justify-content: center;
	margin-bottom: 30px;
}

.cotent-app.content-qr > div:first-child img {
	width: 70%;
}

#s-slide-app {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #efefef;
	padding: 50px;
}

#content-slide-app {
	width: 55%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#content-carousel-app {
	width: 100%;
	display: block;
}

#bnn-der-app {
	right: -100px;
}

#bnn-izq-app {
	left: -100px;
}

#content-carousel-app .owl-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-carousel-app .owl-item img {
	width: 80%;
}

#s-servicios-interno > div:nth-child(odd) {
	background-color: #fff !important;
}

@media screen and (max-width: 992px) {
	.cotent-app {
		width: 100%;
		flex-direction: column;
		align-items: center;
	}

	.cotent-app > div:first-child {
		width: 90%;
		display: flex;
		justify-content: center;
	}

	.cotent-app > div:last-child {
		width: 90%;
		align-items: center;
	}

	.content-download-app {
		width: 100%;
		justify-content: space-between;
		gap: 0px;
	}

	.content-download-app a {
		width: 45%;
	}

	#btn-agendar-llamada {
		margin-bottom: 30px;
	}
}
