/* Responsive */
nav {
	display: flex !important;
	width: 100%;
	max-width: 100%;
}

.wrap-flex-thumb-categorys {
	justify-content: center;
	flex-wrap: nowrap;
}

.thumb-categorys {
	width: 48%;
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 900px) {
	/* Muestra el nav mobile */
	nav .wrap-menu-mobile {
		display: flex;
	}
	/* Oculta el nav desktop */
	nav .wrap-menu {
		display: none;
	}

	nav .wrap-logo img {
		width: 57px;
		height: 40px;
		aspect-ratio: 57 / 40;
	}
}

@media screen and (min-width: 901px) {
  /* Muestra el nav desktop */
	nav .wrap-menu-mobile {
		display: none;
	}
}
@media (min-width: 900px) {
    .textohepatitisbvacunas {
        margin-right: 100px !important;
    }
}
