


/**************************************************** SECTION TITLE INTERNA *********************************************/
.sect_title_interna{
    padding: 80px 0;
    position: relative;
    padding-top: 85px;
}
.sect_title_interna:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(191 195 103)),color-stop(50%,rgba(191 195 103 / 60%)),color-stop(80%,rgba(191 195 103)));
    background-image: -o-linear-gradient(to right,rgb(191 195 103) 0,rgb(191 195 103 / 60%) 49%,rgb(191 195 103 / 80%) 88%);
    opacity: 0.6;
    background: #3f9e21;
    z-index: 1;
}
.sect_title_interna:after{
        content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    padding: 20px 0;
    background-image: url(../../../../public/img/fondo/footer-white-waves.png);
    background-repeat: repeat-x;
    bottom: -25px;
    z-index: 1;
}
.row_height{
    z-index: 2;
    position: relative;
}
/**/
#carouselExampleControls{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
#carouselExampleControls .carousel-inner{
    height: 100%;
}
#carouselExampleControls .carousel-inner .carousel-item{
    height: 100%;
    background-position: center;
    background-size: cover;
}
/**/
.sect_title_interna h2{
    text-align: center;
    font-weight: 800;
    color: #fff;
}
.list_vistas{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.list_vistas>li{
    color: #fff;
    display: inline-block;
    margin: 0 10px;
}
.list_vistas>li>a{
    color: #ffc400;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.list_vistas>li>a:hover{
    color: #0298d2;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
@media(max-width: 991px){
    .sect_title_interna {
        padding: 50px 0;
    }
}
@media(max-width: 767px){
    .sect_title_interna h2 {
        font-size: 24px;
    }
    .list_vistas>li>a{
        font-size: 13px;
    }
    .sect_title_interna {
        padding: 35px 0;
    }
}
/************************************************** SECTION TITLE INTERNA ***************************************************/




/******************************************************** SECTION PRODUCTO DESCRIPCIÓN ***********************************************/
.sect_producto_descrip{
    padding: 100px 0;
}
/*****/
.sect_producto_descrip img{
    border-radius: 10px;
}
/*****/
.box_descrip_producto{
    padding: 20px;
    background: rgb(250 255 144 / 32%);
    border-radius: 10px;
}
/**/
.box_descrip_producto .box_head h2{
    font-weight: 700;
    color: #3f9e21;
}
.box_descrip_producto .box_body p{
    font-weight: 300;
    font-size: 16px;
    color: #57905c;
}
/*****/
@media(max-width: 991px){
    .sect_producto_descrip{
        padding: 50px 0;
    }
    .box_descrip_producto{
        margin-bottom: 20px;
    }
    .box_img_producto{
        margin-bottom: 50px;
    }
}
/****************************************************** END SECTION PRODUCTO DESCRIPCIÓN *********************************************/
