/*fuente*/
@font-face {
    font-family: 'sodimacprecioregular';
    src: url('fuente/sodimac-precio-webfont.eot');
    src: url('fuente/sodimac-precio-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuente/sodimac-precio-webfont.woff') format('woff'),
         url('fuente/sodimac-precio-webfont.ttf') format('truetype'),
         url('fuente/sodimac-precio-webfont.svg#sodimacprecioregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body{
	width: 100%;
	height: 100%;
}
body{
	color: #333;
	font-family: Helvetica;
}
.clear{
	clear: both;
}
.banner{
	width: 100%;
	height: 35%;
	position: relative;
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner h2{
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 55px;
	font-weight: 700;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	color: #0072ce;
	padding: 0 30px;
}
.banner h2 span{
	display: block;
	font-weight: 300;
	font-size: 20px;
	color: #333;
	margin: 10px 0 0;
	/*background-color: rgba(255, 255, 255, 0.85);*/
    padding: 5px 10px;
}
.recorte{
	position: relative;
}
.recorte:after{
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	top: -7px;
	right: -7px;
	border-left: 1px solid #fff;
	background-color: #fff;
	transform: rotateZ(-45deg);
}
.productos{
	height: 65%;
	padding: 25px 0 0;
}
.productos h1{
	font-size: 18px;
	margin: 0;
	line-height: 1.3;
}
.boton1{
	color: #fff;
    padding: 12px 50px 12px 25px;
    font-size: 18px;
	background-color: #dd0021;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
}
.boton1:hover{
	background-color: #d72324;
}
.boton1:before{
	content: '\00BB';
	position: absolute;
    top: 0;
    right: 20px;
    font-size: 35px;
}
.listado{
	margin: 25px 0 0;
}
.productos .container-fluid{
	width: 20%;
	float: left;
	margin: 0 0 25px;
}
.productos .container-fluid:nth-child(5n+1){
	clear: both;
}
.producto{
	border: 4px solid #212121;
	padding: 10px;
}
.producto.recorte:after{
	border-left-width: 5px;
	border-left-color: #212121;
}
.producto .col-md-6.text-center{
	padding-left: 0;
}
.producto strong{
	font-size: 55px;
	color: #000;
    font-family: 'sodimacprecioregular';
	display: block;
	border: 7px solid #dd0021;
	position: relative;
}
.producto strong:before{
	content: 'Producto N°';
    display: block;
    padding: 0 0 5px;
    line-height: 1;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Helvetica;
	color: #fff;
	background-color: #dd0021;
	letter-spacing: 0.04em;
}
.producto strong.recorte:after{
	top: 12px;
    background-color: #dd0021;
    border-left-color: #dd0021;
    width: 8px;
    right: -3px;
}
.productos .container-fluid p{
	font-size: 14px;
	letter-spacing: 0.02em;
	margin: 7px 0 0;
	font-weight: 700;
	line-height: 1.3;
}

@media (max-width: 1100px){
	.banner{
		height: 20%;
	}
	.productos .container-fluid{
		width: 33.333333%;
	}
	.productos .container-fluid:nth-child(5n+1) {
	    clear: none;
	}
	.productos .container-fluid:nth-child(3n+1) {
	    clear: none;
	}
	.producto strong{
		font-size: 70px;
	}
}