@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* Clearfix */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */
/* Grayscale */
/* Animation */
/* Cross browser opacity */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  */
/* ¡¡¡Atención!!! Estas cuatro primeras variables también hay que cambiarlas en la template hijo (si existiera) y volver a compilar los módulos.*/
/* Colors */
section.module.imagegrid div.module-imagegrid-container div.module-imagegrid-container-wrapper div.col {
  display: table;
  vertical-align: middle;
  text-align: center; }
  section.module.imagegrid div.module-imagegrid-container div.module-imagegrid-container-wrapper div.col div.box {
    display: table-cell;
    vertical-align: middle; }
    section.module.imagegrid div.module-imagegrid-container div.module-imagegrid-container-wrapper div.col div.box img {
      display: block;
      margin: auto; }
