@media only screen and (max-width: 1050px) {
	.nuestras_cirugias
		.cirugias_contenido
		.cirugia_bloque
		.cirugia_title
		.cirugia_texto {
		font-size: 17px;
	}
	.resultados .resultados_principal .resultados_texto p {
		font-size: 17px;
	}
	.sociedades .sociedades_logo {
		width: 100%;
	}
	.sociedades .sociedades_logo figure {
		display: flex;
		justify-content: center;
	}
	.sociedades .sociedades_logo img {
		width: 90%;
		display: flex;
		align-items: center;
	}
	.preguntas .preguntas_body .preguntas_titulo {
		margin-left: 10px;
	}
	.preguntas .preguntas_body .preguntas_titulo h1 {
		font-size: 38px;
	}
	.preguntas .preguntas_body .preguntas_cards .card {
		font-size: 11px;
	}
	.preguntas .preguntas_fig {
		display: flex;
		justify-content: center;
		max-width: 90vw;
		max-height: 12rem;
		min-height: 12rem;

		border-radius: 1rem;
		overflow: hidden;
		box-shadow: 0px 30px 10px -5px #1408082d;
		margin-bottom: 7rem;
		margin-top: 0rem;
	}
	.preguntas .preguntas_fig img {
		width: 70%;
	}
	/* Footer */
	.footer .footer_contenido .enlaces {
		width: 96%;
	}
}
@media only screen and (max-width: 767px) {
	header nav .enlaces .active {
		justify-content: flex-start;
	}
	header nav .enlaces {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	header nav .mostrar_menu {
		padding: 1rem 2rem;
	}
	header nav .navigation {
		max-width: 12rem;
		min-width: 12rem;
	}

	header nav .enlaces .link2 {
		padding-left: 0px;
		text-align: left;
		min-height: revert;
		justify-content: revert;
	}
	header nav .enlaces .link {
		text-align: left;
		display: flex;
		align-items: center;
	}
	header nav .menuVertical {
		bottom: revert;
	}
	header nav .open {
		display: flex;
		flex-direction: column;
	}
	.open:hover .menuVertical {
		bottom: revert;
		width: revert;
		min-width: 15rem;
		left: 1.5rem;
	}
	header nav .navigation:hover {
		border-bottom: 0px solid transparent;
	}
	header nav .navigation:hover .menuBtn {
		padding-bottom: 0.2rem;
	}
header nav .navigation:hover .menuVertical,
header nav .navigation.open .menuVertical {
	position: relative !important;
	background-color: rgb(169 169 169 / 30%);
	display: flex !important; /* Fuerza al contenedor a mostrarse en celulares */
}

header nav .navigation.open .menuVertical * {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}
	.home .swiper-1 {
		height: 100%;
	}
	.home .home_principal .btn {
		gap: 1em;
	}
}

@media only screen and (max-width: 700px) {
	.home .swiper-slide .desktop {
		display: none !important;
	}
	.resultados .resultado_fotos .close {
		display: none !important;
	}
}

@media only screen and (max-width: 600px) {
	/* Home */
	.header {
		width: 100%;
		position: fixed;
		box-shadow: none;
	}
	.header nav .navigation {
		width: 30%;
		font-size: 12px;
	}
	header nav .navigation {
		align-items: center;
	}
	header nav .enlaces .link {
		height: 100%;
		padding: 0;
		font-size: 12px;
	}
	.home {
		width: 100%;
		height: calc(100vh - 74px);
	}
	.home .home_principal .titulo {
		font-size: 40px;
		width: 53%;
	}
	.home .home_principal {
		justify-content: center;
		height: 131%;
	}
	.home .home_principal .titulo_sec {
		font-size: 18px;
		width: 69%;
	}
	.home .home_principal .btn {
		width: 100%;
		margin-top: 33px;
	}
	.home .home_principal .btn .btn_home {
		height: 48px;
		font-size: 15px;
	}
	.home .slider {
		top: 72px;
	}

	.home .swiper-slide .responsive {
		display: block !important;
	}
	.home .swiper-slide img {
		height: 85vh !important;
		right: 12rem;
	}
	/* Nuestras cirugias section */
	.separador {
		height: 87px;
	}
	.nuestras_cirugias {
		margin-top: 115px;
	}
	.nuestras_cirugias .cirugias_contenido .cirugia_bloque .space {
		display: none;
	}
	.nuestras_cirugias .cirugias_contenido .cirugia_bloque {
		justify-content: center;
	}
	.nuestras_cirugias .cirugias_contenido .cirugia_bloque .cirugia_title {
		width: 87%;
	}

	.nuestras_cirugias
		.cirugias_contenido
		.cirugia_bloque
		.cirugia_title
		.titulo_cirugia {
		font-size: 26px;
	}
	.nuestras_cirugias
		.cirugias_contenido
		.cirugia_bloque
		.cirugia_title
		.cirugia_texto {
		font-size: 12px;
		margin-top: 12px;
	}
	.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .card_body h2 {
		font-size: 15px;
	}
	.nuestras_cirugias .cirugias_contenido .cirugia_slider .card .card_body p {
		font-size: 10px;
	}
	.nuestras_cirugias .cirugias_contenido .cirugia_slider .card {
		/* width: 279px !important; */
		height: 195px;
	}
	.nuestras_cirugias .cirugias_contenido {
		padding: 0;
		justify-content: space-between;
	}
	.nuestras_cirugias .cirugias_contenido .cirugia_bloque {
		height: 20%;
	}
	.nuestras_cirugias .swiper {
		height: 43%;
		width: 623%;
	}
	.nuestras_cirugias .cirugias_contenido .cirugia_slider {
		height: 100%;
		align-items: center;
	}
	.nuestras_cirugias .img_doctor {
		height: 30%;
		top: 24%;
		background-size: contain;
	}
	.nuestras_cirugias .cuadro {
		height: 32%;
		width: 85%;
		top: 22%;
	}
	.sociedades .sociedades_cuerpo .sociedades_head figure {
		display: none;
	}
	.sociedades .sociedades_cuerpo .detalle {
		height: 21%;
		border-bottom: solid #1c82eb;
	}
	.nuestras_cirugias .cirugias_contenido .slider_comando {
		position: absolute;
		bottom: 0;
		left: -7%;
		width: 100%;
		display: flex;
	}
	.nuestras_cirugias .cirugias_contenido .slider_comando .comando {
		width: 100%;
		justify-content: space-evenly;
	}
	.nuestras_cirugias
		.cirugias_contenido
		.slider_comando
		.comando
		.slider_arrow
		img {
		height: 24px;
	}
	.nuestras_cirugias
		.cirugias_contenido
		.cirugia_bloque
		.cirugia_title
		.titulo_cirugia
		.after::after {
		margin-top: 8px;
	}
	.sociedades .sociedades_cuerpo .sub_sociedades {
		font-size: 13px;
		width: 77%;
		margin-left: 12px;
	}

	/* Section resultados */
	.resultados .resultados_principal {
		flex-direction: column;
	}
	.resultados .resultados_principal .resultado_titulo {
		width: 100%;
		margin-left: 30px;
	}
	.resultados .resultados_principal .resultado_titulo h1 {
		font-size: 26px;
	}
	.resultados .resultados_principal .resultado_titulo p {
		font-size: 15px;
	}

	.resultados .resultados_principal .resultados_texto {
		display: none;
	}
	.resultados {
		height: 1500px;
		margin-top: 54px;
	}
	.resultados .resultado_fotos figure .resultado_img .swiper {
		height: 97%;
	}
	.swiper-backface-hidden .swiper-slide {
		width: 288%;
	}
	.resultados .resultado_fotos figure .resultado_img {
		width: 260%;
	}
	.swiper-backface-hidden .swiper-slide {
		width: 100%;
	}

	.resultados .resultado_fotos {
		flex-direction: column;
		height: 88%;
		width: 131%;
		align-items: flex-start;
		margin-left: 16px;
	}

	.resultados .resultado_fotos figure {
		height: 20%;
	}

	.resultados .resultados_principal {
		height: 6%;
	}
	/* Sobre mi contenedor */
	.sobre_mi {
		flex-direction: column;
		position: relative;
		height: 1088px;
	}
	.sobre_mi .sobre_mi_contenido {
		width: 100%;
	}
	.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_titulos {
		width: 95%;
		flex-direction: column;
	}
	.sobre_mi .sobre_mi_contenido .sobre_mi_body {
		height: 56%;
	}
	.sobre_mi
		.sobre_mi_contenido
		.sobre_mi_body
		.sobre_titulos
		.sobre_contenedor
		p {
		font-size: 14px;
	}
	.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_titulos img {
		display: none;
	}
	.sobre_mi .sobre_foto {
		bottom: 251px;
		height: 18%;
		position: absolute;
		left: 14px;
	}
	.sobre_mi .sobre_foto figure img {
		height: 354px;
		width: revert;
	}
	.sobre_mi .sobre_foto figure {
		width: 98%;
		position: absolute;
		bottom: -73%;
		left: 20%;
	}
	.sobre_mi .sobre_mi_contenido .sobre_mi_body h1 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.sobre_mi .sobre_mi_contenido .sobre_mi_body .sobre_texto {
		font-size: 13px;
	}
	.sobre_mi .sobre_mi_contenido .sobre_btn {
		margin-top: 335px;
		position: absolute;
		bottom: 0;
	}
	.sobre_mi .sobre_mi_contenido .sobre_btn {
		justify-content: center;
		margin-top: 337px;
		width: 82%;
		margin-left: 26px;
	}
	.sobre_mi .sobre_mi_contenido .sobre_btn .btn_contenedor {
		font-size: 14px;
	}
	/* Testimonios */
	.testimoniales .testimoniales_head h1 {
		font-size: 24px;
	}
	.testimoniales .testimoniales_head {
		align-items: flex-start;
		flex-direction: column;
	}
	/* Sociedades */

	.sociedades .sociedades_cuerpo .sociedades_head {
		flex-direction: column;
		width: 100%;
	}
	.sociedades .sociedades_cuerpo .sociedades_head h1 {
		font-size: 24px;
		width: 93%;
	}
	.sociedades .sociedades_cuerpo {
		height: 100%;
		justify-content: space-around;
	}
	.sociedades .sociedades_logo {
		width: 100%;
		height: 60%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.sociedades .sociedades_logo figure {
		align-items: center;
		height: 29%;
		width: 33%;
		display: flex;
		justify-content: center;
	}
	.sociedades .sociedades_logo img {
		width: 60%;
	}
	.asesoramiento .asesoramiento_contenedor {
		justify-content: center;
	}
	.asesoramiento .asesoramiento_contenedor h1 {
		font-size: 29px;
		width: 100%;
	}
	.sociedades .sociedades_cuerpo .sub_sociedades {
		font-size: 17px;
	}
	/* Preguntas frecuentes */
	.preguntas {
		flex-direction: column;
		margin-top: 50px;
		position: relative;
		min-height: revert;
	}
	.preguntas .preguntas_body {
		width: 100%;
		position: revert;
		height: 100%;
	}
	.preguntas .preguntas_body .preguntas_titulo h1 {
		font-size: 26px;
	}
	.preguntas .preguntas_body .preguntas_cards .card p {
		font-size: 11px;
	}
	.preguntas .preguntas_body .preguntas_cards {
		align-items: center;
		width: 100%;
		margin-top: 2rem;
	}
	.preguntas .preguntas_body .preguntas_cards .card {
		padding: 8px;
		width: 77%;
	}
	.preguntas .preguntas_fig img {
		bottom: 328px;
		min-width: 110%;
		min-height: 49vw;
		max-height: 49vw;
		left: 13px;
		margin-right: 0rem;
		position: revert;
	}
	.btn_home .btn_contenedor a {
		font-size: 13px;
	}
	.preguntas .preguntas_body .preguntas_titulo h1 {
		margin-left: 10px;
	}
	.preguntas .preguntas_body .preguntas_cards .card .noResposive {
		display: none;
	}
	.preguntas .preguntas_body .preguntas_cards .card {
		height: 30%;
		padding: 1rem;
		margin-left: 0px;
		width: 90%;
		row-gap: 1.5rem;
	}
	.preguntas .preguntas_body .preguntas_cards .card .btn_contenedor {
		position: absolute;
		bottom: 0rem;
		width: 60%;
	}
	/* Footer */
	.footer {
	}
	.footer .footer_contenido {
		height: 100%;
	}

	.footer .footer_contenido .enlaces {
		width: 63%;
		flex-direction: column;
		height: 60%;
		row-gap: 1.7rem;
	}
	.footer .footer_contenido .enlaces a {
		font-size: 15px;
		font-weight: 500;
		font-family: Roboto;
		letter-spacing: 0.05rem;
	}
	.footer .footer_contenido .redes {
		width: 79%;
	}
	.footer .footer_contenido .derechos {
		display: flex;
		justify-content: center;
	}
	.footer .footer_contenido .derechos p {
		text-align: center;
		font-size: 0.7rem;
		max-width: 90%;
		line-height: 1.2rem;
	}
	.footer .ubicacion_sucursales .sucursal a {
		width: 100%;
		font-size: 11px;
	}
}
@media only screen and (max-width: 375px) {
	.nuestras_cirugias .img_doctor {
		top: 27%;
	}
	.sobre_mi .sobre_foto figure {
		left: 7%;
	}
}
@media only screen and (max-width: 320px) {
	.nuestras_cirugias .img_doctor {
		top: 31%;
	}
	.btn_home .btn_contenedor {
		width: 200px;
		height: 46px;
	}
	.btn_home .btn_contenedor p {
		font-size: 17px;
	}
	.sociedades .sociedades_cuerpo .detalle {
		border: revert;
	}
	.btn_home .btn_contenedor p {
		margin-bottom: 0;
		margin-left: -14px;
	}
	.sobre_mi .sobre_foto figure img {
		height: 314px;
	}

	.btn_home .btn_contenedor {
		display: flex;
		justify-content: space-evenly;
	}
	.btn_home .btn_contenedor p {
		margin-left: 0;
	}
	.sobre_mi .sobre_foto figure {
		left: 0;
	}
	.preguntas .preguntas_body .preguntas_cards .card p {
		margin-left: -24px;
	}
	.preguntas .preguntas_body .preguntas_cards .card div {
		gap: 3em;
	}
	.preguntas .preguntas_body .preguntas_cards .card .btn_contenedor {
		display: flex;
		justify-content: center;
	}
	.btn_home .btn_contenedor a {
		margin: 0;
	}
	.testimoniales .testimoniales_head figure img {
		height: 12px;
	}
}