@media only screen and (max-width: 1050px) {
	/* 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 {
		position: relative;
		background-color: rgb(169 169 169 / 30%);
	}
	.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;
	}
	.testimonio_resultados {
	}
}

@media only screen and (max-width: 600px) {
	.header_testimonios .header_titulo {
		font-size: 36px;
	}
	.testimonios .cuadro {
		border: none;
	}
	.testimonios .comments .text p {
		font-size: 11px;
	}
	.testimonio_resultados .resultados_div {
		height: 46px;
	}
	.testimonio_resultados .resultados_div .resultado_text p {
		font-size: 16px;
	}
	.testimonio_resultados .resultado_fotos .close {
		display: none;
	}
	.testimonio_resultados .resultado_fotos figure {
		width: 100%;
	}
	/* 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) {
	.testimonio_resultados .resultados_div .resultado_text {
		height: 30%;
	}
	.testimonios .comments {
		width: 95%;
	}
}
