/* Add here all your CSS customizations */
.linkIntro {
	color: white;
	text-decoration: none;
}
.linkIntro:hover {
	color: white;
	text-decoration: none;
}
.estudios-ico {
	text-align: center;
	font-size: 50px;
}
.boton-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	z-index: 1000;
}
#turnosInner {
	padding: 40px;
}
#turnosInfo {
	padding: 40px 40px 0 40px;
	margin: auto;
}
@media (min-width: 1536px) {
	#turnosInfo {
		max-width: 33.3333%;
	}
}
@media (min-width: 1200px) {
	#turnosInfo {
		max-width: 33.3333%;
	}
}
@media (min-width: 900px) {
	#turnosInfo {
		max-width: 50%;
	}
}
@media (min-width: 600px) {
	#turnosInfo {
		max-width: 66.6667%;
	}
}
@font-face {
	font-family: 'Rounded Elegance';
	src: url('RoundedElegance-Regular.eot');
	src: url('RoundedElegance-Regular.eot?#iefix') format('embedded-opentype'), url('RoundedElegance-Regular.woff2') format('woff2'),
		url('RoundedElegance-Regular.woff') format('woff'), url('RoundedElegance-Regular.ttf') format('truetype'),
		url('RoundedElegance-Regular.svg#RoundedElegance-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.textLogo {
	font-family: 'Rounded Elegance';
	font-size: 123%;
	-webkit-text-stroke: 0.8px;
}
.textLogo b {
	color: #167287;
	font-weight: inherit !important;
}
.textLogo i {
	color: #39a5b3;
	font-style: normal;
}
.textLogo sup {
	font-size: 80%;
	font-size: 50%;
	top: -1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Rounded Elegance';
}
.img-left {
	float: left;
	margin: 0 20px 20px 0;
}
.custom-font-size-1 {
	font-family: 'Rounded Elegance';
	-webkit-text-stroke: 1px;
	-moz-text-stroke: 1px;
	font-size: 150% !important;
	margin: 15px 0;
}

.mecanica {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
}

.mecanica .paso {
	border: 4px solid #166987;
	padding: 15px;
	margin: 10px;
	max-width: 300px;
	font-weight: 700;
	font-size: 110%;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 25px;
	border-radius: 15px;
	min-height: 200px;
	justify-content: center;
	align-items: center;
}

.mecanica .paso i {
	font-size: 300%;
	color: #39a5b3;
}
.mecanica .paso i.mini {
	font-size: 135%;
	position: absolute;
	margin: 24px 0 0 2px;
}
.mecanica .paso i.super {
	font-size: 125%;
	position: absolute;
	margin: 20px 0 0 -27px;
	color: white;
}

.mecanica .flecha {
	display: flex;
	justify-content: center;
	align-items: center;
}
.mecanica .flecha > div {
	height: 40px;
	width: 40px;
	margin: 5px;
}
.mecanica .flecha > div::before {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24"><path fill="%2339a5b3" d="M12.068.016l-3.717 3.698 5.263 5.286h-13.614v6h13.614l-5.295 5.317 3.718 3.699 11.963-12.016z"/></svg>');
}

.col p {
	text-align: left;
}
.col p.imagen {
	text-align: center;
	margin-bottom: 28px;
}
.col p.imagen img {
	border-radius: 50%;
	border: 2px solid white;
	box-shadow: 2px 2px #167287, -2px -2px #167287, -2px 2px #167287, 2px -2px #167287;
}

@media (max-width: 576px) {
	.mecanica {
		flex-direction: column;
	}
	.mecanica .paso {
		max-width: 100%;
		margin: 10px 25px;
	}
	.col p {
		padding: 0 15px;
	}
}
@media (max-width: 768px) {
	.mecanica .flecha > div {
		transform: rotate(90deg);
	}
}
.rev_slider_wrapper {
	background-color: black;
}
figure img {
	display: block;
	margin: 0 auto 10px;
}
#contacto a {
	text-decoration: none;
}
#contacto a:hover {
	text-decoration: underline;
}
.botonesGrandes {
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
}
.botonesGrandes > div {
	flex: 1;
}
.botonGrande {
	text-align: center;
	max-width: 200px;
	color: #fff;
	background-color: #1976d2;
	box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
	padding: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.75;
	letter-spacing: 0.02857em;
	text-transform: uppercase;
	text-decoration: none;
	height: 100%;
	border-radius: 4px;
}
.botonGrande:hover {
	text-decoration: none;
	color: #fff;
}
