/*SECTION TITULO INTERNA*/
.sect_title_interna{
    padding: 60px 0;
    padding-top: 130px;
    background-image: url(../../../../public/img/fondo/fondo-productos.jpg);
    background-size: cover;
    background-position: center 25%;
    position: relative;
    z-index: 1;
}
.sect_title_interna:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.sect_title_interna:after {
    content: "";
    background-image: url(../../../../public/img/fondo/nubes2.png);
    background-size: cover;
    position: absolute;
    transform: rotate(180deg);
    bottom: 0;
    left: 0;
    height: 25px;
    width: 100%;
    z-index: 1;
}
.row_height{
    height: 100px;
    align-items: flex-end;
}
.row_height h2{
    color: #fff;
    font-weight: 700;
}
/**/

/*PRODUCTO DESCRIPCION IMAGEN*/
.sect_product_descripcion{
    padding: 50px 0;    
    background: #ffffff;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 25px;
    height: 25px;
    background-color: #009D70;
    background-size: 60% 70%;
    border-radius: 50%;
}
/**/

/*PRODUCTO DESCRIPCION*/
.stars:before {
    content: "\f005\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
    color: #009D70;
    font-size: 13px;
}
.box_producto_descripcion .box_head .list_tags{
    list-style: none;
    padding-left: 0;
}
.box_producto_descripcion .box_head .list_tags>li{
    display: inline-block;
    margin-right: 10px;
}
.box_producto_descripcion .box_head .list_tags>li>a{
    display: block;
    background: #009D70;
    color: #fff;
    text-decoration: none;
    padding: 4px;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    transition: all ease 500ms;
}
.box_producto_descripcion .box_head .list_tags>li>a:hover,
.box_producto_descripcion .box_head .list_tags>li>a:focus,
.box_producto_descripcion .box_head .list_tags>li>a:active{
    background: #000;
    transition: all ease 500ms;
}
.box_producto_descripcion .box_head h5{
    margin-top: 20px;
    color: #000;
    font-size: 30px;
}
.box_producto_descripcion .box_body p{
    text-align: justify;
}
.box_producto_descripcion .box_body ul{
    list-style: square;
    margin-bottom: 0;
}
.box_producto_descripcion .box_body ul>li a{
    color: #009D70;
    text-decoration: none;
    transition: all ease 500ms;
}

/*SECTION TITLE GENERAL*/
.sect_title_general{
    padding: 60px 0;
}
.sect_title_general.grey{
    background: #f7f8fc;
}
.title_general h5{
    font-family: 'Tangerine', cursive;
   text-align: center;
   font-size: 35px;
   font-weight: 700;
   color: #009D70;
   line-height: 1;
}
.title_general h5.white{
    color: #fff;
}
.title_general h2{
    font-family: 'Marcellus', serif;
    text-align: center;
}
.title_general h2.white{
    color: #fff;
}
.title_general .line{
    text-align: center;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    position: relative;
}

.title_general .line::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #009D70;
    mix-blend-mode: hue;
    z-index: 1;
}

.title_general .line img{
    position: relative;
}

.title_general .line img::before{

}

/*.sect_title_general .title_general .line:before{
    content: "";
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background: #f1d3d3;
    left: 0;
    transform: translate(-25%,0);
    margin: 0 auto;
    z-index: -1;
}*/
.sect_title_general .title_general .line img{
    background: #fff;
}
.title_general .line.two img{
    background: #f9fafe;
}
.title_general .line img{
    width: 100%;
    padding: 5px;
}
/**/

/*SECTION PRODUCTOS*/
.sect_productos{
    padding-bottom: 50px;
    background: #f7f8fc;
}
.productos .item {
    background: #f5f5f5;
    padding: 10px;
    position: relative;
}
.productos .item .item_head a{
    position: relative;
    display: block;
}
.productos .item .item_head a:before{
    content: "\f002";
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all ease 500ms;
}
.productos .item:hover .item_head a:before{
    opacity: .5;
    transition: all ease 500ms;
}
.productos .item .item_body{
    margin-top: 12px;
}
.productos .item .item_body h6{
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.productos .item .item_body h5{
    font-size: 15px;
    text-align: center;
}
/**/