@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: sans-serif; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none; }

/*
  GRUPOS Y CAJAS
  ==============
  Los grupos son contenedores para las cajas.
  Las cajas crean las divisiones en el grupo (columnas).
  En ED GRID 1.2. los grupos son containers y las
  cajas son items. Para crear un namespace se usan las
  clases ed-container y ed-item. Se pueden seguir usando
  las clases .grupo y .caja pero se desaconseja (en la v2 desaparecerán)
*/
.ed-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .ed-container.full {
    max-width: 100%; }

.ed-item {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.base-5,
.ed-item.base-5 {
  width: 5%; }

.base-10,
.ed-item.base-10 {
  width: 10%; }

.base-15,
.ed-item.base-15 {
  width: 15%; }

.base-20,
.ed-item.base-20 {
  width: 20%; }

.base-25,
.ed-item.base-25 {
  width: 25%; }

.base-30,
.ed-item.base-30 {
  width: 30%; }

.base-35,
.ed-item.base-35 {
  width: 35%; }

.base-40,
.ed-item.base-40 {
  width: 40%; }

.base-45,
.ed-item.base-45 {
  width: 45%; }

.base-50,
.ed-item.base-50 {
  width: 50%; }

.base-55,
.ed-item.base-55 {
  width: 55%; }

.base-60,
.ed-item.base-60 {
  width: 60%; }

.base-65,
.ed-item.base-65 {
  width: 65%; }

.base-70,
.ed-item.base-70 {
  width: 70%; }

.base-75,
.ed-item.base-75 {
  width: 75%; }

.base-80,
.ed-item.base-80 {
  width: 80%; }

.base-85,
.ed-item.base-85 {
  width: 85%; }

.base-90,
.ed-item.base-90 {
  width: 90%; }

.base-95,
.ed-item.base-95 {
  width: 95%; }

.base-100,
.ed-item.base-100 {
  width: 100%; }

.base-1-3,
.ed-item.base-1-3 {
  width: 33.33333%; }

.base-2-3,
.ed-item.base-2-3 {
  width: 66.66667%; }

.base-3-3,
.ed-item.base-3-3 {
  width: 100%; }

.base-1-6,
.ed-item.base-1-6 {
  width: 16.66667%; }

.base-2-6,
.ed-item.base-2-6 {
  width: 33.33333%; }

.base-3-6,
.ed-item.base-3-6 {
  width: 50%; }

.base-4-6,
.ed-item.base-4-6 {
  width: 66.66667%; }

.base-5-6,
.ed-item.base-5-6 {
  width: 83.33333%; }

.base-6-6,
.ed-item.base-6-6 {
  width: 100%; }

.base-1-8,
.ed-item.base-1-8 {
  width: 12.5%; }

.base-2-8,
.ed-item.base-2-8 {
  width: 25%; }

.base-3-8,
.ed-item.base-3-8 {
  width: 37.5%; }

.base-4-8,
.ed-item.base-4-8 {
  width: 50%; }

.base-5-8,
.ed-item.base-5-8 {
  width: 62.5%; }

.base-6-8,
.ed-item.base-6-8 {
  width: 75%; }

.base-7-8,
.ed-item.base-7-8 {
  width: 87.5%; }

.base-8-8,
.ed-item.base-8-8 {
  width: 100%; }

@media all and (min-width: 320px) {
  .tiny-5,
  .ed-item.tiny-5 {
    width: 5%; }
  .tiny-10,
  .ed-item.tiny-10 {
    width: 10%; }
  .tiny-15,
  .ed-item.tiny-15 {
    width: 15%; }
  .tiny-20,
  .ed-item.tiny-20 {
    width: 20%; }
  .tiny-25,
  .ed-item.tiny-25 {
    width: 25%; }
  .tiny-30,
  .ed-item.tiny-30 {
    width: 30%; }
  .tiny-35,
  .ed-item.tiny-35 {
    width: 35%; }
  .tiny-40,
  .ed-item.tiny-40 {
    width: 40%; }
  .tiny-45,
  .ed-item.tiny-45 {
    width: 45%; }
  .tiny-50,
  .ed-item.tiny-50 {
    width: 50%; }
  .tiny-55,
  .ed-item.tiny-55 {
    width: 55%; }
  .tiny-60,
  .ed-item.tiny-60 {
    width: 60%; }
  .tiny-65,
  .ed-item.tiny-65 {
    width: 65%; }
  .tiny-70,
  .ed-item.tiny-70 {
    width: 70%; }
  .tiny-75,
  .ed-item.tiny-75 {
    width: 75%; }
  .tiny-80,
  .ed-item.tiny-80 {
    width: 80%; }
  .tiny-85,
  .ed-item.tiny-85 {
    width: 85%; }
  .tiny-90,
  .ed-item.tiny-90 {
    width: 90%; }
  .tiny-95,
  .ed-item.tiny-95 {
    width: 95%; }
  .tiny-100,
  .ed-item.tiny-100 {
    width: 100%; }
  .tiny-1-3,
  .ed-item.tiny-1-3 {
    width: 33.33333%; }
  .tiny-2-3,
  .ed-item.tiny-2-3 {
    width: 66.66667%; }
  .tiny-3-3,
  .ed-item.tiny-3-3 {
    width: 100%; }
  .tiny-1-6,
  .ed-item.tiny-1-6 {
    width: 16.66667%; }
  .tiny-2-6,
  .ed-item.tiny-2-6 {
    width: 33.33333%; }
  .tiny-3-6,
  .ed-item.tiny-3-6 {
    width: 50%; }
  .tiny-4-6,
  .ed-item.tiny-4-6 {
    width: 66.66667%; }
  .tiny-5-6,
  .ed-item.tiny-5-6 {
    width: 83.33333%; }
  .tiny-6-6,
  .ed-item.tiny-6-6 {
    width: 100%; }
  .tiny-1-8,
  .ed-item.tiny-1-8 {
    width: 12.5%; }
  .tiny-2-8,
  .ed-item.tiny-2-8 {
    width: 25%; }
  .tiny-3-8,
  .ed-item.tiny-3-8 {
    width: 37.5%; }
  .tiny-4-8,
  .ed-item.tiny-4-8 {
    width: 50%; }
  .tiny-5-8,
  .ed-item.tiny-5-8 {
    width: 62.5%; }
  .tiny-6-8,
  .ed-item.tiny-6-8 {
    width: 75%; }
  .tiny-7-8,
  .ed-item.tiny-7-8 {
    width: 87.5%; }
  .tiny-8-8,
  .ed-item.tiny-8-8 {
    width: 100%; } }

@media all and (min-width: 480px) {
  .movil-5,
  .ed-item.movil-5 {
    width: 5%; }
  .movil-10,
  .ed-item.movil-10 {
    width: 10%; }
  .movil-15,
  .ed-item.movil-15 {
    width: 15%; }
  .movil-20,
  .ed-item.movil-20 {
    width: 20%; }
  .movil-25,
  .ed-item.movil-25 {
    width: 25%; }
  .movil-30,
  .ed-item.movil-30 {
    width: 30%; }
  .movil-35,
  .ed-item.movil-35 {
    width: 35%; }
  .movil-40,
  .ed-item.movil-40 {
    width: 40%; }
  .movil-45,
  .ed-item.movil-45 {
    width: 45%; }
  .movil-50,
  .ed-item.movil-50 {
    width: 50%; }
  .movil-55,
  .ed-item.movil-55 {
    width: 55%; }
  .movil-60,
  .ed-item.movil-60 {
    width: 60%; }
  .movil-65,
  .ed-item.movil-65 {
    width: 65%; }
  .movil-70,
  .ed-item.movil-70 {
    width: 70%; }
  .movil-75,
  .ed-item.movil-75 {
    width: 75%; }
  .movil-80,
  .ed-item.movil-80 {
    width: 80%; }
  .movil-85,
  .ed-item.movil-85 {
    width: 85%; }
  .movil-90,
  .ed-item.movil-90 {
    width: 90%; }
  .movil-95,
  .ed-item.movil-95 {
    width: 95%; }
  .movil-100,
  .ed-item.movil-100 {
    width: 100%; }
  .movil-1-3,
  .ed-item.movil-1-3 {
    width: 33.33333%; }
  .movil-2-3,
  .ed-item.movil-2-3 {
    width: 66.66667%; }
  .movil-3-3,
  .ed-item.movil-3-3 {
    width: 100%; }
  .movil-1-6,
  .ed-item.movil-1-6 {
    width: 16.66667%; }
  .movil-2-6,
  .ed-item.movil-2-6 {
    width: 33.33333%; }
  .movil-3-6,
  .ed-item.movil-3-6 {
    width: 50%; }
  .movil-4-6,
  .ed-item.movil-4-6 {
    width: 66.66667%; }
  .movil-5-6,
  .ed-item.movil-5-6 {
    width: 83.33333%; }
  .movil-6-6,
  .ed-item.movil-6-6 {
    width: 100%; }
  .movil-1-8,
  .ed-item.movil-1-8 {
    width: 12.5%; }
  .movil-2-8,
  .ed-item.movil-2-8 {
    width: 25%; }
  .movil-3-8,
  .ed-item.movil-3-8 {
    width: 37.5%; }
  .movil-4-8,
  .ed-item.movil-4-8 {
    width: 50%; }
  .movil-5-8,
  .ed-item.movil-5-8 {
    width: 62.5%; }
  .movil-6-8,
  .ed-item.movil-6-8 {
    width: 75%; }
  .movil-7-8,
  .ed-item.movil-7-8 {
    width: 87.5%; }
  .movil-8-8,
  .ed-item.movil-8-8 {
    width: 100%; } }

@media all and (min-width: 768px) {
  .tablet-5,
  .ed-item.tablet-5 {
    width: 5%; }
  .tablet-10,
  .ed-item.tablet-10 {
    width: 10%; }
  .tablet-15,
  .ed-item.tablet-15 {
    width: 15%; }
  .tablet-20,
  .ed-item.tablet-20 {
    width: 20%; }
  .tablet-25,
  .ed-item.tablet-25 {
    width: 25%; }
  .tablet-30,
  .ed-item.tablet-30 {
    width: 30%; }
  .tablet-35,
  .ed-item.tablet-35 {
    width: 35%; }
  .tablet-40,
  .ed-item.tablet-40 {
    width: 40%; }
  .tablet-45,
  .ed-item.tablet-45 {
    width: 45%; }
  .tablet-50,
  .ed-item.tablet-50 {
    width: 50%; }
  .tablet-55,
  .ed-item.tablet-55 {
    width: 55%; }
  .tablet-60,
  .ed-item.tablet-60 {
    width: 60%; }
  .tablet-65,
  .ed-item.tablet-65 {
    width: 65%; }
  .tablet-70,
  .ed-item.tablet-70 {
    width: 70%; }
  .tablet-75,
  .ed-item.tablet-75 {
    width: 75%; }
  .tablet-80,
  .ed-item.tablet-80 {
    width: 80%; }
  .tablet-85,
  .ed-item.tablet-85 {
    width: 85%; }
  .tablet-90,
  .ed-item.tablet-90 {
    width: 90%; }
  .tablet-95,
  .ed-item.tablet-95 {
    width: 95%; }
  .tablet-100,
  .ed-item.tablet-100 {
    width: 100%; }
  .tablet-1-3,
  .ed-item.tablet-1-3 {
    width: 33.33333%; }
  .tablet-2-3,
  .ed-item.tablet-2-3 {
    width: 66.66667%; }
  .tablet-3-3,
  .ed-item.tablet-3-3 {
    width: 100%; }
  .tablet-1-6,
  .ed-item.tablet-1-6 {
    width: 16.66667%; }
  .tablet-2-6,
  .ed-item.tablet-2-6 {
    width: 33.33333%; }
  .tablet-3-6,
  .ed-item.tablet-3-6 {
    width: 50%; }
  .tablet-4-6,
  .ed-item.tablet-4-6 {
    width: 66.66667%; }
  .tablet-5-6,
  .ed-item.tablet-5-6 {
    width: 83.33333%; }
  .tablet-6-6,
  .ed-item.tablet-6-6 {
    width: 100%; }
  .tablet-1-8,
  .ed-item.tablet-1-8 {
    width: 12.5%; }
  .tablet-2-8,
  .ed-item.tablet-2-8 {
    width: 25%; }
  .tablet-3-8,
  .ed-item.tablet-3-8 {
    width: 37.5%; }
  .tablet-4-8,
  .ed-item.tablet-4-8 {
    width: 50%; }
  .tablet-5-8,
  .ed-item.tablet-5-8 {
    width: 62.5%; }
  .tablet-6-8,
  .ed-item.tablet-6-8 {
    width: 75%; }
  .tablet-7-8,
  .ed-item.tablet-7-8 {
    width: 87.5%; }
  .tablet-8-8,
  .ed-item.tablet-8-8 {
    width: 100%; } }

@media all and (min-width: 1024px) {
  .web-5,
  .ed-item.web-5 {
    width: 5%; }
  .web-10,
  .ed-item.web-10 {
    width: 10%; }
  .web-15,
  .ed-item.web-15 {
    width: 15%; }
  .web-20,
  .ed-item.web-20 {
    width: 20%; }
  .web-25,
  .ed-item.web-25 {
    width: 25%; }
  .web-30,
  .ed-item.web-30 {
    width: 30%; }
  .web-35,
  .ed-item.web-35 {
    width: 35%; }
  .web-40,
  .ed-item.web-40 {
    width: 40%; }
  .web-45,
  .ed-item.web-45 {
    width: 45%; }
  .web-50,
  .ed-item.web-50 {
    width: 50%; }
  .web-55,
  .ed-item.web-55 {
    width: 55%; }
  .web-60,
  .ed-item.web-60 {
    width: 60%; }
  .web-65,
  .ed-item.web-65 {
    width: 65%; }
  .web-70,
  .ed-item.web-70 {
    width: 70%; }
  .web-75,
  .ed-item.web-75 {
    width: 75%; }
  .web-80,
  .ed-item.web-80 {
    width: 80%; }
  .web-85,
  .ed-item.web-85 {
    width: 85%; }
  .web-90,
  .ed-item.web-90 {
    width: 90%; }
  .web-95,
  .ed-item.web-95 {
    width: 95%; }
  .web-100,
  .ed-item.web-100 {
    width: 100%; }
  .web-1-3,
  .ed-item.web-1-3 {
    width: 33.33333%; }
  .web-2-3,
  .ed-item.web-2-3 {
    width: 66.66667%; }
  .web-3-3,
  .ed-item.web-3-3 {
    width: 100%; }
  .web-1-6,
  .ed-item.web-1-6 {
    width: 16.66667%; }
  .web-2-6,
  .ed-item.web-2-6 {
    width: 33.33333%; }
  .web-3-6,
  .ed-item.web-3-6 {
    width: 50%; }
  .web-4-6,
  .ed-item.web-4-6 {
    width: 66.66667%; }
  .web-5-6,
  .ed-item.web-5-6 {
    width: 83.33333%; }
  .web-6-6,
  .ed-item.web-6-6 {
    width: 100%; }
  .web-1-8,
  .ed-item.web-1-8 {
    width: 12.5%; }
  .web-2-8,
  .ed-item.web-2-8 {
    width: 25%; }
  .web-3-8,
  .ed-item.web-3-8 {
    width: 37.5%; }
  .web-4-8,
  .ed-item.web-4-8 {
    width: 50%; }
  .web-5-8,
  .ed-item.web-5-8 {
    width: 62.5%; }
  .web-6-8,
  .ed-item.web-6-8 {
    width: 75%; }
  .web-7-8,
  .ed-item.web-7-8 {
    width: 87.5%; }
  .web-8-8,
  .ed-item.web-8-8 {
    width: 100%; } }

@media all and (min-width: 1400px) {
  .hd-5,
  .ed-item.hd-5 {
    width: 5%; }
  .hd-10,
  .ed-item.hd-10 {
    width: 10%; }
  .hd-15,
  .ed-item.hd-15 {
    width: 15%; }
  .hd-20,
  .ed-item.hd-20 {
    width: 20%; }
  .hd-25,
  .ed-item.hd-25 {
    width: 25%; }
  .hd-30,
  .ed-item.hd-30 {
    width: 30%; }
  .hd-35,
  .ed-item.hd-35 {
    width: 35%; }
  .hd-40,
  .ed-item.hd-40 {
    width: 40%; }
  .hd-45,
  .ed-item.hd-45 {
    width: 45%; }
  .hd-50,
  .ed-item.hd-50 {
    width: 50%; }
  .hd-55,
  .ed-item.hd-55 {
    width: 55%; }
  .hd-60,
  .ed-item.hd-60 {
    width: 60%; }
  .hd-65,
  .ed-item.hd-65 {
    width: 65%; }
  .hd-70,
  .ed-item.hd-70 {
    width: 70%; }
  .hd-75,
  .ed-item.hd-75 {
    width: 75%; }
  .hd-80,
  .ed-item.hd-80 {
    width: 80%; }
  .hd-85,
  .ed-item.hd-85 {
    width: 85%; }
  .hd-90,
  .ed-item.hd-90 {
    width: 90%; }
  .hd-95,
  .ed-item.hd-95 {
    width: 95%; }
  .hd-100,
  .ed-item.hd-100 {
    width: 100%; }
  .hd-1-3,
  .ed-item.hd-1-3 {
    width: 33.33333%; }
  .hd-2-3,
  .ed-item.hd-2-3 {
    width: 66.66667%; }
  .hd-3-3,
  .ed-item.hd-3-3 {
    width: 100%; }
  .hd-1-6,
  .ed-item.hd-1-6 {
    width: 16.66667%; }
  .hd-2-6,
  .ed-item.hd-2-6 {
    width: 33.33333%; }
  .hd-3-6,
  .ed-item.hd-3-6 {
    width: 50%; }
  .hd-4-6,
  .ed-item.hd-4-6 {
    width: 66.66667%; }
  .hd-5-6,
  .ed-item.hd-5-6 {
    width: 83.33333%; }
  .hd-6-6,
  .ed-item.hd-6-6 {
    width: 100%; }
  .hd-1-8,
  .ed-item.hd-1-8 {
    width: 12.5%; }
  .hd-2-8,
  .ed-item.hd-2-8 {
    width: 25%; }
  .hd-3-8,
  .ed-item.hd-3-8 {
    width: 37.5%; }
  .hd-4-8,
  .ed-item.hd-4-8 {
    width: 50%; }
  .hd-5-8,
  .ed-item.hd-5-8 {
    width: 62.5%; }
  .hd-6-8,
  .ed-item.hd-6-8 {
    width: 75%; }
  .hd-7-8,
  .ed-item.hd-7-8 {
    width: 87.5%; }
  .hd-8-8,
  .ed-item.hd-8-8 {
    width: 100%; } }

/*ESTILOS PARA DESARROLLO
========================
Añada la clase "desarrollo"
a <body> para tener ayudas al trabajar con ED GRID
*/
body.desarrollo {
  margin: 0 !important; }
  body.desarrollo:before {
    background: steelblue;
    color: #fff;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    display: block;
    height: 36px;
    margin-bottom: 30px;
    position: relative;
    z-index: 900; }
  body.desarrollo .ed-container {
    padding-top: 22px;
    margin-bottom: 10px;
    outline: 1px solid tomato;
    position: relative; }
    body.desarrollo .ed-container .ed-item {
      position: relative;
      padding-bottom: 22px; }
      body.desarrollo .ed-container .ed-item:nth-child(even) {
        background: rgba(70, 130, 180, 0.2); }
    body.desarrollo .ed-container .ed-container {
      margin-bottom: 0; }

.desarrollo .ed-container:before,
.desarrollo .ed-container .ed-item:after {
  content: attr(class);
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  padding: 0 5px;
  z-index: 1;
  bottom: 0;
  right: 0;
  position: absolute;
  display: table;
  width: 100%;
  height: 22px;
  line-height: 22px; }

.desarrollo .ed-container:before {
  background: rgba(255, 99, 71, 0.3);
  color: tomato;
  top: 0;
  left: 0;
  width: 100%; }

.desarrollo .ed-item:after {
  background: rgba(70, 130, 180, 0.2);
  color: steelblue; }

.desarrollo .ed-item.total:after {
  background: rgba(27, 50, 70, 0.3); }

body.desarrollo:before {
  content: "ED-GRID: Tamaño base"; }

@media screen and (min-width: 320px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño tiny, desde 320px"; } }

@media screen and (min-width: 480px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño movil, desde 480px"; } }

@media screen and (min-width: 768px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño tablet, desde 768px"; } }

@media screen and (min-width: 1024px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño web, desde 1024px"; } }

@media screen and (min-width: 1400px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño hd, desde 1400px"; } }

.ed-container.demostrar {
  outline: 1px solid tomato;
  margin: 1em auto; }
  .ed-container.demostrar > .caja,
  .ed-container.demostrar > .ed-item {
    background: #eee;
    box-shadow: 0 0 0 1px steelblue;
    padding-top: 1em;
    padding-bottom: 1em; }
    .ed-container.demostrar > .caja p,
    .ed-container.demostrar > .ed-item p {
      margin-bottom: 0; }
    .ed-container.demostrar > .caja:nth-child(odd),
    .ed-container.demostrar > .ed-item:nth-child(odd) {
      background: #ddd; }

@media screen and (max-width: 319px) {
  .desde-tiny,
  .from-tiny {
    display: none !important; } }

@media screen and (max-width: 479px) {
  .desde-movil,
  .from-movil {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .desde-tablet,
  .from-tablet {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .desde-web,
  .from-web {
    display: none !important; } }

@media screen and (max-width: 1399px) {
  .desde-hd,
  .from-hd {
    display: none !important; } }

@media screen and (min-width: 320px) {
  .hasta-tiny,
  .to-tiny {
    display: none !important; } }

@media screen and (min-width: 480px) {
  .hasta-movil,
  .to-movil {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .hasta-tablet,
  .to-tablet {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .hasta-web,
  .to-web {
    display: none !important; } }

@media screen and (min-width: 1400px) {
  .hasta-hd,
  .to-hd {
    display: none !important; } }

.center {
  display: block;
  clear: both;
  margin-right: auto !important;
  margin-left: auto !important; }

.left {
  float: left; }

.right {
  float: right; }

.full {
  width: 100%;
  clear: both; }

.center-text,
.text-center {
  text-align: center; }

.left-text,
.text-left {
  text-align: left; }

.right-text,
.text-right {
  text-align: right; }

.circle {
  border-radius: 50%; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

/*NO PADDING
===========
class="no-padding" al grupo, le da padding cero a todas sus cajas.
class="no-padding" a la caja le da padding cero solo a ella
*/
.no-padding.ed-container > .ed-item,
.ed-item.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* Controlar el padding*/
.padding {
  padding-left: 15px;
  padding-right: 15px; }

.padding-2 {
  padding-left: 30px;
  padding-right: 30px; }

.padding-3 {
  padding-left: 45px;
  padding-right: 45px; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  position: relative;
  top: .15em;
  display: inline-block; }

.espacio:before {
  margin-right: .3em; }

.ed-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .ed-video > iframe,
  .ed-video > object,
  .ed-video > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
todo: las clases de alineacion (como justify, top, bottom etc) deben poder
aplicarse a un item unico o a todo_ un container para que se herede en
todos sus items.
*/
@media screen and (min-width: 320px) {
  .tiny-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .tiny-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .tiny-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .tiny-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .tiny-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .tiny-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .tiny-order-7 {
    -ms-flex-order: 7;
        order: 7; }
  .tiny-order-8 {
    -ms-flex-order: 8;
        order: 8; }
  .tiny-order-9 {
    -ms-flex-order: 9;
        order: 9; }
  .tiny-order-10 {
    -ms-flex-order: 10;
        order: 10; } }

@media screen and (min-width: 480px) {
  .movil-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .movil-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .movil-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .movil-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .movil-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .movil-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .movil-order-7 {
    -ms-flex-order: 7;
        order: 7; }
  .movil-order-8 {
    -ms-flex-order: 8;
        order: 8; }
  .movil-order-9 {
    -ms-flex-order: 9;
        order: 9; }
  .movil-order-10 {
    -ms-flex-order: 10;
        order: 10; } }

@media screen and (min-width: 768px) {
  .tablet-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .tablet-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .tablet-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .tablet-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .tablet-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .tablet-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .tablet-order-7 {
    -ms-flex-order: 7;
        order: 7; }
  .tablet-order-8 {
    -ms-flex-order: 8;
        order: 8; }
  .tablet-order-9 {
    -ms-flex-order: 9;
        order: 9; }
  .tablet-order-10 {
    -ms-flex-order: 10;
        order: 10; } }

@media screen and (min-width: 1024px) {
  .web-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .web-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .web-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .web-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .web-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .web-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .web-order-7 {
    -ms-flex-order: 7;
        order: 7; }
  .web-order-8 {
    -ms-flex-order: 8;
        order: 8; }
  .web-order-9 {
    -ms-flex-order: 9;
        order: 9; }
  .web-order-10 {
    -ms-flex-order: 10;
        order: 10; } }

@media screen and (min-width: 1400px) {
  .hd-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .hd-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .hd-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .hd-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .hd-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .hd-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .hd-order-7 {
    -ms-flex-order: 7;
        order: 7; }
  .hd-order-8 {
    -ms-flex-order: 8;
        order: 8; }
  .hd-order-9 {
    -ms-flex-order: 9;
        order: 9; }
  .hd-order-10 {
    -ms-flex-order: 10;
        order: 10; } }

.justify {
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media all and (min-width: 320px) {
  .tiny-justify {
    -ms-flex-pack: justify;
        justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 480px) {
  .movil-justify {
    -ms-flex-pack: justify;
        justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-justify {
    -ms-flex-pack: justify;
        justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-justify {
    -ms-flex-pack: justify;
        justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-justify {
    -ms-flex-pack: justify;
        justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.distribute,
.distributed {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media all and (min-width: 320px) {
  .tiny-distribute,
  .tiny-distributed {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 480px) {
  .movil-distribute,
  .movil-distributed {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-distribute,
  .tablet-distributed {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-distribute,
  .web-distributed {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-distribute,
  .hd-distributed {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.main-center {
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media all and (min-width: 320px) {
  .tiny-main-center {
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 480px) {
  .movil-main-center {
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-main-center {
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-main-center {
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-main-center {
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.main-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media all and (min-width: 320px) {
  .tiny-main-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 480px) {
  .movil-main-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-main-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-main-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-main-start {
    -ms-flex-pack: start;
        justify-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.main-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media all and (min-width: 320px) {
  .tiny-main-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 480px) {
  .movil-main-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-main-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-main-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-main-end {
    -ms-flex-pack: end;
        justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.cross-start {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media all and (min-width: 320px) {
  .tiny-cross-start {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 480px) {
  .movil-cross-start {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-cross-start {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-cross-start {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-cross-start {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.cross-center {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media all and (min-width: 320px) {
  .tiny-cross-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 480px) {
  .movil-cross-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-cross-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-cross-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-cross-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.cross-end {
  -ms-flex-align: end;
      -ms-grid-row-align: flex-end;
      align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end; }

@media all and (min-width: 320px) {
  .tiny-cross-end {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 480px) {
  .movil-cross-end {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-cross-end {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-cross-end {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-cross-end {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media all and (min-width: 320px) {
  .tiny-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 480px) {
  .movil-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.column {
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media all and (min-width: 320px) {
  .tiny-column {
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 480px) {
  .movil-column {
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-column {
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-column {
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-column {
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

@media all and (min-width: 320px) {
  .tiny-column {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 480px) {
  .movil-column {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 768px) {
  .tablet-column {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1024px) {
  .web-column {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (min-width: 1400px) {
  .hd-column {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.abcenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }
