/*--------------------------------------------------------------*/
/*---------------Resoluciones desde 1321 hasta 1700-------------*/
/*--------------------------------------------------------------*/
@media screen and (max-width: 1700px)
{

}

/*--------------------------------------------------------------*/
/*---------------Resoluciones desde 1001 hasta 1320-------------*/
/*--------------------------------------------------------------*/
@media screen and (max-width: 1320px)
{
	h1 {font-size: 54px !important;}
	section.hproductos h4 {font-size: 30px !important;}
}

/*--------------------------------------------------------------*/
/*---------------Resoluciones desde 701 hasta 1000--------------*/
/*--------------------------------------------------------------*/
@media screen and (max-width: 1000px)
{
	h1 {font-size: 50px !important;}

	.hcontacto .fondo {height: 389px !important;}
	.hcontacto .fondo .filtro {height: 389px;}

	.productos .cat h2 {width: 100%; margin-bottom: 20px; text-align: center;}
	.productos .cat a.btn {margin: 0 auto;}
	.productos .cat p {text-align: center;}

	.cms-contacto .formulario, .cms-contacto .datos {width: 50%;}
	.cms-contacto .formulario form div {width: 100%; padding: 10px 0;}
	.cms-contacto .datos .corners--slanted {
		padding: 40px;
		justify-content: space-evenly;
		display: flex;
		flex-direction: column;
	}
}

/*--------------------------------------------------------------*/
/*---------------Resoluciones desde 421 hasta 700--------------*/
/*--------------------------------------------------------------*/
@media screen and (max-width: 700px)
{
	.rm500{width:100%; max-width: 500px; margin: 0 auto;}
	.f > .rc33-5{width: 33.33% !important;}
	.f > .rc33-10{width: 33.33% !important;}
	.f > .rc5-10{width: 50% !important;}
	.f > .rc10{width: 100% !important;}
	.ro1{order: 1;}
	.ro2{order: 2;}
	header .moduletable{display: none;}
	.desktop{display: none;}
	.responsive{display: block;}

	header {padding: 20px 30px;}
	h1 {font-size: 48px !important;}
	.hportada .swiper-button-next,
	.hportada .swiper-button-prev {margin: 0 20px !important;}
	.hnosotros.f {flex-direction: column;}
	.hnosotros.f .c5 {width: 100%;}
	.hcontacto .fondo {height: 518.6px !important;}
	.hcontacto .filtro {height: 518.6px !important;}
	.hcontacto .texto {height: 100%;}
	.hcontacto .f .c7, .hcontacto .f .c3 {width: 100%;}
	.hcontacto .texto .f {justify-content: center;}
	.hblog .f .c5 {width: 100%;}

	.productos .cat {width: 100%;}
	.productos .cat h2 {width: auto; margin-bottom: 0; text-align: left;}
	.productos .cat a.btn {margin: 0;}
	.productos .subcat {width: 100%;}
	.galeria_productos .item {width: 100% !important;}

	.nosotros .rasgos div {width: 100%; padding: 30px;}

	.blog .item {width: 100%;}

	.cms-contacto .formulario, .cms-contacto .datos {width: 100%;}

	footer .footer h4 {margin-bottom: 10px;}
	footer .footer .empresa {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	footer .footer .empresa svg {width: 30%; margin-right: 20px; margin-bottom: 0;}
	footer .footer .navegacion, footer .footer .contacto {width: 100%; text-align: center;}
	footer .footer .navegacion div,
	footer .footer .contacto div {align-items: center; align-content: center;}

	footer .politicas {height: auto;}
	footer .politicas .f {flex-direction: column; justify-content: center;}
	footer .politicas .pl {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	footer .politicas .pl a {padding: 10px !important; text-align: center;}
	footer .politicas .pr {
		width: 100%;
		padding: 10px 0;
		text-align: center;
	}

}

/*--------------------------------------------------------------*/
/*---------------Resoluciones desde 320 hasta 420---------------*/
/*--------------------------------------------------------------*/
@media screen and (max-width: 420px)
{
	.f > .rc33-5{width: 50% !important;}
	.f > .rc33-10{width: 100% !important;}
	.f > .rc5-10{width: 100% !important;}
	.cms-cookies thead{display: none;}
	.cms-cookies td{display: block; width: 100%; border: none !important; padding: 0 !important;}
	.cms-cookies tr{margin-bottom: 10px; display: block; background-color: rgba(0,0,0,0.05); padding: 15px;}
	.cms-cookies td:before{content: attr(tit) ": "; font-weight: bold;}
	.cookies .r{width: 100%; padding-top: 0;}
	.cookies .btn{margin: 0; width: 48%;}
	*{background-attachment: initial;}
	body.mantenimiento img{max-width: 100%;}
	body.mantenimiento h1{font-size: 20px;}
	body.mantenimiento h2{font-size: 17px;}
	.fixwh{bottom: 20px; right: 75px;}
	.fixwh i{width: 50px; height: 50px; line-height: 50px; font-size: 28px;}
	.fixfb{width: 50px; height: 50px; font-size: 28px; bottom: 20px;}
	.fixfb a{line-height: 1;}

	.productos .cat h2 {width: 100%; margin-bottom: 20px; text-align: center;}
	.productos .cat a.btn {margin: 0 auto;}
}