/* Carousel */
div#div_ind_car{
    padding-top: 30px;
}
/* Filters */
span.span_filter{
    font-weight: bold;
    display: block;
    text-align: center;
    margin: auto;
    line-height: initial;
    margin-top: 20px;
}
div#div_ind_fil_lar{
    margin-top: 50px;
    margin-bottom: 50px;
}
div#div_ind_fil_sm1{
    margin-top: 50px;
    margin-bottom: 50px;
}
div#div_ind_fil_sm2{
    margin-top: 50px;
    margin-bottom: 50px;
}

img.ico_fil{
    display: block;
    margin: auto;
}

#modal_hommod .div_modal_container {
    height: 100%;
}
#modal_hommod iframe.ifr_video {
    height: 100%;
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em){
}