@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; }

.ed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px; /*Hay que dejarlo poprque hace que no se desparramen las cosas*/
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.ed-item {
  margin: 0;
  padding-left: 0.9375em;
  padding-right: 0.9375em; }

.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)
|
*/
.button {
  display: inline-block;
  line-height: 2.5em;
  padding: 0 1.5em;
  cursor: pointer;
  margin-bottom: 1em;
  border: none; }

.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.33333%; }

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

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

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

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

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

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

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

.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.33333%; }
  .m-2-3,
  .ed-item.m-2-3 {
    width: 66.66667%; }
  .m-3-3,
  .ed-item.m-3-3 {
    width: 100%; }
  .m-1-6,
  .ed-item.m-1-6 {
    width: 16.66667%; }
  .m-2-6,
  .ed-item.m-2-6 {
    width: 33.33333%; }
  .m-3-6,
  .ed-item.m-3-6 {
    width: 50%; }
  .m-4-6,
  .ed-item.m-4-6 {
    width: 66.66667%; }
  .m-5-6,
  .ed-item.m-5-6 {
    width: 83.33333%; }
  .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.33333%; }
  .l-2-3,
  .ed-item.l-2-3 {
    width: 66.66667%; }
  .l-3-3,
  .ed-item.l-3-3 {
    width: 100%; }
  .l-1-6,
  .ed-item.l-1-6 {
    width: 16.66667%; }
  .l-2-6,
  .ed-item.l-2-6 {
    width: 33.33333%; }
  .l-3-6,
  .ed-item.l-3-6 {
    width: 50%; }
  .l-4-6,
  .ed-item.l-4-6 {
    width: 66.66667%; }
  .l-5-6,
  .ed-item.l-5-6 {
    width: 83.33333%; }
  .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.33333%; }
  .xl-2-3,
  .ed-item.xl-2-3 {
    width: 66.66667%; }
  .xl-3-3,
  .ed-item.xl-3-3 {
    width: 100%; }
  .xl-1-6,
  .ed-item.xl-1-6 {
    width: 16.66667%; }
  .xl-2-6,
  .ed-item.xl-2-6 {
    width: 33.33333%; }
  .xl-3-6,
  .ed-item.xl-3-6 {
    width: 50%; }
  .xl-4-6,
  .ed-item.xl-4-6 {
    width: 66.66667%; }
  .xl-5-6,
  .ed-item.xl-5-6 {
    width: 83.33333%; }
  .xl-6-6,
  .ed-item.xl-6-6 {
    width: 100%; } }

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

.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: 0em;
  padding-right: 0em; }

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

.padding {
  padding-left: 0.9375em;
  padding-right: 0.9375em; }

.padding-2 {
  padding-left: 1.875em;
  padding-right: 1.875em; }

.padding-3 {
  padding-left: 2.8125em;
  padding-right: 2.8125em; }

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 {
  background: #ddd;
  color: #333; }
  .button:hover {
    background: #d0d0d0;
    text-decoration: none; }
  .button:active {
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97); }

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.icon__maya {
  background: url("img/icon_maya.png"); }

.ed-container {
  min-width: 330px; }
  /* @media screen and (max-width: 1024px) and (min-width: 640px) {

  } */
  @media screen and (max-width: 1024px) {
      .ed-container{
          min-width: 0px;
      }
  }

.arroba {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid white;
  font-weight: bold;
  font-size: 15px;
  margin-right: 0.2em;
  font-family: Roboto; }
  @media screen and (min-width: 1024px) {
    .arroba {
      font-size: 16px; } }

.verde {
  background: #86c139;
  border-top: 0.1 solid #86c139;
  border-bottom: 0.1 solid #86c139; }

.morado {
  background: #322f88;
  border-top: 0.1 solid #322f88;
  border-bottom: 0.1 solid #322f88;
  color: #fff; }

.gris {
  background: #bbbdc0;
  border-top: 0.1 solid #bbbdc0;
  border-bottom: 0.1 solid #bbbdc0;
  color: #000; }

.azul {
  background: #00aeef;
  border-top: 0.1 solid #00aeef;
  border-bottom: 0.1 solid #00aeef;
  color: #000; }

.azulfuerte {
  background: #0000ff;
  border-top: 0.1 solid #0000ff;
  border-bottom: 0.1 solid #0000ff;
  color: #000; }

.morado2 {
  background: #3e4095;
  border-top: 0.1 solid #3e4095;
  border-bottom: 0.1 solid #3e4095;
  color: #fff; }

.gr-claro {
  background: #c5c5c8; }

.t_c_green {
  color: #8fc74a !important; }

.t_c_purple {
  color: #2e3192 !important; }

.texto__blanco {
  color: #fff; }

.texto__negro {
  color: #000 !important; }

.texto__rosamexicano {
  color: #a3238e !important; }

.texto__azulmarino {
  color: #1c639d !important; }

.texto__mamey {
  color: #f38563 !important; }

.texto__cgf {
  color: #58585a !important; }

.texto__red {
  color: #ab1d21 !important; }

.texto__gris {
  color: #bbbdc0 !important; }

.texto__grisclaro {
  color: #DCDDDF !important; }

.texto__gs {
  color: #818285 !important; }

.texto__amarillo {
  color: #ccc200 !important; }

.texto__azul {
  color: #00aeef; }

.texto__azulfte {
  color: #0000ff !important; }

.texto__verdeagua {
  color: #46a6af !important; }

.texto__verdenatural {
  color: #8fc74a; }

.texto__morado {
  color: #2e3192 !important; }

.texto__verde {
  color: #00a651 !important; }

.ul-nav {
  list-style: none; }
  .ul-nav > li {
    display: block; }

.ul-lema {
  text-align: center;
  margin-bottom: 14px;
  font-family: 'Nunito Sans', sans-serif;; }
  @media screen and (min-width: 1024px) {
    .ul-lema {
      text-align: right;
      width: 170px;/*original 220*/
      height: auto;/*Original 120*//
      padding-top: 30px;
      padding-right: 5px; } }
  .ul-lema > li {
    color: #fff;
    font-size: 24px; }
    @media screen and (min-width: 1024px) {
      .ul-lema > li {
        display: block;
        position: relative; }
        .ul-lema > li:first-child {
          text-transform: uppercase; }
          .ul-lema > li:first-child:after {
            background: #fff;
            content: '';
            display: block;
            position: absolute;
            right: 0px;
            width: 60px;
            height: 3px; } }
    @media screen and (min-width: 640px) {
      .ul-lema > li {
        font-size: 32px; } }
    @media screen and (min-width: 1024px) {
      .ul-lema > li {
        font-size: 14px;/*original 20,*/
        font-weight: bold; } }

footer {
  width: 100%;
  height: 180px;
  min-width: 350px;
  position: relative;
  background: #e5e6e7;
  -webkit-box-shadow: 0px -0.1em 6px -3px #333;
  box-shadow: 0px -0.1em 6px -3px #333;
  border-top: 0.2em solid #e4e5e6;
  border-bottom: 50px solid #86c139;
  font-family: 'Nunito Sans', sans-serif;;
  margin-top: 50px; !important;
  padding-top: 1em;
  color: #7c7d7f;
  margin-bottom: 0px;
  padding: 0.5em; }
  footer h6 {
    color: #2e3192;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;;
    margin: 0px; }
    @media screen and (min-width: 640px) {
      footer h6 {
        color: #2e3192;
        font-size: 23px;
        font-family: 'Nunito Sans', sans-serif;;
        margin: 0px; } }
  footer li {
    font-weight: bold;
    font-size: 13px; }
    @media screen and (min-width: 640px) {
      footer li {
        font-size: 15px; } }
  footer .lemafooter {
    color: #fff;
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;;
    width: 100%;
    height: 50px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5em;
    bottom: -50px;
    left: 0px; }

@media screen and (min-width: 1024px) {
  .h2__series {
    text-align: center;
    font-size: 45px !important; } }

.modal {
  display: block;
  width: 100vw;
  background: red;
  position: fixed;
  height: 500px; }

  .nav-header {
    background: #86c139;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 77777; }
  @media screen and (min-width: 1024px) {
    .nav-header {
      height:auto; }/*El original era 120, pero se cambió a auto porque realmente no se ocupaba*/
      .nav-header .ed-item > * {
        float: left; } }
  .nav-header h1 {
    width: 80%; }
    @media screen and (min-width: 640px) {
      .nav-header h1 {
        width: 460px;
        margin: 0px 0px; } }/*original 0px auto*/
    @media screen and (min-width: 1024px) {
      .nav-header h1 {
        width: 350px; } }/*Original en 460px, se cambió a 350 porque estaba muy grande*/
    .nav-header h1 a {
      display: block;
      padding-top: 12px;
      padding-left: 0px;
      padding-right: 12px;
      padding-bottom: 5px;
    max-width: 250px; /*min-width:350px;*/}

.toggle-menu {
  display:none;
  width: 50px;
  color: #fff;
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;;
  margin: 0px;
  text-align: center;
  padding: 0.3em; }

.toogle-item {
  background: #344b16;
  padding: 0px;
  min-width: 350px;
  line-height: 50px;
  padding: 0.3em;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .toogle-item {
      display: none; } }

.nav-toogle {
  position: relative;
  z-index: 300;
  width: 22.5px;
  height: 15px;
  -webkit-box-shadow: 0 3px black inset;
  box-shadow: 0 3px black inset;
  cursor: pointer;
  margin-right: 1em;
  left: 10px;
  bottom: -10px; }
  .nav-toogle::after, .nav-toogle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: black;
    bottom: 0; }
  .nav-toogle::after {
    bottom: 6px; }
  @media screen and (min-width: 1024px) {
    .nav-toogle {
      display: none; } }

.main-nav {
  z-index: 222222 !important; }
  @media screen and (max-width: 1023px) {
    .main-nav {
      position: fixed;
      -webkit-transition: all .05s;
      -o-transition: all .05s;
      transition: all .05s;
      height: 100vh;
      z-index: 200;
      overflow-y: auto;
      width: 100%;
      width: 100%;
      left: 0;
      top: calc(-100vh - 50px) }
      .main-nav.show-menu {
        top: 0; } }
  @media screen and (min-width: 1024px) {
    .main-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

.logo__menu {
  display: none;
  width: 35px;
  height: 35px;
  min-width: 35px;
  position: absolute; }

.main-menu {
  width: 100%;
  background: #FFF;
  border-bottom: 0.1em solid #cbcbcb;
  height: 100%;
  bottom: -120%;
  margin-top: 80px;
  position: absolute;
  padding-top: 50px;
  min-width: 330px;
  top: 0px;
  opacity: 0.9;
  z-index: 999999; }
  .main-menu, .main-menu ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
    .main-menu li {
        margin-top: 20px;
       display: flex;
       align-content: center;
       align-items: center;
       position: relative;
   }
    .main-menu li.parent-submenu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .main-menu li.parent-submenu a {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto; }
  .main-menu ul {
    display: none; }
    @media screen and (max-width: 1023px) {
      .main-menu ul.show-submenu {
        display: block;
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 1em;
        margin-bottom: .5em; } }
  .main-menu a {
    display: block;
    line-height: 3em;
    padding: 0 1em; }
    .main-menu a:hover {
      text-decoration: none; }
  @media screen and (min-width: 1024px) {
    .main-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .main-menu a {
        text-align: center; }
      .main-menu .expand {
        display: none; }
      .main-menu ul {
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 100%;
        white-space: nowrap; }
        .main-menu ul a {
          text-align: left; }
        .main-menu ul ul {
          top: 0;
          left: 100%; }
      .main-menu li:hover > ul {



    }
        .main-menu{
          overflow: visible !important;
        }
        /***** ES PARA EL SUBMENÚ*/
        .main-menu li ul{
          display:block;
          width:200px;
          background-color: #e5e6e7;
          white-space: normal;
          transform: translateY(0px);
          opacity: 0;
            z-index: 9999999;/*justo este número para que quede abajpo de su <li> padre, es decir ara que se ve el del menu y aparezca oculto el submenu*/
          height:0px; /*para que este "oculto"*/
          transform: translateY(0px);
          line-height: 1em;
          overflow: hidden;
          transition: 1s;
        }
        .main-menu li ul li{
          height: 30px;

        }
        .main-menu li:hover ul{
          opacity: 1;
          height: 300px;
          overflow: visible;

        }
        .main-menu li ul li a{
          display: block;
          height: 30px;/*Debe ser el mismo de li ul li, para que conincida el "área de click"*/
        }
        .main-menu li ul li{
          display:block;
        }
      .main-menu li:hover >ul >li{
        display: block;!important
      }

      /*termina lo de SUBMENU*/
    }
  .main-menu .expand-submenu {
    position: relative;
    right: 0;
    width: 3em;
    height: 3em;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media screen and (min-width: 1024px) {
      .main-menu .expand-submenu {
        display: none; } }
    .main-menu .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);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .main-menu .expand-submenu.active {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  @media screen and (min-width: 1024px) {
    .main-menu {
      border-top: 0.1em solid #85c039;
      padding-top: 0px; } }
  @media screen and (min-width: 1024px) {
    .main-menu {
      background: transparent;
      border-bottom: 0px;
      border-top: 0px;
      position: static;
      text-align: right;
      height: 40px;
      overflow: hidden;
      display: block;
      width: 60%; } }
  .main-menu li {
    margin-top: 1em; }
    .main-menu li .icon {
      width: 50px;
      font-size: 31px;
      margin-left: 50px; }
      @media screen and (min-width: 1024px) {
        .main-menu li .icon {
          display: none; } }
          .main-menu li.close {
                cursor: pointer;
                font-size: 18px;
                position: absolute;
                top: 5px;
                right: 32px;
                font-family: 'Nunito Sans', sans-serif;
                color: #86c139;
          }
      @media screen and (min-width: 1024px) {
        .main-menu li.close {
          display: none; } }
    @media screen and (min-width: 1024px) {
      .main-menu li {
        display: inline-block;
        vertical-align: top;
        margin-top: 0px; } }
    .main-menu li a {
      color: #333;
      font-size: 16px;
      font-family: 'Nunito Sans', sans-serif;;
      margin: 0px;
      display: inline;
      text-transform: uppercase;
      text-align: left; }
      .main-menu li a:hover {
        color: #6b992d;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        text-decoration: underline !important; }
      @media screen and (min-width: 640px) {
        .main-menu li a {
          font-size: 16px; } }
      @media screen and (min-width: 1024px) {
        .main-menu li a {
          color: #8f9092;
          /*line-height: 59px;*/
          font-weight: 600;
          font-size: 14px;
          padding-left: 5px; }
          .main-menu li a:hover {
            color: #6b992d;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            text-decoration: none !important; } }
      .main-menu li a:hover {
        text-decoration: underline; }

.owl-theme .owl-nav {
  position: absolute;
  top: 130px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.owl-dots {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }
  @media screen and (min-width: 640px) {
    .owl-dots {
      display: block; }
      .owl-dots span {
        background: #78ad33 !important;
        border: #78ad33 !important 0.1em solid;
        height: 15px !important;
        width: 15px !important; }
        .owl-dots span:hover {
          background: #6b992d !important; } }

.nav-toogle {
  -webkit-box-shadow: 0 3px #86c139 inset;
  box-shadow: 0 3px #86c139 inset; }

.nav-toogle::after, .nav-toogle::before {
  background: #86c139; }

span {
  width: 100%; }
  span.placa__slider {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;;
    margin: 0px;
    text-align: center;
    background:rgba(40,36,36,0.7);/*#656565; /*se cambió el color lila (#7671A1) que tenía, por el gris*/
    border-radius: 5px;
    border: 0.1 solid #6d689b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 20px;
    /*! left: 50%; */
    /*! height: 250px; */
    overflow: hidden;
    /*opacity: 0.5;*//*Se comenta para que no se sobreescriba la opacidad*/
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 70%;
    z-index: 100; }


          span.placa__slider {
            width: 500px;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            font-size: 16px;
            width: 520px;
            top: 20px;
            right: 20px;
            padding: ;
            padding-top: 15px;
            padding-bottom: 15px;
    }
        span.placa__slider .title {
          font-size: 24px;
          font-family: 'Nunito Sans', sans-serif;;
          font-weight: 300;
          text-transform: uppercase; }
          span.placa__slider .parrafo {
                display:block;
                /*! width: 80%; */
                /*! padding: 20px; */
                /*! /*! padding-bottom: 15px; */ */
                margin: 0px auto;
                padding-top: 10px;
                /*! padding-bottom: 15px; */
                text-align: justify;
                line-height: 1.3em;
                font-family: 'Open Sans', sans-serif;
                padding-left: 20px;
                padding-right: 20px;
          }
  span.background-slider {
    overflow: hidden;
    display: block;
    height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-width: 350px; }
    @media screen and (min-width: 640px) {
      span.background-slider {
        height: 350px; } }
    @media screen and (min-width: 1024px) {
      span.background-slider {
        height: 600px !important;
        max-height: 600px !important; } }

.row {
  height: 270px !important;
  min-width: 350px;
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    .row {
      height: 350px !important; } }
  @media screen and (min-width: 1024px) {
    .row {
      height: 600px !important; } }

.seccion__sliderPrincipal {
  margin-bottom: 50px;
  min-width: 350px;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .seccion__sliderPrincipal {
      margin-top: 3.5em; } }
  @media screen and (min-width: 1024px) {
    .seccion__sliderPrincipal .owl-dots {
      display: block; } }
  .seccion__sliderPrincipal .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    cursor: pointer;
    color: #fff;
    font-size: 50px; }
    .seccion__sliderPrincipal .owl-theme .owl-nav [class*=owl-]:hover {
      background: transparent;
      color: #fff;
      text-decoration: none; }
  .seccion__sliderPrincipal .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }
  .seccion__sliderPrincipal .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1; }
  .seccion__sliderPrincipal .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px; }
  @media screen and (min-width: 640px) {
    .seccion__sliderPrincipal .owl-theme .owl-nav [class*=owl-] {
      background: transparent;
      cursor: pointer;
      color: #fff;
      font-size: 60px; }
      .seccion__sliderPrincipal .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent;
        color: #fff;
        text-decoration: none; }
    .seccion__sliderPrincipal .owl-theme .owl-nav.disabled + .owl-dots {
      margin-top: 10px; }
    .seccion__sliderPrincipal .owl-theme .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1; }
    .seccion__sliderPrincipal .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-transition: opacity .2s ease;
      -o-transition: opacity .2s ease;
      transition: opacity .2s ease;
      border-radius: 30px; } }
  @media screen and (min-width: 1024px) {
    .seccion__sliderPrincipal .owl-theme .owl-nav [class*=owl-] {
      background: transparent;
      cursor: pointer;
      color: #fff;
      font-size: 90px; }
      .seccion__sliderPrincipal .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent;
        color: #fff;
        text-decoration: none; }
    .seccion__sliderPrincipal .owl-theme .owl-nav.disabled + .owl-dots {
      margin-top: 10px; }
    .seccion__sliderPrincipal .owl-theme .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1; }
    .seccion__sliderPrincipal .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-transition: opacity .2s ease;
      -o-transition: opacity .2s ease;
      transition: opacity .2s ease;
      border-radius: 30px; } }
  .seccion__sliderPrincipal .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 50px;
    top: 280px;
    height: 5%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .seccion__sliderPrincipal .owl-nav {
        top: 240px; } }
    @media screen and (min-width: 1024px) {
      .seccion__sliderPrincipal .owl-nav {
        top: 240px; } }

.slider__logo {

  width: 80px;
  height: 80px;
  min-width: 80px;
  position: absolute;
  bottom: 50px;
  left: 30px; }
  @media screen and (min-width: 640px) {
    .slider__logo {
      width: 120px;
      height: 120px;
      min-width: 80px;
      position: absolute;
      bottom: 70px; } }
  @media screen and (min-width: 1024px) {
    .slider__logo {
      /*-webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-name: fadeInLeft;
      animation-name: fadeInLeft; */ /*Se puso en agregado.css, para que dependiera del slide que está activo y se reinicie la animación*/} }

a {
  text-decoration: none !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins; }
  h1.text-center, h2.text-center, h3.text-center, h4.text-center, h5.text-center, h6.text-center {
    text-align: center; }
  h1.text-uppercase, h2.text-uppercase, h3.text-uppercase, h4.text-uppercase, h5.text-uppercase, h6.text-uppercase {
    text-transform: uppercase; }

.visibilityHidden {
  visibility: hidden; }

.visibilityShow {
  visibility: visible; }

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px); }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.title__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: block;
  overflow: hidden; }

.title__img {
  height: 55px;
  width: 50px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    .title__img {
      display: block;
      float: left; } }

.title__body h2 {
  padding-right: 0.5em; }

@media screen and (min-width: 1024px) {
  .title__body {
    -webkit-box-shadow: 10px 1px 2px 0px #333;
    box-shadow: 10px 1px 2px 0px #333;
    position: relative;
    margin-top: 2em;
    margin-left: 1em;
    height: 56px;
    width: 300px;
    margin-bottom: 1em;
    width: 300px; } }

.title__body .adorno {
  display: none; }
  @media screen and (min-width: 1024px) {
    .title__body .adorno {
      border-top-left-radius: 1em;
      border-bottom-left-radius: 1em;
      background: #2e3192;
      color: #fff;
      display: block;
      height: 56px;
      position: absolute;
      width: 80%;
      top: 0px;
      left: -10px;
      border-top-right-radius: 0em;
      border-bottom-right-radius: 0em;
      border-top-left-radius: 1em;
      border-bottom-left-radius: 1em; } }

.title__productos {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-transform: uppercase;
  height: 56px;
  width: 100%;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em; }
  @media screen and (min-width: 1024px) {
    .title__productos {
      border-top-left-radius: 1em;
      border-bottom-left-radius: 1em;
      margin: 0px;
      color: #fff;
      width: 95%;
      background: #00aeef;
      position: absolute;
      top: 0px;
      left: 10%;
      z-index: 1000; } }
  .title__productos h2 {
    font-size: 29px;
    text-align: center;
    width: 100%;
    color: #333 !important; }
    @media screen and (min-width: 640px) {
      .title__productos h2 {
        font-size: 30px; } }
    @media screen and (min-width: 1024px) {
      .title__productos h2 {
        padding-top: 1em;
        font-size: 19px;
        font-weight: 500;
        height: 57px;
        color: #fff !important;
        width: 70%;
        float: left; } }

.wrap__apartados {
  display: inline-block;
  width: 100%;
  height: 300px;
  max-width: 100%;
  position: relative;
  overflow: hidden; }
  .wrap__apartados h2 {
    font-size: 45px; }

.wrap__center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wrap__box-400 {
  height: 400px;
  min-height: 400px; }

.wrap__box-700 {
  height: 400px;
  min-height: 400px; }
  @media screen and (min-width: 640px) {
    .wrap__box-700 {
      height: 500px;
      min-height: 500px; } }
  .wrap__box-700 .img__lema-bottom {
    position: absolute;
    bottom: 40px; }

.box__title {
  width: 100%;
  height: 105px;
  min-width: 300px;
  position: relative;
  border: 0.1em solid #dfdfe1 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #d7d7d9;
  margin-bottom: 50px;
  margin-top: 100px; }
  @media screen and (min-width: 640px) {
    .box__title {/*El hegith y width se cambiaron para que abarcara el 100% y le cupiera el texto*/
      /*height: 120px;*/
      width: 100%; /*width: 600px;*/
      margin: 150px auto; } }
  @media screen and (min-width: 1024px) {
    .box__title {
      /* height: 200px; */
      margin: 150px auto;
      margin-top: 200px;
      width: 100%} } /*width: 800px;*/
  .box__title .seccion__encabezado {
    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; }
  .box__title > * {
    width: 46%;
    height: 140px;
    min-width: 46%;
    position: relative; }
    @media screen and (min-width: 640px) {
      .box__title > * {
        height: 220px;
        top: -40px; } }
    @media screen and (min-width: 1024px) {
      .box__title > * {
        height: 350px;
        top: -50px; } }
  .box__title .seccion__encabezado {
    color: #939598;
    font-size: 15px;
    font-family: 'Nunito Sans', sans-serif;;
    margin: 0px;
    text-align: center;
    height: 100px; }
    .box__title .seccion__encabezado p {
      font-family: 'Nunito Sans', sans-serif;; }
    @media screen and (min-width: 640px) {
      .box__title .seccion__encabezado {
        text-align: left;
        left: 20px;
        padding-top: 80px; } }
    @media screen and (min-width: 1024px) {
      .box__title .seccion__encabezado {
        font-size: 22px;
        left: 100px;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 3s;
        animation-duration: 3s; } }
    .box__title .seccion__encabezado.productos {
      left: 0px !important;
      top: -35px !important; }
      @media screen and (min-width: 640px) {
        .box__title .seccion__encabezado.productos {
          top: -80px !important; } }
      @media screen and (min-width: 1024px) {
        .box__title .seccion__encabezado.productos {
          top: -95px !important; } }
    .box__title .seccion__encabezado h2 {
      color: #00aeef;
      font-size: 20px;
      font-family: 'Nunito Sans', sans-serif;;
      margin: 0px;
      line-height: 20px;
      font-weight: bold; }
      @media screen and (min-width: 640px) {
        .box__title .seccion__encabezado h2 {
          line-height: 24px; } }
      @media screen and (min-width: 1024px) {
        .box__title .seccion__encabezado h2 {
          line-height: 45px; } }
      .box__title .seccion__encabezado h2 span {
        font-family: 'Nunito Sans', sans-serif;; }
      @media screen and (min-width: 640px) {
        .box__title .seccion__encabezado h2 {
          font-size: 28px; } }
      @media screen and (min-width: 1024px) {
        .box__title .seccion__encabezado h2 {
          font-size: 35px; } }
      .box__title .seccion__encabezado h2.line-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: center;
        flex-direction: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 80px;
        font-size: 15px; }
        @media screen and (min-width: 640px) {
          .box__title .seccion__encabezado h2.line-center {
            font-size: 24px; } }
        @media screen and (min-width: 1024px) {
          .box__title .seccion__encabezado h2.line-center {
            font-size: 30px;
            height: 200px; } }
      .box__title .seccion__encabezado h2.flex-center {
        color: #818285;
        padding: 0px;
        height: 80px;
        font-size: 24px;
        text-align: center;
        padding-top: 25px; }
        @media screen and (min-width: 640px) {
          .box__title .seccion__encabezado h2.flex-center {
            font-size: 30px; } }
        @media screen and (min-width: 1024px) {
          .box__title .seccion__encabezado h2.flex-center {
            height: 200px;
            font-size: 40px;
            -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
            -webkit-animation-duration: 3s;
            animation-duration: 3s; }
            .box__title .seccion__encabezado h2.flex-center .salto {
              font-size: 54px; } }
  .box__title .seccion__imagen {
    position: relative; }
    @media screen and (min-width: 1024px) {
      .box__title .seccion__imagen {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 3s;
        animation-duration: 3s; } }
    .box__title .seccion__imagen > * {
      bottom: 20px;
      position: absolute; }
      @media screen and (min-width: 640px) {
        .box__title .seccion__imagen > * {
          bottom: -35px; } }

.box__footerlinea {
  height: 145px;
  width: 145PX;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%; }

.box__30 {
  width: 30%; }

.box__40 {
  width: 40%; }

.box__50 {
  width: 150px;
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important; }

.box__60 {
  width: 60%; }

.box__circle_130 {
  width: 120px;
  height: 120px;
  border-radius: 50%; }

.box__70 {
  width: 200px;
  height: 200px; }
  @media screen and (min-width: 640px) {
    .box__70 {
      width: 250px;
      height: 343px; } }

.box__100 {
  width: 100%; }

.box__centermobil {
  margin: 0px auto; }
  @media screen and (min-width: 640px) {
    .box__centermobil {
      margin: 0px auto; } }

.box__center {
  margin: 0px auto; }

.img__seccion {
  width: 90%;
  height: 180px;
  overflow: hidden;
  margin: 0px auto;
  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; }
  @media screen and (min-width: 640px) {
    .img__seccion {
      width: 90%; } }
  @media screen and (min-width: 1024px) {
    .img__seccion {
      height: 210px; } }

.seccion__tecnicalService {
  margin: 0px auto;
  width: 80%;
  height: auto;
  min-width: 350px;
  position: relative;
  overflow: hidden; }
  /* @media screen and (max-width: 1000px) and (min-width: 600px) {

  } */
  @media screen and (max-width: 1024px) {
      .seccion__tecnicalService{
          min-width: 0px;
          width: 95%;
      }
  }

.seccion__WeAre {
  margin: 0px auto;
  margin-top: 100px;
  width: 80%;
  height: auto;
  position: relative; }
  .seccion__WeAre .isDesktop {
    display: none; }
  @media screen and (min-width: 1024px) {
    .seccion__WeAre {
      margin-top: 200px;
      width: 80%;
      min-width: 350px;
      position: relative; }
      .seccion__WeAre .isDesktop {
        display: block; } }
    @media screen and (max-width: 1024px) {
        .seccion__WeAre{
            margin-top: 80px; /*puesto por D*/
         }
    }
  .seccion__WeAre .title {
    color: #797b7f;
    font-size: 13px;
    font-family: 'Nunito Sans', sans-serif;;
    margin: 0px;
    text-align: center;
    font-weight: bold; }
    .seccion__WeAre .title > * {
      margin-top: 10px;}
    @media screen and (min-width: 640px) {
      .seccion__WeAre .title {
        font-size: 17px; } }
    @media screen and (min-width: 1024px) {
      .seccion__WeAre .title {
        font-size: 19px; }
        .seccion__WeAre .title > * {
          margin-top: 5px; } }
  .seccion__WeAre h2 {
    margin-top: 50px;
    width: 200px;
    height: 100px;
    position: relative;
    letter-spacing: 0.1em;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #909295 !important;
    font-size: 22px;
    font-family: 'Nunito Sans', sans-serif;;
    margin: 0px;
    margin-bottom: 50px; }
    @media screen and (min-width: 640px) {
      .seccion__WeAre h2 {
        font-size: 25px;
        padding-left: 48px; } }
    @media screen and (min-width: 1024px) {
      .seccion__WeAre h2 {
        width: 100%;
        height: 40px;
        color: #909295 !important;
        font-size: 33px;
        font-family: 'Nunito Sans', sans-serif;;
        margin: 0px;
        padding-left: 10px;
        position: relative;
        margin-left: 7%;
        margin-bottom: 50px;
        z-index: 3333; }
        .seccion__WeAre h2:after {
          background: #d1d2d4;
          content: '';
          display: block;
          position: absolute;
          left: 169px;
          height: 40px;
          width: 79%; } }
  .seccion__WeAre .lineTime {
    margin-top: 50px;
    background: #d1d2d4;
    width: 100%;
    height: 40px;
    min-width: 300px;
    position: relative; }
    @media screen and (min-width: 640px) {
      .seccion__WeAre .lineTime {
        height: 50px;
        margin-top: 100px;
        margin-bottom: 100px; }
        .seccion__WeAre .lineTime:before {
          content: '';
          background: #6b992d;
          display: block;
          position: absolute;
          top: 10px;
          width: 0%;
          -webkit-transition: all 3s;
          -o-transition: all 3s;
          transition: all 3s;
          height: 30px; } }
    .seccion__WeAre .lineTime .optionTime {
      float: left;
      width: 33.33%; }
      .seccion__WeAre .lineTime .optionTime a {
        height: 70px;
        width: 70px;
        border-radius: 50%;
        display: block;
        -webkit-box-shadow: 0px 1px 10px -2px #333;
        box-shadow: 0px 1px 10px -2px #333;
        position: relative;
        overflow: hidden;
        margin: 0px auto;
        top: -20px; }
        @media screen and (min-width: 640px) {
          .seccion__WeAre .lineTime .optionTime a {
            height: 110px;
            width: 110px;
            top: -30px; } }
        @media screen and (min-width: 1024px) {
          .seccion__WeAre .lineTime .optionTime a {
            height: 180px;
            width: 180px;
            background: #fff;
            top: -53px; }
            .seccion__WeAre .lineTime .optionTime a:hover {
              -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
              transform: scale(1.1); } }

      .seccion__contactUs {
        margin: 2em auto;
        width: 80%;
        height: auto;
        min-width: 350px;
        position: relative;
        display: flex;
        align-content: center;
        justify-content: space-between;
        border-width: 5px;
        border-color: #e5e6e7;
        border-style: solid;
      }
  @media screen and (min-width: 640px) {
    .seccion__contactUs {
      margin-top: 4em; } }
  .seccion__contactUs .contactForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    margin: 0px auto; }
    @media screen and (min-width: 640px) {
      .seccion__contactUs .contactForm {
        width: 450px; } }
    @media screen and (min-width: 1024px) {
      .seccion__contactUs .contactForm {
        width: 450px; } }
    .seccion__contactUs .contactForm .element {
      width: 100%; }
      .seccion__contactUs .contactForm .element input[type="text"] {
        width: 80%; }
      .seccion__contactUs .contactForm .element textarea {
        border: 0.1em solid #aeb0b4;
        height: 150px;
        width: 80%; }

.seccion__culture {
  margin-top: 50px;
  min-width: 350px;
  min-height: 200px;
  width: 80%;
  margin: 0px auto; }
  .seccion__culture .options {
    width: 100%;
    clear: both;
    margin: 0px auto;
    min-width: 330px; }
    .seccion__culture .options h3 {
      font-family: 'Nunito Sans', sans-serif;; }
    .seccion__culture .options > * {
      color: #7d7e81;
      font-size: 13px;
      font-family: "Open Sans";
      margin: 0px;
      text-align: center;
      width: 33.33%;
      float: left; }
      @media screen and (min-width: 640px) {
        .seccion__culture .options > * {
          color: #7d7e81;
          font-size: 15px;
          font-family: "Open Sans";
          margin: 0px;
          text-align: center; } }
      @media screen and (min-width: 1024px) {
        .seccion__culture .options > * {
          color: #7d7e81;
          font-size: 21px;
          font-family: "Open Sans";
          margin: 0px;
          text-align: center; } }
      .seccion__culture .options > * .image {
        width: 90px;
        height: 90px;
        margin: 0px autO;
        margin-bottom: 0.3em; }
        @media screen and (min-width: 640px) {
          .seccion__culture .options > * .image {
            width: 120px;
            height: 120px; } }
        @media screen and (min-width: 1024px) {
          .seccion__culture .options > * .image {
            -webkit-animation-duration: 3s;
            animation-duration: 3s;
            -webkit-animation-name: desvanecer;/*keyframe en agregado.css*/
            animation-name: desvanecer;
            width: 150px;
            height: 150px; } }

.seccion__productLine {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0px auto; }
  @media screen and (min-width: 640px) {
    .seccion__productLine {
      width: 75%;
      height: auto;
      min-width: 350px;
      position: relative; } }
  @media screen and (min-width: 1024px) {
    .seccion__productLine {
      width: 50%;
      height: auto;
      min-width: 350px;
      position: relative;
      /*-webkit-animation-name: fadeInUp;
      animation-name: fadeInUp;*/
      animation-name: desvanecer;/*Se encuentra en agregado.css el keyframe*/
      -webkit-animation-duration: 3s;
      animation-duration: 3s; } }
  .seccion__productLine_existence {
    overflow: hidden;
    clear: both; }
    .seccion__productLine_existence > * {
      float: left;
      width: 50%;
      font-size: 15px; }
      @media screen and (min-width: 640px) {
        .seccion__productLine_existence > * {
          font-size: 12px; } }
      @media screen and (min-width: 1024px) {
        .seccion__productLine_existence > *:hover {
          -webkit-animation: swing 1s ease;
          animation: swing 1s ease;
          -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; } }

.seccion__linea-productos {
  min-width: 300px;
  height: auto; }
  .seccion__linea-productos .owl-nav {
    display: none; }
  @media screen and (min-width: 1024px) {
    .seccion__linea-productos {
      height: auto;
      margin-top: 4em;
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -webkit-animation-duration: 3s;
      animation-duration: 3s; } }
  .seccion__linea-productos div.item, .seccion__linea-productos div.row {
    overflow: hidden;
    min-height: 950px;
    max-height: 950px;
    min-width: 300px;
    height: 800px;
    width: 90%;
    margin: 0px auto; }
    @media screen and (min-width: 640px) {
      .seccion__linea-productos div.item, .seccion__linea-productos div.row {
        height: 1800px;
        min-height: 1300px;
        max-height: 1300px;
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      .seccion__linea-productos div.item, .seccion__linea-productos div.row {
        height: 2300px;
        min-height: 2300px;
        max-height: 2300px; } }
  .seccion__linea-productos .box__producto {
    width: 190px;
    height: 800px;
    min-width: 190px;
    position: 0px;
    margin: 2em auto; }
    @media screen and (min-width: 1024px) {
      .seccion__linea-productos .box__producto {
        width: 230px;
        height: 800px;
        min-width: 230px;
        position: 0px; } }
    .seccion__linea-productos .box__producto .descripcion {
      height: 600px; }
      .seccion__linea-productos .box__producto .descripcion__header {
        color: #333;
        font-size: 15px;
        font-family: 'Nunito Sans', sans-serif;;
        margin: 0px;
        text-align: center;
        width: 120px;
        line-height: 60px;
        min-width: 120px;
        position: relative;
        font-weight: bold;
        margin: 0px auto; }
        @media screen and (min-width: 1024px) {
          .seccion__linea-productos .box__producto .descripcion__header {
            width: 150px;
            line-height: 60px;
            min-width: 150px;
            position: relative; } }
      .seccion__linea-productos .box__producto .descripcion__body {
        -webkit-box-shadow: -1px 0px 2px 2px #CCF inset;
        box-shadow: -1px 0px 2px 2px #CCF inset;
        border: 0.1em solid #bbbdc0;
        font-family: 'Nunito Sans', sans-serif;;
        width: 220px;
        height: 300px;
        min-width: 220px;
        position: relative;
        margin: 0px auto;
        margin-bottom: 10px;
        padding-top: 10px;
        text-align: center; }
        @media screen and (min-width: 640px) {
          .seccion__linea-productos .box__producto .descripcion__body {
            width: 220px;
            height: 300px;
            min-width: 220px;
            position: relative; } }
        @media screen and (min-width: 1024px) {
          .seccion__linea-productos .box__producto .descripcion__body {
            width: 220px;
            height: 350px;
            min-width: 220px;
            position: relative; } }
        .seccion__linea-productos .box__producto .descripcion__body li {
          color: #818285;
          display: block;
          font-size: 0.8em;
          line-height: 2em; }
          @media screen and (min-width: 640px) {
            .seccion__linea-productos .box__producto .descripcion__body li {
              font-size: 0.8em; } }
      .seccion__linea-productos .box__producto .descripcion__footer {
        height: 100px; }
        .seccion__linea-productos .box__producto .descripcion__footer a {
          color: #fff;
          font-size: 15px;
          font-family: 'Nunito Sans', sans-serif;;
          margin: 0px;
          text-align: center;
          width: 100px;
          line-height: 50px;
          min-width: 100px;
          position: relative;
          border-radius: 0.4em;
          display: block;
          -webkit-box-shadow: 1px 1px 5px 1px #333;
          box-shadow: 1px 1px 5px 1px #333;
          font-weight: normal;
          margin: 0px auto; }
          .seccion__linea-productos .box__producto .descripcion__footer a:active {
            border: 0px; }
  .seccion__linea-productos .box__producto:first-child {
    display: block;
    height: 800px;
    padding: 0px;
    width: 100%;
    margin-top: 0px; }
  .seccion__linea-productos .box__producto:last-child {
    display: none;
    height: 800px;
    padding: 0px;
    width: 100%;
    margin-top: 0px; }
    @media screen and (min-width: 1024px) {
      .seccion__linea-productos .box__producto:last-child {
        display: block; } }

.seccion__sliderProductos {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
  margin-bottom: 1em;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .seccion__sliderProductos {
      height: 450px !important;
      min-height: 450px !important;
      max-height: 450px !important; }
      .seccion__sliderProductos .owl-theme .owl-nav [class*=owl-] {
        background: transparent;
        cursor: pointer;
        color: #000;
        font-size: 30px; }
        .seccion__sliderProductos .owl-theme .owl-nav [class*=owl-]:hover {
          background: transparent;
          color: #000;
          text-decoration: none; }
      .seccion__sliderProductos .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px; }
      .seccion__sliderProductos .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1; }
      .seccion__sliderProductos .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-transition: opacity .2s ease;
        -o-transition: opacity .2s ease;
        transition: opacity .2s ease;
        border-radius: 30px; } }
  .seccion__sliderProductos .owl-nav {
    color: #000;
    font-size: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 1px;
    position: absolute;
    width: 100%;
    top: 50%; }
    @media screen and (min-width: 1024px) {
      .seccion__sliderProductos .owl-nav {
        width: 10%;
        top: 85%;
        left: 90%; } }
    .seccion__sliderProductos .owl-nav .owl-prev {
      left: 5px;
      position: absolute; }
    .seccion__sliderProductos .owl-nav .owl-next {
      right: 5px;
      position: absolute; }
  .seccion__sliderProductos .item {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 450px;
    min-height: 450px;
    max-height: 450px; }
    @media screen and (min-width: 1024px) {
      .seccion__sliderProductos .item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 350px;
        min-height: 350px;
        max-height: 350px; } }
  .seccion__sliderProductos .row {
    height: 450px !important;
    min-height: 450px !important; }
    @media screen and (min-width: 1024px) {
      .seccion__sliderProductos .row {
        height: 350px;
        min-height: 350px; } }

@media screen and (min-width: 1024px) {
  .seccion__menu {
    border-bottom: 0.1em solid #d8d9db;
    background: #e5e6e7;
    overflow:visible;/*estaba en hiden*/
    position: absolute;
    height: 40px;
    width: 100%;
    z-index: 7777; } }

.producto__img {
  height: 200px;
  display: block; }
  @media screen and (min-width: 1024px) {
    .producto__img {
      height: 200px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 141px;
      flex: 1 1 141px; } }

.producto__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px; }
  @media screen and (min-width: 1024px) {
    .producto__desc {
      height: 200px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 241px;
      flex: 1 1 241px;
      max-height: 200px; } }

.lista__basic {
  list-style: none;
  padding: 0px;
  margin: 0px;
  overflow: hidden; }

.lista__productos {
  background: #8f9092;
  border-radius: 0.3em;
  border: 0.1em solid #8e8f91;
  margin: 0px auto;
  padding: 1em 0.5em;
  margin-top: 0.5em;
  height: 200px;
  width: 75%; }
  @media screen and (min-width: 640px) {
    .lista__productos {
      width: 50%; } }
  @media screen and (min-width: 1024px) {
    .lista__productos {
      width: 85%;
      height: 270px; } }

.lista__item {
  font-size: 20px;
  margin-top: 0.5em; }

.lista__cabecera {
  font-weight: bold;
  margin-bottom: 0.5em; }

.form__basic {
  padding: 0px;
  margin: 0px; }
  .form__basic label {
    color: #333;
    font-size: 15px;
    font-family: 'Nunito Sans', sans-serif;;
    margin: 0px;
    text-align: left;
    font-weight: bold;
    display: block;
    padding: 0.5em 0px; }



textarea {
  width: 90%; }

  .btn.submit {
      background: #86c139;
      color: #fff;
      font-size: 16px;
      font-family: 'open Sans', sans-serif;
      margin: 0px;
      text-align: center;
      border-radius: .5em;
      width: 80px;
      display: block;
      line-height: 36px;
      border: 0;
  }
  .btn.submit:hover {
    background: #263710; }
  .btn.submit:active {
    border: 0px; }

.flex__linea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex__linea > * {
    width: 40%; }

.linea__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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;
  align-items: center;
  color: #7d7d7d;
  position: relative;
  height: 200px;
  width: 50%;
  overflow: hidden; }

.linea__img {
  display: block;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 640px) {
    .linea__img {
      width: 100px;
      height: 100px;
      min-width: 100px;
      position: relative; } }
  @media screen and (min-width: 1024px) {
    .linea__img {
      width: 110px;
      height: 110px;
      min-width: 110px;
      position: relative; } }

.linea__title {
  color: #a1a3a7;
  font-size: 0.8em;
  font-family: 'Nunito Sans', sans-serif;;
  margin: 0px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 1em; }
  @media screen and (min-width: 640px) {
    .linea__title {
      font-size: 1em; } }

.superior, .inferior {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 0.1em solid #fff;
  -webkit-box-shadow: 1px 1px 14px -2px #333;
  box-shadow: 1px 1px 14px -2px #333;
  background: #fff;
  padding: 0.5em;
  left: 20px; }
  @media screen and (min-width: 640px) {
    .superior, .inferior {
      width: 120px;
      height: 120px; } }
  @media screen and (min-width: 1024px) {
    .superior, .inferior {
      width: 145px;
      height: 145px; } }
  .superior.z-index, .inferior.z-index {
    z-index: 999; }
  .superior.border-cg, .inferior.border-cg {
    border: 0.6em solid #e7e7e8 !important;
    padding: 0px !important; }
  .superior.border-cgf, .inferior.border-cgf {
    border: 0.7em solid #939598 !important;
    padding: 0px; }

.inferior {
  left: -5px;
  top: -55px; }
  @media screen and (min-width: 640px) {
    .inferior {
      top: 10px;
      right: 125px; } }
  @media screen and (min-width: 1024px) {
    .inferior {
      left: -48px;
      top: 38px; } }

.superior {
  width: 150px;
  height: 150px; }
  @media screen and (min-width: 640px) {
    .superior {
      width: 220px;
      height: 220px; } }
  @media screen and (min-width: 1024px) {
    .superior {
      width: 350px;
      height: 350px;
      left: 20px; } }

.post__titulo {
  width: 85%;
  margin: 0px auto;
  text-align: left;
  line-height: 50px; }

.post__contenido {
  width: 100%;
  margin: 0px auto;
  height: auto;
  text-align: justify; }
  @media screen and (min-width: 640px) {
    .post__contenido {
      width: 85%; } }
  .post__contenido > * {
    margin-bottom: 8px;
    font-family: 'Nunito Sans', sans-serif;; }
    .post__contenido > * ol li, .post__contenido > * ul li {
      margin-top: 8px; }
      @media screen and (min-width: 1024px) {
        .post__contenido > * ol li, .post__contenido > * ul li {
          margin-top: 19px; } }
  .post__contenido .tabs {
    display: none; }
    .post__contenido .tabs > * {
      margin-bottom: 8px;
      font-size: 13px; }
      @media screen and (min-width: 640px) {
        .post__contenido .tabs > * {
          font-size: 15px; } }
      @media screen and (min-width: 1024px) {
        .post__contenido .tabs > * {
          font-size: 17px; } }
    .post__contenido .tabs.active {
      display: block; }

@media screen and (min-width: 1024px) {
  .salto {
    display: block; }
  .cabecera {
    position: absolute;
    bottom: 0px; }
  .jump {
    display: block; } }
@media screen and (max-width: 1024px) and (min-width: 600px) { /*puesto por D*/
    .jump{
        display: block;
    }
}
@media screen and (max-width: 1024px) { /*puesto por D*/
    .jump{
        display: block;
    }
}

.barraprogress-30:before {
  content: '';
  width: 28% !important; }

.barraprogress-60:before {
  content: '';
  width: 58% !important; }

.barraprogress-90:before {
  content: '';
  width: 88% !important; }
