/*TITULO NOSOTROS*/
.h3_prod {
   font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background: #29405b;
    width: 32%;
    padding: 13px 28px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    text-align: center;
}
.h_c {
    margin-bottom: 0;
    display: inline-block;
    margin: 12px 10px;
}
.hom_con {
    display: inline-block;
    font-weight: 300;
    color: #ffffff;
    margin: 0 5px;
    font-family: 'Montserrat', sans-serif;
}
.enla {
    color: #fff;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
.enla:hover, .enla:focus {
    color: #fed101;
}
.us{
	background-image: url(../../../../public/img/fondo/fondo_productos.jpg);
    background-position: bottom;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    margin-bottom: 40px;
}
.us:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: black;
	opacity: 0.6;
}
.textos h4{
	font-weight: 300;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 33px;
}
.textos p{
	font-family: 'Montserrat', sans-serif;
    text-align: justify;
    margin-bottom: 30px;
}
/*END TITULO*/

/*DESCRIPCION*/
.box_categoria {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 30px;
}
.box_categoria .box_titlecate {
    width: 100%;
}
.box_categoria .box_titlecate h1 {
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.box_titlecate i {
    color: #73ab28;
}
.hr_categoria {
    border-top:5px solid #29405b;
    width: 300px;
    margin: 50px 0;
    margin-top: 15px;
    border-radius: 50px;
}
.box_categoria .box_left {
    width: 50%;
    text-align: center;
}
.box_categoria .box_right {
    width: 50%;
    display: flex;
    align-items: center;
}
.box_categoria .box_right .box_content {
    padding: 0 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}
.box_categoria .box_right .box_content h4 {
    color: #29405b;
    font-weight: 700;
}
.box_categoria img {
    width: 100%;
    max-width: 300px;
    box-shadow: 1px 1px 5px 3px #00000012;
}
/**/
@media(max-width: 1199px){
       .h3_prod{
          width: 40%!important;
        }
        .h_c{
            padding: 0;
        }
}
@media(max-width: 991px ){
    .h3_prod {
        width: 22%!important;
        margin: 0 auto;
        font-size: 14px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 0px;
    }
    .us{
        padding: 20px 0;
    }
    .text-right{
        text-align: center!important;
    }
    .box_categoria .box_left {
        width: 100%;
     }
    .box_categoria .box_right {
        width: 100%;
        padding: 40px 0;
     }
}
@media(max-width: 767px){
    .h3_prod {
       width: 30%!important;
    }
}
@media(max-width: 528px){
    .h3_prod {
    width: 50%!important;
}
}

/*SECCION PRODUCTOS*/

.sect_productos{

   padding: 18px 0;

   padding-bottom: 10px;

}

.productos{

    list-style: none;

    padding-left: 0;

    margin-bottom: 0;

}

.box_product{

    text-align: center;

    padding: 0 10px;

}

.productos li>a{

   position: relative;

   display: block;

   overflow: hidden;

   transition: all ease 500ms;

}

.productos li>a img{

   transition: all ease 500ms;

}

.productos li>a:hover img{

   -webkit-transform:scale(1.3);transform:scale(1.3);

   transition: all ease 500ms;

}

.productos li>a:before{

   content: "";

   position: absolute;

   top: 0;

   left: 0;

   width: 100%;

   height: 100%;

   background: rgba(0, 0, 0, 0.57);

    opacity: 0;

    z-index: 1;

    transition: all ease 500ms;

}

.box_product h5{

    color: #000;

    font-size: 20px;

    margin: 10px 0;

    font-family: 'Montserrat', sans-serif;

}

.box_product p{

    font-family: 'Montserrat', sans-serif;

}

.productos li>a:hover:before{

    opacity: 1;

    transition: all ease 500ms;

}

.productos li>a:after{

    content: "\f00e";

    font-family: FontAwesome;

    position: absolute;

    display: flex;

    width: 100%;

    height: 100%;

    top: 0;

    justify-content: center;

    align-items: center;

    color: #fff;

    font-size: 30px;

    z-index: 2;

    opacity: 0;

    transition: all ease 500ms;

}

.productos li>a:hover:after{

    opacity: 1;

    transition: all ease 500ms;

}

.owl-item{

    box-shadow:1px 1px 6px 3px #0000001c;

    border-bottom-left-radius: 30px;

    border-bottom-right-radius: 30px;

    margin-bottom: 30px;

    margin-top: 30px;

}

.owl-prev{

    background: #005090!important;

}

.owl-next{

    background: #005090!important;

}

.productos .owl-prev{

   position: absolute;

    left: -20px;

    bottom: 57%;

    border-radius: 50px!important;

    width: 40px;

    height: 40px;

    display: flex!important;

    align-items: center;

    justify-content: center;

}

.productos .owl-next{

    position: absolute;

    right: -20px;

    bottom: 57%;

    border-radius: 50px!important;

    width: 40px;

    height: 40px;

    display: flex!important;

    align-items: center;

    justify-content: center;

}

/*END SECCION PRODUCTOS*/

/*COMPLEMENTARIOS*/
.center{
    text-align: center;
}
/*END COMPLEMENTARIOS*/