/********************************************** SECTION TITLE MARCAS *************************************************/
.sect_title_marcas{
	padding: 50px 0;
}
.sect_title_marcas 	.title_marcas .title_head h2{
	text-align: center;
	font-weight: 800;
}
.sect_title_marcas 	.title_marcas .title_body h6{
	text-align: center;
}
.title_marcas .title_body h6 svg .fa-secondary{
    color: #d6d6d6;
    opacity: inherit;
}
.title_marcas .title_body h6 svg .fa-primary{
    color: #04a0d7;
}

/******************************************** END SECTION TITLE MARCAS ***********************************************/

/******************************************* SECTION PRODUCTOS ******************************************************/
.sect_productos{
	padding-bottom: 50px;
}
/**/
.aside_categorias{
	box-shadow: 0 2px 3px 0 rgba(100,100,100,.3);
}
.aside_categorias .list_categorias>li svg .fa-secondary{
	color: #04a0d7;
	opacity: 1;
}
.aside_categorias .list_categorias>li svg .fa-primary{
	color: #000;
}
/**/
.aside_categorias .aside_head h4{
	background: #04a0d7;
    color: #ffffff;
    font-weight: 700;
    padding: 10px;
    font-size: 17px;
    margin-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.aside_categorias .aside_body .list_categorias{
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.aside_categorias .aside_body .list_categorias>li>a{
	display: block;
	padding: 15px 10px;
	position: relative;
	padding-left: 30px;
	color: #000;
    font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.aside_categorias .aside_body .list_categorias>li>a:hover{
	color: #04a0d7;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.aside_categorias .aside_body .list_categorias>li>a svg{
	position: absolute;
    top: 13px;
    left: 10px;
}
/**/
.list_productos{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.list_productos .item{
	width: 31%;
}
/**/
.box_productos{
	box-shadow: 0 2px 3px 0 rgba(100,100,100,.3);
	margin-bottom: 30px;
}
.box_productos .box_head{
	position: relative;
}
.box_productos .box_head .caption_productos{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.caption_productos:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00b9fb;
	opacity: .5;
}
.box_productos:hover .box_head .caption_productos{
	opacity: 1;
	-webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.caption_productos>a{
        display: block;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 20px;
    font-size: 25px;
    padding: 15px;
    color: #fff;
    border-radius: 50%;
    background: #000;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.caption_productos>a:hover{
    background: #fb8c00;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_productos a{
    color: #000;
    text-decoration: none;
}
.box_productos .box_body h4{
	font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    padding: 0px 10px;
}
.list_stars{
	padding-left: 0;
	list-style: none;
	margin-bottom: 5px;
	text-align: center;
}
.list_stars>li{
	display: inline-block;
}
.list_stars>li svg .fa-secondary{
	color: #04a0d7;
    opacity: 1;
}
.list_stars>li svg .fa-primary{
    color: #000000;
}
/**/
.box_productos .box_foot{
	padding: 10px;
	padding-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.box_productos .box_foot .btn_cotizar{
	display: block;
    background: #25407f;
    padding: 10px 10px;
    color: #ffffff;
    font-weight: 900;
    font-size: 12px;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    cursor: pointer;
}
.box_productos .box_foot .btn_cotizar:hover{
	background: #04a0d7;
	color: #ffffff;
	-webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_productos .box_foot .btn_wsp{
	display: block;
    background: #21d600;
    padding: 10px 20px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_productos .box_foot .btn_wsp:hover{
	background: #04a0d7;
	-webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
@media(max-width: 991px){
	.order1{
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
	}
	.order2{
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
	}
}
@media(max-width: 767px){
	.list_productos .item {
	    width: 48%;
	}
}
@media(max-width: 480px){
	.list_productos .item {
	    width: 100%;
	}
}
/***************************************** END SECTION PRODUCTOS ****************************************************/
/**/
.pagination_cat{

    text-align: center;

}

.pagination_cat ul{

    padding-left: 0;

    margin: 20px 0;

    text-align: center;

    list-style: none;

    display: -webkit-inline-box;

}

.pagination_cat .disabled{

    display: inline;

}

.pagination_cat li.active a{

	background: #eceff1;
    color: #000;
    border-color: #eceff1;

}

.pagination_cat li.active a:hover{

	background: #a2a2a5;
    color: #fff;
    border-color: #a2a2a5;

}

.pagination_cat li.active a:focus{

    background: #ddddcd;

    color: #000;

    border-color: #ddddcd;

}

.pagination_cat li a{

    display: inline-block;

    padding: 5px 14px;

    background-color: #fff;

    border: 1px solid #ddd;

    border-radius: 15px;

    color: #000;

}

.pagination_cat li a span{

    position: absolute;

    width: 1px;

    height: 1px;

    padding: 0;

    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    border: 0;

}
/**/
.no_productos h2{
    font-size: 16px;
    font-weight: 800;
    width: 100%;
    text-align: center;
}