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

	/* HEADER */
	.cont-menu {
		width: 100%;
		padding: 15px 0px 10px 0px;
		margin: -2px 0px 0px 0px;
		background: #bf1010;
		/*border: 1px solid #FF0000;*/
	}
	.btn-menu {
		width: 100%;
		padding: 5px 0px 5px 20px;
		margin: 0;
		font-size: 22px;
		color: #FFFFFF;
		/*border: 1px solid #FF0000;*/
	}
	.btn-menu:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	.btn-redes {
		width: auto;
	    font-size: 22px;
	    margin: 15px 10px 25px 20px;
	}
	.icomenu {
		width: auto;
		padding: 10px 10px 10px 10px;
		position: fixed;
		top: 0;
		right: 0;
		display: inherit;
		z-index: 1;
		/*border: 1px solid #FF0000;*/
	}
	#menu {
		position: fixed;
		top: 0;
		left: 0;
		display: none;
	}
	/* BLOQUE 1 */
	.imgbloque1 {
		height: 500px;
		/*border: 1px solid #FF0000;*/
	}
	.txtimgbloque1 {
	    top: 50%;
	    left: 50%;
	    /*border: 1px solid #FF0000;*/
	}
	.txtimgbloque1 p {
		margin: 0px 0px 20px 0px;
	    font-size: 28px;
	    color: #212121;
	    line-height: 48px;
	}
	.txtimgbloque1 span {
	    font-size: 16px;
	}
	/* BLOQUE 2 */
	.boxbloque2 {
		width: 100%;
		/*border: 1px solid #FF0000;*/
	}
	.infobloque2 {
		height: auto;
		top: 0;
	    /*border: 1px solid #000;*/
	}
	.rightinfobloque2 {
		padding: 0px 20px 25px 65px;
		/*border: 1px solid #000;*/
	}
	.rightinfobloque2 img {
		width: 30px;
		top: 32px;
		left: 20px;
		transform: inherit;
        -webkit-transform: inherit;
	}
	.arrowbloque2  {
		display: none;
	}
	.imgslidebloque2 {
	    height: 440px;
	    /*border: 1px solid #FF0000;*/
	}
	/* BLOQUE 3 */
	.contbloque3 .section {
		height: 520px;
		/*border: 1px solid #FF0000;*/
	}
	.contbloque3 .section img {
		width: 200px;
		position: absolute;
		right: 0px;
		bottom: -10px;
	}
	.contbloque3 .section .txtimgbloque1 {
		padding: 25px 10px 0px 10px;
		top: 0;
		left: 0;
		transform: inherit;
        -webkit-transform: inherit;
		/*border: 1px solid #FF0000;*/
	}
	/* BLOQUE 4 */
	.contbloque4 .section {
		padding: 40px 0px 120px 0px;
		position: relative;
		/*border: 1px solid #FF0000;*/
	}
	.boxbloque4 {
		width: 100%;
		padding: 0px 10px 20px 10px;
	    /*border: 1px solid #000;*/
	}
	.boxbloque4 p {
		width: 100%;
		margin: 0px 0px 0px 0px;
		position: relative;
	    /*border: 1px solid #000;*/
	}
	/* NOSOTROS */
	.contnosotrosblq2 {
		width: 100%;
		height: auto;
		/*border: 1px solid #000;*/
	}
	.contnosotros .arrowbloque2  {
		display: inherit;
	}
	.contnosotrosblq2 .infobloque2 {
	   height: auto;
	    /*border: 1px solid #000;*/
	}
	.contnosotros .boxbloque2 p {
		font-size: 17px;
		right: -355px;
	}
	.iconosotrosblq2 img {
		height: 200px;
		float: right;
	}
	.boxtiendas {
		width: 95%;
	}
	.boxtiendas img {
		width: 100%;
		height: auto;
	}
	/* FOOTER */
	.logofooter img {
		width: 165px;
		/*border: 1px solid #FF0000;*/
	}
	.logofooter {
		width: auto;
		position: absolute;
		left: -20px;
		bottom: 35px;
		/*border: 1px solid #FF0000;*/
	}
	.txtfooter {
		width: 100%;
		text-align: center;
		/*border: 1px solid #FF0000;*/
	}

}