@media only screen and (max-width: 1050px) {
	.ubicacion_consultorios .contenedor_ubicacion .ubicacion_titulo h1 {
		text-align: center;
	}
	/* Footer */
	.footer .footer_contenido .enlaces {
		width: 96%;
	}
}
@media only screen and (max-width: 767px) {
    
	.separator {
		height: revert;
	}
	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 {
		/* border-bottom: 8px solid #1c82eb; */
		padding-bottom: 0.2rem;
	}
	header nav .navigation:hover .menuVertical {
		position: relative;
	}
	.header {
		width: 100%;
		position: relative;
	}
	.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;
	}
	.header_contacto .header_titulo p {
		font-size: 35px;
	}
	.header_contacto {
		background-image: url("/asset/img/contactoResponsive/photo.2.webp");
	}
}

@media only screen and (max-width: 600px) {
	.contacto_estamos .contacto_separador .contacto_titulo h1 {
		font-size: 17px;
	}
	.contacto_estamos {
		height: 443px;
	}
	.contacto_estamos .contacto_separador .contacto_titulo p {
		font-size: 12px;
	}
	.contacto_estamos .contacto_separador .contacto_titulo {
		top: 49%;
	}
	.ubicacion_consultorios .contenedor_ubicacion .ubicacion_titulo h1 {
		font-size: 17px;
		text-align: center;
	}
	.contacto_estamos .contacto_separador div {
		background-image: url("/asset/img/contactoResponsive/divider-donde-operamos.webp");
		height: 150px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom;
	}
	.ubicacion_consultorios .contenedor_ubicacion .direccion_wp div p {
		font-size: 12px;
	}
	/* footer */
	.footer {
		height: 390px;
	}
	.footer .footer_contenido {
		height: 100%;
	}
	.publ_instagram {
		margin-top: -137px;
	}
	.footer .footer_contenido .enlaces {
		width: 63%;
		flex-direction: column;
		height: 60%;
	}
	.footer .footer_contenido .enlaces a {
		font-size: 12px;
	}
	.footer .footer_contenido .redes {
		width: 79%;
	}
	.footer .footer_contenido .derechos p {
		text-align: center;
		font-size: 9px;
	}
	.footer .ubicacion_sucursales .sucursal a {
		width: 100%;
		font-size: 11px;
	}
}
