@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@font-face {
	font-family: "DINPro";
	src: url("/asset/style/font/DINPro.otf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "DINPro-medium";
	src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "DINPro-bold";
	src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
* {
	margin: 0;
	box-sizing: border-box;
	font-size: calc(14px + (20.56 - 14) * ((100vw - 280px) / (3840 - 280)));
}
body {
	max-width: 100vw;
	overflow-x: hidden;
}

.contenedor {
	width: 90%;
	max-width: 1396px;
	margin: 0 auto;
	overflow: hidden;
}

.whatsapp_contacto {
	position: fixed;
	bottom: 30px;
	right: 50px;
	cursor: pointer;
	z-index: 1000;
	transition: transform 0.3s;
}
.whatsapp_contacto:hover {
	transform: scale(1.1);
}

.after::after {
	display: block;
	content: "";
	width: 72px;
	height: 4px;
	background-color: #1c82eb;
	margin-top: 15px;
}

.center::after {
	display: block;
	content: "";
	width: 20%;
	margin: 15px auto;
	height: 4px;
	background-color: #1c82eb;
}

.fifth {
	border-color: #1c82eb;
	border-radius: 0;
	color: #1c82eb;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #1c82eb;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth:hover {
	color: #ffffff;
}
.fifth:hover::after {
	width: 110%;
}

.fifth_alt {
	border-color: #63b0ff;
	border-radius: 0;
	color: #63b0ff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth_alt::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #63b0ff;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth_alt:hover {
	color: #ffffff;
}
.fifth_alt:hover::after {
	width: 110%;
}

.fifth_alt_1 {
	border-color: #ffffff;
	border-radius: 0;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth_alt_1::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #ffffff;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth_alt_1:hover {
	color: #1c82eb;
}
.fifth_alt_1:hover::after {
	width: 110%;
}

@media screen and (max-width: 768px) {
	.whatsapp_contacto {
		position: fixed;
		bottom: 30px;
		right: 30px;
		cursor: pointer;
		z-index: 1000;
		transition: transform 0.3s;
	}
	.whatsapp_contacto img {
		width: 80%;
		height: 80%;
	}
	.whatsapp_contacto:hover {
		transform: scale(1.1);
	}
}
@font-face {
	font-family: "DINPro";
	src: url("/asset/style/font/DINPro.otf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "DINPro-medium";
	src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "DINPro-bold";
	src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
* {
	margin: 0;
	box-sizing: border-box;
}

.contenedor {
	width: 90%;
	max-width: 1396px;
	margin: 0 auto;
	overflow: hidden;
}

.whatsapp_contacto {
	position: fixed;
	bottom: 30px;
	right: 50px;
	cursor: pointer;
	z-index: 1000;
	transition: transform 0.3s;
}
.whatsapp_contacto:hover {
	transform: scale(1.1);
}

.after::after {
	display: block;
	content: "";
	width: 72px;
	height: 4px;
	background-color: #1c82eb;
	margin-top: 15px;
}

.center::after {
	display: block;
	content: "";
	width: 20%;
	margin: 15px auto;
	height: 4px;
	background-color: #1c82eb;
}

.fifth {
	border-color: #1c82eb;
	border-radius: 0;
	color: #1c82eb;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #1c82eb;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth:hover {
	color: #ffffff;
}
.fifth:hover::after {
	width: 110%;
}

.fifth_alt {
	border-color: #63b0ff;
	border-radius: 0;
	color: #63b0ff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth_alt::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #63b0ff;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth_alt:hover {
	color: #ffffff;
}
.fifth_alt:hover::after {
	width: 110%;
}

.fifth_alt_1 {
	border-color: #ffffff;
	border-radius: 0;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth_alt_1::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #ffffff;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth_alt_1:hover {
	color: #1c82eb;
}
.fifth_alt_1:hover::after {
	width: 110%;
}

@media screen and (max-width: 768px) {
	.whatsapp_contacto {
		position: fixed;
		bottom: 30px;
		right: 30px;
		cursor: pointer;
		z-index: 1000;
		transition: transform 0.3s;
	}
	.whatsapp_contacto img {
		width: 80%;
		height: 80%;
	}
	.whatsapp_contacto:hover {
		transform: scale(1.1);
	}
}
.btn_home {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
}
.btn_home .btn_contenedor {
	width: 212px;
	height: 51px;
	border: 2px solid #1c82eb;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	cursor: pointer;
}
.btn_home .btn_contenedor a {
	text-decoration: none;
	color: #1c82eb;
	font-family: "Roboto", "sans-serif";
	font-size: 16px;
	margin-right: 10px;
}
.btn_home .btn_contenedor p {
	font-size: 25px;
	margin-bottom: 3px;
}
.btn_home .btn_contenedor:hover {
	border: none;
}
.btn_home .btn_contenedor:hover a {
	color: #ffffff;
}

header {
	background-color: #ffffff;
	width: 100%;
	position: fixed;
	box-shadow: 0px 5px 7px #00000029;
	z-index: 100000;
}
header nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	font-family: "Roboto", "sans-serif";
	font-weight: 500;
}
header nav .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 41px;
	width: 189px;
}
header nav .logo img {
	height: 100%;
	width: 100%;
}
header nav .enlaces {
	margin-left: 10px;
	display: flex;
	align-items: center;
	width: 70%;
	gap: 1em;
}
header nav .enlaces .link {
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	--clippy: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition: transform 0.3s;
}
header nav .enlaces .link:hover {
	/* --clippy: polygon(0 0, 100% 0, 100% 100%, 0 100%); */
}
/* header nav .enlaces .link::after {
  content: "";
  display: block;
  background-color: #1C82EB;
  width: 100%;
  height: 3px;
  clip-path: var(--clippy);
  transition: clip-path 0.5s;
} */
header nav .enlaces .link::after::after.active {
	display: none;
}
header nav .enlaces .active {
	transform: translateY(-5px);
}
header nav .enlaces .active::after {
	display: none !important;
}

.home {
	width: 100%;
	height: 1000px;
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 80px;
	position: relative;
	z-index: 100;
}
.home .home_principal {
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	height: 80%;
	flex-direction: column;
	color: #ffffff;
	z-index: 100;
	position: relative;
}
.home .home_principal .titulo {
	font-family: "DINPro-bold";
	font-size: 99px;
	width: 625px;
	line-height: 0.9;
}
.home .home_principal .titulo_sec {
	font-family: "Roboto", "sans-serif";
	font-size: 22px;
	width: 512px;
	font-weight: 400;
	margin-top: 25px;
}
.home .home_principal .btn {
	display: flex;
	flex-direction: row;
	gap: 5em;
}
.home .home_principal .btn .btn_home {
	width: 210px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}
.home .home_principal .btn .btn_home a {
	text-decoration: none;
	font-size: 20px;
	color: #ffffff;
	font-family: "Roboto", "sans-serif";
}
.home .home_principal .btn .btn_contacto {
	background: #1c82eb;
}
.home .home_principal .btn .btn_conoce {
	border: solid 1px #ffffff;
}
.home .slider {
	position: absolute;
	top: 0;
	z-index: 0;
	height: 100%;
}
.home .slider::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #00557e;
	z-index: 100;
}
.home .swiper-1 {
	width: 100%;
	height: 100%;
}
.home .swiper-slide-1 {
	background-position: center;
	background-size: cover;
}
.home .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.separador {
	height: 200px;
}

.nuestras_cirugias {
	height: 729px;
	position: relative;
	overflow: hidden;
}
.nuestras_cirugias .img_doctor {
	background-image: url("../../img/inicio/doctor.png");
	height: 100%;
	width: 55%;
	background-repeat: no-repeat;
	z-index: 100;
	bottom: 0;
	top: 0;
	position: absolute;
}
.nuestras_cirugias .cuadro {
	background: transparent linear-gradient(180deg, #63b0ff 0%, #1c82eb 100%) 0%
		0% no-repeat padding-box;
	height: 589px;
	width: 855px;
	bottom: 0;
	position: absolute;
	z-index: 0;
	border-radius: 0px 20px 20px 0px;
}
.nuestras_cirugias .cirugias_contenido {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
	width: 100%;
	padding-top: 60px;
}
.nuestras_cirugias .cirugias_contenido .cirugia_bloque {
	display: flex;
	width: 100%;
	height: 30%;
	z-index: 102;
}
.nuestras_cirugias .cirugias_contenido .cirugia_bloque .space {
	width: 50%;
}
.nuestras_cirugias .cirugias_contenido .cirugia_bloque .cirugia_title {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}
.nuestras_cirugias
	.cirugias_contenido
	.cirugia_bloque
	.cirugia_title
	.titulo_cirugia {
	color: #00557e;
	font-family: "DINPro-bold";
	font-size: 40px;
}
.nuestras_cirugias
	.cirugias_contenido
	.cirugia_bloque
	.cirugia_title
	.cirugia_texto {
	font-family: "Roboto", "sans-serif";
	font-size: 20px;
	font-weight: 400;
	width: 90%;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider {
	height: 250px;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .card {
	width: 344px;
	height: 208px;
	border: solid 2px #00000029;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 0 20px;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	background-color: #ffffff;
	font-family: "Roboto", "sans-serif";
	transition: 0.3s ease;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .card:hover {
	transform: translateY(-15px);
	border: 3px solid #1c82eb;
	box-shadow: 0px 17px 20px -1px #b3b1b3;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .card_body {
	z-index: 100;
	position: relative;
	cursor: pointer;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .card_body h2 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 20px;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .card_body p {
	font-size: 16px;
	font-weight: 400;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .links_conoce {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.nuestras_cirugias
	.cirugias_contenido
	.cirugia_slider
	.card
	.links_conoce
	.link_conoce {
	text-decoration: none;
	color: #1c82eb;
	font-family: "Roboto", "sans-serif";
	font-weight: 400;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .links_conoce img {
	height: 70%;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .swiper-slide-prev {
	opacity: 0.4;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .swiper-slide-next {
	opacity: 0.5;
}
.nuestras_cirugias .cirugias_contenido .cirugia_slider .swiper-slide-active {
	opacity: 0.5;
}
.nuestras_cirugias .cirugias_contenido .slider_comando {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 1em;
}
.nuestras_cirugias .cirugias_contenido .slider_comando div {
	width: 35%;
}
.nuestras_cirugias .cirugias_contenido .slider_comando .comando {
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nuestras_cirugias
	.cirugias_contenido
	.slider_comando
	.comando
	.slider_arrow
	img {
	cursor: pointer;
}
.nuestras_cirugias .swiper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50%;
}

.resultados {
	width: 100%;
}
.resultados .resultados_principal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 30%;
}
.resultados .resultados_principal .resultado_titulo {
	width: 35%;
}
.resultados .resultados_principal .resultado_titulo h1 {
	color: #00557e;
	font-family: "DINPro-bold";
	font-size: 40px;
}
.resultados .resultados_principal .resultado_titulo p {
	font-family: "Roboto", "sans-serif";
	font-size: 24px;
	font-weight: 500;
	margin-top: 18px;
}
.resultados .resultados_principal .resultados_texto {
	width: 50%;
}
.resultados .resultados_principal .resultados_texto p {
	font-family: "Roboto", "sans-serif";
	font-size: 20px;
}
.resultados .resultado_fotos {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	gap: 1em;
}
.resultados .resultado_fotos figure {
	width: 28%;
	height: 100%;
	margin-bottom: 30px;
}
.resultados .resultado_fotos figure .resultado_img {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.resultados .resultado_fotos figure .resultado_img img {
	width: 100%;
	height: 100%;
}
.resultados .resultado_fotos figure .resultado_img .linea {
	position: absolute;
	width: 100%;
	bottom: -5px;
	opacity: 1;
}
.resultados .resultado_fotos figure .resultado_img .swiper {
	position: relative;
}
.resultados .resultado_fotos figure .resultado_img .swiper .arrow {
	position: absolute;
	bottom: 0;
	z-index: 100;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	gap: 1em;
}
.resultados .resultado_fotos figure .resultado_img .swiper .arrow img {
	height: 30px;
	width: 30px;
	cursor: pointer;
}

.sobre_mi {
	height: 771px;
	display: flex;
	padding: 40px 0;
	justify-content: space-between;
	align-items: flex-start;
}
.sobre_mi .sobre_foto {
	width: 40%;
	height: 100%;
}
.sobre_mi .sobre_foto figure {
	width: 98%;
}
.sobre_mi .sobre_foto figure img {
	width: 100%;
	object-fit: contain;
	box-shadow: 10px 22px 21px -8px #b3afb3;
	border-radius: 20px;
	z-index: 100;
	position: relative;
}
.sobre_mi .sobre_mi_contenido {
	width: 50%;
	height: 100%;
}
.sobre_mi .sobre_mi_contenido .sobre_mi_body {
	height: 70%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: flex-start;
	position: relative;
}
.sobre_mi .sobre_mi_contenido .sobre_mi_body h1 {
	font-size: 40px;
	color: #00557e;
	font-family: "DINPro-bold";
}
.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_titulos {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 17px;
	font-family: "Roboto", "sans-serif";
	color: #ffffff;
	gap: 1em;
	position: relative;
}
.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_titulos .sobre_contenedor {
	height: 40px;
	width: 285px;
	background-color: #00557e;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_titulos img {
	position: absolute;
	left: -23%;
}
.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_texto {
	font-family: "Roboto", "sans-serif";
	font-size: 16px;
	line-height: 1.5;
}
.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_texto p {
	margin-top: 20px;
}
.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_texto .texto {
	margin-top: 30px;
}
.sobre_mi .sobre_mi_contenido .sobre_btn {
	height: 10%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.sobre_mi .sobre_mi_contenido .sobre_btn .btn_contenedor {
	cursor: pointer;
	height: 51px;
	width: 285px;
	background-color: #1c82eb;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sobre_mi .sobre_mi_contenido .sobre_btn .btn_contenedor a {
	text-decoration: none;
	color: #ffffff;
	font-family: "Roboto", "sans-serif";
	font-size: 16px;
	margin-right: 10px;
}

.testimoniales {
	display: flex;
	flex-direction: column;
}
.testimoniales .testimoniales_head {
	display: flex;
	margin-bottom: 30px;
	gap: 2em;
	align-items: center;
	justify-content: center;
	height: 20%;
}
.testimoniales .testimoniales_head h1 {
	font-family: "DINPro-bold";
	font-size: 40px;
	color: #00557e;
	width: 50%;
	margin-bottom: 5px;
}
.testimoniales .testimoniales_head figure {
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimoniales .testimoniales_head figure img {
	width: 100%;
}
.testimoniales .testimoniales_clientes {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 635px;
	width: 80%;
	margin: 0 auto;
	box-shadow: 0px 20px 25px #00000033;
	border-radius: 30px;
}
.testimoniales .testimoniales_clientes .cards {
	width: 50%;
}
.testimoniales .testimoniales_clientes .cards .card {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 143px;
	width: 510px;
	box-shadow: 0px 10px 5px #0000001a;
	border-radius: 0px 30px 30px 0px;
	transition: 0.4s ease;
	margin-top: 5px;
	cursor: pointer;
}
.testimoniales .testimoniales_clientes .cards .card .contenedor_foto_nombre {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 70%;
}
.testimoniales
	.testimoniales_clientes
	.cards
	.card
	.contenedor_foto_nombre
	figure {
	width: 30%;
}
.testimoniales
	.testimoniales_clientes
	.cards
	.card
	.contenedor_foto_nombre
	.testimoniales_nombre {
	font-family: "Roboto", "sans-serif";
	font-weight: 500;
	width: 80%;
}
.testimoniales
	.testimoniales_clientes
	.cards
	.card
	.contenedor_foto_nombre
	.testimoniales_nombre
	.nombre {
	font-size: 20px;
}
.testimoniales
	.testimoniales_clientes
	.cards
	.card
	.contenedor_foto_nombre
	.testimoniales_nombre
	.fecha {
	font-size: 16px;
	color: #00557e;
	margin-top: 5px;
}
.testimoniales .testimoniales_clientes .cards .card .testimoniales_arrow {
	width: 10%;
}
.testimoniales .testimoniales_clientes .cards .active {
	background-color: #99b9d1;
}
.testimoniales .testimoniales_forma {
	width: 44%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Roboto", "sans-serif";
	position: relative;
}
.testimoniales .testimoniales_forma .google {
	position: absolute;
	top: 10px;
	right: 0;
}
.testimoniales .testimoniales_forma .quote {
	display: block;
}
.testimoniales .testimoniales_forma .quote-1 {
	display: none;
}
.testimoniales .testimoniales_forma .testimonio {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-evenly;
	gap: 0.5em;
}
.testimoniales .testimoniales_forma .testimonio h1 {
	font-size: 22px;
	font-weight: 500;
}
.testimoniales .testimoniales_forma .testimonio p {
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
	line-height: 1.7;
}
.testimoniales .testimoniales_forma .testimonio-no {
	display: none;
}

.swiper-button-prev {
	margin-left: 20px;
}

.sociedades {
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sociedades .sociedades_cuerpo {
	height: 290px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.sociedades .sociedades_cuerpo .sociedades_head {
	display: flex;
	gap: 2em;
	align-items: center;
	justify-content: space-between;
}
.sociedades .sociedades_cuerpo .sociedades_head h1 {
	font-family: "DINPro-bold";
	font-size: 40px;
	color: #00557e;
	width: 60%;
}
.sociedades .sociedades_cuerpo .sociedades_head figure {
	width: 40%;
	height: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sociedades .sociedades_cuerpo .sociedades_head figure img {
	width: 100%;
	height: 100%;
}
.sociedades .sociedades_cuerpo .sub_sociedades {
	font-family: "Roboto", "sans-serif";
	font-weight: 500;
	font-size: 24px;
	margin-top: 15px;
}
.sociedades .sociedades_logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

.asesoramiento {
	height: 541px;
	width: 100%;
	background-image: url(../../img/inicio/img_fixed.png);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.asesoramiento::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 541px;
	opacity: 0.8;
	background-color: #00557e;
	z-index: 100;
}
.asesoramiento .asesoramiento_contenedor {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
	z-index: 1000;
	position: relative;
}
.asesoramiento .asesoramiento_contenedor h1 {
	font-family: "Roboto", "sans-serif";
	font-size: 56px;
	color: #ffffff;
	width: 742px;
	text-align: center;
}
.asesoramiento .asesoramiento_contenedor .btn_home .btn_contenedor {
	border: 2px solid #ffffff !important;
	height: 62px;
	width: 202px;
	border-radius: 50px;
}
.asesoramiento .asesoramiento_contenedor .btn_home .btn_contenedor a {
	color: #ffffff;
}
.asesoramiento .asesoramiento_contenedor .btn_home .btn_contenedor:hover {
	border: none !important;
}
.asesoramiento .asesoramiento_contenedor .btn_home .btn_contenedor:hover a {
	color: #1c82eb;
}

.preguntas {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.preguntas .preguntas_body {
	width: 43%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	height: 790px;
}
.preguntas .preguntas_body .preguntas_titulo h1 {
	font-size: 40px;
	font-family: "Roboto", "sans-serif";
	color: #00557e;
}
.preguntas .preguntas_body .preguntas_cards {
	display: flex;
	height: 100%;
	justify-content: space-evenly;
	flex-direction: column;
}
.preguntas .preguntas_body .preguntas_cards .card {
	display: flex;
	width: 750px;
	height: 670px;
	justify-content: space-around;
	flex-direction: column;
	align-items: flex-start;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 30px;
	padding: 30px 50px;
	font-family: "Roboto", "sans-serif";
	font-size: 16px;
	font-weight: 500;
	margin-left: 2px;
}
.preguntas .preguntas_body .preguntas_cards .card div {
	display: flex;
	align-items: center;
	gap: 1em;
}
.preguntas .preguntas_body .btn_home .btn_contenedor {
	width: 322px;
}
.preguntas .preguntas_fig img {
	box-shadow: 1px 22px 21px -8px #b3afb3;

	margin-right: 10px;
}

.publ_instagram {
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
.publ_instagram iframe {
	box-shadow: 0px 15px 10px #00000029;
}

.footer {
	width: 100%;
	font-family: "Roboto", "sans-serif";
	position: relative;
	z-index: 1001;
}
.footer .up {
	position: absolute;

	right: 2rem;
	cursor: pointer;
}
.footer .up img {
	width: 40px;
	height: 40px;
}
.footer .ubicacion_sucursales {
	height: 15%;
	background-color: #99b9d1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .ubicacion_sucursales .sucursal a {
	text-decoration: none;
	font-family: "Roboto", "sans-serif";
	color: #ffffff;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
}
.footer .ubicacion_sucursales .sucursal a img {
	margin-right: 10px;
}
.footer .footer_contenido {
	height: 85%;
	background-color: #00557e;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
	overflow: hidden;
}
.footer .footer_contenido .enlaces {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.footer .footer_contenido .enlaces a {
	text-decoration: none;
	color: #ffffff;
	font-family: #ffffff;
	font-size: 16px;
}
.footer .footer_contenido .redes {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 10%;
}
.footer .footer_contenido .redes .red {
	width: 40px;
	height: 40px;
	background-color: #1c82eb;
	border-radius: 100%;
}
.footer .footer_contenido .redes .red a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.footer .footer_contenido .redes .red a img {
	width: 50%;
	height: 50%;
}
.footer .footer_contenido .derechos p {
	color: #99b9d1;
	font-family: "Roboto", "sans-serif";
	font-size: 14px;
}

.slider_testimonio {
	/* height: 600px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sk_branding {
	display: none !important;
}

.sk_reviews_grid-content {
	transition: all 0.3s;
}
.sk_reviews_grid-content:hover {
	transform: translateY(-20px);
	border-bottom: 5px solid #1c82eb;
	box-shadow: 1px 21px 10px -3px #b3b1b3;
}

@media screen and (max-width: 768px) {
	header {
		width: 100vw;
	}
	header .icono_menu {
		display: block;
		cursor: pointer;
	}
	header .icono_menu .menu {
		color: #000000;
		font-size: 40px;
	}
	header nav {
		justify-content: space-between;
	}
	header nav .logos {
		cursor: pointer;
		height: 35px;
		width: 150px;
	}
	header nav .logos img {
		height: 100%;
		width: 100%;
	}
	header nav .enlaces {
		background-color: #ffffff;
		width: 100vw;
		position: absolute;
		left: -10px;
		top: 80px;
		overflow: hidden;
		z-index: 10;
		box-shadow: 0px 21px 5px -3px rgba(181, 175, 181, 0.5);
		transition: all 300ms;
		display: flex;
		flex-direction: column;
	}
	header nav .enlaces .active {
		border-bottom: 0px solid;
		transform: translateY(0px);
	}
	header nav .enlaces .active::after {
		display: block !important;
	}
	header nav .enlaces .link {
		text-align: start;
		padding-left: 30px;
		padding-top: 7px;
		cursor: pointer;
		font-size: 16px;
		transition: background-color 0.3s;
		width: 100%;
		height: 100vw;
	}
	header nav .enlaces .link:hover {
		transform: translateY(0px);
		background-color: #00557e;
		color: #ffffff;
	}
	header nav .enlaces .link::after {
		width: 0%;
	}
	header nav .navBtn {
		display: flex;
		align-items: center;
		/* ANIMATION */
	}
	header nav .navBtn .btn_cuenta {
		width: 90px;
		height: 30px;
		margin-right: 15px;
	}
	header nav .navBtn .btn_cuenta a {
		font-size: 12px;
	}
	header nav .navBtn .menu-btn {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
		transition: all 0.5s ease-in-out;
		/* border: 3px solid black; */
	}
	header nav .navBtn .menu-btn__burger {
		width: 30px;
		height: 3px;
		background: black;
		border-radius: 5px;
		box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
		transition: all 0.5s ease-in-out;
	}
	header nav .navBtn .menu-btn__burger::before,
	header nav .navBtn .menu-btn__burger::after {
		content: "";
		position: absolute;
		width: 30px;
		height: 3px;
		background: black;
		border-radius: 5px;
		box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
		transition: all 0.5s ease-in-out;
	}
	header nav .navBtn .menu-btn__burger::before {
		transform: translateY(-8px);
	}
	header nav .navBtn .menu-btn__burger::after {
		transform: translateY(8px);
	}
	header nav .navBtn .menu-btn.open .menu-btn__burger {
		transform: translateX(-50px);
		background: transparent;
		box-shadow: none;
	}
	header nav .navBtn .menu-btn.open .menu-btn__burger::before {
		transform: rotate(45deg) translate(35px, -35px);
	}
	header nav .navBtn .menu-btn.open .menu-btn__burger::after {
		transform: rotate(-45deg) translate(35px, 35px);
	}
	header nav .mostrar_menu {
		/*CLASE MANIPULADA POR JS*/

		width: 100%;
	}
}
@font-face {
	font-family: "DINPro";
	src: url("/asset/style/font/DINPro.otf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "DINPro-medium";
	src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "DINPro-bold";
	src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
* {
	margin: 0;
	box-sizing: border-box;
}

.contenedor {
	width: 90%;
	max-width: 1396px;
	margin: 0 auto;
	overflow: hidden;
}

.whatsapp_contacto {
	position: fixed;
	bottom: 30px;
	right: 50px;
	cursor: pointer;
	z-index: 1000;
	transition: transform 0.3s;
}
.whatsapp_contacto:hover {
	transform: scale(1.1);
}

.after::after {
	display: block;
	content: "";
	width: 72px;
	height: 4px;
	background-color: #1c82eb;
	margin-top: 15px;
}

.center::after {
	display: block;
	content: "";
	width: 20%;
	margin: 15px auto;
	height: 4px;
	background-color: #1c82eb;
}

.fifth {
	border-color: #1c82eb;
	border-radius: 0;
	color: #1c82eb;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #1c82eb;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth:hover {
	color: #ffffff;
}
.fifth:hover::after {
	width: 110%;
}

.fifth_alt {
	border-color: #63b0ff;
	border-radius: 0;
	color: #63b0ff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth_alt::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #63b0ff;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth_alt:hover {
	color: #ffffff;
}
.fifth_alt:hover::after {
	width: 110%;
}

.fifth_alt_1 {
	border-color: #ffffff;
	border-radius: 0;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth_alt_1::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #ffffff;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth_alt_1:hover {
	color: #1c82eb;
}
.fifth_alt_1:hover::after {
	width: 110%;
}

@media screen and (max-width: 768px) {
	.whatsapp_contacto {
		position: fixed;
		bottom: 30px;
		right: 30px;
		cursor: pointer;
		z-index: 1000;
		transition: transform 0.3s;
	}
	.whatsapp_contacto img {
		width: 80%;
		height: 80%;
	}
	.whatsapp_contacto:hover {
		transform: scale(1.1);
	}
}
.quienes_somos {
	width: 100%;
	padding-top: 87px;
	position: relative;
}
.quienes_somos .quienes_somos_titulo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 100%;
	gap: 2em;
}
.quienes_somos .quienes_somos_titulo h1 {
	color: #1c82eb;
	font-size: 86px;
	font-family: "DINPro-bold";
	width: 138px;
}
.quienes_somos .quienes_somos_titulo p {
	font-family: "Roboto", "sans-serif";
	font-weight: 400;
	width: 550px;
	font-size: 24px;
}
.quienes_somos .quienes_somos_imagen {
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;
}
.quienes_somos .quienes_somos_rectan {
	position: absolute;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	z-index: 0;
}
.quienes_somos .rectangles {
	width: 100%;
	overflow: hidden;
	position: absolute;
}
.quienes_somos .rectangles img {
	vertical-align: top;
}

.historia {
	display: flex;
	align-items: center;
	justify-content: center;
}
.historia .historia_contenedor {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.historia .historia_contenedor .historia_body {
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
}
.historia .historia_contenedor .historia_body h1 {
	font-family: "DINPro-bold";
	color: #00557e;
	font-size: 40px;
}
.historia .historia_contenedor .historia_body h2 {
	font-family: "DINPro-bold";
	color: #00557e;
	font-size: 24px;
}
.historia .historia_contenedor .historia_body p {
	font-family: "Roboto", "sans-serif";
	font-weight: 400;
}
.historia .historia_contenedor .historia_body .historia_btn {
	width: 134px;
	height: 51px;
	background-color: #1c82eb;
	border-radius: 50px;
}
.historia .historia_contenedor .historia_body .historia_btn a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #ffffff;
	font-family: "Roboto", "sans-serif";
	font-weight: 500;
	font-size: 16px;
}
.historia .historia_contenedor .historia_cards {
	width: 55%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.historia .historia_contenedor .historia_cards .card_historia {
	width: 340px;
	box-shadow: 0px 3px 20px #00000029;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	padding: 0px 25px;
	text-align: center;
	border-radius: 10px;
	transition: transform 0.3s;
}
.historia .historia_contenedor .historia_cards .card_historia figure {
	height: 20%;
	margin-top: 15px;
}
.historia .historia_contenedor .historia_cards .card_historia figure img {
	height: 100%;
	width: 100%;
}
.historia .historia_contenedor .historia_cards .card_historia h1 {
	height: 8%;
	font-family: "DINPro-bold";
	font-size: 32px;
	color: #00557e;
}
.historia .historia_contenedor .historia_cards .card_historia p {
	height: 50%;
	font-family: "Roboto", "sans-serif";
	font-weight: 400;
	font-size: 16px;
}
.historia .historia_contenedor .historia_cards .card_historia:hover {
	transform: translateY(-20px);
	border-bottom: 7px solid #1c82eb;
}

.equipo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.equipo .equipo_contenedor {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.equipo .equipo_contenedor .equipo_titulo h1 {
	font-family: "DINPro-bold";
	font-size: 40px;
	color: #00557e;
}
.equipo .equipo_contenedor .equipo_titulo h2 {
	font-family: "DINPro";
	font-size: 30px;
	color: #00557e;
	font-weight: bold;
	margin-top: 10px;
}
.equipo .equipo_contenedor .equipo_photo {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 1em;
	width: 100%;
}
.equipo .equipo_contenedor .equipo_photo .card_equipo {
	height: 390px;
	width: 290px;
	border-radius: 20px;
	box-shadow: 0px 3px 20px #00000029;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-size: cover;
}
.equipo .equipo_contenedor .equipo_photo .card_equipo h1 {
	font-size: 20px;
	color: #ffffff;
	font-family: "DINPro-bold";
}
.equipo .equipo_contenedor .equipo_photo .card_equipo h2 {
	font-size: 16px;
	color: #ffffff;
	font-family: "DINPro";
}
.equipo .equipo_contenedor .equipo_photo .card_1 {
	background-image: linear-gradient(0deg, #1c82eb 0%, #00557e00 30%),
		url("../../img/quienes_somos/photo_1.png");
}
.equipo .equipo_contenedor .equipo_photo .card_2 {
	background-image: linear-gradient(0deg, #1c82eb 0%, #00557e00 30%),
		url("../../img/quienes_somos/photo_5.png");
}
.equipo .equipo_contenedor .equipo_photo .card_3 {
	background-image: linear-gradient(0deg, #1c82eb 0%, #00557e00 30%),
		url("../../img/quienes_somos/photo_3.png");
}
.equipo .equipo_contenedor .equipo_photo .card_4 {
	background-image: linear-gradient(0deg, #1c82eb 0%, #00557e00 30%),
		url("../../img/quienes_somos/photo_4.png");
	background-size: cover;
	background-position: center;
}

.donde_operamos {
	width: 100%;
}
.donde_operamos .operamos_contenedor {
	width: 100%;

	object-fit: contain;
}
.donde_operamos .operamos_contenedor div {
	position: relative;
}
.donde_operamos .operamos_contenedor div img {
	width: 100%;
}
.donde_operamos .operamos_contenedor div .operamos_titulo {
	position: absolute;
	top: -5px;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
}
.donde_operamos .operamos_contenedor div .operamos_titulo p {
	font-family: "DINPro-bold";
	font-size: 38px;
	color: #ffffff;
}
.donde_operamos .operamos_clinicas {
	display: flex;
	align-items: center;
	justify-content: space-evenly;

	width: 100%;
	flex-wrap: wrap;
}
.donde_operamos .operamos_clinicas .card_operamos {
	width: 40%;

	border-radius: 10px;
	box-shadow: 0px 3px 20px #00000029;
}
.donde_operamos .operamos_clinicas .card_operamos .card_1 {
	background-image: url(../../img/quienes_somos/trinidad.png);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px 10px 0px 0px;
	height: 80%;
}
.donde_operamos .operamos_clinicas .card_operamos .card_3 {
	background-image: url(../../img/quienes_somos/clinica_2.png);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px 10px 0px 0px;
	height: 80%;
}
.donde_operamos .operamos_clinicas .card_operamos .card_5 {
	background-image: url(../../img/quienes_somos/clinica_1.png);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px 10px 0px 0px;
	height: 80%;
}
.donde_operamos .operamos_clinicas .card_operamos .card_body {
	height: 20%;
	background: #00557e;
	border-radius: 0px 0px 10px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #ffffff;
	font-family: "DINPro";
}
.donde_operamos .operamos_clinicas .card_operamos .card_body .card_titulo {
	font-family: "DINPro-bold";
	font-size: 22px;
	margin-bottom: 5px;
}
.donde_operamos .operamos_clinicas .card_operamos .card_body .card_sub {
	font-size: 18x;
}
.donde_operamos .operamos_clinicas .card_2 iframe {
	height: 100%;
	width: 100%;
	border-radius: 10px;
}
.donde_operamos .operamos_clinicas .card_4 iframe {
	height: 100%;
	width: 100%;
	border-radius: 10px;
}
.donde_operamos .operamos_clinicas .card_6 iframe {
	height: 100%;
	width: 100%;
	border-radius: 10px;
}

@media screen and (max-width: 1024px) {
	.donde_operamos .operamos_contenedor div .operamos_titulo {
		top: -2px;
	}
	.donde_operamos .operamos_contenedor div .operamos_titulo figure {
		width: 20px;
	}
	.donde_operamos .operamos_contenedor div .operamos_titulo figure img {
		width: 100%;
		height: 100%;
	}
	.donde_operamos .operamos_contenedor div .operamos_titulo p {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.donde_operamos .operamos_contenedor div .operamos_titulo {
		top: 2px;
	}
	.donde_operamos .operamos_contenedor div .operamos_titulo figure {
		width: 12px;
	}
	.donde_operamos .operamos_contenedor div .operamos_titulo figure img {
		width: 100%;
		height: 100%;
	}
	.donde_operamos .operamos_contenedor div .operamos_titulo p {
		font-size: 16px;
	}
}
@font-face {
	font-family: "DINPro";
	src: url("/asset/style/font/DINPro.otf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "DINPro-medium";
	src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "DINPro-bold";
	src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
* {
	margin: 0;
	box-sizing: border-box;
}

.contenedor {
	width: 90%;
	max-width: 1396px;
	margin: 0 auto;
	overflow: hidden;
}

.whatsapp_contacto {
	position: fixed;
	bottom: 30px;
	right: 50px;
	cursor: pointer;
	z-index: 1000;
	transition: transform 0.3s;
}
.whatsapp_contacto:hover {
	transform: scale(1.1);
}

.after::after {
	display: block;
	content: "";
	width: 72px;
	height: 4px;
	background-color: #1c82eb;
	margin-top: 15px;
}

.center::after {
	display: block;
	content: "";
	width: 20%;
	margin: 15px auto;
	height: 4px;
	background-color: #1c82eb;
}

.fifth {
	border-color: #1c82eb;
	border-radius: 0;
	color: #1c82eb;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #1c82eb;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth:hover {
	color: #ffffff;
}
.fifth:hover::after {
	width: 110%;
}

.fifth_alt {
	border-color: #63b0ff;
	border-radius: 0;
	color: #63b0ff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth_alt::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #63b0ff;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth_alt:hover {
	color: #ffffff;
}
.fifth_alt:hover::after {
	width: 110%;
}

.fifth_alt_1 {
	border-color: #ffffff;
	border-radius: 0;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth_alt_1::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #ffffff;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth_alt_1:hover {
	color: #1c82eb;
}
.fifth_alt_1:hover::after {
	width: 110%;
}

@media screen and (max-width: 768px) {
	.whatsapp_contacto {
		position: fixed;
		bottom: 30px;
		right: 30px;
		cursor: pointer;
		z-index: 1000;
		transition: transform 0.3s;
	}
	.whatsapp_contacto img {
		width: 80%;
		height: 80%;
	}
	.whatsapp_contacto:hover {
		transform: scale(1.1);
	}
}
.separator {
	height: 80px;
}

.header_precios {
	background-image: url(../../img/precios/header_foto.png);
	height: 368px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.header_precios::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #00557e;
}
.header_precios .precios_titulo {
	position: relative;
	color: #ffffff;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	font-family: "DINPro-bold";
	font-size: 65px;
}
.header_precios .precios_rectangles {
	width: 100%;
	overflow: hidden;
}
.header_precios .precios_rectangles img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.precios_text {
	height: 500px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
}
.precios_text .tittle {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 88%;
}
.precios_text .tittle div {
	width: 85%;
	text-align: center;
}
.precios_text .tittle div p {
	color: #00557e;
	font-size: 24px;
	font-family: "DINPro-bold";
}
.precios_text .text {
	font-family: "Roboto", "sans-serif";
	font-size: 18px;
}
.precios_text .text p {
	margin-bottom: 20px;
}

.contacto {
	height: 500px;
	background-color: #00557e;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}
.contacto .asesoramiento_contenedor {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	height: 80%;
}
.contacto .asesoramiento_contenedor p {
	font-family: "Roboto", "sans-serif";
	font-weight: bold;
	font-size: 56px;
	width: 750px;
	text-align: center;
	color: #ffffff;
}
.contacto .asesoramiento_contenedor .contacto_btn {
	width: 202px;
	height: 64px;
	border-radius: 50px;
	border: 2px solid #ffffff;
}
.contacto .asesoramiento_contenedor .contacto_btn a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #ffffff;
	font-family: "Roboto", "sans-serif";
	font-size: 20px;
}

.espacio {
	height: 171px;
}

@font-face {
	font-family: "DINPro";
	src: url("/asset/style/font/DINPro.otf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "DINPro-medium";
	src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "DINPro-bold";
	src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
* {
	margin: 0;
	box-sizing: border-box;
}

.contenedor {
	width: 90%;
	max-width: 1396px;
	margin: 0 auto;
	overflow: hidden;
}

.whatsapp_contacto {
	position: fixed;
	bottom: 30px;
	right: 50px;
	cursor: pointer;
	z-index: 1000;
	transition: transform 0.3s;
}
.whatsapp_contacto:hover {
	transform: scale(1.1);
}

.after::after {
	display: block;
	content: "";
	width: 72px;
	height: 4px;
	background-color: #1c82eb;
	margin-top: 15px;
}

.center::after {
	display: block;
	content: "";
	width: 20%;
	margin: 15px auto;
	height: 4px;
	background-color: #1c82eb;
}

.fifth {
	border-color: #1c82eb;
	border-radius: 0;
	color: #1c82eb;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #1c82eb;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth:hover {
	color: #ffffff;
}
.fifth:hover::after {
	width: 110%;
}

.fifth_alt {
	border-color: #63b0ff;
	border-radius: 0;
	color: #63b0ff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth_alt::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #63b0ff;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth_alt:hover {
	color: #ffffff;
}
.fifth_alt:hover::after {
	width: 110%;
}

.fifth_alt_1 {
	border-color: #ffffff;
	border-radius: 0;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth_alt_1::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #ffffff;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth_alt_1:hover {
	color: #1c82eb;
}
.fifth_alt_1:hover::after {
	width: 110%;
}

@media screen and (max-width: 768px) {
	.whatsapp_contacto {
		position: fixed;
		bottom: 30px;
		right: 30px;
		cursor: pointer;
		z-index: 1000;
		transition: transform 0.3s;
	}
	.whatsapp_contacto img {
		width: 80%;
		height: 80%;
	}
	.whatsapp_contacto:hover {
		transform: scale(1.1);
	}
}
.header_trayectoria {
	background-image: url(../../img/trayectoria/header_foto.png);
	height: 368px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 80px;
}
.header_trayectoria::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #00557e;
}
.header_trayectoria .header_titulo {
	position: relative;
	color: #ffffff;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	font-family: "DINPro-bold";
	font-size: 65px;
}
.header_trayectoria .precios_rectangles {
	width: 100%;
	overflow: hidden;
}

.trayectoria {
	height: 642px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.trayectoria .trayectoria_contenedor {
	height: 600px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
}
.trayectoria .trayectoria_contenedor .trayectoria_title {
	display: flex;
	align-items: center;
	width: 100%;
}
.trayectoria .trayectoria_contenedor .trayectoria_title h1 {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "DINPro-bold";
	font-size: 30px;
	color: #00557e;
}
.trayectoria .trayectoria_contenedor .trayectoria_title .recta {
	width: 70%;
}
.trayectoria .trayectoria_contenedor .trayectoria_title .recta img {
	width: 100%;
}
.trayectoria .trayectoria_contenedor .slider_comando {
	display: flex;
	flex-direction: row;
	width: 7%;
	justify-content: space-around;
}
.trayectoria .trayectoria_contenedor .slider_comando div {
	width: 50%;
}
.trayectoria .trayectoria_contenedor .slider_comando .slider_arrow {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 30%;
}
.trayectoria .trayectoria_contenedor .slider_comando .slider_arrow img {
	width: 40px;
	height: 40px;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.trayectoria .trayectoria_contenedor .mySwiper-1920 {
		display: none;
	}
	.trayectoria .trayectoria_contenedor .mySwiper-1024 {
		display: none;
	}
	.trayectoria .trayectoria_contenedor .mySwiper-768 {
		display: block;
	}
	.trayectoria
		.trayectoria_contenedor
		.mySwiper-768
		.slider
		.swiper-slide
		img {
		height: 70%;
	}
	.trayectoria .trayectoria_contenedor .slider_comando {
		width: 30%;
	}
	.trayectoria .trayectoria_contenedor .slider_comando .slider_arrow img {
		width: 40px;
		height: 40px;
	}
}
@media screen and (min-width: 768px) {
	.trayectoria .trayectoria_contenedor .mySwiper-1920 {
		display: none;
	}
	.trayectoria .trayectoria_contenedor .mySwiper-1024 {
		display: block;
	}
	.trayectoria .trayectoria_contenedor .mySwiper-768 {
		display: none;
	}
	.trayectoria .trayectoria_contenedor .slider_comando {
		width: 20%;
	}
	.trayectoria .trayectoria_contenedor .slider_comando .slider_arrow img {
		width: 40px;
		height: 40px;
	}
}
@media screen and (min-width: 1440px) {
	.trayectoria .trayectoria_contenedor .mySwiper-1920 {
		display: block;
	}
	.trayectoria .trayectoria_contenedor .mySwiper-1024 {
		display: none;
	}
	.trayectoria .trayectoria_contenedor .mySwiper-768 {
		display: none;
	}
	.trayectoria .trayectoria_contenedor .slider_comando {
		width: 7%;
	}
	.trayectoria .trayectoria_contenedor .slider_comando .slider_arrow img {
		width: 40px;
		height: 40px;
	}
}
.trayectoria .swiper-button-next {
	position: relative !important;
	top: 0% !important;
}
.trayectoria .swiper {
	width: 100%;
	height: 100%;
}
.trayectoria .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	cursor: pointer;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: transform 0.3s ease;
}
.trayectoria .swiper-slide-active {
	transform: scale(1.2) !important;
}
.trayectoria .swiper-slide img {
	display: block;
	width: 75%;
	height: 80%;
	object-fit: contain;
	transition: 0.3s ease;
}
.trayectoria .swiper {
	width: 100%;
	height: 405px;
	margin: 20px auto;
}
.trayectoria .append-buttons {
	text-align: center;
	margin-top: 20px;
}
.trayectoria .append-buttons button {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #007aff;
	color: #007aff;
	text-decoration: none;
	padding: 4px 10px;
	border-radius: 4px;
	margin: 0 10px;
	font-size: 13px;
}

.imagen-light {
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(100%);
	transition: transform 0.2s ease-in-out;
	z-index: 120000;
}
.imagen-light .close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 40px;
	cursor: pointer;
}
.imagen-light .contenedor_img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 700px;
	height: 500px;
}
.imagen-light .contenedor_img .agregar-imagen {
	width: 700px;
	height: 500px;
	transform: scale(0);
	transition: transform 0.3s 0.2s;
}
.imagen-light .contenedor_img .show-image {
	transform: scale(1);
}
.imagen-light .contenedor_img .flechas {
	display: flex;
	align-items: center;
	width: 700px;
	height: 500px;
	position: absolute;
	justify-content: space-between;
	z-index: 100;
}
.imagen-light .contenedor_img .flechas .left {
	width: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	background-color: rgba(0, 0, 0, 0.2);
}
.imagen-light .contenedor_img .flechas .left:hover {
	background-color: rgba(0, 0, 0, 0.4);
}
.imagen-light .contenedor_img .flechas .rigth {
	width: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	background-color: rgba(0, 0, 0, 0.2);
}
.imagen-light .contenedor_img .flechas .rigth:hover {
	background-color: rgba(0, 0, 0, 0.4);
}
.imagen-light .contenedor_img .flechas .ocultar {
	opacity: 0;
}

.show {
	transform: translate(0);
}

@media screen and (max-width: 768px) {
	.imagen-light .contenedor_img {
		width: 550px;
		height: 350px;
	}
	.imagen-light .contenedor_img .agregar-imagen {
		width: 550px;
		height: 350px;
	}
	.imagen-light .contenedor_img .flechas {
		width: 550px;
		height: 350px;
	}
}
@font-face {
	font-family: "DINPro";
	src: url("/asset/style/font/DINPro.otf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "DINPro-medium";
	src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "DINPro-bold";
	src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
* {
	margin: 0;
	box-sizing: border-box;
}

.contenedor {
	width: 90%;
	max-width: 1396px;
	margin: 0 auto;
	overflow: hidden;
}

.whatsapp_contacto {
	position: fixed;
	bottom: 30px;
	right: 50px;
	cursor: pointer;
	z-index: 1000;
	transition: transform 0.3s;
}
.whatsapp_contacto:hover {
	transform: scale(1.1);
}

.after::after {
	display: block;
	content: "";
	width: 72px;
	height: 4px;
	background-color: #1c82eb;
	margin-top: 15px;
}

.center::after {
	display: block;
	content: "";
	width: 20%;
	margin: 15px auto;
	height: 4px;
	background-color: #1c82eb;
}

.fifth {
	border-color: #1c82eb;
	border-radius: 0;
	color: #1c82eb;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #1c82eb;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth:hover {
	color: #ffffff;
}
.fifth:hover::after {
	width: 110%;
}

.fifth_alt {
	border-color: #63b0ff;
	border-radius: 0;
	color: #63b0ff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth_alt::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #63b0ff;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth_alt:hover {
	color: #ffffff;
}
.fifth_alt:hover::after {
	width: 110%;
}

.fifth_alt_1 {
	border-color: #ffffff;
	border-radius: 0;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth_alt_1::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #ffffff;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth_alt_1:hover {
	color: #1c82eb;
}
.fifth_alt_1:hover::after {
	width: 110%;
}

@media screen and (max-width: 768px) {
	.whatsapp_contacto {
		position: fixed;
		bottom: 30px;
		right: 30px;
		cursor: pointer;
		z-index: 1000;
		transition: transform 0.3s;
	}
	.whatsapp_contacto img {
		width: 80%;
		height: 80%;
	}
	.whatsapp_contacto:hover {
		transform: scale(1.1);
	}
}
.header_info {
	background-image: url(../../img/info_rino/foto_header.png);
	height: 368px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 80px;
}
.header_info::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #00557e;
}
.header_info .header_titulo {
	position: relative;
	color: #ffffff;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	font-family: "DINPro-bold";
	font-size: 65px;
}
.header_info .header_titulo p {
	width: 697px;
}
.header_info .testimonios_rectangles {
	width: 100%;
	overflow: hidden;
}
.header_info .testimonios_rectangles .recta {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.info-rino {
	height: 700px;
	display: flex;
	padding: 40px 0;
	justify-content: space-between;
	align-items: center;
}
.info-rino .sobre_foto figure {
	width: 100%;
	height: 100%;
}
.info-rino .sobre_foto figure img {
	height: 100%;
	width: 100%;
}
.info-rino .sobre_mi_contenido {
	width: 50%;
	height: 100%;
}
.info-rino .sobre_mi_contenido .sobre_mi_body {
	height: 58%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: flex-start;
	position: relative;
}
.info-rino .sobre_mi_contenido .sobre_mi_body h1 {
	font-size: 40px;
	color: #00557e;
	font-family: "DINPro-bold";
}
.info-rino .sobre_mi_contenido .sobre_mi_body .sobre_texto {
	font-family: "Roboto", "sans-serif";
	font-size: 18px;
	line-height: 1.5;
}
.info-rino .sobre_mi_contenido .sobre_mi_body .sobre_texto p {
	margin-top: 20px;
}
.info-rino .sobre_mi_contenido .sobre_mi_body .sobre_texto .texto {
	margin-top: 30px;
}
.info-rino .sobre_mi_contenido .sobre_btn {
	height: 10%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.info-rino .sobre_mi_contenido .sobre_btn .btn_contenedor {
	cursor: pointer;
	height: 51px;
	width: 171px;
	background-color: #1c82eb;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-rino .sobre_mi_contenido .sobre_btn .btn_contenedor a {
	text-decoration: none;
	color: #ffffff;
	font-family: "Roboto", "sans-serif";
	font-size: 16px;
	margin-right: 10px;
}

.tipos_rino {
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tipos_rino .card_tipo {
	width: 30%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
}
.tipos_rino .card_tipo h1 {
	font-family: "DINPro-bold";
	color: #00557e;
	font-size: 38px;
}
.tipos_rino .card_tipo p {
	font-family: "Roboto", "sans-serif";
	font-size: 20px;
	margin-top: 20px;
}

.descarga_info {
	height: 650px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.descarga_info .titulo {
	font-size: 28px;
	height: 30%;
	width: 600px;
	font-family: "DINPro-bold";
	color: #00557e;
	text-align: center;
}
.descarga_info .cards_info {
	display: flex;
	height: 70%;
	justify-content: space-evenly;
	align-items: center;
	width: 90%;
}
.descarga_info .cards_info .card_info {
	height: 384px;
	width: 352px;
	box-shadow: 0px 3px 20px #00000029;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	padding: 20px;
	border-radius: 10px;
	transition: all 0.3s;
}
.descarga_info .cards_info .card_info .svg_amarillo {
	color: #f6da7b !important;
}
.descarga_info .cards_info .card_info .svg_verde {
	color: #5ae98f !important;
}
.descarga_info .cards_info .card_info .sub {
	text-decoration: underline;
}
.descarga_info .cards_info .card_info h1 {
	text-align: center;
	font-family: "DINPro-bold";
	font-size: 29px;
	color: #00557e;
}
.descarga_info .cards_info .card_info a {
	text-decoration: none;
	font-size: 20px;
	color: #00557e;
	font-family: "DINPro-bold";
}
.descarga_info .cards_info .card_info:hover {
	transform: translateY(-20px);
	border-bottom: 7px solid #1c82eb;
}
.descarga_info .cards_info .card_info:hover a {
	border-bottom: 3px solid #00557e;
}
.descarga_info .cards_info .card_info:hover .svg_amarillo {
	color: #1c82eb !important;
}
.descarga_info .cards_info .card_info:hover .svg_verde {
	color: #1c82eb !important;
}

@font-face {
	font-family: "DINPro";
	src: url("/asset/style/font/DINPro.otf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "DINPro-medium";
	src: url("/asset/style/font/DINPro-medium.otf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "DINPro-bold";
	src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
* {
	margin: 0;
	box-sizing: border-box;
}

.contenedor {
	width: 90%;
	max-width: 1396px;
	margin: 0 auto;
	overflow: hidden;
}

.whatsapp_contacto {
	position: fixed;
	bottom: 30px;
	right: 50px;
	cursor: pointer;
	z-index: 1000;
	transition: transform 0.3s;
}
.whatsapp_contacto:hover {
	transform: scale(1.1);
}

.after::after {
	display: block;
	content: "";
	width: 72px;
	height: 4px;
	background-color: #1c82eb;
	margin-top: 15px;
}

.center::after {
	display: block;
	content: "";
	width: 20%;
	margin: 15px auto;
	height: 4px;
	background-color: #1c82eb;
}

.fifth {
	border-color: #1c82eb;
	border-radius: 0;
	color: #1c82eb;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #1c82eb;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth:hover {
	color: #ffffff;
}
.fifth:hover::after {
	width: 110%;
}

.fifth_alt {
	border-color: #63b0ff;
	border-radius: 0;
	color: #63b0ff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth_alt::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #63b0ff;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth_alt:hover {
	color: #ffffff;
}
.fifth_alt:hover::after {
	width: 110%;
}

.fifth_alt_1 {
	border-color: #ffffff;
	border-radius: 0;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
.fifth_alt_1::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #ffffff;
	z-index: -1;
	-webkit-transition: width 250ms ease-in-out;
	transition: width 250ms ease-in-out;
}
.fifth_alt_1:hover {
	color: #1c82eb;
}
.fifth_alt_1:hover::after {
	width: 110%;
}

@media screen and (max-width: 768px) {
	.whatsapp_contacto {
		position: fixed;
		bottom: 30px;
		right: 30px;
		cursor: pointer;
		z-index: 1000;
		transition: transform 0.3s;
	}
	.whatsapp_contacto img {
		width: 80%;
		height: 80%;
	}
	.whatsapp_contacto:hover {
		transform: scale(1.1);
	}
}
.header_testimonios {
	background-image: url(../../img/testimonio/testimonio.png);
	height: 368px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 80px;
}
.header_testimonios::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #00557e;
}
.header_testimonios .header_titulo {
	position: relative;
	color: #ffffff;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	font-family: "DINPro-bold";
	font-size: 65px;
}
.header_testimonios .testimonios_rectangles {
	width: 100%;
	overflow: hidden;
}
.header_testimonios .testimonios_rectangles .recta {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.testimonios {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60%;
	margin-bottom: 50px;
}

.bTduCZ {
	transition: all 0.3s;
}
.bTduCZ:hover {
	border: 1px solid #00557e;
}

.testimonio_resultados .resultados_div {
	background-image: url(../../img/testimonio/divider.svg);
	height: 121px;
	background-repeat: no-repeat;
	background-size: contain;
}
.testimonio_resultados .resultados_div .resultado_text {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50%;
}
.testimonio_resultados .resultados_div .resultado_text p {
	color: #ffffff;
	font-family: "DINPro-bold";
	font-size: 35px;
}
.testimonio_resultados .resultado_fotos {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	width: 90%;
	gap: 1em;
}
.testimonio_resultados .resultado_fotos figure {
	width: 28%;
	height: 100%;
	margin-bottom: 30px;
}
.testimonio_resultados .resultado_fotos figure .resultado_img {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.testimonio_resultados .resultado_fotos figure .resultado_img img {
	width: 100%;
	height: 100%;
}
.testimonio_resultados .resultado_fotos figure .resultado_img .linea {
	position: absolute;
	width: 100%;
	bottom: -5px;
	opacity: 1;
}
.testimonio_resultados .resultado_fotos figure .resultado_img .swiper {
	position: relative;
}
.testimonio_resultados .resultado_fotos figure .resultado_img .swiper .arrow {
	position: absolute;
	bottom: 0;
	z-index: 100;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	gap: 0.5em;
}
.testimonio_resultados
	.resultado_fotos
	figure
	.resultado_img
	.swiper
	.arrow
	img {
	height: 30px;
	width: 30px;
	cursor: pointer;
}
