/* Carousel */
img.img_element_carousel {
    width: 100%;
}
div#div_col_home_carousel {
    padding-bottom: 15px;
}
#div_col_home_carousel .slick-dots li button:before{
    font-size: 20px;
    opacity: 1;
    color: #FFFFFF;
}
#div_col_home_carousel .slick-dots {
    bottom: -15px;
}
#div_col_home_carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #7AB242;
}
/* Legend */
div#div_row_home_legend{
    margin-top: 40px;
    margin-bottom: 70px;
}
img#img_home_star{
    height: 50px;
    margin: auto;
}
div#div_home_deco{
    display: block;
    width: 840px;
    height: 20px;
    border-bottom: solid 2px #FAAF40;
    margin: auto;
}
/* Services */
img.img_home_services{
    width: 175px;
}


@media (min-width: @screen-sm-min){

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min){

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min){
    
}

@media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em){
    img.img_home_services{
        width: 240px;
    }
    span.lbl_home_titserv{
        text-align: center;
    }
    span.lbl_home_titserv{
        text-align: center;
    }
    span.lbl_home_desserv{
        text-align: justify;
        display: block;
    }
}