:root {
  --white: white;
  --black: black;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.div-block {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  min-width: auto;
  height: auto;
  min-height: auto;
  text-decoration: line-through;
  display: block;
}

.body {
  height: auto;
  min-height: 100%;
}

.columns {
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 85px;
}

.div-block-2 {
  max-width: 200px;
}

.div-block-3 {
  opacity: .47;
  background-color: #000;
  height: 100vh;
}

.hero {
  justify-content: center;
  align-items: flex-start;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
}

.div-block-4 {
  max-width: 300px;
}

.columna-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 670px;
  margin-top: 0;
  padding-top: 10px;
  display: flex;
}

.rich-text-block {
  color: #fff;
}

.heading {
  color: #3872bb;
  margin-bottom: 0;
}

.heading-2 {
  color: #504fb7;
  margin-top: 40px;
  font-size: 4rem;
}

.div-block-5 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 9px;
  width: 100%;
  min-width: auto;
  height: 60%;
  min-height: 650px;
  margin-top: 62px;
}

.image {
  box-shadow: 1px 1px 11px #414141;
}

.text-block {
  color: #fff;
  text-align: right;
}

.container {
  flex: 1;
}

.columna2 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.seccion-uno {
  margin-top: 0;
  padding-top: 40px;
}

.text-block-2 {
  color: #fff;
  flex-flow: column;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  font-size: 1.5rem;
  display: flex;
}

.columns-2 {
  margin-top: 20px;
}

.imagen-1 {
  opacity: 1;
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/slider-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 500px;
  background-attachment: scroll;
  width: 100%;
  min-width: 400px;
  max-width: none;
  height: 100%;
  max-height: none;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  left: 0;
}

.mask {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  width: auto;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-width: auto;
  height: 370px;
}

.imagen-2 {
  background-image: url('../images/scaf7000.png.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 450px;
}

.html-embed {
  background-color: rgba(0, 0, 0, 0);
}

.rich-text-block-2 {
  color: #fff;
  margin-top: 23px;
  font-size: 16px;
  line-height: 10px;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  font-size: 4rem;
  line-height: 3.7rem;
}

.heading-4 {
  color: #bfecff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.9rem;
}

.html-embed-2 {
  background-color: rgba(0, 0, 0, 0);
  max-width: 400px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text {
  max-width: 300px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  direction: ltr;
  color: #fff;
  text-align: center;
  text-transform: none;
  align-items: center;
  max-width: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.container-2 {
  align-items: center;
  height: 80px;
  display: flex;
}

.div-block-6 {
  width: auto;
  max-width: 600px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  text-align: center;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.info {
  text-decoration: none;
}

.text-block-4 {
  text-transform: none;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.separacion {
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-end;
  min-height: 50px;
  display: flex;
}

.column {
  min-height: 100%;
  margin-top: 0;
}

.paragraph-2 {
  color: #fff;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 940px;
  min-height: 100px;
  margin-top: 115px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.imagen-background {
  background-image: url('../images/fondo.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  min-height: 100vh;
}

.section-1 {
  opacity: 1;
  background-color: #000;
  min-height: 100vh;
}

.section-1.mobile {
  display: none;
}

.link {
  opacity: 1;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.div-block-7 {
  float: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: inline;
}

.column-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.phone {
  color: #fff;
  margin-right: 30px;
  padding-left: 8px;
  font-size: 1.5rem;
  display: inline;
  overflow: visible;
}

.text-block-7 {
  color: #fff;
  font-size: .9rem;
}

.heading-5 {
  color: #fff;
  margin-top: 34px;
  font-size: 3.5rem;
  line-height: 3.6rem;
}

.image-2 {
  max-width: none;
  margin-bottom: 8px;
  margin-left: 0;
  display: inline-block;
}

.bold-text-2 {
  text-align: left;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.container-3 {
  opacity: .26;
  background-color: #000;
  min-height: 100vh;
}

.image-back {
  opacity: .81;
  background-image: url('../images/desktop.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
  padding-bottom: 18px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-8 {
  color: #fff;
  text-align: justify;
  max-width: 380px;
  margin-bottom: 19px;
  font-size: 1rem;
  line-height: 1.3rem;
}

.button {
  text-align: center;
  background-image: url('../images/gradient.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 20px;
  width: 200px;
  height: 50px;
  margin-top: 25px;
  padding-left: 0;
  padding-right: 0;
  line-height: 30px;
  display: block;
}

.button:hover {
  opacity: 1;
  background-color: #1eb314;
  box-shadow: 4px 4px 17px -11px #3c3b3b;
}

.section-2 {
  height: 500px;
  margin-top: 79px;
  margin-bottom: 93px;
}

.columns-4 {
  text-align: center;
  width: 940px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
}

.column-4 {
  flex-wrap: wrap;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-5 {
  margin-left: auto;
  margin-right: auto;
}

.heading-6 {
  color: rgba(9, 2, 2, .8);
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.heading-6.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3 {
  color: rgba(0, 0, 0, .78);
  text-align: left;
  width: 400px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
  font-size: .9rem;
  line-height: 1.5rem;
}

.paragraph-3.center {
  text-align: center;
  width: 550px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.bold-text-3 {
  line-height: 3.5rem;
}

.section-3 {
  color: rgba(135, 143, 163, .07);
  background-color: #e9ecf5;
  height: 680px;
  position: relative;
}

.bold-text-4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.container-4 {
  padding-top: 60px;
}

.bold-text-5 {
  text-align: left;
}

.columns-5 {
  flex-flow: row;
  width: 940px;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-3 {
  background-image: url('../images/icon-02.png');
  background-position: 0 0;
  background-size: cover;
  width: 150px;
  max-width: 50%;
  max-height: none;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-block-9 {
  color: #000;
  font-size: 1.2rem;
}

.div-block-8 {
  background-color: #3898ec;
  width: 90px;
  height: 4px;
  margin-top: 22px;
}

.paragraph-4 {
  color: #000;
  width: 250px;
  margin-top: 24px;
}

.section-5 {
  z-index: 2;
  filter: grayscale();
  background-color: #000;
  height: 500px;
  position: relative;
}

.image-4 {
  max-width: none;
  min-height: 100vh;
}

.image-5 {
  max-width: none;
  min-height: 100vh;
  display: block;
}

.image-6 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  opacity: .36;
  background-image: url('../images/wallpaper-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.rich-text-block-3 {
  color: #fff;
}

.heading-7 {
  opacity: 1;
  color: #fff;
  text-align: center;
  margin-top: 54px;
}

.texto-grey, .text-block-10 {
  color: #fff;
}

.image-7 {
  z-index: -1;
  opacity: .28;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-10 {
  height: 100%;
  max-height: none;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 62px;
}

.text-block-12 {
  color: #fff;
}

.heading-9 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 63px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-top: 60px;
}

.div-block-11 {
  background-image: url('../images/wallpaper-3.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: fixed;
  height: 500px;
}

.div-block-12 {
  opacity: .34;
  background-image: url('../images/wallpaper-3.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.new {
  color: #fff;
}

.text-block-13 {
  z-index: 2;
  color: #fff;
  position: relative;
}

.section-6 {
  background-color: #000;
  height: 500px;
}

.div-block-13 {
  background-image: url('../images/wallpaper-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sction-5.new {
  background-color: #000;
  height: 500px;
}

.sction-5.new.pes {
  opacity: 1;
}

.imagen2 {
  opacity: .27;
  background-image: url('../images/wallpaper-3.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.imagen2.pes {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 500px;
  min-width: 500px;
  max-width: 100px;
  height: 100px;
  display: inline;
  position: relative;
}

.section-7 {
  background-color: #000;
  height: 500px;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 400;
}

.section-title-wrapper {
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.full {
  text-align: left;
  flex-direction: row;
  width: 100%;
}

.section-title {
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.section-4 {
  background-image: url('../images/wallpaper-2-black.jpg');
  background-position: 50%;
  background-size: cover;
  transform: translate(0);
}

.feature-info-paragraph {
  opacity: .7;
  font-size: 14px;
}

.container-5 {
  position: relative;
}

.feature-info-column {
  padding-right: 20px;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

.section-description.small {
  width: 80%;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
}

.feature-info-block {
  text-align: justify;
  width: 90%;
  position: relative;
}

.image-section-overlay {
  color: #fff;
  background-color: rgba(44, 46, 49, .7);
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
}

.image-section-overlay.color_1 {
  opacity: 1;
  background-color: rgba(5, 12, 25, .9);
}

.feature-info-row {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.feature-info-icon {
  float: left;
  height: 35px;
  margin-right: 15px;
}

.simple-white-footer {
  background-color: rgba(0, 0, 0, .81);
  border-top: 1px solid #eee;
  min-height: 150px;
  padding-top: 45px;
  padding-bottom: 45px;
  font-weight: 400;
}

.bottom-footer-paragraph {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}

.bottom-footer-paragraph.dark {
  color: #94979e;
}

.bottom-footer-paragraph.right {
  float: right;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: rgba(255, 255, 255, .7);
}

.bottom-footer-link.color {
  color: #babdc2;
  text-decoration: none;
}

.bottom-footer-link.color:hover {
  color: #1f6fff;
}

.image-8 {
  width: 100%;
}

.grilla_logos {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-14 {
  background-image: url('../images/logo_EII_dt.png');
  background-position: 50%;
  background-size: cover;
  width: 95%;
  max-height: 100px;
}

.div-block-15 {
  background-image: url('../images/icafal.png');
  background-position: 50%;
  background-size: 180px;
  max-height: 200px;
}

.div-block-16 {
  background-image: url('../images/logo_EII_dt.png');
  background-position: 0 0;
  background-size: 125px;
}

.grid {
  display: flex;
}

.image-9 {
  opacity: .62;
  align-self: center;
  max-width: 60%;
}

.image-10 {
  opacity: .62;
  align-self: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  grid-template-rows: 367px 367px 277px 344px;
  grid-template-areas: "."
                       "."
                       "."
                       ".";
}

.icons-design {
  width: 50%;
  max-width: none;
  height: 50%;
  margin: 30px auto 140px;
}

.image-15 {
  opacity: .52;
  filter: grayscale();
}

.div-block-17 {
  background-image: url('../images/ultimo-fotomontaje-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-18 {
  background-image: url('../images/WhatsApp-Image-2019-05-31-at-12.08.41.jpeg');
  background-position: 50%;
  background-size: cover;
}

.image-16 {
  opacity: 1;
  filter: grayscale();
  align-self: center;
}

.image-11 {
  opacity: .45;
  align-self: center;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 38px;
}

.image-17 {
  opacity: .77;
  padding-top: 7px;
}

.image-18 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.container-6 {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-19 {
  color: #ad8f06;
  background-color: #ee1653;
  width: 50px;
  height: 5px;
  max-height: 100px;
  margin: 80px auto 82px;
}

.image-19 {
  opacity: .44;
  align-self: center;
  max-width: 80%;
  max-height: 200px;
  padding-bottom: 47px;
  display: block;
}

.image-20 {
  opacity: .63;
  align-self: center;
  max-width: 70%;
  margin-top: -46px;
}

.image-14 {
  opacity: .38;
  align-self: center;
}

.grilla-logos-clientes {
  opacity: .88;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  width: 90%;
  max-width: 900px;
  height: 100%;
  margin: 69px auto 100px;
  position: relative;
  overflow: visible;
}

.div-block-20 {
  background-image: url('../images/58411133_429992177812860_2686220529149243980_n.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-21 {
  opacity: .46;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-21 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-22 {
  background-image: url('../images/54277390_2274707446078372_5701570109986481.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-23 {
  background-image: url('../images/WhatsApp-Image-2019-05-31-at-12.08.28.jpeg');
  background-position: 50%;
  background-size: cover;
}

.image-22 {
  opacity: .44;
  align-self: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block-4 {
  color: #000;
  margin-top: 140px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image-23 {
  opacity: .62;
  filter: grayscale();
  align-self: center;
  max-width: 80%;
  padding-bottom: 0;
}

.div-block-24 {
  background-image: url('../images/WhatsApp-Image-2019-05-31-at-12.12.22.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-25 {
  background-image: url('../images/WhatsApp-Image-2018-05-02-at-13.28.47.jpg');
  background-position: 0 0;
  background-size: 384px;
}

.image-24 {
  opacity: .59;
  max-width: 55%;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.image-25 {
  opacity: .53;
  filter: grayscale();
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-26 {
  background-image: url('../images/aa2e0584-1054-47dc-9719-e325459aeff9.jpg');
  background-position: 100%;
  background-size: cover;
}

.image-13 {
  opacity: .45;
}

.section-8 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-8.blue-cta-section {
  color: #fff;
  background-color: #1f6fff;
  background-image: url('../images/gradient.png');
  background-position: 0 0;
  background-size: cover;
}

.dark-cta-title {
  float: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.button-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
}

.button-2.cta-button {
  float: right;
  text-align: center;
  background-color: #c3fab5;
  width: 20%;
  margin-top: 5px;
  line-height: 31px;
}

.button-2.cta-button:hover {
  background-color: #73d65a;
}

.button-2.cta-button.comencemos {
  color: #000;
  background-color: #fff;
}

.div-block-27 {
  background-image: url('../images/fondo-inicio.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
}

.column-10 {
  margin-bottom: 22px;
  padding-top: 35px;
  padding-bottom: 0;
}

.rich-text-block-5 {
  color: #fff;
  margin-top: 110px;
}

.section-9 {
  background-image: url('../images/fondo-2.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
}

.div-block-28 {
  background-color: rgba(0, 0, 0, .6);
  min-height: 100vh;
}

.rich-text-block-6 {
  color: #fff;
  margin-top: 56px;
}

.columns-6 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.html-embed-3 {
  margin-top: 23px;
}

.image-27 {
  text-align: center;
  margin-top: 20px;
  margin-left: 105px;
  margin-right: auto;
  display: block;
}

.column-11 {
  padding: 0 35px 35px;
}

.text-block-14 {
  color: #fff;
  width: 200px;
  margin-top: 4px;
  margin-left: 45px;
  font-size: 2rem;
  position: absolute;
}

.image-28 {
  margin-left: 0;
  padding-bottom: 0;
}

.paragraph-5 {
  color: #fff;
  text-align: left;
  font-size: .8rem;
  font-weight: 400;
}

.image-29 {
  text-align: right;
  margin-top: 17px;
  margin-left: auto;
  margin-right: 98px;
  display: block;
}

.link-2 {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
}

.text-span {
  padding-left: 12px;
  padding-right: 0;
  display: inline-block;
}

.link-3 {
  color: #fff;
  text-align: left;
  font-size: 1rem;
  text-decoration: none;
  display: block;
}

.section-10 {
  min-height: 500px;
}

.container-7 {
  margin-top: 40px;
}

.columns-7 {
  width: 940px;
  max-height: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/wallpaper-3.jpg');
  background-position: 72%;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 400px;
  max-height: none;
  display: block;
}

.div-block-29.foto-3 {
  background-image: url('../images/men-desktop.jpg');
}

.nuevo-texto {
  margin-top: 0;
}

.column-13 {
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .div-block {
    padding: 39px;
  }

  .imagen-1 {
    background-position: 50%;
    background-size: 360px;
    min-width: 250px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    max-width: none;
    height: 250px;
  }

  .imagen-2 {
    background-size: 330px;
  }

  .heading-3 {
    margin-left: auto;
    padding-left: 0;
    font-size: 2.6rem;
    line-height: 2.5rem;
  }

  .heading-4 {
    font-size: 1.6rem;
  }

  .html-embed-2 {
    display: none;
  }

  .phone {
    margin-right: 10px;
  }

  .text-block-8 {
    text-align: left;
  }

  .columns-4 {
    width: 90%;
  }

  .paragraph-3 {
    width: 300px;
    font-size: .7rem;
  }

  .section-3 {
    height: auto;
    min-height: auto;
    max-height: none;
    position: relative;
  }

  .columns-5 {
    text-align: center;
    flex-flow: column;
    align-content: center;
    align-items: center;
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-4 {
    text-align: left;
    margin-bottom: 76px;
  }

  .feature-info-title {
    margin-top: 0;
    font-size: 17px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-4 {
    margin-top: 0;
  }

  .feature-info-paragraph {
    text-align: left;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .section-description.small {
    width: 80%;
  }

  .image-section-overlay, .image-section-overlay.color_1 {
    padding: 90px 45px;
  }

  .simple-white-footer {
    display: block;
  }

  .column-6 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .image-8 {
    margin-top: 79px;
  }

  .image-9 {
    max-width: 80%;
  }

  .icons-design {
    width: 60%;
    height: 60%;
  }

  .image-26 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-7 {
    flex-direction: column;
    display: flex;
  }

  .section-8 {
    padding: 45px;
  }

  .dark-cta-title {
    width: 60%;
  }

  .button-2.cta-button {
    width: 30%;
    margin-top: 15px;
  }

  .image-27 {
    margin-left: 57px;
  }

  .text-block-14 {
    margin-left: 41px;
  }

  .image-28 {
    margin-left: 0;
  }

  .image-29 {
    margin-top: 13px;
  }

  .columns-7 {
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .div-block-29 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nuevo-texto {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-12 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    height: 900px;
  }

  .paragraph-3 {
    width: 500px;
    font-size: 1rem;
  }

  .paragraph-3.center {
    width: 90%;
  }

  .feature-info-title {
    margin-bottom: 13px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-4 {
    margin-top: 0;
  }

  .feature-info-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-description.small {
    width: 100%;
    font-size: 18px;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.color_1 {
    padding: 25px;
  }

  .feature-info-row {
    margin-top: 0;
  }

  .feature-info-icon {
    margin-top: -12px;
  }

  .simple-white-footer {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .bottom-footer-paragraph.dark, .bottom-footer-paragraph.right {
    float: none;
  }

  .column-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-8 {
    margin-top: 20px;
  }

  .grid-2 {
    align-content: start;
    justify-content: start;
    align-items: stretch;
    justify-items: stretch;
  }

  .icons-design {
    width: 80%;
    max-width: 80%;
    height: 80%;
  }

  .grilla-logos-clientes {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 95%;
    height: 100%;
    margin: 40px auto 60px;
    display: grid;
  }

  .rich-text-block-4 {
    padding: 35px;
  }

  .div-block-24 {
    flex-direction: column;
    display: inline;
  }

  .section-8 {
    padding: 25px;
  }

  .dark-cta-title {
    float: none;
    width: 100%;
  }

  .button-2.cta-button {
    float: none;
    width: 50%;
  }

  .column-8 {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .column-9 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-27 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-14 {
    margin-left: 172px;
  }

  .image-28 {
    margin-left: 122px;
  }

  .image-29 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-3 {
    text-align: center;
    margin-top: 20px;
    font-size: .8rem;
    line-height: .9rem;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding: 13px;
  }

  .seccion-uno {
    margin-left: auto;
    margin-right: auto;
  }

  .imagen-1 {
    background-size: 300px;
  }

  .imagen-2 {
    background-size: 260px;
  }

  .section-1 {
    display: none;
  }

  .section-1.mobile {
    display: block;
  }

  .logo {
    text-align: center;
    margin-left: -27px;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .column-2 {
    justify-content: flex-start;
    margin-top: 43px;
    margin-left: auto;
    margin-right: auto;
  }

  .phone {
    margin-left: 6px;
    padding-left: 8px;
    font-size: 1.2rem;
  }

  .heading-5 {
    text-align: left;
    margin-top: 20px;
    font-size: 2.8rem;
    line-height: 2.3rem;
  }

  .image-2 {
    order: -1;
    align-self: auto;
    margin-left: 0;
    padding-left: 0;
    font-size: 10px;
  }

  .bold-text-2 {
    padding: 10px;
  }

  .column-3 {
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .columns-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 27px;
  }

  .image-back {
    opacity: .76;
    background-image: url('../images/mobile.jpg');
    background-position: 60%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-8 {
    text-align: left;
    line-height: 1.5rem;
  }

  .section-2 {
    height: 1000px;
    margin-bottom: 38px;
  }

  .column-4 {
    min-height: 300px;
  }

  .heading-6.center {
    font-size: 2rem;
  }

  .paragraph-3 {
    width: 90%;
  }

  .paragraph-3.center {
    width: 95%;
  }

  .bold-text-3 {
    text-align: left;
    font-size: 2.2rem;
    line-height: 2rem;
  }

  .bold-text-4.center {
    font-size: 2.3rem;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-5 {
    display: inline;
  }

  .feature-info-title {
    margin-bottom: 12px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .feature-info-column.last {
    padding-bottom: 0;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .section-description.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color_1 {
    padding: 49px 20px 20px;
    display: inline-block;
  }

  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }

  .simple-white-footer {
    padding: 35px 15px;
  }

  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }

  .column-6 {
    margin-top: 44px;
    display: flex;
  }

  .image-8 {
    width: 520px;
    max-width: none;
    height: auto;
  }

  .image-9 {
    max-width: 70%;
  }

  .image-10 {
    max-width: 100%;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: 367px 367px 277px 344px;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    justify-content: space-between;
    min-height: 200px;
    margin-left: 0;
    display: flex;
  }

  .icons-design {
    flex: 0 auto;
    width: 80%;
    max-width: none;
    height: 80%;
    min-height: auto;
    max-height: none;
    margin-bottom: 100px;
    display: block;
  }

  .div-block-17, .div-block-18 {
    min-height: 250px;
  }

  .image-16 {
    max-width: 80%;
    margin-top: 24px;
  }

  .image-20 {
    margin-top: 38px;
  }

  .image-14 {
    margin-top: 52px;
  }

  .grilla-logos-clientes {
    grid-column-gap: 7px;
    grid-row-gap: 27px;
    flex-flow: column;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 0 14px 14px;
    display: flex;
  }

  .div-block-20 {
    min-height: 250px;
  }

  .image-21 {
    margin-top: 40px;
  }

  .div-block-22, .div-block-23 {
    min-height: 250px;
  }

  .rich-text-block-4 {
    margin-top: 100px;
    padding-bottom: 0;
  }

  .image-23 {
    margin-top: 35px;
  }

  .div-block-24 {
    min-height: 250px;
  }

  .div-block-25 {
    background-position: 50%;
    min-height: 250px;
  }

  .image-24 {
    flex: none;
  }

  .div-block-26 {
    min-height: 250px;
  }

  .section-8 {
    padding: 25px;
  }

  .section-8.blue-cta-section {
    text-align: center;
  }

  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
  }

  .button-2 {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .button-2.cta-button {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-10 {
    margin-top: 300px;
    padding-top: 28px;
  }

  .text-block-14 {
    margin-left: 72px;
  }

  .image-28 {
    margin-left: 31px;
  }

  .text-span {
    padding-left: 10px;
  }

  .link-3 {
    line-height: 1rem;
  }

  .div-block-29 {
    background-image: url('../images/wallpaper-3.jpg');
    background-position: 70%;
  }

  .div-block-29.foto2 {
    background-image: url('../images/men-desktop.jpg');
    background-position: 50%;
    margin-top: 19px;
  }

  .nuevo-texto {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-13 {
    margin-top: 40px;
    margin-bottom: 36px;
  }
}

#w-node-_9e78549e-e839-7ab5-860d-99ef392aa038-2c4b2fc0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_9e78549e-e839-7ab5-860d-99ef392aa039-2c4b2fc0 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_9e78549e-e839-7ab5-860d-99ef392aa03a-2c4b2fc0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_9e78549e-e839-7ab5-860d-99ef392aa03b-2c4b2fc0 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_9e78549e-e839-7ab5-860d-99ef392aa03c-2c4b2fc0 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_9e78549e-e839-7ab5-860d-99ef392aa03d-2c4b2fc0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9e78549e-e839-7ab5-860d-99ef392aa03e-2c4b2fc0 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: center;
}

#w-node-_9e78549e-e839-7ab5-860d-99ef392aa03f-2c4b2fc0 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_9e78549e-e839-7ab5-860d-99ef392aa040-2c4b2fc0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9e78549e-e839-7ab5-860d-99ef392aa041-2c4b2fc0 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_9e78549e-e839-7ab5-860d-99ef392aa042-2c4b2fc0 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_9e78549e-e839-7ab5-860d-99ef392aa043-2c4b2fc0 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_9e78549e-e839-7ab5-860d-99ef392aa044-2c4b2fc0 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_9e78549e-e839-7ab5-860d-99ef392aa045-2c4b2fc0 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_9e78549e-e839-7ab5-860d-99ef392aa046-2c4b2fc0 {
  grid-area: 4 / 3 / 5 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_9e78549e-e839-7ab5-860d-99ef392aa047-2c4b2fc0 {
  grid-area: 4 / 4 / 5 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_9e78549e-e839-7ab5-860d-99ef392aa039-2c4b2fc0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9e78549e-e839-7ab5-860d-99ef392aa03a-2c4b2fc0 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: center;
  }

  #w-node-_9e78549e-e839-7ab5-860d-99ef392aa03b-2c4b2fc0 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: center;
    justify-self: center;
  }
}


