@charset "UTF-8";
/* CSS Document */

/* ESTILOS CABEZOTE DE APERTURA */
.contenedor-imagen {
      width: 100%;
      overflow: hidden;
    }

.imagen-responsive-desktop {
      width: 100%;
      height: auto;
      display: block !important;
    }

.imagen-responsive-mobile {
	display: none !important;
}

.c-modular-head .c-icon {
	display: none;
}

/*Small devices (tablets, 768px and up)*/
@media (max-width: 576px) {
	.imagen-responsive-desktop {
		display: none !important;
	}
	
	.imagen-responsive-mobile {
      width: 100%;
      height: auto;
      display: block !important;
    }
}