@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 */
.module.flexboxes {
  z-index: 10;
  /* Titulo principal del módulo */
  /* Contenedor de flexboxes */ }
  .module.flexboxes div.title {
    margin-bottom: 2em; }
  .module.flexboxes .flex-boxes {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
    text-align: center;
    /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
    /* No flexboxes support */
    /*/ No flexboxes support */
    /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ }
    .module.flexboxes .flex-boxes::after {
      clear: both;
      content: "";
      display: table; }
    .module.flexboxes .flex-boxes .flex-box {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-box-flex: 2;
      -moz-box-flex: 2;
      box-flex: 2;
      -webkit-flex: 2 2 33.3%;
      -moz-flex: 2 2 33.3%;
      -ms-flex: 2 2 33.3%;
      flex: 2 2 33.3%;
      -webkit-align-self: stretch;
      -moz-align-self: stretch;
      align-self: stretch;
      -ms-flex-item-align: stretch;
      display: block;
      text-decoration: none;
      word-wrap: break-word; }
      .module.flexboxes .flex-boxes .flex-box img {
        display: block;
        height: 4em;
        margin: auto;
        margin-bottom: 2em;
        /* opacity: 0.4 */ }
      .module.flexboxes .flex-boxes .flex-box .flex-title {
        line-height: 1.3em;
        margin-right: 0.3em;
        margin-left: 0.3em;
        margin-bottom: 0.5em;
        /* min-height: 3em */ }
    .module.flexboxes .flex-boxes.no-flex-support {
      width: 70%;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      .module.flexboxes .flex-boxes.no-flex-support .flex-box {
        display: block;
        width: 100%; }
    .module.flexboxes .flex-boxes .flex-box-medium {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 1 50%;
      -moz-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; }
    .module.flexboxes .flex-boxes .flex-box-big {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 1 80%;
      -moz-flex: 1 1 80%;
      -ms-flex: 1 1 80%;
      flex: 1 1 80%; }
    .module.flexboxes .flex-boxes .flex-box-small {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 1 18.5%;
      -moz-flex: 1 1 18.5%;
      -ms-flex: 1 1 18.5%;
      flex: 1 1 18.5%; }

@media screen and (max-width: 690px) {
  .module.flexboxes .module-flexboxes-container .module-flexboxes-container-wrapper .flex-boxes {
    display: block;
    width: 100%; }
    .module.flexboxes .module-flexboxes-container .module-flexboxes-container-wrapper .flex-boxes .flex-box-normal,
    .module.flexboxes .module-flexboxes-container .module-flexboxes-container-wrapper .flex-boxes .flex-box-medium {
      padding-left: 0;
      padding-right: 0; }
    .module.flexboxes .module-flexboxes-container .module-flexboxes-container-wrapper .flex-boxes .flex-box-small {
      display: block;
      width: 49%;
      float: left;
      padding-left: 0;
      padding-right: 0; } }
