@import url(https://fonts.googleapis.com/css?family=Nunito);@import url(https://fonts.googleapis.com/css?family=Great+Vibes);@charset "UTF-8";

/**
  EDgrid es una librer��a CSS para construir layouts con Responsive Web Design
  Importe este archivo en su proyecto para empezar a usarlo
**/

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

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

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body.dev:before,
body.desarrollo:before,
body.dev .ed-container:before,
body.desarrollo .ed-container:before,
body.dev .ed-item:before,
body.desarrollo .ed-item:before {
  content: attr(class);
  font-style: italic;
  font-size: 0.75rem;
  font-weight: normal;
  z-index: 1;
  right: 0;
  position: absolute;
  display: table;
  width: 100%;
  padding: 0 0.3125em;
  height: 1.25rem;
  line-height: 1.25rem;
}

.ed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.ed-item {
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ed-item {
  width: 100%;
}

.ed-item.ed-container {
  padding-left: 0;
  padding-right: 0;
}

/*
| Mixin para crear cuadriculas
|
| $gridItemSelector: nombre del selector CSS de cada item de la cuadricula
| $listColumns:
|              * lista de numeros de columnas en cada breakpoint (separados por espacios). Ej: 1 2 3 4
|              * el numero de columnas del ultimo breakpoint se hereda a breakpoints superiores
| $gutter: separaci��n entre cada item de la cuadricula (opcional)
|
*/

.s-offset-5 {
  margin-left: 5%;
}

.s-offset-10 {
  margin-left: 10%;
}

.s-offset-15 {
  margin-left: 15%;
}

.s-offset-20 {
  margin-left: 20%;
}

.s-offset-25 {
  margin-left: 25%;
}

.s-offset-30 {
  margin-left: 30%;
}

.s-offset-35 {
  margin-left: 35%;
}

.s-offset-40 {
  margin-left: 40%;
}

.s-offset-45 {
  margin-left: 45%;
}

.s-offset-50 {
  margin-left: 50%;
}

.s-offset-55 {
  margin-left: 55%;
}

.s-offset-60 {
  margin-left: 60%;
}

.s-offset-65 {
  margin-left: 65%;
}

.s-offset-70 {
  margin-left: 70%;
}

.s-offset-75 {
  margin-left: 75%;
}

.s-offset-80 {
  margin-left: 80%;
}

.s-offset-85 {
  margin-left: 85%;
}

.s-offset-90 {
  margin-left: 90%;
}

.s-offset-95 {
  margin-left: 95%;
}

.s-offset-100 {
  margin-left: 100%;
}

.s-offset-1-3 {
  margin-left: 33.33333333%;
}

.s-offset-2-3 {
  margin-left: 66.66666667%;
}

.s-offset-1-6 {
  margin-left: 16.66666667%;
}

.s-offset-2-6 {
  margin-left: 33.33333333%;
}

@media all and (min-width: 640px) {
  .m-offset-5 {
    margin-left: 5%;
  }

  .m-offset-10 {
    margin-left: 10%;
  }

  .m-offset-15 {
    margin-left: 15%;
  }

  .m-offset-20 {
    margin-left: 20%;
  }

  .m-offset-25 {
    margin-left: 25%;
  }

  .m-offset-30 {
    margin-left: 30%;
  }

  .m-offset-35 {
    margin-left: 35%;
  }

  .m-offset-40 {
    margin-left: 40%;
  }

  .m-offset-45 {
    margin-left: 45%;
  }

  .m-offset-50 {
    margin-left: 50%;
  }

  .m-offset-55 {
    margin-left: 55%;
  }

  .m-offset-60 {
    margin-left: 60%;
  }

  .m-offset-65 {
    margin-left: 65%;
  }

  .m-offset-70 {
    margin-left: 70%;
  }

  .m-offset-75 {
    margin-left: 75%;
  }

  .m-offset-80 {
    margin-left: 80%;
  }

  .m-offset-85 {
    margin-left: 85%;
  }

  .m-offset-90 {
    margin-left: 90%;
  }

  .m-offset-95 {
    margin-left: 95%;
  }

  .m-offset-100 {
    margin-left: 100%;
  }

  .m-offset-1-3 {
    margin-left: 33.33333333%;
  }

  .m-offset-2-3 {
    margin-left: 66.66666667%;
  }

  .m-offset-3-3 {
    margin-left: 100%;
  }

  .m-offset-1-6 {
    margin-left: 16.66666667%;
  }

  .m-offset-2-6 {
    margin-left: 33.33333333%;
  }

  .m-offset-3-6 {
    margin-left: 50%;
  }

  .m-offset-4-6 {
    margin-left: 66.66666667%;
  }

  .m-offset-5-6 {
    margin-left: 83.33333333%;
  }

  .m-offset-6-6 {
    margin-left: 100%;
  }
}

@media all and (min-width: 1024px) {
  .l-offset-5 {
    margin-left: 5%;
  }

  .l-offset-10 {
    margin-left: 10%;
  }

  .l-offset-15 {
    margin-left: 15%;
  }

  .l-offset-20 {
    margin-left: 20%;
  }

  .l-offset-25 {
    margin-left: 25%;
  }

  .l-offset-30 {
    margin-left: 30%;
  }

  .l-offset-35 {
    margin-left: 35%;
  }

  .l-offset-40 {
    margin-left: 40%;
  }

  .l-offset-45 {
    margin-left: 45%;
  }

  .l-offset-50 {
    margin-left: 50%;
  }

  .l-offset-55 {
    margin-left: 55%;
  }

  .l-offset-60 {
    margin-left: 60%;
  }

  .l-offset-65 {
    margin-left: 65%;
  }

  .l-offset-70 {
    margin-left: 70%;
  }

  .l-offset-75 {
    margin-left: 75%;
  }

  .l-offset-80 {
    margin-left: 80%;
  }

  .l-offset-85 {
    margin-left: 85%;
  }

  .l-offset-90 {
    margin-left: 90%;
  }

  .l-offset-95 {
    margin-left: 95%;
  }

  .l-offset-100 {
    margin-left: 100%;
  }

  .l-offset-1-3 {
    margin-left: 33.33333333%;
  }

  .l-offset-2-3 {
    margin-left: 66.66666667%;
  }

  .l-offset-3-3 {
    margin-left: 100%;
  }

  .l-offset-1-6 {
    margin-left: 16.66666667%;
  }

  .l-offset-2-6 {
    margin-left: 33.33333333%;
  }

  .l-offset-3-6 {
    margin-left: 50%;
  }

  .l-offset-4-6 {
    margin-left: 66.66666667%;
  }

  .l-offset-5-6 {
    margin-left: 83.33333333%;
  }

  .l-offset-6-6 {
    margin-left: 100%;
  }
}

@media all and (min-width: 1440px) {
  .xl-offset-5 {
    margin-left: 5%;
  }

  .xl-offset-10 {
    margin-left: 10%;
  }

  .xl-offset-15 {
    margin-left: 15%;
  }

  .xl-offset-20 {
    margin-left: 20%;
  }

  .xl-offset-25 {
    margin-left: 25%;
  }

  .xl-offset-30 {
    margin-left: 30%;
  }

  .xl-offset-35 {
    margin-left: 35%;
  }

  .xl-offset-40 {
    margin-left: 40%;
  }

  .xl-offset-45 {
    margin-left: 45%;
  }

  .xl-offset-50 {
    margin-left: 50%;
  }

  .xl-offset-55 {
    margin-left: 55%;
  }

  .xl-offset-60 {
    margin-left: 60%;
  }

  .xl-offset-65 {
    margin-left: 65%;
  }

  .xl-offset-70 {
    margin-left: 70%;
  }

  .xl-offset-75 {
    margin-left: 75%;
  }

  .xl-offset-80 {
    margin-left: 80%;
  }

  .xl-offset-85 {
    margin-left: 85%;
  }

  .xl-offset-90 {
    margin-left: 90%;
  }

  .xl-offset-95 {
    margin-left: 95%;
  }

  .xl-offset-100 {
    margin-left: 100%;
  }

  .xl-offset-1-3 {
    margin-left: 33.33333333%;
  }

  .xl-offset-2-3 {
    margin-left: 66.66666667%;
  }

  .xl-offset-3-3 {
    margin-left: 100%;
  }

  .xl-offset-1-6 {
    margin-left: 16.66666667%;
  }

  .xl-offset-2-6 {
    margin-left: 33.33333333%;
  }

  .xl-offset-3-6 {
    margin-left: 50%;
  }

  .xl-offset-4-6 {
    margin-left: 66.66666667%;
  }

  .xl-offset-5-6 {
    margin-left: 83.33333333%;
  }

  .xl-offset-6-6 {
    margin-left: 100%;
  }
}

.s-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.s-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.s-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.s-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.s-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.s-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.s-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.s-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.s-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.s-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

@media screen and (min-width: 640px) {
  .m-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .m-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .m-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .m-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .m-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .m-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .m-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .m-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .m-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .m-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

@media screen and (min-width: 1024px) {
  .l-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .l-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .l-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .l-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .l-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .l-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .l-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .l-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .l-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .l-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

@media screen and (min-width: 1440px) {
  .xl-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .xl-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .xl-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .xl-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .xl-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .xl-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .xl-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .xl-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .xl-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .xl-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

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

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

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

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

.s-distribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media all and (min-width: 640px) {
  .m-distribute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

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

@media all and (min-width: 1440px) {
  .xl-distribute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 0) {
  .s-cross-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

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

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

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

.s-cross-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

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

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

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

.s-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media all and (min-width: 640px) {
  .m-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

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

@media all and (min-width: 1440px) {
  .xl-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.s-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (min-width: 640px) {
  .m-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media all and (min-width: 1024px) {
  .l-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media all and (min-width: 1440px) {
  .xl-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s-column-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media all and (min-width: 640px) {
  .m-column-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

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

@media all and (min-width: 1440px) {
  .xl-column-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.grid-container.grid-1234 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.grid-container.grid-1234 img {
  display: block;
}

body {
  overflow-x: hidden;
}

.grid-container.grid-1234 > .grid-item {
  width: calc(100% - 1em);
  margin: 0.5em;
}

@media screen and (min-width: 640px) {
  .grid-container.grid-1234 > .grid-item {
    width: calc(50% - 1em);
  }
}

@media screen and (min-width: 1024px) {
  .grid-container.grid-1234 > .grid-item {
    width: calc(33.33333333% - 1em);
  }
}

@media screen and (min-width: 1440px) {
  .grid-container.grid-1234 > .grid-item {
    width: calc(25% - 1em);
  }
}

@supports (grid-template-areas: "header") {
  .grid-container.grid-1234 {
    display: grid;
    grid-gap: 1em;
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
  }

  body {
    overflow-x: visible;
  }

@media screen and (min-width: 640px) {
    .grid-container.grid-1234 {
      grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1024px) {
    .grid-container.grid-1234 {
      grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 1440px) {
    .grid-container.grid-1234 {
      grid-template-columns: repeat(4, 1fr);
    }
}

  .grid-container.grid-1234 > .grid-item {
    width: 100%;
    margin: 0;
  }
}

.grid-container.grid-2345 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.grid-container.grid-2345 img {
  display: block;
}

body {
  overflow-x: hidden;
}

.grid-container.grid-2345 > .grid-item {
  width: calc(50% - 1em);
  margin: 0.5em;
}

@media screen and (min-width: 640px) {
  .grid-container.grid-2345 > .grid-item {
    width: calc(33.33333333% - 1em);
  }
}

@media screen and (min-width: 1024px) {
  .grid-container.grid-2345 > .grid-item {
    width: calc(25% - 1em);
  }
}

@media screen and (min-width: 1440px) {
  .grid-container.grid-2345 > .grid-item {
    width: calc(20% - 1em);
  }
}

@supports (grid-template-areas: "header") {
  .grid-container.grid-2345 {
    display: grid;
    grid-gap: 1em;
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  body {
    overflow-x: visible;
  }

@media screen and (min-width: 640px) {
    .grid-container.grid-2345 {
      grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 1024px) {
    .grid-container.grid-2345 {
      grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 1440px) {
    .grid-container.grid-2345 {
      grid-template-columns: repeat(5, 1fr);
    }
}

  .grid-container.grid-2345 > .grid-item {
    width: 100%;
    margin: 0;
  }
}

body.dev,
body.desarrollo {
  margin: 0 !important;
  position: relative;
  top: 66px;
}

body.dev:before,
body.desarrollo:before {
  position: fixed;
  background: steelblue;
  color: #FFF;
  font-size: 0.875rem;
  text-align: center;
  line-height: 36px;
  height: 36px;
  top: 0;
}

body.dev:before,
body.desarrollo:before {
  content: "ed-grid: size s, from 0 (ed-containers: red, ed-items: blue, yellow)";
}

@media screen and (min-width: 640px) {
  body.dev:before,
  body.desarrollo:before {
    content: "ed-grid: size m, from 640px (ed-containers: red, ed-items: blue, yellow)";
  }
}

@media screen and (min-width: 1024px) {
  body.dev:before,
  body.desarrollo:before {
    content: "ed-grid: size l, from 1024px (ed-containers: red, ed-items: blue, yellow)";
  }
}

@media screen and (min-width: 1440px) {
  body.dev:before,
  body.desarrollo:before {
    content: "ed-grid: size xl, from 1440px (ed-containers: red, ed-items: blue, yellow)";
  }
}

body.dev .ed-container,
body.desarrollo .ed-container {
  padding-top: 1.25rem;
  margin-bottom: 10px;
  outline: 1px solid tomato;
  position: relative;
}

body.dev .ed-container .ed-container,
body.desarrollo .ed-container .ed-container {
  margin-bottom: 0;
}

body.dev .ed-container:before,
body.desarrollo .ed-container:before {
  top: 0;
  background: rgba(255, 99, 71, 0.3);
  color: tomato;
}

body.dev .ed-item,
body.desarrollo .ed-item {
  position: relative;
  padding-bottom: 1.25rem;
  background-color: rgba(255, 255, 0, 0.3);
  background-clip: content-box;
}

body.dev .ed-item:before,
body.desarrollo .ed-item:before {
  background: rgba(70, 130, 180, 0.8);
  color: #FFF;
  bottom: 0;
}

body.dev .ed-item:nth-child(even):before,
body.desarrollo .ed-item:nth-child(even):before {
  background: rgba(70, 130, 180, 0.4);
  color: steelblue;
}

.button,
button {
  display: inline-block;
  padding: .6em 1.2em;
  cursor: pointer;
  border: none;
  text-decoration: none;
  background: #eee;
  color: #333;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.button:hover,
button:hover {
  background: #ddd;
}

.button.round,
button.round {
  border-radius: .25rem;
}

.button.radius,
button.radius {
  border-radius: 2em;
}

.ed-menu.s-horizontal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ed-menu.s-horizontal,
.ed-menu.s-horizontal ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.ed-menu.s-horizontal li {
  position: relative;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.ed-menu.s-horizontal li.parent-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ed-menu.s-horizontal li.parent-submenu a {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.ed-menu.s-horizontal ul {
  display: none;
}

.ed-menu.s-horizontal ul.show-submenu {
  display: block;
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 1em;
  margin-bottom: .5em;
}

.ed-menu.s-horizontal a {
  display: block;
  line-height: 3em;
  padding: 0 1em;
}

.ed-menu.s-horizontal a:hover {
  text-decoration: none;
}

.ed-menu.s-horizontal a {
  text-align: center;
}

.ed-menu.s-horizontal .expand {
  display: none;
}

.ed-menu.s-horizontal ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  white-space: nowrap;
}

.ed-menu.s-horizontal ul a {
  text-align: left;
}

.ed-menu.s-horizontal ul ul {
  top: 0;
  left: 100%;
}

.ed-menu.s-horizontal li:hover > ul {
  display: block;
}

.ed-menu.s-horizontal .expand-submenu {
  display: none;
  position: relative;
  right: 0;
  width: 3em;
  height: 3em;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ed-menu.s-horizontal .expand-submenu::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 40%;
  top: 20%;
  left: 30%;
  border-left: 0.45em solid;
  border-bottom: 0.45em solid;
  border-radius: 0.24em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ed-menu.s-horizontal .expand-submenu.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ed-menu.s-horizontal.default {
  background: #eee;
}

.ed-menu.s-horizontal.default li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.ed-menu.s-horizontal.default ul {
  background: #e1e1e1;
}

.ed-menu.s-horizontal.default a {
  color: #666;
}

.ed-menu.s-horizontal.nav-bar {
  background: #EEE;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.s-horizontal.nav-bar li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.ed-menu.s-horizontal.nav-bar ul {
  background: #e1e1e1;
}

.ed-menu.s-horizontal.nav-bar a {
  color: #666;
}

.ed-menu.s-horizontal.nav-bar li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.s-horizontal.nav-bar li:last-child {
  border-right: none;
  border-bottom: none;
}

.ed-menu.s-horizontal.nav-bar ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.s-horizontal.nav-bar ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.s-horizontal.nav-bar ul li:last-child {
  border-bottom: none;
}

.ed-menu.s-horizontal.nav-bar > li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

.ed-menu.s-horizontal.button-bar li {
  margin-bottom: .5em;
  margin-right: .5em;
}

.ed-menu.s-horizontal.button-bar a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #EEE;
  line-height: 2.5em;
  padding: 0 1.5em;
  border-radius: 4px;
  color: #666;
}

.ed-menu.s-horizontal.button-bar a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.ed-menu.m-horizontal {
  width: 100%;
}

.ed-menu.m-horizontal,
.ed-menu.m-horizontal ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.ed-menu.m-horizontal li {
  position: relative;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.ed-menu.m-horizontal li.parent-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ed-menu.m-horizontal li.parent-submenu a {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.ed-menu.m-horizontal ul {
  display: none;
}

@media screen and (max-width: 639px) {
  .ed-menu.m-horizontal ul.show-submenu {
    display: block;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 1em;
    margin-bottom: .5em;
  }
}

.ed-menu.m-horizontal a {
  display: block;
  line-height: 3em;
  padding: 0 1em;
}

.ed-menu.m-horizontal a:hover {
  text-decoration: none;
}

@media screen and (min-width: 640px) {
  .ed-menu.m-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .ed-menu.m-horizontal a {
    text-align: center;
  }

  .ed-menu.m-horizontal .expand {
    display: none;
  }

  .ed-menu.m-horizontal ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    white-space: nowrap;
  }

  .ed-menu.m-horizontal ul a {
    text-align: left;
  }

  .ed-menu.m-horizontal ul ul {
    top: 0;
    left: 100%;
  }

  .ed-menu.m-horizontal li:hover > ul {
    display: block;
  }
}

.ed-menu.m-horizontal .expand-submenu {
  position: relative;
  right: 0;
  width: 3em;
  height: 3em;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 640px) {
  .ed-menu.m-horizontal .expand-submenu {
    display: none;
  }
}

.ed-menu.m-horizontal .expand-submenu::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 40%;
  top: 20%;
  left: 30%;
  border-left: 0.45em solid;
  border-bottom: 0.45em solid;
  border-radius: 0.24em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ed-menu.m-horizontal .expand-submenu.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ed-menu.m-horizontal.default {
  background: #eee;
}

.ed-menu.m-horizontal.default li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.ed-menu.m-horizontal.default ul {
  background: #e1e1e1;
}

.ed-menu.m-horizontal.default a {
  color: #666;
}

.ed-menu.m-horizontal.nav-bar {
  background: #EEE;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.m-horizontal.nav-bar li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.ed-menu.m-horizontal.nav-bar ul {
  background: #e1e1e1;
}

.ed-menu.m-horizontal.nav-bar a {
  color: #666;
}

.ed-menu.m-horizontal.nav-bar li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.m-horizontal.nav-bar li:last-child {
  border-right: none;
  border-bottom: none;
}

.ed-menu.m-horizontal.nav-bar ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.m-horizontal.nav-bar ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.m-horizontal.nav-bar ul li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 640px) {
  .ed-menu.m-horizontal.nav-bar > li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }
}

.ed-menu.m-horizontal.button-bar li {
  margin-bottom: .5em;
  margin-right: .5em;
}

.ed-menu.m-horizontal.button-bar a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #EEE;
  line-height: 2.5em;
  padding: 0 1.5em;
  border-radius: 4px;
  color: #666;
}

.ed-menu.m-horizontal.button-bar a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.ed-menu.l-horizontal {
  width: 100%;
}

.ed-menu.l-horizontal,
.ed-menu.l-horizontal ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.ed-menu.l-horizontal li {
  position: relative;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.ed-menu.l-horizontal li.parent-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ed-menu.l-horizontal li.parent-submenu a {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.ed-menu.l-horizontal ul {
  display: none;
}

@media screen and (max-width: 1023px) {
  .ed-menu.l-horizontal ul.show-submenu {
    display: block;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 1em;
    margin-bottom: .5em;
  }
}

.ed-menu.l-horizontal a {
  display: block;
  line-height: 3em;
  padding: 0 1em;
}

.ed-menu.l-horizontal a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .ed-menu.l-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .ed-menu.l-horizontal a {
    text-align: center;
  }

  .ed-menu.l-horizontal .expand {
    display: none;
  }

  .ed-menu.l-horizontal ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    white-space: nowrap;
  }

  .ed-menu.l-horizontal ul a {
    text-align: left;
  }

  .ed-menu.l-horizontal ul ul {
    top: 0;
    left: 100%;
  }

  .ed-menu.l-horizontal li:hover > ul {
    display: block;
  }
}

.ed-menu.l-horizontal .expand-submenu {
  position: relative;
  right: 0;
  width: 3em;
  height: 3em;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 1024px) {
  .ed-menu.l-horizontal .expand-submenu {
    display: none;
  }
}

.ed-menu.l-horizontal .expand-submenu::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 40%;
  top: 20%;
  left: 30%;
  border-left: 0.45em solid;
  border-bottom: 0.45em solid;
  border-radius: 0.24em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ed-menu.l-horizontal .expand-submenu.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ed-menu.l-horizontal.default {
  background: #eee;
}

.ed-menu.l-horizontal.default li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.ed-menu.l-horizontal.default ul {
  background: #e1e1e1;
}

.ed-menu.l-horizontal.default a {
  color: #666;
}

.ed-menu.l-horizontal.nav-bar {
  background: #EEE;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.l-horizontal.nav-bar li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.ed-menu.l-horizontal.nav-bar ul {
  background: #e1e1e1;
}

.ed-menu.l-horizontal.nav-bar a {
  color: #666;
}

.ed-menu.l-horizontal.nav-bar li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.l-horizontal.nav-bar li:last-child {
  border-right: none;
  border-bottom: none;
}

.ed-menu.l-horizontal.nav-bar ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.l-horizontal.nav-bar ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.l-horizontal.nav-bar ul li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 1024px) {
  .ed-menu.l-horizontal.nav-bar > li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }
}

.ed-menu.l-horizontal.button-bar li {
  margin-bottom: .5em;
  margin-right: .5em;
}

.ed-menu.l-horizontal.button-bar a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #EEE;
  line-height: 2.5em;
  padding: 0 1.5em;
  border-radius: 4px;
  color: #666;
}

.ed-menu.l-horizontal.button-bar a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.ed-menu.xl-horizontal {
  width: 100%;
}

.ed-menu.xl-horizontal,
.ed-menu.xl-horizontal ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.ed-menu.xl-horizontal li {
  position: relative;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.ed-menu.xl-horizontal li.parent-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ed-menu.xl-horizontal li.parent-submenu a {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.ed-menu.xl-horizontal ul {
  display: none;
}

@media screen and (max-width: 1439px) {
  .ed-menu.xl-horizontal ul.show-submenu {
    display: block;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 1em;
    margin-bottom: .5em;
  }
}

.ed-menu.xl-horizontal a {
  display: block;
  line-height: 3em;
  padding: 0 1em;
}

.ed-menu.xl-horizontal a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .ed-menu.xl-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .ed-menu.xl-horizontal a {
    text-align: center;
  }

  .ed-menu.xl-horizontal .expand {
    display: none;
  }

  .ed-menu.xl-horizontal ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    white-space: nowrap;
  }

  .ed-menu.xl-horizontal ul a {
    text-align: left;
  }

  .ed-menu.xl-horizontal ul ul {
    top: 0;
    left: 100%;
  }

  .ed-menu.xl-horizontal li:hover > ul {
    display: block;
  }
}

.ed-menu.xl-horizontal .expand-submenu {
  position: relative;
  right: 0;
  width: 3em;
  height: 3em;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 1440px) {
  .ed-menu.xl-horizontal .expand-submenu {
    display: none;
  }
}

.ed-menu.xl-horizontal .expand-submenu::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 40%;
  top: 20%;
  left: 30%;
  border-left: 0.45em solid;
  border-bottom: 0.45em solid;
  border-radius: 0.24em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ed-menu.xl-horizontal .expand-submenu.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ed-menu.xl-horizontal.default {
  background: #eee;
}

.ed-menu.xl-horizontal.default li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.ed-menu.xl-horizontal.default ul {
  background: #e1e1e1;
}

.ed-menu.xl-horizontal.default a {
  color: #666;
}

.ed-menu.xl-horizontal.nav-bar {
  background: #EEE;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.xl-horizontal.nav-bar li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.ed-menu.xl-horizontal.nav-bar ul {
  background: #e1e1e1;
}

.ed-menu.xl-horizontal.nav-bar a {
  color: #666;
}

.ed-menu.xl-horizontal.nav-bar li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.xl-horizontal.nav-bar li:last-child {
  border-right: none;
  border-bottom: none;
}

.ed-menu.xl-horizontal.nav-bar ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.xl-horizontal.nav-bar ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.xl-horizontal.nav-bar ul li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 1440px) {
  .ed-menu.xl-horizontal.nav-bar > li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }
}

.ed-menu.xl-horizontal.button-bar li {
  margin-bottom: .5em;
  margin-right: .5em;
}

.ed-menu.xl-horizontal.button-bar a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #EEE;
  line-height: 2.5em;
  padding: 0 1.5em;
  border-radius: 4px;
  color: #666;
}

.ed-menu.xl-horizontal.button-bar a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1023px) {
  .ed-nav.l-top {
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 100%;
    width: 100%;
    left: 0;
    top: -100%;
  }

  .ed-nav.l-top.show-menu {
    top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .ed-nav.l-bottom {
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 100%;
    width: 100%;
    left: 0;
    bottom: -100%;
  }

  .ed-nav.l-bottom.show-menu {
    bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .ed-nav.l-left {
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 85%;
    left: -85%;
  }

  .ed-nav.l-left.show-menu {
    left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .ed-nav.l-right {
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 85%;
    right: -85%;
  }

  .ed-nav.l-right.show-menu {
    right: 0;
  }
}

@media screen and (max-width: 1439px) {
  .ed-nav.x-top {
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 100%;
    width: 100%;
    left: 0;
    top: -100%;
  }

  .ed-nav.x-top.show-menu {
    top: 0;
  }
}

@media screen and (max-width: 1439px) {
  .ed-nav.xl-bottom {
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 100%;
    width: 100%;
    left: 0;
    bottom: -100%;
  }

  .ed-nav.xl-bottom.show-menu {
    bottom: 0;
  }
}

@media screen and (max-width: 1439px) {
  .ed-nav.xl-left {
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 85%;
    left: -85%;
  }

  .ed-nav.xl-left.show-menu {
    left: 0;
  }
}

@media screen and (max-width: 1439px) {
  .ed-nav.xl-right {
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 85%;
    right: -85%;
  }

  .ed-nav.xl-right.show-menu {
    right: 0;
  }
}

@media screen and (max-width: 639px) {
  .ed-nav.m-top {
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 100%;
    width: 100%;
    left: 0;
    top: -100%;
  }

  .ed-nav.m-top.show-menu {
    top: 0;
  }
}

@media screen and (max-width: 639px) {
  .ed-nav.m-bottom {
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 100%;
    width: 100%;
    left: 0;
    bottom: -100%;
  }

  .ed-nav.m-bottom.show-menu {
    bottom: 0;
  }
}

@media screen and (max-width: 639px) {
  .ed-nav.m-left {
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 85%;
    left: -85%;
  }

  .ed-nav.m-left.show-menu {
    left: 0;
  }
}

@media screen and (max-width: 639px) {
  .ed-nav.m-right {
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    width: 85%;
    right: -85%;
  }

  .ed-nav.m-right.show-menu {
    right: 0;
  }
}

.nav-toggle {
  position: relative;
  z-index: 300;
  width: 30px;
  height: 20px;
  -webkit-box-shadow: 0 4px #333 inset;
          box-shadow: 0 4px #333 inset;
  cursor: pointer;
}

.nav-toggle::after,
.nav-toggle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #333;
  bottom: 0;
}

.nav-toggle::after {
  bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s-1-3,
.ed-item.s-1-3 {
  width: 33.33333333%;
}

.s-2-3,
.ed-item.s-2-3 {
  width: 66.66666667%;
}

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

.s-1-6,
.ed-item.s-1-6 {
  width: 16.66666667%;
}

.s-2-6,
.ed-item.s-2-6 {
  width: 33.33333333%;
}

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

.s-4-6,
.ed-item.s-4-6 {
  width: 66.66666667%;
}

.s-5-6,
.ed-item.s-5-6 {
  width: 83.33333333%;
}

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

@media all and (min-width: 640px) {
  .m-5,
  .ed-item.m-5 {
    width: 5%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-1-3,
  .ed-item.m-1-3 {
    width: 33.33333333%;
  }

  .m-2-3,
  .ed-item.m-2-3 {
    width: 66.66666667%;
  }

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

  .m-1-6,
  .ed-item.m-1-6 {
    width: 16.66666667%;
  }

  .m-2-6,
  .ed-item.m-2-6 {
    width: 33.33333333%;
  }

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

  .m-4-6,
  .ed-item.m-4-6 {
    width: 66.66666667%;
  }

  .m-5-6,
  .ed-item.m-5-6 {
    width: 83.33333333%;
  }

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

@media all and (min-width: 1024px) {
  .l-5,
  .ed-item.l-5 {
    width: 5%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .l-1-3,
  .ed-item.l-1-3 {
    width: 33.33333333%;
  }

  .l-2-3,
  .ed-item.l-2-3 {
    width: 66.66666667%;
  }

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

  .l-1-6,
  .ed-item.l-1-6 {
    width: 16.66666667%;
  }

  .l-2-6,
  .ed-item.l-2-6 {
    width: 33.33333333%;
  }

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

  .l-4-6,
  .ed-item.l-4-6 {
    width: 66.66666667%;
  }

  .l-5-6,
  .ed-item.l-5-6 {
    width: 83.33333333%;
  }

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

@media all and (min-width: 1440px) {
  .xl-5,
  .ed-item.xl-5 {
    width: 5%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl-1-3,
  .ed-item.xl-1-3 {
    width: 33.33333333%;
  }

  .xl-2-3,
  .ed-item.xl-2-3 {
    width: 66.66666667%;
  }

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

  .xl-1-6,
  .ed-item.xl-1-6 {
    width: 16.66666667%;
  }

  .xl-2-6,
  .ed-item.xl-2-6 {
    width: 33.33333333%;
  }

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

  .xl-4-6,
  .ed-item.xl-4-6 {
    width: 66.66666667%;
  }

  .xl-5-6,
  .ed-item.xl-5-6 {
    width: 83.33333333%;
  }

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

.to-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.to-center.ed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.to-left {
  float: left;
  width: auto;
  margin-right: 1em;
}

.to-right {
  float: right;
  width: auto;
  margin-left: 1em;
}

.full {
  max-width: 100%;
}

.circle {
  border-radius: 50%;
}

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

.no-padding.ed-container > .ed-item {
  padding-left: 0rem;
  padding-right: 0rem;
}

.no-padding.ed-item {
  padding-left: 0rem;
  padding-right: 0rem;
}

.padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

body.sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body.sticky-footer > footer {
  margin-top: auto;
}

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

.main-distribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

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

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

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

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

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

.flex-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-column-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

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

.from-s {
  display: none;
}

.to-s {
  display: none;
}

@media screen and (max-width: 639px) {
  .from-m {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .to-m {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .from-l {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .to-l {
    display: none;
  }
}

@media screen and (max-width: 1439px) {
  .from-xl {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .to-xl {
    display: none;
  }
}

.ed-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.ed-video > iframe,
.ed-video > video,
.ed-video > .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button {
  display: inline-block;
  padding: .6em 1.2em;
  cursor: pointer;
  border: none;
  text-decoration: none;
  background: #eee;
  color: #333;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.button:hover {
  background: #ddd;
}

.button.radius {
  border-radius: .25rem;
}

.button.round {
  border-radius: 2em;
}

.button:last-of-type {
  margin-right: 0;
}

:root {
  --gap: 1rem;
}

.ed-grid {
  display: grid;
  grid-column-gap: 2rem;
  width: calc(100vw - var(--gap) * 2);
  margin-left: 1rem;
  margin-right: 1rem;
}

@media screen and (min-width: 1344px) {
  .ed-grid {
    width: 1344px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ed-grid .ed-grid,
.ed-grid.full {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.ed-grid.cols-s-2 {
  grid-template-columns: repeat(2, calc((100% - 2rem) / 2));
}

.ed-grid.cols-s-3 {
  grid-template-columns: repeat(3, calc((100% - 4rem) / 3));
}

.ed-grid.cols-s-4 {
  grid-template-columns: repeat(4, calc((100% - 6rem) / 4));
}

.ed-grid.cols-s-5 {
  grid-template-columns: repeat(5, calc((100% - 8rem) / 5));
}

.ed-grid.cols-s-6 {
  grid-template-columns: repeat(6, calc((100% - 10rem) / 6));
}

.ed-grid.cols-s-7 {
  grid-template-columns: repeat(7, calc((100% - 12rem) / 7));
}

.ed-grid.cols-s-8 {
  grid-template-columns: repeat(8, calc((100% - 14rem) / 8));
}

.ed-grid.cols-s-9 {
  grid-template-columns: repeat(9, calc((100% - 16rem) / 9));
}

.ed-grid.cols-s-10 {
  grid-template-columns: repeat(10, calc((100% - 18rem) / 10));
}

.ed-grid.cols-s-11 {
  grid-template-columns: repeat(11, calc((100% - 20rem) / 11));
}

.ed-grid.cols-s-12 {
  grid-template-columns: repeat(12, calc((100% - 22rem) / 12));
}

.ed-grid.cols-s-13 {
  grid-template-columns: repeat(13, calc((100% - 24rem) / 13));
}

.ed-grid.cols-s-14 {
  grid-template-columns: repeat(14, calc((100% - 26rem) / 14));
}

.ed-grid.cols-s-15 {
  grid-template-columns: repeat(15, calc((100% - 28rem) / 15));
}

.ed-grid.cols-s-16 {
  grid-template-columns: repeat(16, calc((100% - 30rem) / 16));
}

.ed-grid.cols-s-17 {
  grid-template-columns: repeat(17, calc((100% - 32rem) / 17));
}

.ed-grid.cols-s-18 {
  grid-template-columns: repeat(18, calc((100% - 34rem) / 18));
}

.ed-grid.cols-s-19 {
  grid-template-columns: repeat(19, calc((100% - 36rem) / 19));
}

.ed-grid.cols-s-20 {
  grid-template-columns: repeat(20, calc((100% - 38rem) / 20));
}

.ed-grid > .span-s-1 {
  grid-column: span 1;
}

.ed-grid > .span-s-2 {
  grid-column: span 2;
}

.ed-grid > .span-s-3 {
  grid-column: span 3;
}

.ed-grid > .span-s-4 {
  grid-column: span 4;
}

.ed-grid > .span-s-5 {
  grid-column: span 5;
}

.ed-grid > .span-s-6 {
  grid-column: span 6;
}

.ed-grid > .span-s-7 {
  grid-column: span 7;
}

.ed-grid > .span-s-8 {
  grid-column: span 8;
}

.ed-grid > .span-s-9 {
  grid-column: span 9;
}

.ed-grid > .span-s-10 {
  grid-column: span 10;
}

.ed-grid > .span-s-11 {
  grid-column: span 11;
}

.ed-grid > .span-s-12 {
  grid-column: span 12;
}

.ed-grid > .span-s-13 {
  grid-column: span 13;
}

.ed-grid > .span-s-14 {
  grid-column: span 14;
}

.ed-grid > .span-s-15 {
  grid-column: span 15;
}

.ed-grid > .span-s-16 {
  grid-column: span 16;
}

.ed-grid > .span-s-17 {
  grid-column: span 17;
}

.ed-grid > .span-s-18 {
  grid-column: span 18;
}

.ed-grid > .span-s-19 {
  grid-column: span 19;
}

.ed-grid > .span-s-20 {
  grid-column: span 20;
}

@media all and (min-width: 640px) {
  .ed-grid.cols-m-2 {
    grid-template-columns: repeat(2, calc((100% - 2rem) / 2));
  }

  .ed-grid.cols-m-3 {
    grid-template-columns: repeat(3, calc((100% - 4rem) / 3));
  }

  .ed-grid.cols-m-4 {
    grid-template-columns: repeat(4, calc((100% - 6rem) / 4));
  }

  .ed-grid.cols-m-5 {
    grid-template-columns: repeat(5, calc((100% - 8rem) / 5));
  }

  .ed-grid.cols-m-6 {
    grid-template-columns: repeat(6, calc((100% - 10rem) / 6));
  }

  .ed-grid.cols-m-7 {
    grid-template-columns: repeat(7, calc((100% - 12rem) / 7));
  }

  .ed-grid.cols-m-8 {
    grid-template-columns: repeat(8, calc((100% - 14rem) / 8));
  }

  .ed-grid.cols-m-9 {
    grid-template-columns: repeat(9, calc((100% - 16rem) / 9));
  }

  .ed-grid.cols-m-10 {
    grid-template-columns: repeat(10, calc((100% - 18rem) / 10));
  }

  .ed-grid.cols-m-11 {
    grid-template-columns: repeat(11, calc((100% - 20rem) / 11));
  }

  .ed-grid.cols-m-12 {
    grid-template-columns: repeat(12, calc((100% - 22rem) / 12));
  }

  .ed-grid.cols-m-13 {
    grid-template-columns: repeat(13, calc((100% - 24rem) / 13));
  }

  .ed-grid.cols-m-14 {
    grid-template-columns: repeat(14, calc((100% - 26rem) / 14));
  }

  .ed-grid.cols-m-15 {
    grid-template-columns: repeat(15, calc((100% - 28rem) / 15));
  }

  .ed-grid.cols-m-16 {
    grid-template-columns: repeat(16, calc((100% - 30rem) / 16));
  }

  .ed-grid.cols-m-17 {
    grid-template-columns: repeat(17, calc((100% - 32rem) / 17));
  }

  .ed-grid.cols-m-18 {
    grid-template-columns: repeat(18, calc((100% - 34rem) / 18));
  }

  .ed-grid.cols-m-19 {
    grid-template-columns: repeat(19, calc((100% - 36rem) / 19));
  }

  .ed-grid.cols-m-20 {
    grid-template-columns: repeat(20, calc((100% - 38rem) / 20));
  }
}

@media all and (min-width: 640px) {
  .ed-grid > .span-m-1 {
    grid-column: span 1;
  }

  .ed-grid > .span-m-2 {
    grid-column: span 2;
  }

  .ed-grid > .span-m-3 {
    grid-column: span 3;
  }

  .ed-grid > .span-m-4 {
    grid-column: span 4;
  }

  .ed-grid > .span-m-5 {
    grid-column: span 5;
  }

  .ed-grid > .span-m-6 {
    grid-column: span 6;
  }

  .ed-grid > .span-m-7 {
    grid-column: span 7;
  }

  .ed-grid > .span-m-8 {
    grid-column: span 8;
  }

  .ed-grid > .span-m-9 {
    grid-column: span 9;
  }

  .ed-grid > .span-m-10 {
    grid-column: span 10;
  }

  .ed-grid > .span-m-11 {
    grid-column: span 11;
  }

  .ed-grid > .span-m-12 {
    grid-column: span 12;
  }

  .ed-grid > .span-m-13 {
    grid-column: span 13;
  }

  .ed-grid > .span-m-14 {
    grid-column: span 14;
  }

  .ed-grid > .span-m-15 {
    grid-column: span 15;
  }

  .ed-grid > .span-m-16 {
    grid-column: span 16;
  }

  .ed-grid > .span-m-17 {
    grid-column: span 17;
  }

  .ed-grid > .span-m-18 {
    grid-column: span 18;
  }

  .ed-grid > .span-m-19 {
    grid-column: span 19;
  }

  .ed-grid > .span-m-20 {
    grid-column: span 20;
  }
}

@media all and (min-width: 1024px) {
  .ed-grid.cols-l-2 {
    grid-template-columns: repeat(2, calc((100% - 2rem) / 2));
  }

  .ed-grid.cols-l-3 {
    grid-template-columns: repeat(3, calc((100% - 4rem) / 3));
  }

  .ed-grid.cols-l-4 {
    grid-template-columns: repeat(4, calc((100% - 6rem) / 4));
  }

  .ed-grid.cols-l-5 {
    grid-template-columns: repeat(5, calc((100% - 8rem) / 5));
  }

  .ed-grid.cols-l-6 {
    grid-template-columns: repeat(6, calc((100% - 10rem) / 6));
  }

  .ed-grid.cols-l-7 {
    grid-template-columns: repeat(7, calc((100% - 12rem) / 7));
  }

  .ed-grid.cols-l-8 {
    grid-template-columns: repeat(8, calc((100% - 14rem) / 8));
  }

  .ed-grid.cols-l-9 {
    grid-template-columns: repeat(9, calc((100% - 16rem) / 9));
  }

  .ed-grid.cols-l-10 {
    grid-template-columns: repeat(10, calc((100% - 18rem) / 10));
  }

  .ed-grid.cols-l-11 {
    grid-template-columns: repeat(11, calc((100% - 20rem) / 11));
  }

  .ed-grid.cols-l-12 {
    grid-template-columns: repeat(12, calc((100% - 22rem) / 12));
  }

  .ed-grid.cols-l-13 {
    grid-template-columns: repeat(13, calc((100% - 24rem) / 13));
  }

  .ed-grid.cols-l-14 {
    grid-template-columns: repeat(14, calc((100% - 26rem) / 14));
  }

  .ed-grid.cols-l-15 {
    grid-template-columns: repeat(15, calc((100% - 28rem) / 15));
  }

  .ed-grid.cols-l-16 {
    grid-template-columns: repeat(16, calc((100% - 30rem) / 16));
  }

  .ed-grid.cols-l-17 {
    grid-template-columns: repeat(17, calc((100% - 32rem) / 17));
  }

  .ed-grid.cols-l-18 {
    grid-template-columns: repeat(18, calc((100% - 34rem) / 18));
  }

  .ed-grid.cols-l-19 {
    grid-template-columns: repeat(19, calc((100% - 36rem) / 19));
  }

  .ed-grid.cols-l-20 {
    grid-template-columns: repeat(20, calc((100% - 38rem) / 20));
  }
}

@media all and (min-width: 1024px) {
  .ed-grid > .span-l-1 {
    grid-column: span 1;
  }

  .ed-grid > .span-l-2 {
    grid-column: span 2;
  }

  .ed-grid > .span-l-3 {
    grid-column: span 3;
  }

  .ed-grid > .span-l-4 {
    grid-column: span 4;
  }

  .ed-grid > .span-l-5 {
    grid-column: span 5;
  }

  .ed-grid > .span-l-6 {
    grid-column: span 6;
  }

  .ed-grid > .span-l-7 {
    grid-column: span 7;
  }

  .ed-grid > .span-l-8 {
    grid-column: span 8;
  }

  .ed-grid > .span-l-9 {
    grid-column: span 9;
  }

  .ed-grid > .span-l-10 {
    grid-column: span 10;
  }

  .ed-grid > .span-l-11 {
    grid-column: span 11;
  }

  .ed-grid > .span-l-12 {
    grid-column: span 12;
  }

  .ed-grid > .span-l-13 {
    grid-column: span 13;
  }

  .ed-grid > .span-l-14 {
    grid-column: span 14;
  }

  .ed-grid > .span-l-15 {
    grid-column: span 15;
  }

  .ed-grid > .span-l-16 {
    grid-column: span 16;
  }

  .ed-grid > .span-l-17 {
    grid-column: span 17;
  }

  .ed-grid > .span-l-18 {
    grid-column: span 18;
  }

  .ed-grid > .span-l-19 {
    grid-column: span 19;
  }

  .ed-grid > .span-l-20 {
    grid-column: span 20;
  }
}

@media all and (min-width: 1440px) {
  .ed-grid.cols-xl-2 {
    grid-template-columns: repeat(2, calc((100% - 2rem) / 2));
  }

  .ed-grid.cols-xl-3 {
    grid-template-columns: repeat(3, calc((100% - 4rem) / 3));
  }

  .ed-grid.cols-xl-4 {
    grid-template-columns: repeat(4, calc((100% - 6rem) / 4));
  }

  .ed-grid.cols-xl-5 {
    grid-template-columns: repeat(5, calc((100% - 8rem) / 5));
  }

  .ed-grid.cols-xl-6 {
    grid-template-columns: repeat(6, calc((100% - 10rem) / 6));
  }

  .ed-grid.cols-xl-7 {
    grid-template-columns: repeat(7, calc((100% - 12rem) / 7));
  }

  .ed-grid.cols-xl-8 {
    grid-template-columns: repeat(8, calc((100% - 14rem) / 8));
  }

  .ed-grid.cols-xl-9 {
    grid-template-columns: repeat(9, calc((100% - 16rem) / 9));
  }

  .ed-grid.cols-xl-10 {
    grid-template-columns: repeat(10, calc((100% - 18rem) / 10));
  }

  .ed-grid.cols-xl-11 {
    grid-template-columns: repeat(11, calc((100% - 20rem) / 11));
  }

  .ed-grid.cols-xl-12 {
    grid-template-columns: repeat(12, calc((100% - 22rem) / 12));
  }

  .ed-grid.cols-xl-13 {
    grid-template-columns: repeat(13, calc((100% - 24rem) / 13));
  }

  .ed-grid.cols-xl-14 {
    grid-template-columns: repeat(14, calc((100% - 26rem) / 14));
  }

  .ed-grid.cols-xl-15 {
    grid-template-columns: repeat(15, calc((100% - 28rem) / 15));
  }

  .ed-grid.cols-xl-16 {
    grid-template-columns: repeat(16, calc((100% - 30rem) / 16));
  }

  .ed-grid.cols-xl-17 {
    grid-template-columns: repeat(17, calc((100% - 32rem) / 17));
  }

  .ed-grid.cols-xl-18 {
    grid-template-columns: repeat(18, calc((100% - 34rem) / 18));
  }

  .ed-grid.cols-xl-19 {
    grid-template-columns: repeat(19, calc((100% - 36rem) / 19));
  }

  .ed-grid.cols-xl-20 {
    grid-template-columns: repeat(20, calc((100% - 38rem) / 20));
  }
}

@media all and (min-width: 1440px) {
  .ed-grid > .span-xl-1 {
    grid-column: span 1;
  }

  .ed-grid > .span-xl-2 {
    grid-column: span 2;
  }

  .ed-grid > .span-xl-3 {
    grid-column: span 3;
  }

  .ed-grid > .span-xl-4 {
    grid-column: span 4;
  }

  .ed-grid > .span-xl-5 {
    grid-column: span 5;
  }

  .ed-grid > .span-xl-6 {
    grid-column: span 6;
  }

  .ed-grid > .span-xl-7 {
    grid-column: span 7;
  }

  .ed-grid > .span-xl-8 {
    grid-column: span 8;
  }

  .ed-grid > .span-xl-9 {
    grid-column: span 9;
  }

  .ed-grid > .span-xl-10 {
    grid-column: span 10;
  }

  .ed-grid > .span-xl-11 {
    grid-column: span 11;
  }

  .ed-grid > .span-xl-12 {
    grid-column: span 12;
  }

  .ed-grid > .span-xl-13 {
    grid-column: span 13;
  }

  .ed-grid > .span-xl-14 {
    grid-column: span 14;
  }

  .ed-grid > .span-xl-15 {
    grid-column: span 15;
  }

  .ed-grid > .span-xl-16 {
    grid-column: span 16;
  }

  .ed-grid > .span-xl-17 {
    grid-column: span 17;
  }

  .ed-grid > .span-xl-18 {
    grid-column: span 18;
  }

  .ed-grid > .span-xl-19 {
    grid-column: span 19;
  }

  .ed-grid > .span-xl-20 {
    grid-column: span 20;
  }
}

.l-block {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .l-block {
    margin-bottom: 2rem;
  }
}

.l-section {
  margin-top: 0;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .l-section {
    margin-bottom: 4rem;
  }
}

/*
  This boilerplate is based in ITCSS and SMACSS
*/

:root {
  --header-height: 3rem;
  --max-width: 1344px;
  --gutter: 1rem;
}

:root {
  --z-back: -10;
  --z-normal: 1;
  --z-tooltip: 10;
  --z-fixed: 100;
  --z-modal: 1000;
}

/*
* This file use declarations, functions and mixins from
* config/_typography.scss
*/

:root {
  --h1-font-size: rem(24px);
  --h2-font-size: rem(20px);
  --h3-font-size: rem(16px);
  --normal-font-size: rem(15px);
  --small-font-size: rem(13px);
  --smaller-font-size: rem(12px);
  --heading-line-height: 1.3;
  --body-line-height: 1.6;
}

@media screen and (min-width: 1024px) {
  :root {
    --h1-font-size: rem(36px);
    --h2-font-size: rem(24px);
    --h3-font-size: rem(20px);
    --normal-font-size: rem(16px);
    --small-font-size: rem(14px);
    --smaller-font-size: rem(13px);
  }
}

body {
  font-family: Lato, "sans-serif";
  font-size: var(--normal-font-size);
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-color);
}

/*******************************************************
**********************FONT SIZES************************
* There are 6 font sizes represents 6 HTML heading sizes
* Classes t1 - t6 are for heading font family
* Clases smaller, small, normal, big, bigger, biggest are for body font family
* If you want apply font-size from Sass (without html class)
  use @include t1, @include t2, @include t3
  fontSize(normal) fontSize(small) fontSize(smaller)
********************************************************/

h1,
h2,
h3,
h4,
h5,
h6,
.t1,
.t2,
.t3,
.t4,
.t5,
.t6 {
  font-family: "Open Sans", "sans-serif";
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: var(--heading-line-height);
}

.body-font {
  font-family: Lato, "sans-serif";
}

.heading-font {
  font-family: "Open Sans", "sans-serif";
}

h1,
.t1,
.biggest {
  font-size: var(--h1-font-size);
}

h2,
.t2,
.bigger {
  font-size: var(--h2-font-size);
}

h3,
.t3,
.big {
  font-size: var(--h3-font-size);
}

h4,
.t4,
.normal {
  font-size: var(--normal-font-size);
}

h5,
.t5,
.small {
  font-size: var(--small-font-size);
}

h6,
.t6,
.smaller {
  font-size: var(--smaller-font-size);
}

blockquote {
  font-size: 1.25rem;
  font-style: italic;
  letter-spacing: .01em;
  margin-left: 2rem;
  position: relative;
  opacity: .9;
}

@media screen and (max-width: 1023px) {
  blockquote {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  blockquote {
    margin-left: 4rem;
  }
}

blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 3em;
  position: absolute;
  top: .5em;
  left: -.6em;
  line-height: 0;
  letter-spacing: -0.5em;
}

a {
  color: var(--second-color);
}

main a {
  text-decoration: none;
}

main a:hover {
  text-decoration: underline;
}

::-moz-selection {
  background: var(--second-color);
  color: #FFF;
}

::selection {
  background: var(--second-color);
  color: #FFF;
}

:root {
  --first-color: #007BDF;
  --first-color-alt: #006DC6;
  --second-color: #00CBFF;
  --second-color-alt: #00BFF0;
  --third-color: #FF3C32;
  --third-color-alt: #FF2419;
  --accent-color: #FBA905;
  --accent-color-alt: #F1A000;
  --dark-color: #282D31;
  --dark-color-alt: #141618;
  --border-color: #DFE0E0;
  --text-color: #53575A;
  --body-bg: #FCFCFC;
  /* Usar nombres de color que comiencen con --color
     se conservan los anteriores nombres por compatibilidad
  */
  --color-first: #007BDF;
  --color-first-alt: #006DC6;
  --color-second: #00CBFF;
  --color-second-alt: #00BFF0;
  --color-third: #FF3C32;
  --color-third-alt: #FF2419;
  --color-accent: #FBA905;
  --color-accent-alt: #F1A000;
  --color-light: #F6F6F6;
  --color-dark: #282D31;
  --color-dark-alt: #141618;
  --color-border: #DFE0E0;
  --color-text: #53575A;
  --color-body-bg: #FCFCFC;
  --color-button: var(--color-first);
  --color-button-alt: var(--color-first-alt);
}

.first-color,
.color-first {
  --color: var(--first-color);
  --color-alt: var(--accent-color);
}

.second-color,
.color-second {
  --color: var(--second-color);
  --color-alt: var(--third-color);
  --color-button: var(--second-color);
  --color-button-alt: var(--second-color-alt);
}

.third-color,
.color-third {
  --color: var(--third-color);
  --color-alt: var(--accent-color);
  --color-button: var(--color-third);
  --color-button-alt: var(--color-third-alt);
}

.accent-color,
.color-accent {
  --color: var(--accent-color);
  --color-alt: var(--third-color);
  --color-button: var(--color-accent);
  --color-button-alt: var(--color-accent-alt);
}

.dark-color,
.color-dark {
  --color: var(--dark-color);
  --color-alt: var(--accent-color);
  --color-button: var(--color-dark);
  --color-button-alt: var(--color-dark-alt);
}

.light-color,
.color-light {
  --color: var(--color-light);
  --color-alt: var(--text-color);
  --color-button: #FFF;
  --color-button-alt: var(--color-light);
}

.light-color .button,
.color-light .button {
  color: var(--color-text);
}

.light-color .button--ghost:hover,
.color-light .button--ghost:hover {
  color: var(--text-color);
}

.colors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  margin-bottom: 2rem;
}

.color {
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.1);
}

.color__sample {
  padding-bottom: 56.25%;
  height: 0;
  border-radius: .25rem .25rem 0 0;
}

.color__sample.bodyBg {
  border: 1px solid var(--border-color);
}

.color__sample.firstColor {
  background: #007BDF;
}

.color__sample.firstColorAlt {
  background: #006DC6;
}

.color__sample.secondColor {
  background: #00CBFF;
}

.color__sample.secondColorAlt {
  background: #00BFF0;
}

.color__sample.thirdColor {
  background: #FF3C32;
}

.color__sample.thirdColorAlt {
  background: #FF2419;
}

.color__sample.accentColor {
  background: #FBA905;
}

.color__sample.accentColorAlt {
  background: #F1A000;
}

.color__sample.darkColor {
  background: #282D31;
}

.color__sample.darkColorAlt {
  background: #141618;
}

.color__sample.borderColor {
  background: #DFE0E0;
}

.color__sample.textColor {
  background: #53575A;
}

.color__sample.bodyBg {
  background: #FAFDFF;
}

.color__info {
  text-align: center;
  border: 1px solid var(--border-color);
  border-top: none;
  padding: 1em;
  background: #fff;
  border-radius: 0 0 .25rem .25rem;
}

.color__name,
.color__code {
  margin: 0;
}

.color__name {
  font-weight: 700;
}

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

.main-root {
  background: var(--body-bg);
  z-index: 10;
  padding-top: 2rem;
}

@media screen and (min-width: 1024px) {
  .main-root {
    padding-top: 4rem;
  }
}

body {
  margin: 0;
  background: var(--body-bg);
}

strong,
em {
  font-weight: 700;
}

ul {
  padding-left: 0;
  margin-left: 2rem;
}

body {
  margin: var(--header-height) 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - 64px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 + .subtitle,
h2 + .subtitle,
h3 + .subtitle,
h4 + .subtitle,
h5 + .subtitle,
h6 + .subtitle {
  margin-top: -.5rem;
  margin-bottom: 1rem;
}

section,
p,
blockquote,
pre,
article,
figure,
iframe,
video,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

section + h2,
p + h2,
blockquote + h2,
pre + h2,
article + h2,
figure + h2,
iframe + h2,
video + h2,
ul + h2,
ol + h2 {
  padding-top: 1rem;
}

.l-block {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .l-block {
    margin-bottom: 2rem;
  }
}

.l-section {
  margin-top: 0;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .l-section {
    margin-bottom: 4rem;
  }
}

.topbar + .main-banner {
  margin-top: -3rem;
}

main {
  padding-bottom: 4rem;
}

/* PrismJS 1.9.0
http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css+clike+javascript+scss&plugins=line-numbers+toolbar+show-language+copy-to-clipboard */

/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */

code[class*="language-"],
pre[class*="language-"] {
  color: #F8F8F2;
  background: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  border: none;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* Code blocks */

pre[class*="language-"] {
  padding: 1em;
  overflow: auto;
  border-radius: 0.3em;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #272822;
}

/* Inline code */

:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #F8F8F2;
}

.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #F92672;
}

.token.boolean,
.token.number {
  color: #AE81FF;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #A6E22E;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #F8F8F2;
}

.token.atrule,
.token.attr-value,
.token.function {
  color: #E6DB74;
}

.token.keyword {
  color: #66D9EF;
}

.token.regex,
.token.important {
  color: #FD971F;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}

pre.line-numbers > code {
  position: relative;
  white-space: inherit;
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}

pre.code-toolbar {
  position: relative;
}

pre.code-toolbar > .toolbar {
  position: absolute;
  top: .3em;
  right: .2em;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

pre.code-toolbar:hover > .toolbar {
  opacity: 1;
}

pre.code-toolbar > .toolbar .toolbar-item {
  display: inline-block;
}

pre.code-toolbar > .toolbar a {
  cursor: pointer;
}

pre.code-toolbar > .toolbar button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

pre.code-toolbar > .toolbar a,
pre.code-toolbar > .toolbar button,
pre.code-toolbar > .toolbar span {
  color: #BBB;
  font-size: .8em;
  padding: 0 .5em;
  background: #F5F2F0;
  background: rgba(224, 224, 224, 0.2);
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: .5em;
}

pre.code-toolbar > .toolbar a:hover,
pre.code-toolbar > .toolbar a:focus,
pre.code-toolbar > .toolbar button:hover,
pre.code-toolbar > .toolbar button:focus,
pre.code-toolbar > .toolbar span:hover,
pre.code-toolbar > .toolbar span:focus {
  color: inherit;
  text-decoration: none;
}

.svg-icon {
  height: 1em;
  width: 1em;
  display: inline-block;
  fill: currentcolor;
}

.svg-icon.before {
  margin-right: .3em;
}

.button,
[class*=button--] {
  display: inline-block;
  padding: .5rem 1rem;
  background: var(--color-button);
  color: #FFF;
  margin-right: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  text-decoration: none;
  line-height: inherit;
  border-radius: .25rem;
  -webkit-transition: -webkit-transform .05s;
  transition: -webkit-transform .05s;
  transition: transform .05s;
  transition: transform .05s, -webkit-transform .05s;
  border: none;
  text-align: center;
}

.button:hover,
[class*=button--]:hover {
  background: var(--color-button-alt);
  text-decoration: inherit;
}

.button:active,
[class*=button--]:active {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

.button--tiny,
[class*=button].tiny {
  padding: .25rem .5rem;
  font-size: 0.875rem;
}

[class*=button].center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

[class*=button].full {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

[class*=button].last {
  margin-right: 0;
  margin-bottom: 0;
}

[class*=button]:last-of-type:not(.center) {
  margin-right: 0;
}

.button--secondary,
.button--second {
  --color-button: var(--second-color);
  --color-button-alt: var(--second-color-alt);
}

.button--alert {
  --color-button: var(--third-color);
  --color-button-alt: var(--third-color-alt);
}

.button--cta {
  --color-button: var(--accent-color);
  --color-button-alt: var(--accent-color-alt);
}

.button--dark {
  --color-button: var(--dark-color);
  --color-button-alt: var(--dark-color-alt);
}

.button--light {
  --color-button: #FFF;
  --color-button-alt: var(--color-light);
  color: var(--color-text);
}

[class*=button--ghost] {
  color: var(--color-button);
  background: none;
  border: 1px solid;
}

[class*=button--ghost]:hover {
  background: var(--color-button);
  color: #FFF;
  border-color: transparent;
}

.button--ghost-alert,
.button--ghost--alert {
  --color-button: var(--third-color);
}

.button--ghost-secondary,
.button--ghost--secondary,
.button--ghost-second,
.button--ghost--second {
  --color-button: var(--second-color);
}

.button--ghost-cta,
.button--ghost--cta {
  --color-button: var(--accent-color);
}

.button--ghost-dark,
.button--ghost--dark {
  --color-button: var(--dark-color);
}

.button--ghost-light,
.button--ghost--light {
  --color-button: #FFF;
}

.button--ghost-light:hover,
.button--ghost--light:hover {
  color: var(--text-color);
}

.button--cancel {
  color: var(--color-button);
  background: none;
  border: 1px solid;
  --color-button: var(--text-color);
}

.button--cancel:hover {
  background: var(--color-button);
  color: #FFF;
  border-color: transparent;
}

/*
  MAIN MENU
  Este es el men�� principal del sitio, aparece dentro de main header

  Su estructura es
    <nav class="main-menu" id="main-menu">
      <ul>
        <li><a href="#">Item de menu</a></li>
        <li><a href="#">Item de menu</a></li>
      </ul>
    </nav>

  En movil se activa con un bot��n de hamburguesa.
  En el ejemplo es un div pero puede ser cualquier elemento
  (debe estar fuera del nav)
    <div id="main-menu-toggle" class="main-menu-toggle to-l"></div>

  Entra por la derecha justo debajo de main-header

*/

.main-menu a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .main-menu .active {
    font-weight: 400;
    color: var(--third-color);
  }

  .main-menu .active::before {
    display: none;
  }
}

body {
  position: relative;
  right: 0;
  -webkit-transition: right .5s;
  transition: right .5s;
}

@media screen and (max-width: 1023px) {
  body.main-menu-visible {
    right: 80%;
    overflow-y: hidden;
  }
}

.main-menu-toggle {
  position: relative;
  z-index: 300;
  width: 30px;
  height: 20px;
  -webkit-box-shadow: 0 4px var(--text-color) inset;
          box-shadow: 0 4px var(--text-color) inset;
  cursor: pointer;
}

.main-menu-toggle::after,
.main-menu-toggle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--text-color);
  bottom: 0;
}

.main-menu-toggle::after {
  bottom: 8px;
}

.main-menu {
  font-size: 0.875rem;
}

@media screen and (max-width: 1023px) {
  .main-menu {
    position: fixed;
    top: var(--header-height);
    background: var(--dark-color);
    width: 80%;
    right: -80%;
    padding: 1em 1em 2em;
    height: calc(100vh - 64px);
    -webkit-transition: right .5s;
    transition: right .5s;
    overflow-y: auto;
  }

  .main-menu.show {
    right: 0;
  }
}

.main-menu ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  .main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu li {
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1em 0;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .main-menu li {
    color: var(--text-color);
    padding: 0;
    margin-left: 2rem;
  }
}

.main-menu a {
  color: inherit;
}

.vertical-menu-toggle {
  background-size: 100% 34%;
  color: var(--first-color);
  font-size: 0.875rem;
}

@media screen and (max-width: 1023px) {
  .vertical-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.vertical-menu-toggle::before {
  content: "";
  display: block;
  width: .5em;
  height: 1.2em;
  background-image: radial-gradient(circle, var(--text-color) 2px, transparent 2px);
  background-size: 100% 34%;
  margin-right: .2em;
}

.vertical-menu-toggle::after {
  content: attr(data-content);
}

.vertical-menu {
  border-right: 1px solid var(--border-color);
}

@media screen and (max-width: 1023px) {
  .vertical-menu {
    max-height: 0;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
    overflow: hidden;
  }

  .vertical-menu.show {
    max-height: 1000px;
    margin-bottom: 1em;
  }

  .vertical-menu .active::before {
    display: none;
  }
}

.vertical-menu ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0;
}

.vertical-menu li {
  padding: .4em 0;
  border-bottom: none;
  font-size: 0.875rem;
  color: var(--text-color);
}

.vertical-menu a {
  color: inherit;
  display: block;
}

.vertical-menu a.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--third-color);
}

.vertical-menu a.active::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(https://ux.ed.team/img/icon-right.svg) center right/contain no-repeat;
}

.vertical-menu a.active:hover {
  text-decoration: none;
}

.vertical-menu .active {
  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
  margin-right: -1px;
  padding: .5em 0;
  border-right: 1px solid var(--body-bg);
}

.vertical-menu .active::after {
  background: url(https://ux.ed.team/img/icon-right.svg) 100%/contain no-repeat !important;
  margin-right: 1rem;
}

.main-logo {
  height: 2rem;
  width: auto;
  display: block;
}

ul,
ol {
  padding-left: 2rem;
  margin-left: 0;
}

.data-list,
.feature-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 2em;
}

.data-list li,
.feature-list li {
  border-bottom: 1px solid var(--border-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
}

.data-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.data-list li > :first-child {
  margin-bottom: .5rem;
  max-width: 75%;
}

@media screen and (min-width: 1024px) {
  .data-list li > :first-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .data-list li [class*="button"] {
    font-size: 0.875rem;
  }
}

.data-list li li div:last-child p {
  text-align: right;
}

.data-list h1,
.data-list h2,
.data-list h3,
.data-list h4,
.data-list h5,
.data-list h6,
.data-list p,
.data-list [class*="button"] {
  margin: 0;
}

.feature-list {
  padding-left: 0;
}

.feature-list li {
  padding-left: 1.5rem;
  list-style: none;
  position: relative;
}

.feature-list li::before {
  content: '';
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 1.25em;
  left: 0;
  color: var(--first-color);
  background: url(https://ux.ed.team/img/icon-check.svg);
}

code {
  color: var(--third-color);
  display: inline-block;
  padding: 0 .5em;
  margin: 0 .5em;
  font-family: monospace;
  line-height: 1.4;
}

pre code {
  display: block;
}

:not(pre) code {
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
  background: var(--color-light);
  border: 1px solid var(--color-border);
  font-size: 0.875rem;
  padding: 0 .25em;
  margin: 0 .1em;
  word-break: break-all;
}

.center {
  text-align: center;
}

.strong {
  font-weight: 700;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 0.875rem;
  background: #FFF;
  min-width: 100%;
}

table th {
  background: #007BDF;
}

table tr {
  border-bottom: 1px solid rgba(0, 123, 223, 0.3);
}

table tr:hover {
  background: rgba(0, 123, 223, 0.1);
}

table.first-column td:first-child {
  background: rgba(0, 123, 223, 0.75);
  color: #fff;
}

table.center-content {
  text-align: center;
}

table.center-content th {
  text-align: inherit;
}

table th {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  color: #FFF;
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

table td {
  min-width: 100px;
}

table td:nth-child(even) {
  background: rgba(223, 224, 224, 0.2);
}

table td,
table th {
  padding: 1em 1.5em;
}

.table-container {
  overflow-x: auto;
  border: 1px solid var(--border-color);
  margin-bottom: 2em;
  min-width: 100%;
  position: relative;
  table-layout: fixed;
}

.table--secondary th {
  background: #00CBFF;
}

.table--secondary tr {
  border-bottom: 1px solid rgba(0, 203, 255, 0.3);
}

.table--secondary tr:hover {
  background: rgba(0, 203, 255, 0.1);
}

.table--secondary.first-column td:first-child {
  background: rgba(0, 203, 255, 0.75);
  color: #fff;
}

.table--secondary.center-content {
  text-align: center;
}

.table--secondary.center-content th {
  text-align: inherit;
}

.table--tertiary th {
  background: #FF3C32;
}

.table--tertiary tr {
  border-bottom: 1px solid rgba(255, 60, 50, 0.3);
}

.table--tertiary tr:hover {
  background: rgba(255, 60, 50, 0.1);
}

.table--tertiary.first-column td:first-child {
  background: rgba(255, 60, 50, 0.75);
  color: #fff;
}

.table--tertiary.center-content {
  text-align: center;
}

.table--tertiary.center-content th {
  text-align: inherit;
}

.table--accent th {
  background: #FBA905;
}

.table--accent tr {
  border-bottom: 1px solid rgba(251, 169, 5, 0.3);
}

.table--accent tr:hover {
  background: rgba(251, 169, 5, 0.1);
}

.table--accent.first-column td:first-child {
  background: rgba(251, 169, 5, 0.75);
  color: #fff;
}

.table--accent.center-content {
  text-align: center;
}

.table--accent.center-content th {
  text-align: inherit;
}

.table--dark th {
  background: #282D31;
}

.table--dark tr {
  border-bottom: 1px solid rgba(40, 45, 49, 0.3);
}

.table--dark tr:hover {
  background: rgba(40, 45, 49, 0.1);
}

.table--dark.first-column td:first-child {
  background: rgba(40, 45, 49, 0.75);
  color: #fff;
}

.table--dark.center-content {
  text-align: center;
}

.table--dark.center-content th {
  text-align: inherit;
}

.form__item {
  margin-bottom: 2rem;
}

.form__item:last-child {
  margin-bottom: 0;
}

[type="text"],
[type="email"],
[type="password"],
[type="number"],
[type="date"],
[type="search"],
[type="tel"],
select,
textarea {
  display: block;
  border: 1px solid var(--border-color);
  background: #fff;
  width: 100%;
  line-height: 1.6;
  font-family: Lato, "sans-serif";
  font-size: 0.875rem;
  color: var(--text-color);
  border-radius: .25rem;
  padding: .5rem 1rem;
}

[type="text"]::-webkit-input-placeholder,
[type="email"]::-webkit-input-placeholder,
[type="password"]::-webkit-input-placeholder,
[type="number"]::-webkit-input-placeholder,
[type="date"]::-webkit-input-placeholder,
[type="search"]::-webkit-input-placeholder,
[type="tel"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(83, 87, 90, 0.75);
}

[type="text"]::-ms-input-placeholder,
[type="email"]::-ms-input-placeholder,
[type="password"]::-ms-input-placeholder,
[type="number"]::-ms-input-placeholder,
[type="date"]::-ms-input-placeholder,
[type="search"]::-ms-input-placeholder,
[type="tel"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgba(83, 87, 90, 0.75);
}

[type="text"]::placeholder,
[type="email"]::placeholder,
[type="password"]::placeholder,
[type="number"]::placeholder,
[type="date"]::placeholder,
[type="search"]::placeholder,
[type="tel"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(83, 87, 90, 0.75);
}

[type="text"]:disabled,
[type="email"]:disabled,
[type="password"]:disabled,
[type="number"]:disabled,
[type="date"]:disabled,
[type="search"]:disabled,
[type="tel"]:disabled,
select:disabled,
textarea:disabled {
  background: var(--border-color);
  cursor: default;
}

[type="search"] {
  background: #fff url(https://ux.ed.team/img/icon-search.svg) center right 1rem/1rem no-repeat !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(https://ux.ed.team/img/arrow.svg) center right 1rem/1rem no-repeat !important;
}

textarea {
  min-height: 6em;
  max-height: 6em;
  min-width: 100%;
  max-width: 100%;
}

label {
  position: relative;
  display: block;
  font-size: 0.875rem;
  margin-bottom: .2em;
}

label + input::-webkit-input-placeholder {
  display: none;
}

label + input::-ms-input-placeholder {
  display: none;
}

label + input::placeholder {
  display: none;
}

[type="submit"] {
  margin: 0 !important;
}

.card {
  -webkit-box-shadow: 0 2px 16px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 16px -2px rgba(0, 0, 0, 0.15);
  border: none;
  background: #fff;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card p,
.card [class*="button"] {
  margin: 0;
}

.card__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.card__img img {
  display: block;
  border-radius: .25rem .25rem 0 0;
}

.card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  padding: 1rem;
}

.card__title {
  font-family: "Open Sans", "sans-serif";
  font-weight: 700;
  margin-bottom: 1rem;
}

.card__title + .card__subtitle {
  margin-top: -1rem;
}

.card__subtitle {
  font-size: 0.875rem;
  opacity: .5;
  margin-bottom: .5rem;
}

.card__body {
  margin-bottom: 1rem;
}

.card__footer {
  margin-top: auto;
  font-size: 0.875rem;
  border-top: 1px solid var(--border-color);
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card--course .card__footer {
  border-top: none;
  margin-top: -1.5rem;
}

.card--course-next .card__footer {
  padding-top: .5rem;
}

.card--next-class {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  color: #fff;
}

.card--next-class a {
  color: currentColor;
  display: block;
}

.card--next-class img {
  display: block;
}

.card--next-class .card__content {
  position: absolute;
  bottom: 0;
  background: rgba(40, 45, 49, 0.8);
  width: 100%;
}

.card--next-class .card__title {
  font-size: 1.25rem;
  font-family: Lato, "sans-serif";
  font-weight: 400;
}

.card--next-class .card__footer {
  padding-top: 0;
  border: none;
  margin-top: -.5rem;
}

.card__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card__user a {
  color: var(--text-color);
}

.card__user-img img {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: block;
  margin-right: .5rem;
}

[class*="card--mini"] .card__title {
  margin-bottom: .25rem;
}

[class*="card--mini"] .card__body {
  font-size: 0.875rem;
  padding-top: .5rem;
  border-top: 1px solid var(--accent-color);
}

[class*="card--mini"] .card__footer {
  border-top: none;
  padding-top: 0;
}

@media screen and (min-width: 1024px) {
  .card--mini-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.card--mini-horizontal .card__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.card--mini-horizontal .card__img img {
  border-radius: .25rem 0 0 .25rem;
}

.post-header {
  position: relative;
  margin-bottom: 2em;
}

.post-header img {
  display: block;
}

.post-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 45, 49, 0.8);
}

.post-header h1 {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 90%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.post .author {
  display: table;
  margin: -5em auto 2em;
  position: relative;
}

.post .author img {
  border: 4px solid #fff;
}

.main-banner {
  --color: var(--first-color);
  position: fixed;
  width: 100%;
  background: var(--color);
  color: #FFF;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 1024px) {
  .main-banner {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.main-banner h1,
.main-banner h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .main-banner h1,
  .main-banner h2 {
    font-size: 1.25rem;
  }
}

.main-banner h1 + .subtitle,
.main-banner h2 + .subtitle {
  margin-top: .5rem;
  margin-bottom: 0;
}

.main-banner [class*=button] {
  margin-top: 1rem;
}

.main-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .2;
  -webkit-filter: blur(12px);
          filter: blur(12px);
}

.main-banner__data {
  text-align: center;
  position: relative;
}

.main-banner__author {
  color: #fff;
  margin-top: .5rem;
}

.main-banner__author a {
  color: inherit;
}

.main-banner__author-img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 2px solid;
  display: block;
  margin: 0 auto;
}

.main-banner__author-name {
  font-size: 0.875rem;
}

[class*="main-header"] {
  height: var(--header-height);
  border-bottom: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 100;
}

.main-header--dark {
  background: var(--dark-color-alt);
  border-bottom: none;
}

@media screen and (min-width: 1024px) {
  .main-header--dark li {
    border-bottom: none;
  }
}

.main-header--dark a {
  color: rgba(223, 224, 224, 0.5);
}

.main-footer {
  background: var(--dark-color);
  color: #FFF;
  padding: 2rem 0;
  font-size: 0.875rem;
  margin-top: auto;
}

[class*="topbar"] {
  background: var(--first-color);
  color: #fff;
  font-size: 0.875rem;
}

@media screen and (min-width: 1024px) {
  [class*="topbar"] {
    height: var(--header-height);
  }
}

[class*="topbar"] .ed-grid {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[class*="topbar"] p,
[class*="topbar"] .button,
[class*="topbar"] form,
[class*="topbar"] input,
[class*="topbar"] a {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}

[class*="topbar"] form {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media screen and (max-width: 1023px) {
  [class*="topbar"] form {
    display: none;
  }
}

[class*="topbar"] input {
  border: none;
}

.topbar--secondary {
  background: var(--second-color);
}

.topbar--tertiary {
  background: var(--third-color);
}

.topbar--accent {
  background: var(--accent-color);
}

.topbar--dark {
  background: var(--dark-color);
}

.ed-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(250, 253, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
}

.ed-modal-container::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(https://ux.ed.team/img/icon-close.svg);
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}

.ed-modal-content {
  -webkit-box-shadow: 0 2px 16px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 16px -2px rgba(0, 0, 0, 0.15);
  border: none;
  background: #fff;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  margin: auto;
  padding: 2rem;
  border-radius: .25rem;
  overflow-y: auto;
}

.video {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .edui-tabs--class {
    margin-left: -1rem;
    margin-right: -1rem;
    border: none;
    margin-top: -2rem;
  }
}

.edui-tabs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 1rem;
  top: 1px;
}

.edui-tabs .tab {
  border: 1px solid var(--border-color);
  padding: 1rem;
  border-radius: .25rem .25rem 0 0;
  margin-right: .5rem;
  background: #fff;
  cursor: pointer;
  opacity: .5;
}

.edui-tabs .tab.active {
  border-bottom: 1px solid #fff;
  opacity: 1;
}

.edui-tabs .tab img {
  width: 2.25rem;
  display: block;
}

.edui-tabs .tab .tab {
  border: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}

.edui-tabs .panel {
  -webkit-box-shadow: 0 2px 16px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 16px -2px rgba(0, 0, 0, 0.15);
  border: none;
  background: #fff;
  display: none;
  border-radius: .25rem;
  padding: 2rem;
}

.edui-tabs .panel.active {
  display: block;
}

.edui-tabs .tabs--class {
  left: 0;
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
}

.edui-tabs .tabs--class::before {
  content: "";
  display: block;
  width: 25%;
  height: 4px;
  background: var(--second-color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform .25s ease-in;
  transition: -webkit-transform .25s ease-in;
  transition: transform .25s ease-in;
  transition: transform .25s ease-in, -webkit-transform .25s ease-in;
}

.edui-tabs .tabs--class[data-tab="2"]::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.edui-tabs .tabs--class[data-tab="3"]::before {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}

.edui-tabs .tabs--class[data-tab="4"]::before {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}

.edui-tabs .tab--class {
  width: 25%;
  text-align: center;
  margin: 0;
  border-radius: 0;
  border: none;
  background: var(--dark-color);
  color: var(--border-color);
  opacity: 1;
  height: 3rem;
  padding: .6rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
  -webkit-box-shadow: 0 -4px rgba(255, 255, 255, 0.5) inset;
          box-shadow: 0 -4px rgba(255, 255, 255, 0.5) inset;
}

.edui-tabs .tab--class.active {
  color: var(--second-color);
  border: none;
  background: var(--dark-color-alt);
}

.edui-tabs .panels--class {
  height: calc(100vh - 10rem);
  overflow: auto;
  border: 1px solid var(--border-color);
  background: #fff;
  border-radius: 0 0 .25rem .25rem;
  -webkit-box-shadow: 0 2px 16px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 16px -2px rgba(0, 0, 0, 0.15);
  border: none;
  background: #fff;
}

.edui-tabs .panel--class {
  padding: 2rem 1rem 1rem;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.payment-method__name {
  padding-bottom: .5rem;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: .5rem;
}

.payment-method__notes {
  margin-top: -1.5rem;
}

.payment-method__account {
  color: var(--third-color);
}

.video-class {
  background: var(--dark-color);
}

@media screen and (min-aspect-ratio: 8 / 5) {
  .video-class {
    height: calc(100vh - 3rem);
  }
}

.video-class--container {
  position: fixed;
  top: var(--header-height);
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 960px) {
  .video-class--container {
    position: static;
  }
}

@media screen and (min-width: 1024px) and (min-aspect-ratio: 8 / 5) {
  .video-class--container {
    height: calc(100vh - 9rem);
    padding: 1rem;
  }
}

.video-class--element {
  margin: auto;
}

.video-class--element iframe {
  width: 100%;
  height: 100%;
}

.video-class--footer {
  background: var(--dark-color-alt);
  color: #fff;
  padding: 1rem 0;
}

@media screen and (min-aspect-ratio: 8 / 5) {
  .video-class--footer {
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

.video-class--title {
  font-size: 1.25rem;
}

@media screen and (max-width: 1023px) {
  .video-class--title {
    font-size: 1rem;
  }
}

.video-class--course {
  color: var(--accent-color);
  font-size: 0.875rem;
  margin: -.5rem 0 0 0;
  opacity: .75;
}

.video-class--next,
.video-class--prev {
  width: 2rem;
  margin-left: 1rem;
  cursor: pointer;
}

.video-live {
  background: var(--dark-color);
}

@media screen and (min-width: 1024px) {
  .video-live__container {
    display: grid;
    padding: 1rem;
    grid-gap: 1rem;
    grid-template-columns: 1fr minmax(320px, 360px);
  }
}

.video-live__video.video-fixed {
  position: fixed;
  z-index: var(--z-fixed);
  top: var(--header-height);
  left: 0;
}

.video-live__data {
  color: var(--border-color);
  padding: 1rem 0;
}

.video-live__data [class*="button"] {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .video-live__data {
    grid-column: 1 / span 2;
    grid-row: 2;
  }

  .video-live__data [class*="button"] {
    margin-right: 6rem;
  }
}

.video-live__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.video-live__title-container [class*="button"] {
  margin-right: 1rem;
}

.video-live__title {
  margin: 0;
  font-size: 1.25rem;
}

@media screen and (max-width: 1023px) {
  .video-live__title {
    font-size: 1rem;
  }
}

.video-live__footer {
  background: var(--dark-color-alt);
}

.class-temary {
  padding-top: 2rem;
  counter-reset: subjects;
}

.class-subject__title {
  counter-increment: subjects;
  margin-bottom: 0;
}

.class-subject__title::before {
  content: counter(subjects) ".";
  display: inline-block;
  margin-right: .25rem;
}

.class-fragment__title {
  position: relative;
}

.class-fragment__title a {
  color: var(--text-color);
  position: relative;
  left: 1.5em;
}

.class-fragment__title img {
  width: 1em;
  height: 1em;
  position: absolute;
  top: .25em;
}

.class-fragment [class*="button"] {
  margin-left: 1em;
  font-size: 12px;
}

.class-fragment [class*="button"]:hover {
  text-decoration: none;
}

.chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: var(--border-color);
}

@media screen and (max-width: 1023px) {
  .chat {
    padding: 0 1rem;
    max-height: 500px;
  }
}

.chat__send {
  position: relative;
  margin-bottom: 1rem;
}

.chat__send-message {
  width: 100%;
  display: block;
  padding: .75em 2.5em .75em .75em;
  line-height: 1.6;
  border-radius: .25rem;
  border: 1px solid var(--border-color);
}

.chat__send-submit {
  width: 1.5em;
  position: absolute;
  right: .75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.chat__info {
  color: var(--text-color);
  margin-top: -.5rem;
  opacity: .5;
  font-style: italic;
  margin-bottom: 1rem;
}

.chat__messages {
  padding-top: 1rem;
}

.chat__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: .75rem;
  margin-bottom: 1rem;
  color: var(--text-color);
}

.chat__message-avatar {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}

.chat__message-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: .25rem;
}

.chat__message-user,
.chat__message-date {
  vertical-align: super;
  margin-right: .5rem;
  opacity: .8;
}

.chat__message-user {
  font-weight: bold;
}

.chat__message-comment {
  margin: -.4em 0 0;
}

@media screen and (min-width: 1024px) {
  .video-live__chat .chat {
    grid-column: 2;
    grid-row: 1;
  }
}

.video-live__chat .chat__send-message {
  background: var(--dark-color-alt);
  color: var(--border-color);
  border: 1px solid rgba(251, 169, 5, 0.3);
}

.video-live__chat .chat__messages {
  background: var(--dark-color-alt);
  padding: 1rem;
  border-radius: .25rem;
  overflow-y: auto;
}

.video-live__chat .chat__message {
  border-bottom: 1px solid rgba(255, 60, 50, 0.3);
  color: inherit;
}

.video-live__chat .chat-user,
.video-live__chat .chat-date {
  opacity: .5;
}

.add-note textarea {
  margin-bottom: .5rem;
}

.add-note__info {
  opacity: .5;
  font-style: italic;
  margin-bottom: .5rem;
}

.notes {
  padding-top: 2rem;
}

.note {
  border: 1px solid var(--border-color);
  font-size: 0.875rem;
  border-radius: .25rem;
}

.note--edit {
  background: rgba(251, 169, 5, 0.075);
}

.note--delete {
  position: relative;
}

.note--delete__alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(251, 169, 5, 0.5);
}

.note__header {
  background: var(--text-color);
  color: var(--border-color);
  padding: .5rem 1rem;
  border-radius: .25rem .25rem 0 0;
  font-size: 12px;
}

.note__header p {
  margin: 0;
}

.note__content {
  padding: 1rem 1rem .5rem;
}

.note__content p,
.note__content blockquote,
.note__content pre {
  margin-bottom: 1rem;
}

.note__footer {
  padding: 0 1rem 1rem;
}

.note__footer img {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}

.resources li {
  padding-left: .5em;
}

.resources li::before {
  background: none;
}

.resources img {
  width: 1em;
  height: 1em;
  margin-right: .5em;
}

.resources a {
  color: var(--text-color);
}

.course-header {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  overflow: hidden;
}

.course-header::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10vw;
  width: 120vw;
  height: 120%;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 45, 49, 0.9)), to(rgba(40, 45, 49, 0.9))), url(https://ed.team/sites/default/files/styles/large/public/courses/images/css-animaciones-poster-1280.jpg) no-repeat center/cover;
  background: linear-gradient(rgba(40, 45, 49, 0.9), rgba(40, 45, 49, 0.9)), url(https://ed.team/sites/default/files/styles/large/public/courses/images/css-animaciones-poster-1280.jpg) no-repeat center/cover;
}

.course-data {
  color: #fff;
  position: relative;
  padding: 2rem 0;
}

@media screen and (min-width: 1440px) {
  .course-data {
    padding: 4rem 0;
  }
}

.course-data__subtitle {
  margin-top: -1rem;
}

.course-data__description,
.course-data__stars-info,
.course-data__live-or-record span {
  opacity: 0.8;
}

.course-data__more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 400px) {
  .course-data__more-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.course-data__calification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
}

.course-data__stars {
  margin-right: 1rem;
}

.course-data__live-or-record span {
  margin-left: 0.25em;
}

.course-info {
  border-radius: 0.25rem;
  position: relative;
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid var(--border-color);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 639px) {
  .course-info__item:nth-child(2) {
    margin: 1rem 0;
  }
}

.course-info__title {
  border-bottom: 1px solid var(--border-color);
  font-family: "Open Sans", "sans-serif";
}

.course-info__list {
  padding: 0;
  margin-left: 0.5rem;
  margin-bottom: 0;
  list-style: none;
}

.course-info__list-item {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}

.course-info__list-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.20rem;
  width: 1rem;
  height: 1rem;
  background: url("https://ed.team/themes/custom/escueladigital/img/active-check.svg") no-repeat 50%/contain;
}

@media screen and (max-width: 1023px) {
  .course-main .span-l-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .course-main .span-l-3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .card--sidebar {
    margin-bottom: 2rem;
  }
}

.course-main {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .course-main {
    margin-bottom: 4rem;
  }
}

.temary-accordion {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 0.25rem;
}

@media screen and (min-width: 1024px) {
  .temary-accordion:last-of-type {
    margin-bottom: 0;
  }
}

.temary-accordion__main-title {
  font-family: "Open Sans", "sans-serif";
  outline: none;
}

.temary-accordion__list {
  padding: 1rem 1rem 0;
  margin-bottom: 0;
}

.temary-accordion__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--text-color);
}

.temary-accordion__title {
  position: relative;
  margin-bottom: 0.25rem;
  padding-left: 1.5rem;
  color: inherit;
}

.temary-accordion__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 12px;
  height: 12px;
  opacity: 0.5;
  background: url("https://ed.team/themes/custom/escueladigital/img/padlock.svg") no-repeat 50%/contain;
}

.temary-accordion__title.free-class {
  color: var(--accent-color);
}

.temary-accordion__title.free-class::before {
  opacity: 1;
  background: url("https://ed.team/themes/custom/escueladigital/img/active-check.svg") no-repeat 50%/contain;
}

.method-payment__container {
  -webkit-box-shadow: 0 2px 16px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 16px -2px rgba(0, 0, 0, 0.15);
  border: none;
  background: #fff;
  padding: 0 2rem;
}

.method-payment__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1rem;
  padding: 2rem 0;
}

.method-payment__row:not(:last-child) {
  border-bottom: 1px solid #DFE0E0;
}

@media screen and (max-width: 639px) {
  .method-payment__row {
    grid-template-columns: 1fr;
  }
}

.method-payment__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 639px) {
  .method-payment__column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .method-payment__column:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.method-payment__image {
  height: 2rem;
}

.method-payment__span {
  color: #FF3C32;
}

.method-payment p {
  margin-bottom: 0;
}

.playlist {
  -webkit-box-shadow: 0 2px 16px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 16px -2px rgba(0, 0, 0, 0.15);
  border: none;
  background: #fff;
  border-radius: 0.25rem;
}

.playlist__header {
  position: relative;
}

.playlist__header-meatballs {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 25px;
  height: 5px;
  cursor: pointer;
  z-index: 10;
}

.playlist__header-meatballs::before {
  content: '';
  display: block;
  height: 5px;
  width: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 10px 0 #fff, 20px 0 #fff;
          box-shadow: 10px 0 #fff, 20px 0 #fff;
}

.playlist__header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  padding: 1rem;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 45, 49, 0.9)), color-stop(80%, transparent));
  background-image: linear-gradient(to top, rgba(40, 45, 49, 0.9), transparent 80%);
  color: #fff;
  z-index: 1;
}

.playlist__header-fragment {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.playlist__header-cover {
  display: block;
}

.playlist__content {
  position: relative;
  padding: 1.5rem 1rem 0;
}

.playlist__button-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -20px;
  right: 1rem;
  width: 40px;
  height: 40px;
  background-color: #FBA905;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  z-index: 10;
}

.playlist__button-add:hover {
  text-decoration: none;
  background-color: #F1A000;
}

.playlist__button-add::before {
  content: '+';
}

.playlist__search {
  margin-bottom: 1rem;
}

.playlist__list {
  height: 300px;
  overflow-y: auto;
}

@media screen and (min-width: 1024px) {
  .playlist__list {
    margin-right: -1rem;
    padding-right: 1rem;
  }
}

.playlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #DFE0E0;
  color: #53575A;
  font-size: 0.875rem;
}

.playlist__item:hover {
  color: #FF3C32;
  text-decoration: none;
}

.playlist__item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.playlist__item-index {
  margin-right: 0.5rem;
  color: #FBA905;
  font-family: Lato, "sans-serif";
}

.playlist__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.playlist__item-fragment {
  font-family: "Open Sans", "sans-serif";
  font-weight: bold;
}

.playlist__item-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.playlist__item-button-delete {
  margin-left: 0.5rem;
  width: 1rem;
  height: 1rem;
}

.pricing-table {
  border: 1px solid var(--border-color);
  border-radius: .25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pricing-table__header {
  background: var(--color);
  color: #FFF;
  padding: 1rem;
  border-radius: .25rem .25rem 0 0;
  margin: -1px -1px -1px 0;
}

.pricing-table__title {
  padding-left: 1.5rem;
  background: url(https://ux.ed.team/img/plans/plan-2.svg) no-repeat center left;
}

.pricing-table__price {
  padding: 1rem;
}

.pricing-table__description {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.pricing-table__features {
  margin-bottom: 0;
  list-style: none;
  padding: 0 1rem;
}

.pricing-table__feature {
  margin-bottom: .75rem;
  display: grid;
  grid-template-columns: 1rem auto;
  grid-gap: .5rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.pricing-table__feature svg {
  height: .8em;
}

.pricing-table__footer {
  padding: 1rem;
  margin-top: auto;
}

.pricing-table [class*=button] {
  --color: var(--current-color);
  margin: 0;
}

.pricing-table.color-second .pricing-table__title {
  background-image: url(https://ux.ed.team/img/plans/plan-1.svg);
}

.pricing-table.color-accent .pricing-table__title {
  background-image: url(https://ux.ed.team/img/plans/plan-3.svg);
}

.pricing-table.color-dark .pricing-table__title {
  background-image: url(https://ux.ed.team/img/plans/plan-4.svg);
}

.alt-banner {
  --image: url();
  --radius: 1200px;
  --size: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 45, 49, 0.9)), to(rgba(40, 45, 49, 0.9))), var(--image) no-repeat center center/cover;
  background: linear-gradient(rgba(40, 45, 49, 0.9), rgba(40, 45, 49, 0.9)), var(--image) no-repeat center center/cover;
}

@media screen and (max-width: 1023px) {
  .alt-banner {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  }
}

@media screen and (min-width: 1024px) {
  .alt-banner {
    background: radial-gradient(circle var(--radius) at 100% 100%, transparent 50%, #F6F6F6 50%), var(--image) no-repeat center right/auto var(--size);
    padding-bottom: 6rem;
    padding-top: 6rem;
    border-bottom: 1px solid var(--border-color);
  }
}

@media screen and (min-width: 1200px) {
  .alt-banner {
    --radius: 1300px;
  }
}

@media screen and (min-width: 1440px) {
  .alt-banner {
    --radius: 1600px;
    --size: 120%;
  }
}

.alt-banner .ed-grid {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .alt-banner h2 {
    color: var(--color-second);
  }
}

.alt-banner__data {
  position: relative;
  color: #FFF;
  text-align: center;
  font-size: 0.875rem;
}

@media screen and (min-width: 1024px) {
  .alt-banner__data {
    padding: 1rem 1rem 1rem 2rem;
    text-align: left;
    color: var(--text-color);
  }

  .alt-banner__data::before {
    position: absolute;
    border-radius: 4px;
    content: "";
    width: 8px;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color);
  }
}

.alt-banner__caption {
  position: absolute;
  bottom: -5rem;
  right: 0;
  z-index: var(--z-tooltip);
  background: rgba(20, 22, 24, 0.9);
  color: #FFF;
  padding: .5rem;
  font-size: 0.8125rem;
}

@media screen and (max-width: 1023px) {
  .alt-banner__caption {
    display: none;
  }
}

.alt-banner__caption span {
  color: var(--color-second);
}

.landing-section {
  --current-color: var(--color-first);
  --color: var(--current-color);
  --color-button: var(--current-color);
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .landing-section {
    margin-bottom: 8rem;
  }
}

.landing-section article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 1024px) {
  .landing-section article {
    padding-right: 2rem;
  }

  .landing-section article::before {
    content: "";
    display: block;
    position: absolute;
    width: .5rem;
    border-radius: .25rem;
    height: 100%;
    right: 0;
    background: var(--color);
  }
}

.landing-section img {
  border-radius: .25rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .landing-section img {
    margin-bottom: 0;
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
            clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  }
}

.landing-section h2 {
  color: var(--color);
}

.landing-section [class*=button] {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .landing-section:first-of-type {
    padding-top: 4rem;
  }
}

.landing-section:nth-of-type(even) {
  --current-color: var(--color-third);
  --color: var(--current-color);
  --color-button: var(--current-color);
}

@media screen and (min-width: 1024px) {
  .landing-section:nth-of-type(even) img {
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
            clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  }

  .landing-section:nth-of-type(even) article {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-right: 0;
    padding-left: 2rem;
  }

  .landing-section:nth-of-type(even) article::before {
    left: 0;
  }
}

summary {
  cursor: pointer;
  outline: none;
  font-weight: bold;
}

summary + * {
  margin-top: 1rem;
}

details {
  margin-bottom: .5rem;
  background: #FFF;
  padding: .5rem 1rem;
  border: 1px solid #DFE0E0;
  border-radius: .25rem;
}

@media screen and (min-width: 1024px) {
  details {
    margin-bottom: 1rem;
    padding: 1rem;
  }
}

td [class*="button"] {
  display: inline;
}

td [class*="button"]:last-child {
  margin-right: 0;
}

.ed-grid .ed-grid,
.ed-grid.full {
  width: 100%;
  max-width: 100%;
}

td [class*="button"] {
  display: inline;
}

td [class*="button"]:last-child {
  margin-right: 0;
}

.ed-grid .ed-grid,
.ed-grid.full {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .ed-grid.cols-l-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ed-grid.cols-l-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width: 1024px) {
  .row-2 {
    grid-row: 2 / 4;
  }
}

.grid-gap-0 {
  grid-gap: 0;
}

.img-100 {
  width: 100%;
}

.lh-0 {
  line-height: 0;
}

.height-100 {
  height: 100%;
}

h1 {
  color: var(--first-color);
}

.mb-2 {
  margin-bottom: 2rem;
  height: auto;
}

.search button {
  border: none;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination li {
  border: 1px solid #eaeaea;
  padding: .5rem 0;
}

.pagination li span,
.pagination li a {
  padding: 0 .75rem;
}

#myslider {
  height: 500px;
}

#myslider img {
  height: 100%;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {
  .main-menu {
    font-size: 1.25rem !important;
  }
}

:root {
  --header-height: 5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#banner-main {
  line-height: 1.8;
}

.brand-section {
  margin: 2rem 0;
}

.banner-home {
  position: relative;
  overflow: hidden;
  background-position-x: center;
  background-size: cover;
  background: url("/images/banner.jpg") fixed;
}

@media screen and (min-width: 1024px) {
  .banner-home {
    max-height: 600px;
  }
}

.banner-home--title {
  color: white;
  text-align: center;
  text-shadow: 0px 4px 20px black;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .banner-home--title {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .banner-home--title {
    font-size: 2rem;
    padding: 1rem 1rem 0;
  }
}

.banner-home--text {
  color: white;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
}

.banner-home--container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.banner-home--link {
  text-align: center;
  width: 100%;
}

.banner-home.dos {
  background: url("/images/banner2.jpg") fixed;
}

.banner-home.dos .banner-home--container {
  background: #0031508c;
}

@media screen and (min-width: 1024px) {
  .banner-home.dos .banner-home--container {
    padding: 8rem;
  }
}

.banner-home.dos .banner-home--container h2 {
  text-shadow: 0px 4px 20px black;
  line-height: 1.5;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  .banner-home.dos .banner-home--container h2 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 639px) {
  .banner-home.dos .banner-home--container h2 {
    font-size: 1rem;
  }
}

.banner-home.title {
  background: url("/images/banner2.jpg") fixed;
}

.banner-home.title .banner-home--container {
  padding: 3rem 0;
}

.banner-home.title .banner-home--container h1 {
  text-shadow: 0px 4px 20px black;
}

@media screen and (min-width: 1024px) {
  .banner-home.title .banner-home--container h1 {
    font-size: 3rem;
  }
}

.meets-home img {
  width: 100%;
}

.messages-last {
  background: #333333;
  color: white;
  position: relative;
}

.messages-last a {
  color: var(--accent-color);
}

.messages-last--details {
  background: rgba(51, 51, 51, 0.5);
}

.messages-last--details span {
  margin-right: 1rem;
}

.messages-last--tag {
  padding: .25rem 1.5rem;
  background: var(--second-color);
  text-transform: uppercase;
}

@media screen and (max-width: 639px) {
  .messages-last--details {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 640px) {
  .messages-last--details {
    position: absolute;
    bottom: 0;
    min-height: 150px;
    width: 100%;
    padding: 2rem;
  }

  .messages-last--tag {
    position: absolute;
    bottom: 150px;
    z-index: 1;
  }

  .messages-last--title {
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1024px) {
  .messages-last--tag {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

.tiny .card__content {
  padding: .5rem 1rem 0;
}

.tiny .card__title {
  line-height: 1.2;
}

.big-meet-last {
  position: relative;
}

.big-meet-last--tag {
  position: absolute;
  bottom: 100px;
  z-index: 1;
  padding: .25rem 1.5rem;
  background: var(--third-color);
  text-transform: uppercase;
  font-size: 1rem;
  color: white;
  left: 0;
}

.big-meet-last--details {
  position: absolute;
  bottom: 67px;
  z-index: 1;
  padding: .25rem 1.5rem;
  background: rgba(51, 51, 51, 0.75);
  color: white;
  left: 0;
}

.big-meet-last--details span {
  margin-right: 1rem;
}

.big-meet-last--details a {
  color: var(--accent-color);
}

.middle-meet,
.small-meet {
  position: relative;
}

.middle-meet--details,
.small-meet--details {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 0;
}

.middle-meet--details > span,
.small-meet--details > span {
  width: 50%;
  text-align: center;
  padding: .25rem 0;
}

.middle-meet--tag,
.small-meet--tag {
  background: rgba(51, 51, 51, 0.75);
  color: white;
}

.middle-meet--date,
.small-meet--date {
  background: var(--second-color);
  color: white;
}

.article-section {
  background: var(--first-color);
  padding: 4rem 0 2rem 0;
}

.article-section h2 {
  color: white;
}

.article-section .article-home {
  margin-bottom: 2rem;
  padding: .75rem;
  background: white;
  border-radius: 7px;
}

footer.footer {
  background: #333333;
  color: white;
  line-height: 1;
  padding: 2rem 1rem;
}

footer.footer p {
  margin: 0;
}

article.card.card--course {
  margin-bottom: 2rem;
  height: auto;
}

form.search .form__item {
  margin-bottom: 0;
}

.product-home .card__title {
  margin-bottom: 0;
}

.table-product {
  min-width: 0;
  width: 80%;
  margin: auto;
}

.table-product .table--dark.first-column {
  table-layout: initial;
}

.table-product .table--dark.first-column td:first-child {
  background: rgba(40, 45, 49, 0.1);
  color: black;
}

.otros-prods {
  background: #ececec;
  padding: 1rem;
  border-radius: 4px;
}

.card__content a {
  color: #272822 !important;
}

select {
  padding: .5rem 1.25rem !important;
  -webkit-appearance: none !important;
}

form.filtros {
  background: #ececec;
  padding-top: 1rem;
  border-radius: 4px;
}

.message {
  width: 100%;
  color: white;
  text-align: center;
  padding: 1rem;
}

.message.success {
  background: #009687;
}

.message.error {
  background: tomato;
}

.buscar-filtro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buscar-filtro input {
  margin-bottom: .5rem !important;
  padding: .65rem 1rem;
}

@media screen and (max-width: 1023px) {
  .search {
    display: none;
  }
}

.card__title, .card__body {
  word-break: break-word;
}

