@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;
	}
	.tipos_card_rino {
		height: 1070vh;
	}
	.tipos_card_rino .card_3 {
		height: 507px;
	}
	.tipos_card_rino .mas_card {
		border-bottom: solid 1px rgb(0 0 0 / 30%);
	}
}

@media only screen and (max-width: 600px) {
	.header_info .header_titulo {
		font-size: 35px;
	}
	.cards_tipos_rino .card_tipo_rino {
		width: 40%;
		height: 86px;
	}
	.card_tipo_rino a {
		font-size: 12px;
	}
	.tipos_card_rino .mas_card h1 {
		font-size: 17px;
		margin-bottom: 9px;
	}
	.tipos_card_rino .mas_card p {
		font-size: 10px;
	}
	.tipos_card_rino .mas_card {
		padding: 14px;
	}
	.cards_tipos_rino {
		height: 1070px;
	}
	/* 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;
	}
}
@media only screen and (width: 320px) {
	.tipos_card_rino .mas_card p {
		font-size: 9px;
	}
	.tipos_card_rino .mas_card h1 {
		font-size: 13px;
	}
	.tipos_card_rino .card_3 {
		height: 481px;
	}
	.tipos_card_rino {
		height: 1025vh;
	}
}
