/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Imagen móvil: visible solo en pantallas pequeñas */
.taller-img-mobile {
    display: none;
}
 
@media (max-width: 550px) {
    .taller-img-mobile {
        display: block;
        width: 100%;
        margin-bottom: 16px;
    }
 
.col.medium-4.small-12.large-4.taller-img-desktop {
    display: none !important;
}
	
		.taller-img-mobile {
    margin-bottom: 30px !important;
}
    /* Ocultar imagen del lugar original en móvil */
    .col.medium-4.small-12.large-4.taller-img-desktop {
        display: none!important;
    }
	

}