@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;
}

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

.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: 8px;
}
.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;
	text-decoration: none;
	color: #1c82eb;
	font-family: "Roboto", "sans-serif";
	font-size: 16px;
	gap: 0.5em;
}
.btn_home .btn_contenedor p {
	font-size: 18px;
	margin-bottom: 3px;
	margin-left: -2px;
}
.btn_home .btn_contenedor .plus {
	font-size: 20px;
}
.btn_home .btn_contenedor:hover {
	border: none;
	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;
	margin: 0;
}
header nav .logo img {
	height: 100%;
	width: 100%;
}
header nav .enlaces {
	width: 70%;
	display: flex;
	font-size: 12px;
}
header nav .enlaces a {
	text-align: center;
	text-decoration: none;
	color: #000000;
	width: 100%;
}
/* header nav .enlaces {
  margin: 5px;
  margin-left: 17px;
  display: flex;
  align-items: center;
  width: 65%;
 
  height: 100%;
} */
header nav .navigation {
	width: 27%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	border-bottom: solid #1c82eb 0px;
	transition: border-bottom 300ms ease-in-out;
}
header nav .navigation:hover {
	border-bottom: solid #1c82eb 10px;
}
header nav .navigation:has(.active):hover {
	border-bottom: solid #1c82eb 0px;
}
header nav .menuVertical {
	pointer-events: none;
	position: absolute;
	bottom: 0px;
	display: flex;
	flex-direction: column;
	padding: 14px;
	/*  background-color: whitesmoke; */
	/* max-height: 1px;
  min-height: 1px; */
	overflow: hidden;
	color: transparent;
	transition: max-height 300ms ease-in-out, bottom 300ms ease-in-out,
		opacity 500ms ease-in-out;
	z-index: -1;
	opacity: 0;
}
/* header nav .menuVertical a {
	pointer-events: none;
} */

header nav .menuVertical a b {
	transition: all 100ms ease-in-out;
	color: transparent;
	opacity: 0;
}

div:is([data-id*="parent-submenu"]) {
	flex-direction: column;
}

.menuBtn {
	pointer-events: all;
}
.menuVertical {
	max-height: 1px;
	padding: 0px 14px !important;
	transition: all 300ms ease-in-out;
	width: 227px;
}

.open:hover .menuVertical,
.open:focus .menuVertical {
	bottom: -111px;
	background-color: whitesmoke;
	opacity: 1;
	width: 200px;
	height: 111px;
	max-height: 111px;
	padding: 14px !important;
	display: flex;
	justify-content: center;
	pointer-events: all;
}
/* .open:hover .menuVertical a,
.open:focus .menuVertical a {
	 pointer-events: all; 
} */

.open:hover .menuVertical a b,
.open:focus .menuVertical a b {
	color: #000000;
	transition: all 1000ms ease-in-out;
	opacity: 1;
}
header nav .enlaces .link {
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
	--clippy: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
	transition: transform 0.3s;

	position: relative;
}

header nav .enlaces .link2 {
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
	--clippy: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
	transition: transform 0.3s;
	position: relative;
}
header nav .menuBtn {
	display: flex;
	justify-content: flex-start;
	column-gap: 0.2rem;
}
header nav .menuBtn img {
	max-width: 0.7rem;
}

header nav .enlaces .link:hover {
	/* --clippy: polygon(0 0, 100% 0, 100% 100%, 0% 100%); */
}
header nav .enlaces .link2: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: 12px;
  clip-path: var(--clippy);
  transition: clip-path 0.5s;
  position: absolute;
  top: calc(100% + 17px);
}  
header nav .enlaces .link2::after {
  content: "";
  display: block;
  background-color: #1C82EB;
  width: 100%;
  height: 12px;
  clip-path: var(--clippy);
  transition: clip-path 0.5s;
  position: absolute;
  top: calc(100% + 24px);
}  */

header nav .enlaces .link::after::after.active {
	display: none;
}
header nav .enlaces .active {
	transform: translateY(-5px);
	height: 104%;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: -6px;
}
header nav .enlaces .active::after {
	display: none !important;
}

.home {
	width: 100%;
	height: 100vh;
	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: 95%;
	flex-direction: column;
	color: #ffffff;
	z-index: 100;
	position: relative;
}
.home .home_principal .titulo {
	font-family: "DINPro-bold";
	font-size: 82px;
	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;
	text-decoration: none;
	font-size: 20px;
	color: #ffffff;
	font-family: "Roboto", "sans-serif";
	cursor: pointer;
}
.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 .desktop {
	display: block;
	width: 100%;
	height: 100%;
}
.home .swiper-slide .responsive {
	display: none;
}

.separador {
	height: 200px;
}

.nuestras_cirugias {
	height: 729px;
	position: relative;
	overflow: hidden;
}
.nuestras_cirugias .img_doctor {
	background-image: url("../../img/inicio/doctor.webp");
	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, #1c82eb 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 {
	z-index: 1;
	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%;
	margin-top: 5rem;
}

.OperamosOrder {
	height: 147px !important;
}
.resultados .resultados_principal {
	display: flex;
	align-items: center;
	justify-content: space-around;
	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-around;
	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 p {
	z-index: 1;
}
.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;
	text-decoration: none;
	color: #ffffff;
	font-family: "Roboto", "sans-serif";
	font-size: 16px;
	gap: 0.5em;
}

.testimoniales {
	/* height: 884px; */
	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: center;
	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;
	margin-bottom: 30px;
}
.asesoramiento .asesoramiento_contenedor .btn_home .btn_contenedor {
	border: 2px solid #ffffff !important;
	height: 62px;
	width: 202px;
	border-radius: 50px;
	text-decoration: none;
	font-size: 18px;
	font-family: "Roboto", "sans-serif";
	font-weight: bold;
	color: #ffffff;
}
.asesoramiento .asesoramiento_contenedor .btn_home .btn_contenedor:hover {
	color: #1c82eb;
	border: none !important;
}

.preguntas {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	row-gap: 3rem;
	min-height: 98vh;
}
.preguntas_fig {
	margin-top: 4rem;
	max-width: 35vw;
	min-height: 98vh;
	max-height: 98vh;
	overflow: hidden;
	border-radius: 2rem;
}
.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;
	min-height: 110vh;
	position: relative;
	bottom: 5rem;
	right: 25rem;
}

.publ_instagram {
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
	margin-top: 5rem;
}
.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;
	bottom: 10rem;
	right: 1.5rem;
	cursor: pointer;
}
.footer .up img {
	max-width: 2rem;
	max-height: 2rem;
}
.footer .ubicacion_sucursales {
	padding: 0.7rem 0rem;
	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;
	row-gap: 3rem;
	padding: 2rem 1rem 1rem;
	overflow: hidden;
}
.footer .footer_contenido .enlaces {
	width: 70%;
	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: 40%;
}
.footer .footer_contenido .redes .youtube img {
	width: 82px !important;
	height: 30px !important;
}
.footer .footer_contenido .redes .tiktok img {
	width: 82px !important;
	height: 30px !important;
}
.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";
	letter-spacing: 0.025rem;
	font-size: 1rem;
}

.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: 70px;
		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 .open .menuBtn a {
		pointer-events: none;
	}
	header nav .enlaces .open .menuBtn a b {
		pointer-events: none;
	}
	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%;
	}
}
