@media only screen and (max-width: 1050px) {
	/* Footer */
	.footer .footer_contenido .enlaces {
		width: 96%;
	}
}
@media only screen and (max-width: 767px) {
	.separator {
		height: revert;
	}

	.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;
	}
	.faq_preguntas {
		height: revert;
	}
	.faq_preguntas .faq_contenedor {
		background-size: cover;
		height: revert;
	}
	.faq_preguntas .faq_contenedor .forma1 {
		display: none;
	}
	.faq_preguntas .faq_contenedor .cards_contenedor .accordion {
		width: 90%;
	}
	.header_faq {
		background-image: url("/asset/img/faqResponsive/photo2.webp");
	}
}
@media only screen and (max-width: 600px) {
	.header_faq .faq_body_header .faq_titulo {
		width: 100%;
		font-size: 35px;
	}
	.header_faq .faq_body_header .faq_sub {
		width: 85%;
		font-size: 17px;
	}
	.faq_preguntas
		.faq_contenedor
		.cards_contenedor
		.accordion
		.accordion-item
		h2
		.accordion-button {
		font-size: 9px;
	}
	.faq_preguntas .faq_contenedor .cards_contenedor .accordion p {
		font-size: 10px;
	}

	/* 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) {
	.header_faq .faq_body_header .faq_sub {
		font-size: 13px;
	}
}
