/*SECTION CATEGORIAS*/
.sect_categorias{
	padding: 50px 0;
	background: #1c1c1c;
}
.box_categoria .box_body h5{
	margin: 0;
}
.box_categoria .box_body h5>a{
	display: block;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.box_categoria .box_body img{
	border-radius: 15px;
}

/*SECTION TODOS LOS PRODUCTOS*/
.sect_producto_firts{
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.fondo_isotipo1:before{
    content: "";
    position: absolute;
    bottom: -25%;
    left: -20%;
    width: 600px;
    height: 600px;
    background-image: url(../../../../public/img/fondo/fondo-isotipo.png);
    background-size: 100% 100%
}
.sect_producto_second{
    padding-bottom: 50px;
}
.fondo_isotipo2:before{
        content: "";
    position: absolute;
    bottom: -25%;
    right: -20%;
    width: 600px;
    height: 600px;
    background-image: url(../../../../public/img/fondo/fondo-isotipo2.png);
    background-size: 100% 100%;
}
.fondo_isotipo3:before{
    content: "";
    position: absolute;
    bottom: -25%;
    left: -20%;
    width: 600px;
    height: 600px;
    background-image: url(../../../../public/img/fondo/fondo-isotipo.png);
    background-size: 100% 100%
}
/* SECTION PRODUCTOS*/
.list_products{
    padding-left: 0;
    display: flex;
    flex-flow: row wrap;
    list-style: none;
}
.list_products>li{
    width: 19%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.list_products>li img{
    width: 100%;
}
.controls_products{
    display: flex;
    flex-flow: row wrap;
}
.title_categoria h4{
    color: #333;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 35px;
    font-family: 'Righteous', cursive;
}
.title_categoria h4 span{
    font-size: 28px;
    color: #3db8eb;
}
.categorias{
    width: 60%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.categorias>button{
    background: transparent;
    border: 0;
    position: relative;
}
.categorias>button:nth-child(1):after,
.categorias>button:nth-child(2):after,
.categorias>button:nth-child(3):after{
    position: absolute;
    top: 4px;
    right: 0;
    margin-top: 0px;
    content: '';
    width: 1px;
    height: 16px;
    background: #ccc;
    transform: rotate(15deg);
}
.box_products .box_header{
    border: 1px solid #d2cfcf;
    position: relative;
}
.add_cart{
    padding: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    text-align: center; 
}
.add_cart>span a{
    display: block;
    font-size: 13px;
}
.add_cart>span:nth-child(1) a{
    color: #fff;
}
.add_cart>span:nth-child(2) a{
    color: #000;
}
.add_cart>span:nth-child(1){
    background-color: #0054a3;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    z-index: 3;
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%);
}
.add_cart>span:nth-child(2){
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    z-index: 3;
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    transform: translateX(-101%);
}
.box_products:hover .add_cart>span:nth-child(1),
.box_products:hover .add_cart>span:nth-child(2){
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.list_products .box_body h5{
    color: #666;
    text-align: center;
}
.list_products .box_body .price{
    text-align: center;
}
.list_products .box_body .price>span{
    margin: 0 10px;
    color: #333;
    font-weight: 700;
}
.list_products .box_body .price strike{
    color: #ffa000;
}
.stars{
    display: block;
    text-align: center;
}
.stars:before{
    content: "\f005\f005\f005\f005\f123\f123";
    font-family: FontAwesome;
    color: #ffa000;
}

button.active{
    color: #ffa000;
}


.owl-theme .owl-nav [class*=owl-] {
    background: #222;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #3db8eb;
}
/**/
/* SECTION NOSOTROS */
.noso-sectbghm1{
    position: relative;
    background: #272727;
    padding-top: 50px;
    padding-bottom: 50px;
}

.noso-titleprinc1{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 32px;
    font-family: 'Righteous', cursive;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 4px;
}

.noso-hrtxt1{
    border-top: 3px solid #3db8eb;
    width: 100%;
    max-width: 100px;
    float: left;
    margin-bottom: 30px;
}

.noso-titleprinc1 span{
    font-weight: 700;
    color: #3db8eb;
    font-size: 40px;
}
.text-nosotros{
	text-align: justify;
    color: #fff;
}
.noso-imgfigure1 {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.noso-imgfigure1 img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media only screen and (min-width: 768px){
    .flexbox-container {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        margin: 0;
    }
}

/*END SECTION NOSOTROS*/
/************************************************** SECTION ASOCIADOS *********************************************/
.sect_clientes{
    padding: 50px 0px;
}
.grey{
    background: #eceff1;
}
.sect_clientes .asociados .flex_item{
    padding: 5px 0;
}
.sect_clientes .asociados .flex_item .item_cliente{
    /* border: 1px dashed #ccc; */
    background: #ffffff;
    margin: 0 auto;
    margin-bottom: 22px;
    -webkit-box-shadow: -3px 6px 12px 0px rgba(230, 229, 229, 0.99);
    box-shadow: -3px 6px 12px 0px rgba(230, 229, 229, 0.99);

}
.sect_clientes .asociados .flex_item img{
    /*filter: grayscale(100%);*/
    transition: all ease 500ms;
}
.sect_clientes .asociados .flex_item .item_cliente:hover img{
    filter: grayscale(100%);
    transition: all ease 500ms;
}
/***************************************** END SECTION ASOCIADOS **************************************/