body {
	font-family: 'montserrat', serif;
	background: #f1f1f1;
	margin-top: 20px;
	padding: 0;
}

*:focus {
	outline: none;
}

.contenedor {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.titulo {
	border-bottom: 3px solid #25499f;
}

.titulo .shape {
	background: #25499f;
	padding: 10px 20px;
	max-width: 200px;
	position: relative;
}

.right-skew:before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	display: block;
	width: 50px;
	background: #25499f;
	/* change background color to same as box   */
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(20deg);
}

.titulo .shape h2,
.titulo .shape i {
	display: inline-block;
	margin: 0;
	color: #fff;
}

.titulo .shape i {
	margin-right: 10px;
	font-size: 20px;
}

.txt-titulo {
	position: absolute;
	right: 110px;
	top: 15px;
	font-size: 13px;
	color: #605f5f;
	font-weight: 600;
}

.producto {
	width: 280px;
	vertical-align: top;
	background: #fff;
	padding: 10px 0 20px 0;
	margin-right: 20px;
	border-radius: 10px;
}

.producto .contenedor-imagen {
	min-height: 220px;
	position: relative;
}

.producto .contenedor-imagen img {
	width: 100%;
}

.producto .contenedor-imagen .link {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
}

.producto .contenedor-imagen .img-hover {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-in-out 0.2s;
}

.producto:hover .img-hover {
	opacity: 1;
}

.producto .datos {
	border-top: 2px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
	padding: 20px;
}

.producto .datos h3 {
	margin: 10px 0;
}

.producto .datos h3 a {
	text-decoration: none;
	color: #2b2b2b;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
}

.producto .datos h3 a:hover {
	text-decoration: underline;
}

.producto .datos small a {
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	color: #5a5a5a;
	font-size: 11px;
}

.producto .datos small {
	font-size: 14px;
	text-transform: uppercase;
	color: #5a5a5a;
}

.producto .precios {
	padding: 20px;
	display: flex
}

.producto .precios div {
	flex-grow: 1;
}

.producto .precios div small {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	color: #828282;
	font-weight: 600;
}

.producto .precios div.internet span {
	font-weight: bold;
	font-size: 23px;
	color: #ff0808;
}

.producto .precios div span {
	font-size: 17px;
	font-weight: 600;
}

.producto .btn-carrito {
	display: block;
	text-align: center;
	padding: 15px;
	background: #25499f;
	width: 80%;
	margin: 0 auto;
	border-radius: 100px;
	color: #fff;
	text-decoration: none;
	display: none;
	transition: all ease-in-out 0.3s;
}

.producto .btn-carrito:hover {
	transform: scale(1.05);
}

.producto:hover .btn-carrito {
	display: block;
}

.starrr {
	display: block;
}

.starrr a {
	font-size: 16px;
	padding: 0 1px;
	cursor: pointer;
	color: #FFD119;
	text-decoration: none;
}

.slider {
	margin-top: 20px;
}

.slick-prev {
	font-size: 0;
	position: absolute;
	right: 55px;
	top: -64px;
	width: 30px;
	height: 30px;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	background-image: url(../img//imagenes/prev-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: pointer;
}

.slick-next {
	font-size: 0;
	position: absolute;
	right: 18px;
	top: -64px;
	width: 30px;
	height: 30px;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	background: url(../img/imagenes/next-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: pointer;
}

.slick-next:hover,
.slick-prev:hover {
	opacity: 0.8;
}

@media screen and (max-width: 650px) {
	.txt-titulo {
		display: none;
	}
	.titulo .shape h2 {
		font-size: 20px;
	}
}

@media screen and (max-width: 400px) {
	.slick-next,
	.slick-prev {
		display: none !important;
	}
	.titulo .shape {
		padding: 10px 10px;
		max-width: 160px;
	}
}
