#s-contacto {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-contacto {
	width: 75%;
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
		0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
#content-contacto > div:first-child {
	width: 50%;
}
#content-contacto > div:first-child img {
	width: 100%;
	padding-left: 20px;
}

#content-contacto > div:last-child {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 60px;
}

#content-contacto > div:last-child h3 {
	font-size: 35px;
	color: #444444;
	margin-bottom: 40px;
}

#form-contacto {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px 0px;
	flex-wrap: wrap;
}

.content-inp-form {
	width: 100%;
	gap: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.medio-form {
	width: 46%;
}

.content-inp-form label {
	color: #a5a5a5;
}

.content-inp-form select,
.content-inp-form textarea,
.content-inp-form input {
	width: 100%;
	border: none;
	border-radius: 25px;
	padding: 15px 20px;
	background-color: #eeeeee;
	resize: none;
}

#content-terminos a:hover {
	color: #ff7bd0;
	font-weight: bold;
}

#content-terminos a {
	color: #a5a5a5;
	transition: ease all 0.6s;
}
#content-terminos {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 4px;
}

#content-btn-contact {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#content-btn-contact button {
	padding: 4px 20px;
	font-size: 20px;
	background-color: var(--azul-claro);
	color: #fff;
	border-radius: 20px;
	border: none;
}

#s-info-contacto {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#s-info-contacto > div {
	width: 70%;
	display: flex;
	padding: 50px 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

#s-info-contacto p {
	font-size: 18px;
	text-align: center;
}

#s-info-contacto p b {
	color: #8762a0;

	font-family: "GothamRounded-Bold";
}

@media screen and (max-width: 992px) {
	#content-contacto {
		width: 90%;
		flex-direction: column;
		margin: 40px 0px;
	}

	#content-contacto > div:first-child {
		width: 100%;
	}

	#content-contacto > div:last-child {
		width: 100%;
		padding: 20px;
	}

	#content-contacto > div:last-child h3 {
		font-size: 22px;
	}

	.medio-form {
		width: 100%;
	}

	.content-inp-form textarea,
	.content-inp-form input {
		padding: 8px 20px;
	}
}
