/*
   Saasbiz Theme Responsive Design
*/

@media all and (min-width: 1201px) {
    /* IMG CARROUSEL SERVICIOS */
    .owl-carousel .owl-item img {
        height: 340px;
    }
}
@media (max-width: 1024px) {
}

/* ---- Start of max-width 992px CSS ---- */
@media all and (max-width: 1200px){

    /* IMG CARROUSEL SERVICIOS */
    .owl-carousel .owl-item img {
        height: 340px;
    }
}
/* ---- End of max-width 992px CSS ---- */


/* ---- Start of min-width 480px and max-width 768px CSS ---- */
@media all and (min-width: 480px) and (max-width: 768px) {

}
/* ---- End of min-width 480px and max-width 768px CSS ---- */


/* ---- Start of max-width 767px CSS ---- */
@media all and (max-width: 767px) {
    /* IMG CARROUSEL SERVICIOS */
    .owl-carousel .owl-item img {
        height: 350px;
    }
}
/* ---- End of max-width 767px CSS ---- */


/* ---- Start of max-width 580px CSS ---- */
@media all and (max-width: 580px) {

}
/* ---- End of max-width 580px CSS ---- */


/* ---- Start of max-width 420px CSS ---- */
@media all and (max-width: 420px) {

    /* IMG CARROUSEL SERVICIOS */
    .owl-carousel .owl-item img {
        height: 360px;
    }
}
/* ---- End of max-width 420px CSS ---- */


/* ---- Start of max-width 380px CSS ---- */
@media all and (max-width: 380px) {

}
/* ---- End of max-width 380px CSS ---- */