#productos{
	padding: 70px 0;
	background: #fcfcfc;
	border-bottom: 1px solid #eee;
}

#productos h2 {
    color: #444;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    margin: 0 0 30px;
}

#productos h2:not(:first-of-type){
	margin-top: 40px;
}

#productos h2:after{
	content: '';
	display: block;
	position: absolute;
	width: 70px;
	height: 4px;
	background: #B5CA6E;
	bottom: -10px;
}

.subcategoria{
	display: block;
    height: 200px;
    padding: 20px 20px 50px;
    overflow: hidden;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    text-align: center;
    border-radius: 3px;
}

.subcategoria h3{
	width: 100%;
	font-size: 15.5px;
	font-weight: 600;
	margin: 0;
	color: #4A71B1;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(74,113,177,0.75);
	color: #fff;
	padding: 10px 0;
}

.subcategoria img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	transition: all .35s ease;
}

.subcategoria:hover img{
	transform: scale(1.1);
}

.guide{
	margin-bottom: 30px;
}

.guide a{
	color: #444 !important;
	font-weight: 600;
}

.breadcrumb:before{
	color: #B5CA6E;
    vertical-align: middle;
    font-size: 26px;
}

.card{
	box-shadow: none !important;
	border: 1px solid #dadada;
}

.card .card-image{
	height: 60%;
	max-height: none !important;
}

.card .card-content{
	background: #eee;
	height: 40%;
	max-height: none !important;
}

.card .card-content h2{
	font-size: 19px !important;
	margin: 0 0 15px !important;
	line-height: 27px;
}

.card .card-content h2:after{
	content: none !important;
}

.card .card-action{
	background: #4A71B1;
}

.card .card-action a{
	display: block;
    text-align: center;
    font-weight: 600;
    color: #fff !important;
}

.producto:not(.card){
	padding: 20px 0;
	animation-delay: .5s;
}

.producto h2{
	color: #4A71B1 !important;
	margin: 0 0 35px !important;
}

.producto .descripcion{
	padding: 10px 20px;
}

.producto .descripcion strong {
    font-weight: 600 !important;
    display: block;
    margin: 15px 0 !important;
    background: #afcc5e;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.producto .descripcion li:before{
	content: "\25AA";
    color: #afcc5e;
    width: 1em;
    margin-right: 10px;
}

.sp-thumbnail-container{
	border: 1px solid #dadada !important;
}

.sp-bottom-thumbnails {
    margin-top: 15px;
}

.sp-slides-container{
	max-height: 600px;
    overflow: hidden;
}

.folleto{
	display: block;
	width: 120px;
    height: 35px;
    line-height: 35px;
	background: #4A71B1;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
}