/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/



/* Clase kit-digital - Estilos para desktop y móvil */

/* Clase kit-digital - Desktop */
.kit-digital {
    background-image: url('../images/slider/swiper/banner-kit-digital.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block !important;
    height: 450px;
    width: 100% !important;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

/* Tablets */
@media screen and (max-width: 768px) {
    .kit-digital {
        height: 250px !important;
        margin-top: -20px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 1;
    }
}

/* Móviles */
@media screen and (max-width: 480px) {
    .kit-digital {
        height: 145px !important;
        margin-top: 0 !important;
        margin-bottom: 15px !important;
    }
}



