.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.navbar-mardel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: block;
  height: 90px;
  background-color: hsla(0, 0%, 100%, 0);
  -o-object-fit: fill;
  object-fit: fill;
}

.container {
  display: inline;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image {
  margin-top: 10px;
  margin-left: 21px;
}

.nav-menu {
  margin-top: 10px;
}

.menu-link {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 19px;
}

.menu-link.w--current {
  color: #fff;
}

.body {
  background-color: #fff;
}

.slide-mardel {
  position: relative;
  z-index: 1;
}

.slider {
  min-height: 100vh;
}

.slide {
  position: absolute;
  background-image: url('../images/SLIDE-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide._1 {
  position: relative;
}

.pleca {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1%;
  z-index: 3;
}

.div-texto-slide {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 90%;
  margin-left: 12%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titulo-slide {
  position: relative;
  z-index: 3;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  text-align: left;
}

.nosotros {
  margin-top: 10%;
  margin-bottom: 15%;
}

.div-columna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.servicios {
  margin-top: 10%;
  margin-bottom: 10%;
}

.div-text {
  width: 450px;
  padding-right: 5%;
}

.heading-1 {
  position: relative;
  z-index: 5;
  font-family: Montserrat, sans-serif;
  color: #2479be;
}

.paragraph {
  position: relative;
  z-index: 4;
  font-family: 'Avenir lt 45 book', sans-serif;
  color: #706f6f;
  font-size: 16px;
  line-height: 22px;
}

.paragraph.oferta {
  margin-top: 28px;
}

.div-img {
  max-width: 60%;
}

.heading-transparente {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: rgba(36, 121, 190, 0.18);
  font-size: 12vw;
}

.heading-transparente._2 {
  top: -61px;
  z-index: 4;
  text-align: center;
}

.heading-transparente._3 {
  position: absolute;
  left: 71.922px;
  z-index: 4;
  font-size: 12vw;
}

.text-span {
  color: #2479be;
}

.text-span-2 {
  color: #2479be;
}

.div-titulo {
  text-align: center;
}

.image-66 {
  margin-right: 0px;
  margin-left: 10px;
}

.plan {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: hsla(0, 0%, 78%, 0.23);
  box-shadow: 3px 3px 9px 0 #a8a8a8;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.plan.izq {
  position: static;
  width: 290px;
  margin-right: 40px;
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 0 20px 8px rgba(36, 121, 190, 0.27);
}

.plan.izq._2 {
  margin-right: 0px;
}

.trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: #727272;
  text-align: left;
  cursor: pointer;
}

.trigger:hover {
  color: #ff850a;
}

.titulo-desplegable-b {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px none #000;
  font-family: Montserrat, sans-serif;
  color: #67bbff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.titulo-desplegable-b:hover {
  color: #2479be;
}

.incluye {
  overflow: hidden;
  padding: 10px 10px 0px 0px;
  text-align: left;
}

.div-ico-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.contenedor-planes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
  padding-right: 47px;
  padding-left: 47px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-contenido {
  padding: 0px 30px 30px;
  border-radius: 16px;
  background-color: #fff;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  color: #2479be;
  font-size: 23px;
  line-height: 26px;
}

.div-img-servicio {
  border-radius: 16px;
}

.img-servicio {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.list {
  padding-left: 21px;
}

.slider-2 {
  width: auto;
  height: auto;
  margin-top: -61px;
  background-color: #fff;
}

.slider-2.tab {
  display: none;
}

.icon {
  color: #2479be;
}

.icon-2 {
  color: #2479be;
}

.linea {
  position: relative;
  bottom: -395px;
  z-index: 1;
}

.linea._2 {
  bottom: -115px;
}

.mask {
  z-index: 3;
  padding-top: 31px;
}

.valores {
  margin-top: 254px;
  margin-bottom: 248px;
  padding-top: 15%;
  padding-bottom: 15%;
  background-image: url('../images/Textura-valores.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-valore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.img-valor {
  width: 100px;
  margin-bottom: 17px;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #686868;
  font-size: 20px;
  font-weight: 500;
}

.div-caja-valores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.clientes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15%;
  padding-bottom: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.capacitacion {
  background-color: #fff;
}

.equipo {
  padding-top: 10%;
  padding-bottom: 15%;
}

.footer {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.div-texto-clientes {
  width: 500px;
}

.grid {
  width: 750px;
  margin-top: 50px;
  justify-items: center;
  grid-column-gap: 48px;
  grid-row-gap: 39px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2 {
  margin-right: 7%;
  margin-left: 7%;
  grid-column-gap: 49px;
  grid-row-gap: 39px;
  grid-template-areas: ". . ."
    ". . Area";
  -ms-grid-columns: 1fr 49px 1fr 49px 1fr 49px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2._1 {
  grid-column-gap: 51px;
  grid-row-gap: 39px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #67bbff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

.form-block {
  width: 420px;
  margin-right: 40px;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 8px rgba(36, 121, 190, 0.45);
}

.div-colum-contacto {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10% 10% 0%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.field-label {
  font-family: Montserrat, sans-serif;
  color: #777;
  font-weight: 500;
}

.div-datos-contacto {
  width: 400px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.link {
  color: #706f6f;
  text-decoration: none;
}

.link-2 {
  color: #706f6f;
  text-decoration: none;
}

.image-67 {
  position: relative;
  top: -361px;
  width: 90px;
}

.image-68 {
  position: relative;
  left: 30px;
  top: -234px;
  width: 50px;
}

.image-69 {
  z-index: 1;
}

.div-sub-menu {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5% 7% 3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-54 {
  width: 200px;
}

.div-block-55 {
  padding-right: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block {
  padding: 17px;
  font-family: Montserrat, sans-serif;
  color: #706f6f;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.div-pleca-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2479be;
}

.div-fondo-oferta {
  position: relative;
  margin-bottom: 74px;
  background-color: #e8f8ff;
}

.image-70 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.div-oferta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 118px;
  margin-right: 10%;
  margin-left: 10%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-text-oferta {
  width: 420px;
  margin-top: 61px;
}

.image-71 {
  width: 500px;
  padding-bottom: 43px;
}

.list-item {
  margin-top: 10px;
  font-family: 'Avenir lt 45 book', sans-serif;
  color: #706f6f;
  font-size: 16px;
  font-weight: 400;
}

.div-colum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10%;
  margin-bottom: 10%;
  margin-left: 10%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-colum._2 {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div-text-capacitacion._1 {
  position: relative;
  width: 440px;
  margin-right: 60px;
}

.div-text-capacitacion._2 {
  position: relative;
  width: 440px;
}

.div-img-capacitacion {
  max-width: 38%;
}

.image-72 {
  position: absolute;
  left: -62px;
  top: -66px;
  z-index: 1;
  width: 350px;
}

.image-72._2 {
  top: -109px;
  width: 300px;
}

.image-72._3 {
  left: auto;
  top: auto;
  right: 339.125px;
  bottom: -7.562px;
}

.image-73 {
  position: relative;
  z-index: 3;
}

.image-75 {
  display: none;
}

.image-79 {
  display: none;
}

.image-80 {
  display: none;
}

.image-81 {
  display: none;
}

.text-field {
  border-radius: 20px;
}

.submit-button {
  border-radius: 16px;
}

.link-block-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 86%;
  right: 2%;
  display: block;
  float: right;
  clear: none;
}

.link-block-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 89%;
  right: 97px;
  z-index: 5;
  float: right;
}

.image-23 {
  position: static;
  top: auto;
  z-index: auto;
  display: inline-block;
  margin-right: auto;
  float: none;
  clear: none;
}

.slide-5 {
  background-image: url('../images/slide-2.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-5._2 {
  background-image: url('../images/slide-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-3 {
  grid-column-gap: 27px;
  grid-template-areas: ". . . ."
    ". . Area Area";
  -ms-grid-columns: 1fr 27px 1fr 27px 1fr 27px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .menu-link {
    background-color: #2e425c;
  }

  .menu-link:hover {
    color: #67bbff;
  }

  .slide._1 {
    background-position: 70% 50%;
  }

  .titulo-slide {
    text-shadow: 3px 3px 11px #0a1d2c;
  }

  .div-columna {
    margin-left: 5%;
  }

  .heading-1 {
    font-size: 32px;
    line-height: 35px;
  }

  .paragraph.oferta {
    margin-top: 10px;
  }

  .plan.izq {
    width: 283px;
    margin-right: 30px;
  }

  .plan.izq.tab {
    width: 310px;
  }

  .incluye {
    margin-right: 0px;
  }

  .div-ico-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contenedor-planes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-2 {
    font-size: 21px;
    line-height: 25px;
  }

  .slider-2 {
    display: none;
  }

  .slider-2.tab {
    display: block;
  }

  .slider-2.tab.cel {
    display: none;
  }

  .icon-3 {
    color: #fff;
  }

  .menu-button {
    background-color: rgba(189, 141, 141, 0);
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .valores {
    margin-top: 143px;
    margin-bottom: 150px;
  }

  .img-valor {
    width: 70px;
  }

  .text-block {
    font-size: 16px;
  }

  .div-caja-valores {
    padding-right: 5%;
    padding-left: 5%;
  }

  .grid-2 {
    margin-right: 5%;
    margin-left: 5%;
    grid-column-gap: 39px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-3 {
    font-size: 17px;
  }

  .image-67 {
    top: -386px;
  }

  .image-68 {
    top: -258px;
  }

  .image-69 {
    top: 35px;
  }

  .div-sub-menu {
    top: -31px;
  }

  .div-oferta {
    margin-top: 43px;
  }

  .image-71 {
    width: 320px;
  }

  .list-item {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-colum {
    margin-right: 5%;
    margin-left: 5%;
  }

  .div-text-capacitacion._1 {
    width: 340px;
  }

  .div-text-capacitacion._2 {
    width: 340px;
  }

  .image-72 {
    left: -40px;
    top: -12px;
    width: 300px;
  }

  .image-72._2 {
    left: -33px;
    top: -59px;
    width: 240px;
  }

  .image-72._3 {
    right: 237.125px;
    bottom: 49.438px;
    width: 220px;
  }

  .slide-nav {
    display: none;
  }

  .link-block-2 {
    top: 86%;
    right: 3%;
  }

  .link-block-3 {
    top: 89%;
    right: 97px;
    z-index: 3;
    float: right;
    clear: none;
  }
}

@media screen and (max-width: 767px) {
  .image {
    margin-left: 10px;
  }

  .slide._1 {
    background-position: 50% 50%;
  }

  .nosotros {
    margin-bottom: 5%;
  }

  .div-columna {
    margin-right: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-text {
    width: auto;
    padding-right: 0%;
  }

  .heading-transparente {
    top: -333px;
  }

  .heading-transparente._2 {
    font-size: 15vw;
  }

  .heading-transparente._3 {
    left: 13.922px;
    top: 133px;
    font-size: 16vw;
  }

  .plan {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }

  .plan.izq {
    width: 100%;
    margin-right: 0px;
  }

  .div-ico-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contenedor-planes {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2 {
    font-size: 19px;
  }

  .slider-2.tab {
    display: none;
  }

  .slider-2.tab.cel {
    display: block;
  }

  .valores {
    margin-top: 60px;
    padding-top: 10%;
  }

  .div-caja-valores {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .equipo {
    padding-top: 5%;
  }

  .div-texto-clientes {
    position: relative;
    top: -27px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .grid {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    grid-column-gap: 21px;
    grid-row-gap: 23px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-2 {
    grid-column-gap: 23px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 23px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .heading-3 {
    font-size: 18px;
  }

  .form-block {
    width: 90%;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-colum-contacto {
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-datos-contacto {
    margin-top: 122px;
    text-align: center;
  }

  .image-67 {
    top: -355px;
    width: 82px;
  }

  .image-68 {
    top: -246px;
  }

  .div-sub-menu {
    top: -4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-55 {
    position: relative;
  }

  .div-fondo-oferta {
    height: 730px;
  }

  .image-70 {
    bottom: -1%;
  }

  .div-oferta {
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-text-oferta {
    width: 60%;
  }

  .image-71 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-bottom: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .list-item {
    margin-bottom: 10px;
    line-height: 16px;
  }

  .div-colum {
    margin-right: 0%;
    margin-bottom: 12%;
    margin-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-colum._2 {
    margin-bottom: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-text-capacitacion._1 {
    width: 100%;
    margin-right: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-text-capacitacion._2 {
    top: -59px;
    width: 100%;
    margin-top: 54px;
    margin-bottom: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .image-72._2 {
    top: -19px;
  }

  .image-72._3 {
    right: 252.125px;
  }

  .image-73 {
    display: none;
  }

  .img-clientes {
    max-width: 70%;
  }

  .image-74 {
    display: none;
  }

  .image-75 {
    display: block;
  }

  .image-76 {
    display: none;
  }

  .image-77 {
    display: none;
  }

  .image-78 {
    margin-top: 25px;
    margin-bottom: 30px;
    padding-left: 18px;
  }

  .image-79 {
    display: block;
  }

  .image-80 {
    display: block;
  }

  .image-81 {
    display: block;
  }

  .slide-5 {
    background-position: 76% 50%;
  }

  .slide-5._2 {
    background-image: url('../images/slide-3_1.jpg');
  }
}

@media screen and (max-width: 479px) {
  .slide._1 {
    background-position: 53% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .div-texto-slide {
    top: -13px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .titulo-slide {
    font-size: 33px;
    line-height: 35px;
    text-align: center;
  }

  .heading-1 {
    font-size: 27px;
    line-height: 28px;
  }

  .paragraph.oferta {
    margin-bottom: 18px;
    line-height: 21px;
  }

  .heading-transparente._2 {
    top: -76px;
    font-size: 15vw;
  }

  .plan {
    padding: 30px;
  }

  .plan.izq.tab.cel {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .titulo-desplegable-b {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
  }

  .contenedor-planes {
    margin-bottom: 0px;
  }

  .linea.cel {
    bottom: -342px;
  }

  .div-valore {
    width: 133px;
  }

  .div-caja-valores {
    grid-column-gap: 9px;
    grid-row-gap: 51px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-texto-clientes {
    top: -41px;
    width: auto;
  }

  .grid {
    margin-top: -7px;
    grid-column-gap: 34px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .heading-3 {
    font-size: 16px;
  }

  .div-datos-contacto {
    width: 100%;
    margin-right: 5%;
    margin-left: 5%;
  }

  .image-71 {
    right: -13%;
  }

  .list-item {
    margin-bottom: 10px;
    line-height: 19px;
  }

  .image-72._2 {
    top: -13px;
  }

  .img-clientes {
    max-width: 100%;
  }

  .list-item-2 {
    line-height: 14px;
  }

  .link-block-2 {
    top: 86%;
    right: 4%;
    clear: none;
  }

  .link-block-3 {
    top: 89%;
    right: 97px;
  }
}

#w-node-_9c1c1f1b-e9dd-65b4-98d1-a1bf77332d35-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_902dd58e-d5e0-b780-e5d1-ae5eb8217dff-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bc556baf-3892-da99-7d33-d3fb06040891-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a55e999f-4231-b3df-23d8-1ff6846c8125-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_58874e4a-d658-aa47-84c1-a8284b63c55e-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b8461ea-785e-9e51-9568-7b10ec1fe8cb-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9306ce77-9c74-07d6-a907-8b0056627aa0-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8eb63422-961f-ce91-cf81-c3e9775c1c10-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_02f5fbc2-9b2d-65e9-178d-cb0ce0d52984-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7be49ff2-044e-a670-645c-15bd26280989-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d2f8df7c-e8bb-20c0-2593-c5b424b75b06-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7780400c-4a8e-131c-1797-729aa1d5d0a6-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_567e93f6-c9d9-92b9-7e35-5f9e6967e264-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1f2676e9-4fe6-6c44-33df-8d242c640568-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ae184556-7a20-c829-e611-0a31c90a9ae4-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f93d759a-2668-0a86-be92-8a34f3ad36bd-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7172de28-b66b-c1f4-ac7d-3f4dd2e3425c-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6b144760-5733-c9e9-7996-1d84ba473405-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ef867827-bcf3-7cee-7d4e-f63a3ab6bdac-4f9d5db3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'Avenir lt 65';
  src: url('../fonts/Avenir-LT-65-Medium-Oblique.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir lt 45 book';
  src: url('../fonts/Avenir-LT-45-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir lt 85';
  src: url('../fonts/Avenir-LT-85-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir lt 35';
  src: url('../fonts/Avenir-LT-35-Light-Oblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir lt 55';
  src: url('../fonts/Avenir-LT-55-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir lt 55 roman';
  src: url('../fonts/Avenir-LT-55-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir lt 95';
  src: url('../fonts/Avenir-LT-95-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}