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

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

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: #23286b;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.4em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #fff;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero {
  display: block;
  height: auto;
  min-height: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.section.footer {
  padding-bottom: 60px;
}

.grid-3-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.card-description {
  margin-bottom: 16px;
}

.bg-dark {
  background-color: #23286b;
  color: #fff;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-flex.wide {
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: rotateX(-6deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(-6deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.primary-button {
  margin-top: 30px;
  padding: 16px 20px;
  border-radius: 0px;
  background-color: #f1b503;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #23286b;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.primary-button:hover {
  background-color: #d59f00;
}

.featured-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-2-columns {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.grid-2-columns.last {
  margin-bottom: 0px;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-label {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 1em;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #23286b;
  text-decoration: none;
}

.navbar {
  position: static;
  width: 100%;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #3b6b3a;
  -o-object-fit: contain;
  object-fit: contain;
}

.call-to-action-wrapper {
  padding-right: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pill {
  margin-bottom: 12px;
  padding: 6px 16px;
  border: 2px solid #428cfb;
  border-radius: 20px;
  color: #428cfb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  color: #428cfb;
}

.nav-link.w--current {
  color: #fff;
  text-align: center;
}

.brand {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #23286b;
  font-size: 1.2em;
  font-weight: 700;
}

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

.feature-link {
  margin-top: 20px;
  border-bottom: 2px solid #428cfb;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #428cfb;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.feature-link:hover {
  border-bottom-color: #1372ff;
  color: #1372ff;
}

.lightblue {
  color: #428cfb;
}

.footer-brand {
  color: #23286b;
  font-weight: 700;
  text-decoration: none;
}

.text-block {
  font-size: 1.2em;
}

.cta {
  padding-top: 80px;
  padding-bottom: 80px;
}

.subfooter {
  font-size: 0.8em;
  text-align: center;
}

.div-block {
  width: 80px;
  height: 1px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hosting {
  position: relative;
  width: auto;
  height: auto;
  margin-top: 0px;
  padding-top: 200px;
  border-radius: 0px;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.seguridad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: 1px none #000;
  border-radius: 0px;
  opacity: 1;
  -webkit-perspective: none;
  perspective: none;
}

.seguridad.extra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-left: 0px;
  -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;
  background-color: transparent;
}

.seguridad.extra.prueba {
  position: relative;
  width: 100%;
  height: auto;
}

.nube {
  width: auto;
  height: auto;
  padding-top: 200px;
  background-color: transparent;
}

.ti {
  width: auto;
  height: auto;
  padding-top: 200px;
  background-color: transparent;
}

.redes {
  width: auto;
  height: auto;
  padding-top: 200px;
  background-color: transparent;
}

.prevencion {
  height: auto;
  padding-top: 200px;
  background-color: transparent;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #111;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-left: 6%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.footer-image {
  width: 100%;
  height: 100%;
  margin-right: -197px;
  margin-left: 0px;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
  color: #9ac23a;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  border: 5px none #000;
  border-radius: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.youtube {
  margin-top: 0px;
  background-color: #000;
  opacity: 1;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.software {
  height: auto;
  padding-top: 200px;
  background-color: transparent;
}

.nav-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: transparent;
}

.nav-wrapper.m2 {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  overflow: visible;
  padding-top: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #000;
}

.hero-overlay {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  background-color: transparent;
  opacity: 1;
  color: #fff;
}

.centered-container {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.youtube-2 {
  position: absolute;
  height: 100vh;
  background-color: #000;
  opacity: 0.42;
}

.section-4 {
  position: relative;
  display: block;
  overflow: hidden;
  -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;
  opacity: 1;
}

.paragraph {
  margin-top: 0px;
  margin-bottom: 60px;
  padding-top: 220px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #c8f32b;
  font-size: 30px;
}

.heading {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.paragraph-2 {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px -webkit-max-content 20px -webkit-max-content 20px -webkit-max-content;
  -ms-grid-columns: 1fr 20px max-content 20px max-content 20px max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  margin-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.container-2 {
  position: static;
  min-height: 0%;
}

.div-block-9 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  width: 100vh;
  height: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.videocontainer {
  position: static;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin: auto;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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: 0px none #000;
  background-color: transparent;
  opacity: 1;
}

.background-video {
  position: relative;
  z-index: 34;
  display: block;
  overflow: hidden;
  width: 100vh;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.videointro {
  position: absolute;
  z-index: 300;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-right: 0px;
  border: 0px none #000;
  border-radius: 0px;
  background-color: #000;
  opacity: 1;
}

.body {
  overflow: auto;
  border: 0px none #000;
  background-color: #757575;
  -o-object-fit: fill;
  object-fit: fill;
}

.sticky-nav-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-2 {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-3 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link-3:hover {
  text-decoration: underline;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  box-shadow: none;
}

.navbar-2.m2 {
  overflow: hidden;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-2 {
  margin-top: 0px;
  margin-left: 60px;
  padding-top: 0px;
}

.item {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.item.w--current {
  color: #9ac23a;
}

.item.w--current:active {
  color: #9ac23a;
}

.item.w--current:focus {
  color: #9ac23a;
}

.item.w--current:visited {
  color: #fff;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.separador {
  min-height: 200px;
}

.tit2base {
  color: #000;
  text-align: center;
}

.tit2base.t2seguridad {
  color: #fff200;
}

.tit2base.spamhosting {
  color: #fffb00;
}

.tit2base.spamti {
  color: #0d00ff;
}

.tit2base.spamredes {
  color: #fff;
}

.tit2base.spamprevencion {
  color: #fff;
}

.tit2base.spamsoftware {
  color: #000;
}

.heading-2 {
  text-align: center;
}

.paragraph-3 {
  text-align: center;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.containertextos {
  position: static;
  top: auto;
  display: block;
  padding-left: 0px;
  clear: none;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.containertextos.prueba {
  position: relative;
  margin-top: 200px;
  margin-bottom: 0px;
}

.titulosbase {
  position: relative;
  margin-bottom: 40px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.titulosbase.colseguridad {
  color: #fff;
}

.titulosbase.colhosting {
  color: #1aff00;
}

.titulosbase.colnube {
  color: #e1ff00;
}

.titulosbase.colredes {
  color: #fff;
}

.button {
  position: relative;
  z-index: 10000;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  clear: none;
  border-radius: 20px;
  background-color: #04325a;
  color: #fff;
}

.button-2 {
  border-radius: 20px;
  background-color: #000;
}

.button-3 {
  border-radius: 20px;
  background-color: #000;
}

.button-4 {
  border-radius: 20px;
  background-color: #000;
}

.button-5 {
  border-radius: 20px;
  background-color: #000;
}

.button-6 {
  border-radius: 20px;
  background-color: #000;
}

.button-7 {
  border-radius: 20px;
  background-color: #000;
}

.section-5 {
  height: 600px;
  background-image: url('../images/seguridad_tablet_1-100.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.columns {
  height: 100vh;
}

.image-3 {
  width: 100%;
  height: 600px;
}

.grid {
  grid-auto-columns: 1.25fr;
  grid-template-areas: "Encabezado . Areal Areal"
    ". . Areal Areal"
    ". . Areal Areal"
    ". . Areal Areal";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.image-4 {
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: none;
}

.bloque1 {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  min-width: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.hl_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.hb_comments {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  opacity: 0.53;
  font-style: normal;
  text-decoration: underline;
}

.h_comments {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  margin-right: 0%;
  margin-bottom: 0px;
  margin-left: 0%;
  padding: 30px 7% 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border: 1px none #000;
  opacity: 1;
  direction: ltr;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-style: normal;
  text-align: justify;
  letter-spacing: 0rem;
  text-decoration: none;
  text-transform: none;
}

.h_comments.pre {
  color: #9cc43a;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.column {
  display: block;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-2 {
  margin-top: 100px;
  padding-left: 60px;
  font-weight: 700;
}

.text-span {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1;
}

.text-block-3 {
  width: 650px;
  height: auto;
  margin-bottom: 140px;
  padding-top: 10px;
  padding-right: 180px;
  padding-left: 60px;
  color: #9cc43a;
  font-size: 25px;
  font-weight: 500;
}

.image-5 {
  width: 80%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-verde {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25%;
  max-height: 130px;
  max-width: 600px;
  min-height: 130px;
  margin-bottom: 10%;
  -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;
  background-color: #99ca3c;
  font-size: 16px;
}

.paragraph-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 99px;
  max-width: 480px;
  margin-right: 60px;
  margin-left: 60px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 23px;
  line-height: 1.2;
  text-align: center;
}

.paragraph-6 {
  margin: 20px 7%;
  padding-bottom: 0px;
  color: #fff;
  font-size: 16px;
  text-align: justify;
}

.column-2 {
  display: block;
}

.div-imagen-mano {
  background-image: url('../images/seguridad_tablet_1-100.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-15 {
  background-image: url('../images/back_codigo-100.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-17 {
  width: 100%;
  height: 100%;
  max-width: 592px;
  padding-right: 40px;
  padding-left: 40px;
}

.div-block-18 {
  width: 100%;
  height: 100%;
}

.paragraph-7 {
  margin-right: 1em;
  margin-bottom: 10px;
  margin-left: 1em;
  color: #fff;
  font-size: 16px;
  text-align: justify;
}

.paragraph-8 {
  margin: 20px 1em;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.hl_image {
  position: relative;
  width: 100%;
  height: 600px;
  max-height: none;
  max-width: none;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.hl_image._900 {
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 5%;
  object-position: 50% 5%;
}

.hl_image.auto {
  height: 678px;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.hl_image._1000 {
  height: 800px;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.hl_image.opaco {
  opacity: 0.64;
}

.hl_image.op1 {
  opacity: 0.77;
}

.header {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 678px;
  max-width: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header.infraestructura {
  overflow: visible;
}

.header.cloud {
  max-height: 800px;
}

.image-7 {
  width: 100%;
  height: 100%;
  max-height: 600px;
  max-width: none;
  margin-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bloque2 {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bloque3 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 152px;
  justify-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.extracto {
  display: block;
  margin-bottom: 0px;
  -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;
}

.extracto.acercade {
  padding-right: 25%;
  padding-left: 25%;
}

.div-block-20 {
  height: 2px;
  margin-top: 5%;
  margin-right: 10%;
  margin-left: 10%;
  padding-left: 0px;
  background-color: #666;
}

.div-block-20.acercade {
  background-color: #fff;
}

.div-block-21 {
  height: 2px;
  margin-right: 10%;
  margin-bottom: 0%;
  margin-left: 10%;
  background-color: #6d6d6e;
  box-shadow: 1px 7px 20px 1px rgba(0, 0, 0, 0.49);
}

.div-block-21.sombra {
  box-shadow: 1px 9px 14px -8px rgba(0, 0, 0, 0.49);
}

.div-block-21.acercade {
  background-color: #fff;
}

.paragraph-9 {
  margin: 20px 15%;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.text-block-4 {
  margin-top: 0%;
  color: #5f5f5f;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
}

.div-block-22 {
  margin-top: -22px;
}

.paragraph-10 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 372.96875px;
  margin-right: 37%;
  margin-bottom: 0px;
  clear: none;
  -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;
  -webkit-transform: translate(50%, 0%);
  -ms-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
  color: #fff;
  font-size: 23px;
  text-align: left;
}

.paragraph-10.blanco {
  width: 450px;
  height: auto;
  max-width: none;
  margin-right: 0%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'DM Sans', sans-serif;
  color: #c2c2c2;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
}

.div-block-23 {
  display: block;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  display: -ms-grid;
  display: grid;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.bandaverde {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 220px;
  max-height: 200px;
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #9cc43a;
}

.bandaverde.blanca {
  background-color: #fff;
}

.bloque4 {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-8 {
  width: 100%;
  height: 100%;
  max-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.image-9 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  width: 50%;
  max-width: 296px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: translate(50%, -3%);
  -ms-transform: translate(50%, -3%);
  transform: translate(50%, -3%);
}

.paragraph-11 {
  margin-top: 0%;
  margin-right: 1em;
  margin-left: 1em;
  color: #fff;
  font-size: 16px;
  text-align: justify;
}

.image-10 {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.tiradividora {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.marcas {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 80px;
  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;
  grid-template-rows: auto;
}

.marcas._2logos {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.marcas._1logo {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.image-11 {
  width: 320px;
  margin-top: 2%;
  margin-bottom: 0%;
  margin-left: 10px;
}

.image-12 {
  width: 100px;
  margin-right: 10px;
}

.d_commentswrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 600px;
  min-width: 600px;
  margin-top: 0px;
  padding-left: 0%;
  -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;
  background-color: transparent;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.ht_linebar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 15;
  width: 100%;
  height: 3px;
  max-width: none;
  min-width: 0px;
  background-color: #58b454;
  color: #4eeb0c;
  line-height: 1px;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #000;
  color: #fff;
}

.div-block-29 {
  height: 2px;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: #fff;
  color: #fff;
}

.div-block-30 {
  height: 2px;
  margin-bottom: 40px;
  background-color: #fff;
}

.div-block-31 {
  max-width: 512px;
}

.div-block-32 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: 592px;
  margin-left: 0px;
  padding-top: 71px;
  padding-right: 40px;
  padding-left: 40px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph-12 {
  position: relative;
  max-width: none;
  margin-top: 20px;
  opacity: 1;
  color: #6b6b6b;
  font-size: 1vw;
  font-weight: 700;
  text-align: justify;
}

.bold-text-2 {
  color: #eaecff;
  font-size: 3vw;
  text-align: center;
}

.lottie-animation {
  width: 100px;
}

.lottie-animation-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin-left: 40px;
}

.comentarioblanco {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 1000px;
  height: 170px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 3px;
  border-color: #e6e6e6;
}

.div-block-33 {
  width: 100%;
  height: 200px;
}

.imagencomentario {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100000;
  width: 350px;
  max-width: none;
  margin-top: 0px;
  -webkit-transform: translate(86px, -62px);
  -ms-transform: translate(86px, -62px);
  transform: translate(86px, -62px);
}

.imagencomentario.extra {
  width: 280px;
}

.section-6 {
  width: 100%;
}

.stratosphe {
  width: 100px;
  -webkit-transform: translate(0px, 19px);
  -ms-transform: translate(0px, 19px);
  transform: translate(0px, 19px);
}

.espacio-100 {
  overflow: hidden;
  width: 100%;
  height: 100px;
  margin-bottom: 0px;
}

.image-13 {
  width: 600px;
}

.image-14 {
  width: 100px;
}

.image-15 {
  width: 245px;
}

.veeam {
  width: 226px;
  margin-right: 10px;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.heading-4 {
  width: 500px;
  margin-top: 0%;
  margin-bottom: 0px;
  padding-top: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.heading-4.seg {
  font-size: 60px;
}

.heading-4.hos {
  text-align: left;
}

.heading-5 {
  width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -57px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Droid Sans', sans-serif;
  color: #9cc43a;
  font-size: 28px;
  text-align: center;
}

.heading-5.seg {
  margin-left: -60px;
  font-size: 28px;
  text-align: center;
}

.heading-5.hos {
  margin-left: -130px;
  font-size: 28px;
  text-align: center;
}

.heading-5.nu {
  margin-left: -48px;
  font-size: 28px;
}

.heading-5.in {
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 28px;
}

.ht_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 70px;
  padding-left: 100px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-container-2 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.imagenfinal {
  overflow: hidden;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #fff;
  color: #fff;
}

.paragraph-13 {
  width: 60%;
  margin-top: 60px;
  margin-bottom: 60px;
  color: #fff;
  text-align: justify;
}

.bloqueblanco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-34 {
  background-color: #9cc43a;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-35 {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  background-color: #9cc43a;
}

.div-block-36 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/gentesentada3x-100.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.h3b {
  margin-top: 40px;
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.h4b {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.div-block-37 {
  height: 2px;
  background-color: #fff;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9c9c9c), color-stop(46%, #bebebe), to(#a8a5a5));
  background-image: linear-gradient(180deg, #9c9c9c, #bebebe 46%, #a8a5a5);
}

.div-block-38 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-39 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-14 {
  max-width: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
  color: #404041;
  text-align: justify;
}

.espacio-60 {
  width: 100%;
  height: 60px;
}

.image-17 {
  width: 500px;
  float: right;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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;
  background-color: transparent;
  background-image: linear-gradient(86deg, transparent, transparent 52%, rgba(0, 0, 0, 0.73)), url('../images/hombrevolandofondo.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-40 {
  max-width: none;
  min-width: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-41 {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-18 {
  width: 45vw;
  max-width: 599px;
  min-width: 0px;
  float: right;
}

.h2bl {
  max-width: 560px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 28px;
}

.heading-6 {
  max-width: 560px;
  padding-right: 10px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading-7 {
  color: #fff;
  font-weight: 400;
}

.heading-8 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: -webkit-gradient(linear, left top, right top, from(#22517a), color-stop(47%, #586e50), to(#aadf5a));
  background-image: linear-gradient(90deg, #22517a, #586e50 47%, #aadf5a);
}

.div-block-42 {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.div-block-43 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.image-19 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 500px;
  margin-top: -48px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-9 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
}

.backstexto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #000;
  background-image: url('../images/manosobre2x-100.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.backstexto._360 {
  background-image: url('../images/manowindows2x-100.jpg');
}

.backstexto.tienda {
  background-image: url('../images/cajas2x-100.jpg');
}

.backstexto.digital {
  background-image: url('../images/manotelefono2x-100.jpg');
}

.backstexto.hospedaje {
  background-image: url('../images/digitaiconos2x-100.jpg');
}

.backstexto.erp {
  background-image: url('../images/doblemano3x-100.jpg');
}

.div-block-44 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.div-block-45 {
  height: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
}

.heading-11 {
  font-family: 'DM Sans', sans-serif;
  color: #9cc43a;
}

.heading-12 {
  color: #9cc43a;
}

.heading-13 {
  width: auto;
  max-width: 450px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
}

.paragraph-15 {
  color: #9f9fa2;
}

.image-20 {
  width: 15px;
}

.columns-3 {
  margin-bottom: 40px;
}

.heading-14 {
  margin-bottom: 40px;
  color: #9cc43a;
}

.heading-15 {
  max-width: 500px;
  color: #fff;
}

.heading-16 {
  margin-bottom: 40px;
  color: #2c4480;
}

.heading-17 {
  max-width: 500px;
  color: #2c4480;
}

.heading-18 {
  max-width: 500px;
  margin-bottom: 40px;
  color: #9cc43a;
  font-size: 28px;
}

.heading-19 {
  width: auto;
  max-width: 500px;
  color: #2c4480;
}

.section-13 {
  position: static;
  display: none;
  height: 500px;
  margin-top: 0px;
  -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;
  background-image: url('../images/footerideas.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-16 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 60px;
  float: left;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: justify;
}

.div-block-46 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image-21 {
  position: relative;
}

.div-block-47 {
  height: 10px;
  background-color: #9cc43a;
}

.div-block-48 {
  display: block;
  margin-right: 20px;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.div-block-49 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.section-14 {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.heading-20 {
  display: block;
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  color: #9cc43a;
  font-size: 28px;
  text-align: right;
}

.heading-21 {
  max-width: 500px;
  padding-left: 40px;
  float: right;
  color: grey;
  font-weight: 400;
  text-align: justify;
}

.image-22 {
  width: 600px;
  height: 100%;
  max-width: 600px;
}

.tiraverde {
  display: block;
  height: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #9cc43a;
  color: #9cc43a;
}

.section-15 {
  position: static;
  display: block;
  height: auto;
  background-image: url('../images/lineasredes2x-100.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.section-15.redes {
  padding-top: 0px;
  background-image: none;
}

.div-block-51 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -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;
}

.image-23 {
  float: right;
}

.heading-22 {
  width: 600px;
  color: #9cc43a;
  font-size: 28px;
  text-align: center;
}

.puntos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.heading-23 {
  color: #fff;
}

.heading-24 {
  color: #fff;
}

.heading-25 {
  color: #fff;
}

.heading-26 {
  color: #fff;
}

.heading-27 {
  color: #fff;
}

.heading-28 {
  color: #fff;
}

.heading-29 {
  margin-bottom: 20px;
  color: #fff;
}

.heading-30 {
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  text-align: left;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  -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;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-24 {
  position: static;
  width: 100%;
  height: auto;
  margin-top: -76px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-54 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.div-block-55 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.image-25 {
  position: static;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph-17 {
  padding: 20px 40px;
  text-align: justify;
}

.section-17 {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}

.h1_seguridad {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  clear: none;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #000;
  font-size: 13em;
  font-weight: 800;
  text-align: center;
}

.h1_seguridad.prueba {
  position: relative;
  top: 0vh;
}

.heading-32 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 5vw;
  text-align: left;
}

.heading-33 {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.heading-34 {
  font-family: Montserrat, sans-serif;
  color: #e4e4e4;
  font-size: 1.5vw;
  text-align: center;
}

.paragraph-18 {
  max-width: 600px;
  color: #020203;
  text-align: justify;
}

.div-block-56 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/pantalladigital4x-100.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-57 {
  width: 100vw;
  height: 100vh;
}

.p_seguridad {
  color: #000701;
  font-weight: 700;
}

.wrappertitulos {
  position: static;
  top: 47.6vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
  opacity: 1;
}

.wrappercontainer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-26 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-60 {
  position: absolute;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  height: 340px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #000;
  box-shadow: 0 0 50px 8px #000;
}

.div-block-61 {
  position: absolute;
  z-index: 110;
  width: 100%;
  height: 100%;
  background-image: none;
}

.div-block-62 {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  background-color: #000;
  background-image: linear-gradient(80deg, #000, #000 52%, transparent);
  opacity: 1;
}

.div-block-63 {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(80deg, #000, #000 50%, transparent);
  opacity: 0;
}

.textobienvenida {
  position: relative;
  z-index: 300;
  max-width: none;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  opacity: 0.99;
}

.divvideo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.heading-35 {
  margin-left: 20px;
  float: left;
  clear: left;
  font-family: 'DM Sans', sans-serif;
  color: #fff651;
}

.heading-36 {
  max-width: 500px;
  margin-left: 20px;
  float: left;
  clear: left;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
}

.body-3 {
  background-color: #000;
  color: #fff;
}

.heading-37 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.heading-38 {
  width: 60%;
  font-family: 'DM Sans', sans-serif;
  color: #646464;
  font-weight: 400;
  text-align: left;
}

.body-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-27 {
  width: 698px;
  margin-top: 63px;
}

.div-block-64 {
  text-align: center;
}

.espacio-500 {
  width: 100%;
}

.body-5 {
  background-color: #000;
  background-image: none;
  color: #fff;
}

.div-block-65 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -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;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -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;
  background-color: #9cc43a;
}

.heading-39 {
  width: auto;
  height: auto;
  margin-right: 220px;
  margin-left: 220px;
  padding-left: 0px;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.image-28 {
  position: absolute;
  width: 700px;
  margin-top: 137px;
}

.div-block-67 {
  max-width: 1200px;
}

.section-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/genteleyendo2x-100.jpg');
  background-position: 50% 100%;
  background-size: cover;
  opacity: 1;
}

.paragraph-20 {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  text-align: justify;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 600px;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.section-19 {
  background-image: url('../images/tecnicocables2x-100.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-40 {
  padding-left: 60px;
  color: #fff;
  text-align: right;
}

.paragraph-21 {
  color: #fff;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.image-29 {
  width: 600px;
  padding-right: 10px;
  padding-left: 10px;
}

.body-6 {
  background-color: #000;
  color: #fff;
}

.txtnubeverde {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-left: 40px;
  padding-left: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #9cc43a;
  text-align: left;
}

.txtnubecenter {
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  text-align: left;
}

.paragraph-23 {
  margin-right: 220px;
  margin-left: 220px;
  padding-left: 0px;
  color: #9cc43a;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: left;
}

.div-block-72 {
  width: 800px;
}

.section-20 {
  background-image: url('../images/hombrepreocupado2x-100.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-41 {
  max-width: 548px;
  margin-left: 32px;
  color: #fff;
}

.div-block-73 {
  width: 100%;
  height: 100%;
}

.column-18 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), color-stop(0%, rgba(46, 46, 46, 0.6)), to(rgba(46, 46, 46, 0.36)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(46, 46, 46, 0.6) 0%, rgba(46, 46, 46, 0.36));
}

.backtextocentradoblanco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
  -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: 1px none #000;
  background-image: url('../images/backespacio.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-42 {
  width: 500px;
  color: #fff;
  text-align: center;
}

.tituloseparador {
  width: 100%;
  height: auto;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  margin-bottom: 0px;
  -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;
}

.bold-text-3 {
  max-width: none;
}

.resaltadoazul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.rich-text-block {
  color: #55598f;
}

.rich-text-block-2 {
  color: #9cc43a;
}

.body-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  color: #fff;
}

.section-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/relojseguridad2x.png');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-43 {
  width: 450px;
  margin-top: 168px;
  margin-bottom: 200px;
  color: #fff;
  text-align: right;
}

.columns-5 {
  display: block;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bold-text-4 {
  font-size: 28px;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -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;
}

.image-30 {
  width: 600px;
}

.paragraph-24 {
  margin-right: 350px;
  margin-left: 220px;
  color: #000;
  text-align: justify;
}

.section-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -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;
  background-image: url('../images/camara2x.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-76 {
  margin-top: 54px;
}

.div-block-77 {
  max-width: 1200px;
}

.div-block-78 {
  height: 500px;
  background-image: url('../images/asset-62x-100.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-31 {
  width: 600px;
}

.div-block-79 {
  height: 60px;
}

.heading-44 {
  font-family: 'PT Sans', sans-serif;
  font-size: 15vw;
  text-align: center;
}

.div-block-80 {
  height: 1000px;
}

.tit1base {
  color: #fff;
}

.tit1base.spamhosting {
  color: #fff;
}

.h1_hosting {
  position: relative;
  top: 0vh;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  font-size: 13em;
}

.h2_hosting {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-span-3 {
  color: #2f358a;
}

.p_hosting {
  color: #fff;
}

.h1_nube {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #f1e4ff;
  font-size: 50em;
}

.h1_ti {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #000;
  font-size: 13em;
}

.p_nube {
  color: #fff;
}

.p_ti {
  color: #fff;
}

.bold-text-5 {
  color: #eaff00;
}

.bold-text-5.spamprevencion {
  color: #ef3;
}

.bold-text-5.colprevencion {
  color: #fff200;
}

.bold-text-5.colsoftware {
  color: red;
}

.bold-text-6 {
  color: #ffea00;
}

.h1_redes {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #2c0a00;
  font-size: 13em;
}

.p_redes {
  color: #fff;
}

.h1_prevencion {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #00097c;
  font-size: 11em;
}

.p_prevencion {
  color: #000;
}

.h1_software {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  font-size: 13em;
}

.p_software {
  color: #424242;
  font-weight: 700;
}

.div-block-81 {
  display: block;
  overflow: hidden;
  width: auto;
  height: 100vh;
  background-color: #000;
}

.bold-text-7 {
  color: #fff;
}

.text-block-5 {
  margin-left: 29%;
  color: #9ac23a;
font-size:12px;
}

.body-8 {
  background-color: #fff;
}

.div_verde {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  margin-top: 0%;
  margin-bottom: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#95c93d), color-stop(22%, #95c93d), color-stop(50%, rgba(210, 203, 121, 0.64)), to(hsla(0, 0%, 89%, 0))), url('../images/back_conocenos1-50.jpg');
  background-image: linear-gradient(180deg, #95c93d, #95c93d 22%, rgba(210, 203, 121, 0.64) 50%, hsla(0, 0%, 89%, 0)), url('../images/back_conocenos1-50.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  opacity: 1;
  -webkit-transform: skew(0deg, -3deg);
  -ms-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
}

.txtbeneficios {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 700px;
  margin: -420px 0% 200px;
  padding-right: 0%;
  padding-left: 0%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.degradado_verde {
  position: relative;
  top: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  max-height: none;
  max-width: none;
  margin-top: auto;
  margin-bottom: 0%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 1;
}

.image-32 {
  position: relative;
  z-index: 12;
  display: inline-block;
  width: 800px;
  height: auto;
  max-width: none;
  margin-top: 0px;
  text-align: left;
}

.div-block-82 {
  max-width: 800px;
  margin-top: auto;
  margin-bottom: -200px;
}

.paragraph-25 {
  position: relative;
  z-index: 1;
  max-width: none;
  margin-right: 0%;
  margin-bottom: 0px;
  margin-left: 0%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: justify;
}

.sticky {
  position: fixed;
  top: 76.2vh;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: auto;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-26 {
  position: relative;
  z-index: 1;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  margin: 0px 0% 32px;
  font-size: 23px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
  text-align: justify;
}

.bloquebeneficios {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stick {
  position: -webkit-sticky;
  position: sticky;
  top: 76vh;
}

.div-block-83 {
  width: 100vw;
  height: 100vh;
}

.luxy {
  width: auto;
  height: auto;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6%;
  margin-left: 2%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-33 {
  width: auto;
  height: auto;
  margin-top: -3px;
  margin-left: 0px;
}

.link-block {
  width: 37px;
  height: 31px;
  margin-top: 0px;
  margin-left: 0px;
}

.link-block-2 {
  width: 30px;
  height: 30px;
}

.image-34 {
  width: 24px;
  height: 25px;
}

.link-block-3 {
  margin-right: 10px;
  margin-left: 10px;
}

.list-item {
  margin-right: 10px;
}

.body-9 {
  background-color: #000;
  color: #fff;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image-35 {
  width: auto;
}

.div-block-90 {
  width: 242px;
  height: 702px;
  background-image: url('../images/proyectos2x.png');
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.div-block-91 {
  width: 242px;
  height: 702px;
  background-image: url('../images/equipos2x.png');
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.div-block-92 {
  width: 242px;
  height: 702px;
  background-image: url('../images/clientes2x.png');
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.text-block-6 {
  color: #fff;
  font-size: 50px;
}

.text-block-7 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.textosacerca {
  width: 100%;
  height: 100%;
}

.column-20 {
  padding-right: 140px;
}

.text-block-8 {
  color: #fff;
  font-size: 23px;
}

.text-block-9 {
  color: #9ac23a;
  font-size: 21px;
  font-weight: 500;
}

.paragraph-27 {
  color: #fff;
  font-size: 18px;
}

.verdefooter {
  width: 100%;
  height: 3px;
  margin-top: 60px;
  background-color: #9ac23a;
}

.verdefooter.small {
  margin-top: 0px;
}

.verdefooter.sintop {
  margin-top: 0px;
}

.body-10 {
  background-color: #000;
  color: #fff;
}

.column-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

.text-block-10 {
  color: #9ac23a;
  font-size: 26px;
  font-weight: 700;
}

.paragraph-28 {
  padding-right: 60px;
  padding-left: 40px;
  text-align: justify;
}

.div-block-93 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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;
}

.columns-6 {
  max-width: 1200px;
}

.body-11 {
  background-color: #000;
  color: #fff;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-image: url('../images/manoparticula2x-100.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-29 {
  margin-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  text-align: justify;
}

.div-block-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
}

.div-block-96 {
  width: 700px;
}

.paragraph-30 {
  margin-top: 20px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  text-align: justify;
}

.columns-7 {
  max-width: 1200px;
}

.text-block-11 {
  text-align: justify;
}

.heading-45 {
  font-family: 'DM Sans', sans-serif;
}

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

.body-12 {
  background-color: #242424;
  color: #e6e6e6;
}

.liga {
  color: #fff;
  font-weight: 700;
}

.iseguridad {
  width: 75%;
}

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

.div-block-97 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.form-block {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.text-block-12 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.textarea {
  height: auto;
}

.paragraph-31 {
  margin-left: 20px;
  color: #fff;
}

.text-span-4 {
  font-size: 25px;
}

.text-span-5 {
  font-size: 25px;
}

.text-span-6 {
  font-size: 25px;
  font-weight: 700;
}

.div-block-98 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.html-embed {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.text-block-13 {
  font-size: 30px;
  font-weight: 700;
}

.text-block-14 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.body-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #161616;
  color: #fff;
}

.field-label {
  color: #fff;
}

.field-label-2 {
  color: #fff;
}

.field-label-3 {
  color: #fff;
}

.field-label-4 {
  color: #fff;
}

.field-label-5 {
  color: #fff;
}

.field-label-6 {
  color: #fff;
}

.submit-button {
  background-color: #9ac23a;
}

.div-block-99 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #161616;
}

.body-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #242424;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
}

.body-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #141414;
  color: #fff;
}

.defaultpost {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-title {
  font-family: 'Open Sans', sans-serif;
}

.featured-image {
  -o-object-fit: cover;
  object-fit: cover;
}

.rich-text-block-3 {
  font-family: 'Open Sans', sans-serif;
}

.body-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #242424;
  color: #fff;
}

.heading-46 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.rich-text-block-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.next {
  background-color: #000;
}

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

.icon-2 {
  color: #a1ff8a;
}

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

.div-block-100 {
  display: block;
  margin: 40px 20px;
}

.section-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-list-wrapper {
  font-family: 'Open Sans', sans-serif;
}

.wrapper.m0-100 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 100px;
}

.wrapper.m100-50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.wrapper.m0-100 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.section-25 {
  padding-right: 36px;
  padding-left: 36px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.empty-state {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 3px solid #eee;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 22px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(170, 170, 170, 0.2);
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero3-content {
  padding-right: 36px;
}

.button-arrow {
  display: inline-block;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.paragraph-70 {
  display: none;
  margin-bottom: 10px;
  opacity: 0.7;
}

.button-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 36px;
  -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;
  background-color: #18181d;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.button-large:hover {
  background-color: #272731;
}

.button-large.hero2-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 582px;
  background-color: #030303;
}

.button-large.hero2-button:hover {
  background-color: #2f2f38;
}

.hero3-image {
  min-height: 860px;
  background-image: url('../images/bola-disc-flush-2-rose-gold-in-room-high_download.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.size1-link {
  display: block;
  margin-top: 20px;
  margin-bottom: 25px;
  border: 1px none #000;
  color: #fff;
  font-size: 44px;
  line-height: 52px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  white-space: normal;
}

.size1-link:hover {
  opacity: 0.7;
  color: #fff;
}

.hero3 {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product5-nav-items-wrap {
  margin-bottom: 40px;
}

.text-label {
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog1-headline-wrap {
  max-width: 582px;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.size5-text.size5-top-clear {
  display: none;
  margin-top: 0px;
}

.product5-category-link {
  display: block;
  margin-bottom: 10px;
  color: #18181d;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.product5-category-link:hover {
  opacity: 0.7;
}

.product5-category-link.product5-all-items {
  display: block;
  margin-bottom: 10px;
}

.size3-text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  text-transform: none;
}

.product5-nav-lists {
  margin-top: 20px;
}

.blog1-divider {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #ebedee;
}

.collection-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog1-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog1-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
}

.button-label {
  font-size: 12px;
  font-weight: 600;
}

.label-2 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 22px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(170, 170, 170, 0.2);
  background-color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.label-2.inside-label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 40;
  border-style: none;
  background-color: #18181d;
  color: #fff;
}

.blog1-image-wrap {
  position: relative;
  margin-bottom: 30px;
}

.button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: #18181d;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-small:hover {
  background-color: #272731;
}

.blog1-image {
  display: block;
  width: 100%;
  height: 260px;
  background-image: url('../images/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog1-image:hover {
  opacity: 0.8;
}

.size4-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-decoration: none;
}

.size4-link:hover {
  opacity: 0.7;
}

.paragraph-71 {
  margin-bottom: 10px;
  opacity: 0.7;
}

.size4-link-2 {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.size4-link-2:hover {
  opacity: 0.7;
}

.body-17 {
  background-color: #141414;
  color: #fff;
}

.headline-grid {
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.size1-text {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
  white-space: normal;
}

.blog-detail-divider {
  width: 100%;
  height: 1px;
  background-color: #ebedee;
}

.blog-detail-name {
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 28px;
}

.blog-detail-author-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rich-text-block-5 {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.blog-detail-name-wrap {
  margin-bottom: -10px;
}

.blog-detail-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-detail-post-cover-pic {
  height: 480px;
  background-image: url('../images/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-detail-author-pic {
  width: 57px;
  height: 57px;
  margin-right: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/avatar-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.next-2 {
  background-color: #000;
  color: #fff;
}

.icon-3 {
  color: #4be471;
}

.pagination {
  margin-top: 40px;
}

.previous {
  background-color: #000;
  color: #fff;
}

.icon-4 {
  color: #3dd447;
}

.body-18 {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-flex.call-to-action {
    -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;
  }

  .call-to-action-wrapper {
    margin-bottom: 40px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: translate(18px, 0px);
    -ms-transform: translate(18px, 0px);
    transform: translate(18px, 0px);
  }

  .hosting {
    height: auto;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .footer-flex-container {
    margin-left: 3%;
  }

  .footer-logo-link {
    min-width: 60px;
  }

  .nav-wrapper {
    overflow: visible;
  }

  .videocontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .videointro {
    width: 100vw;
    height: 100vh;
  }

  .navbar-2.m2 {
    overflow: visible;
  }

  .icon {
    color: #b4b6da;
  }

  .nav-menu-2 {
    background-color: #000;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .bloque1 {
    width: 100%;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hl_container {
    opacity: 1;
  }

  .hb_comments {
    width: 100vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .h_comments {
    position: relative;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-verde {
    width: 100%;
    max-width: none;
    margin-bottom: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-5 {
    margin-right: 10%;
    margin-left: 10%;
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .paragraph-6 {
    margin-top: 20px;
    margin-right: 5%;
    margin-left: 5%;
    padding-bottom: 20px;
  }

  .div-block-16 {
    width: 100%;
  }

  .paragraph-7 {
    margin-bottom: 40px;
  }

  .hl_image {
    opacity: 0.54;
  }

  .hl_image.auto {
    opacity: 0.95;
  }

  .hl_image.op1 {
    opacity: 0.7;
  }

  .header {
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bloque2 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .extracto.acercade {
    padding-right: 0%;
    padding-left: 0%;
  }

  .paragraph-10 {
    width: 100%;
    max-width: 400px;
    margin-right: 25%;
    margin-bottom: 0px;
    -webkit-transform: translate(50%, 0%);
    -ms-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph-10.blanco {
    width: 420px;
    -webkit-transform: translate(29%, 0%);
    -ms-transform: translate(29%, 0%);
    transform: translate(29%, 0%);
  }

  .bandaverde {
    position: static;
    width: 100%;
    height: 200px;
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .bloque4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-8 {
    background-image: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .image-9 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: translate(50%, 6%);
    -ms-transform: translate(50%, 6%);
    transform: translate(50%, 6%);
  }

  .paragraph-11 {
    margin-top: 5%;
  }

  .image-10 {
    width: 100%;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .tiradividora {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .d_commentswrapper {
    width: 100%;
    max-width: none;
  }

  .div-block-32 {
    padding-top: 102px;
  }

  .comentarioblanco {
    width: 700px;
  }

  .imagencomentario {
    width: 200px;
    -webkit-transform: translate(24px, 5px);
    -ms-transform: translate(24px, 5px);
    transform: translate(24px, 5px);
  }

  .imagencomentario.extra {
    width: 160px;
    -webkit-transform: translate(62px, -14px);
    -ms-transform: translate(62px, -14px);
    transform: translate(62px, -14px);
  }

  .stratosphe {
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
  }

  .espacio-100 {
    height: 20px;
  }

  .veeam {
    -webkit-transform: translate(0px, 6px);
    -ms-transform: translate(0px, 6px);
    transform: translate(0px, 6px);
  }

  .image-16 {
    width: 100px;
  }

  .heading-4 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .heading-5 {
    font-size: 24px;
  }

  .heading-5.seg {
    margin-left: -35px;
  }

  .heading-5.hos {
    margin-left: -67px;
    font-size: 28px;
  }

  .heading-5.in {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 0px;
  }

  .ht_container {
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .paragraph-13 {
    width: 80%;
    max-width: none;
    text-align: justify;
  }

  .section-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-38 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-39 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph-14 {
    color: #494949;
  }

  .image-17 {
    float: right;
  }

  .section-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-12 {
    margin-bottom: 73px;
  }

  .image-19 {
    margin-top: -25px;
  }

  .backstexto {
    height: auto;
  }

  .backstexto._360 {
    background-position: 30% 50%;
  }

  .div-block-44 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }

  .div-block-45 {
    height: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }

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

  .heading-19 {
    width: auto;
    max-width: 384px;
  }

  .paragraph-16 {
    width: 80%;
  }

  .div-block-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .section-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .heading-20 {
    margin-top: 25px;
    margin-bottom: 29px;
    font-size: 24px;
    text-align: center;
  }

  .heading-21 {
    width: 80%;
    max-width: 750px;
    padding-left: 0px;
  }

  .heading-22 {
    font-size: 24px;
  }

  .h1_seguridad {
    font-size: 16vw;
  }

  .div-block-60 {
    margin-right: 0px;
  }

  .textobienvenida {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-left: 0px;
    padding-right: 0px;
    -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;
    text-align: center;
  }

  .divvideo {
    margin-right: 0px;
    margin-left: 0px;
    -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;
  }

  .heading-36 {
    display: block;
  }

  .heading-38 {
    width: 80%;
  }

  .espacio-500 {
    width: 100%;
    height: 0px;
  }

  .heading-39 {
    margin-right: 100px;
    margin-left: 100px;
    font-size: 24px;
  }

  .div-block-72 {
    width: 700px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-21 {
    background-position: 50% 50%;
  }

  .paragraph-24 {
    margin-left: 54px;
  }

  .section-23 {
    background-position: 100% 50%;
  }

  .div-block-76 {
    margin-top: -44px;
  }

  .div-block-78 {
    background-position: 50% 50%;
  }

  .h1_hosting {
    font-size: 28vw;
  }

  .h1_nube {
    font-size: 35vw;
  }

  .h1_ti {
    font-size: 40vw;
  }

  .h1_redes {
    font-size: 30vw;
  }

  .h1_prevencion {
    font-size: 16vw;
  }

  .h1_software {
    font-size: 20vw;
  }

  .text-block-5 {
    margin-left: 35%;
  }

  .txtbeneficios {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .degradado_verde {
    width: 100%;
  }

  .image-32 {
    width: 760px;
    margin-top: 0%;
    margin-bottom: auto;
  }

  .bloquebeneficios {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-84 {
    margin-right: 3%;
  }

  .div-block-85 {
    margin-right: 10px;
  }

  .div-block-86 {
    margin-right: 10px;
  }

  .div-block-87 {
    margin-right: 10px;
  }

  .div-block-88 {
    margin-right: 10px;
  }

  .div-block-94 {
    background-image: url('../images/adobestock_314816591-2-696x348.jpeg');
    background-position: 72% 21%;
    background-size: cover;
    background-attachment: scroll;
  }

  .paragraph-29 {
    padding-left: 20px;
  }

  .section-25 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .empty-state {
    max-width: 738px;
  }

  .hero3-content {
    margin-top: 40px;
  }

  .button-large {
    width: 100%;
  }

  .hero3-image {
    min-height: 640px;
  }

  .hero3 {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .blog1-headline-wrap {
    max-width: none;
  }

  .blog1-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .blog1-button-wrap {
    margin-bottom: 30px;
  }

  .headline-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .rich-text-block-5 {
    width: 100%;
  }

  .blog-detail-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-flex {
    padding-right: 24px;
    padding-left: 24px;
  }

  .featured-text {
    margin-bottom: 40px;
  }

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

  .grid-2-columns.mobile-inverted {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .brand {
    padding-left: 0px;
  }

  .footer-brand {
    margin-bottom: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .subfooter {
    text-align: left;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-logo-link {
    display: none;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

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

  .hero-overlay {
    padding: 40px 20px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .videointro {
    display: block;
  }

  .sticky-nav-2 {
    position: relative;
  }

  .nav-grid-2 {
    text-align: center;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .hl_container {
    width: 100%;
  }

  .hb_comments {
    width: 100%;
  }

  .h_comments {
    width: auto;
    min-width: auto;
  }

  .text-block-3 {
    width: auto;
  }

  .paragraph-5 {
    font-size: 20px;
    font-weight: 700;
  }

  .hl_image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .hl_image._900 {
    max-height: 900px;
  }

  .hl_image.auto {
    opacity: 1;
  }

  .hl_image._1000 {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .bloque2 {
    margin-bottom: -3px;
  }

  .bloque3 {
    margin-top: 0px;
  }

  .paragraph-9 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .text-block-4 {
    font-size: 60px;
  }

  .paragraph-10 {
    max-width: 400px;
    margin-right: 3%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    font-size: 18px;
    line-height: 4vw;
  }

  .paragraph-10.blanco {
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    -webkit-transform: translate(0%, 3%);
    -ms-transform: translate(0%, 3%);
    transform: translate(0%, 3%);
    line-height: 1.5;
  }

  .bandaverde {
    height: 160px;
    margin-top: 0px;
    margin-bottom: -54px;
  }

  .image-8 {
    background-image: none;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .image-9 {
    width: 30%;
    max-height: none;
    min-height: 242.9px;
    min-width: 216px;
    padding-bottom: 0px;
    -webkit-transform: translate(10%, 6%);
    -ms-transform: translate(10%, 6%);
    transform: translate(10%, 6%);
  }

  .paragraph-11 {
    font-size: 0.7em;
  }

  .image-10 {
    position: absolute;
    width: 180%;
    height: 25px;
    margin-top: 0px;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .tiradividora {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .marcas {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .d_commentswrapper {
    min-width: auto;
    padding-left: 0%;
  }

  .comentarioblanco {
    width: auto;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-width: 1px;
  }

  .imagencomentario {
    position: relative;
    margin-top: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .imagencomentario.extra {
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-6 {
    margin-bottom: 0px;
  }

  .image-13 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .heading-4 {
    width: 400px;
    margin-left: 41px;
    font-size: 40px;
  }

  .heading-5.in {
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 78px;
  }

  .ht_container {
    width: auto;
    height: auto;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 70px;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .imagenfinal {
    margin-top: 0px;
  }

  .paragraph-13 {
    width: 90%;
    margin-bottom: 40px;
  }

  .section-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-36 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }

  .espacio-60 {
    width: 100%;
  }

  .section-11 {
    background-image: linear-gradient(86deg, transparent, transparent, rgba(0, 0, 0, 0.73)), url('../images/hombrevolandofondo.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .h2bl {
    text-align: left;
  }

  .section-12 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-42 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-19 {
    position: relative;
    left: 0px;
    text-align: left;
  }

  .heading-9 {
    float: none;
    text-align: center;
  }

  .backstexto {
    height: 250px;
  }

  .backstexto._360 {
    height: auto;
    -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;
    background-position: 55% 100%;
  }

  .backstexto.tienda {
    height: auto;
  }

  .backstexto.digital {
    height: auto;
  }

  .backstexto.hospedaje {
    height: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .backstexto.erp {
    height: 400px;
    background-position: 35% 50%;
  }

  .div-block-44 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-45 {
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-12 {
    text-align: center;
  }

  .heading-13 {
    text-align: center;
  }

  .paragraph-15 {
    color: #fff;
    text-align: center;
  }

  .column-4 {
    display: block;
    text-align: center;
  }

  .column-5 {
    text-align: center;
  }

  .column-6 {
    text-align: center;
  }

  .column-7 {
    text-align: center;
  }

  .column-8 {
    text-align: center;
  }

  .column-9 {
    text-align: center;
  }

  .column-10 {
    text-align: center;
  }

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

  .paragraph-16 {
    width: 85%;
  }

  .div-block-48 {
    margin-right: 0px;
  }

  .heading-21 {
    width: 90%;
    max-width: 780px;
  }

  .image-22 {
    width: 100%;
  }

  .section-15 {
    display: block;
    -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;
    background-position: 30% 50%;
  }

  .columns-4 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-22 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-23 {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }

  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .heading-24 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .heading-25 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .heading-26 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .heading-27 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .heading-28 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .heading-29 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .column-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .column-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .column-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .image-24 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-17 {
    margin-top: 181px;
    margin-bottom: 0px;
  }

  .div-block-60 {
    width: 540px;
    height: 300px;
  }

  .heading-37 {
    font-size: 30px;
  }

  .heading-38 {
    width: 85%;
  }

  .div-block-64 {
    width: auto;
  }

  .espacio-500 {
    width: 100%;
    height: 100px;
  }

  .div-block-65 {
    height: 400px;
  }

  .heading-39 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .image-28 {
    width: 450px;
    margin-top: 111px;
  }

  .paragraph-20 {
    width: auto;
  }

  .div-block-68 {
    max-width: none;
    margin-right: 40px;
    margin-left: 40px;
  }

  .txtnubeverde {
    width: auto;
    text-align: left;
  }

  .txtnubecenter {
    text-align: center;
  }

  .div-block-72 {
    width: 90vw;
    text-align: center;
  }

  .column-19 {
    background-color: rgba(0, 0, 0, 0.47);
  }

  .div-block-74 {
    margin-top: 0px;
  }

  .rich-text-block-2.txtnubeverde {
    margin-left: 0px;
  }

  .section-21 {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.54)), color-stop(74%, rgba(0, 0, 0, 0.44)), to(transparent)), url('../images/relojseguridad2x.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.44) 74%, transparent), url('../images/relojseguridad2x.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .heading-43 {
    margin-top: 51px;
    margin-bottom: 6px;
  }

  .section-22 {
    margin-top: 70px;
  }

  .paragraph-24 {
    margin-right: 60px;
    margin-left: 60px;
  }

  .section-23 {
    background-position: 50% 50%;
  }

  .div-block-76 {
    height: 50px;
    margin-top: 0px;
  }

  .div-block-78 {
    background-position: 50% 50%;
  }

  .h1_hosting {
    font-size: 28vw;
  }

  .text-block-5 {
    margin-left: 24%;
  }

  .div_verde {
    height: 350px;
    margin-top: 44px;
  }

  .txtbeneficios {
    padding-right: 8%;
  }

  .degradado_verde {
    height: 300px;
  }

  .image-32 {
    width: 540px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-25 {
    padding-right: 10px;
  }

  .paragraph-26 {
    padding-right: 10px;
  }

  .bloquebeneficios {
    width: 100%;
    min-width: 0px;
    margin-top: auto;
    margin-left: 0px;
  }

  .column-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -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;
    text-align: left;
  }

  .column-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .column-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .div-block-94 {
    background-position: 50% 50%;
  }

  .div-block-96 {
    width: 500px;
  }

  .section-25 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .empty-state {
    width: 100%;
    max-width: none;
  }

  .hero3-image {
    min-height: 460px;
  }

  .size1-link {
    font-size: 34px;
    line-height: 42px;
  }

  .hero3 {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .blog1-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .headline-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .blog-detail-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.4em;
  }

  .section {
    padding: 80px 10px;
  }

  .grid-3-columns {
    grid-column-gap: 20px;
  }

  .footer-menu {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-label {
    margin-top: 15px;
  }

  .navbar {
    font-size: 18px;
  }

  .feature-heading {
    font-size: 2em;
    line-height: 1;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .footer-column {
    margin-bottom: 20px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .footer-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .centered-container {
    text-align: left;
  }

  .paragraph {
    font-size: 20px;
    text-align: center;
  }

  .image {
    font-weight: 700;
  }

  .heading {
    font-size: 1.8em;
    font-weight: 400;
    text-align: center;
  }

  .paragraph-2 {
    font-size: 12px;
    text-align: center;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .sticky-nav-2 {
    padding: 0px;
  }

  .nav-grid-2 {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .container-3 {
    display: block;
  }

  .nav-menu-2 {
    background-color: #000;
  }

  .menu-button-2 {
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: #000;
    opacity: 1;
  }

  .containertextos {
    text-align: center;
  }

  .titulosbase {
    font-size: 10vw;
  }

  .titulosbase.colseguridad {
    font-size: 10vw;
  }

  .titulosbase.colhosting {
    font-size: 10vw;
  }

  .titulosbase.colnube {
    font-size: 10vw;
  }

  .titulosbase.colti {
    font-size: 10vw;
  }

  .bloque1 {
    grid-template-areas: "Encabezado"
      "Area2-1";
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hl_container {
    height: auto;
    margin-top: -6%;
  }

  .hl_container.high {
    margin-top: 0%;
  }

  .hb_comments {
    width: 100%;
    height: auto;
    margin-top: 3px;
  }

  .h_comments {
    max-width: 550px;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 1em;
    line-height: 1.5;
    text-align: justify;
  }

  .text-block-2 {
    padding-left: 20px;
  }

  .text-span {
    font-size: 2em;
  }

  .text-block-3 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1em;
  }

  .image-5 {
    height: auto;
    max-width: 100%;
  }

  .div-verde {
    margin-bottom: auto;
  }

  .paragraph-5 {
    font-size: 17px;
  }

  .paragraph-6 {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 1em;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .paragraph-7 {
    margin-right: 0em;
    margin-bottom: 44px;
    margin-left: 0em;
    padding-left: 0px;
    font-size: 1em;
  }

  .paragraph-8 {
    margin-right: 0em;
    margin-left: 0em;
    font-size: 0.9em;
  }

  .hl_image {
    max-height: none;
    background-color: #080808;
    opacity: 0.36;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 30% 50%;
    object-position: 30% 50%;
  }

  .hl_image._900 {
    height: 1200px;
    max-height: none;
  }

  .hl_image.auto {
    background-color: #080808;
    opacity: 0.47;
  }

  .hl_image._1000 {
    opacity: 0.56;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }

  .header {
    max-height: none;
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
  }

  .header.cloud {
    height: 100%;
    max-height: none;
  }

  .image-7 {
    max-height: none;
  }

  .bloque3 {
    height: auto;
  }

  .extracto {
    margin-bottom: 0px;
  }

  .paragraph-9 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .text-block-4 {
    margin-top: 6%;
    font-size: 40px;
  }

  .paragraph-10 {
    position: static;
    margin: -25px 10% 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
  }

  .paragraph-10.blanco {
    width: auto;
    margin: 20px 0px 20px 0%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-24 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bandaverde {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    margin-top: -98px;
    margin-bottom: -117px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .image-8 {
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .image-9 {
    position: static;
    width: 50%;
    min-height: auto;
    min-width: auto;
    margin-bottom: 44px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: translate(0%, 6%);
    -ms-transform: translate(0%, 6%);
    transform: translate(0%, 6%);
  }

  .paragraph-11 {
    margin-right: 0em;
    margin-left: 0em;
    font-size: 1em;
  }

  .image-10 {
    position: absolute;
    overflow: visible;
    width: 1000px;
    height: auto;
    margin-top: -10px;
    font-family: 'DM Sans', sans-serif;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .tiradividora {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 50px;
    margin-top: 29px;
    -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;
  }

  .marcas {
    margin-bottom: 10px;
  }

  .image-11 {
    width: auto;
  }

  .image-12 {
    width: 100px;
    margin-right: 0px;
  }

  .d_commentswrapper {
    height: auto;
    max-width: none;
    margin-bottom: 3px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    opacity: 1;
  }

  .div-block-31 {
    max-width: none;
  }

  .div-block-32 {
    padding-top: 13px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .comentarioblanco {
    width: 100%;
    height: auto;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 1px;
  }

  .imagencomentario {
    position: relative;
    left: 0%;
    top: 0%;
    bottom: auto;
    z-index: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .imagencomentario.extra {
    margin-bottom: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .espacio-100 {
    height: auto;
  }

  .image-13 {
    margin-top: 29px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .veeam {
    margin-right: 0px;
  }

  .heading-4 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    font-size: 11vw;
    text-align: center;
  }

  .heading-4.seg {
    font-size: 30px;
  }

  .heading-4.hos {
    padding-left: 5%;
    text-align: center;
  }

  .heading-5 {
    width: 100%;
    margin-left: 0px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
  }

  .heading-5.seg {
    margin-left: 0px;
    font-size: 24px;
  }

  .heading-5.hos {
    margin-left: 0px;
  }

  .heading-5.nu {
    margin-left: 0px;
    text-align: center;
  }

  .heading-5.in {
    width: 100%;
    margin-left: 0px;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 26px;
  }

  .ht_container {
    width: 100%;
    height: 100%;
    margin-top: 22px;
    margin-bottom: 0px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .paragraph-13 {
    margin-bottom: 40px;
  }

  .section-11 {
    background-image: linear-gradient(86deg, transparent, transparent, rgba(0, 0, 0, 0.73)), url('../images/hombrevolandofondo.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    opacity: 1;
  }

  .div-block-41 {
    padding-left: 0px;
  }

  .h2bl {
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    text-align: center;
  }

  .heading-6 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .heading-7 {
    text-align: center;
  }

  .heading-8 {
    text-align: center;
  }

  .heading-9 {
    font-size: 20px;
  }

  .backstexto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 0% 50%;
  }

  .backstexto.tienda {
    background-position: 100% 50%;
  }

  .backstexto.digital {
    background-position: 50% 50%;
  }

  .backstexto.hospedaje {
    background-position: 50% 50%;
  }

  .backstexto.erp {
    height: 360px;
    background-position: 25% 50%;
  }

  .div-block-44 {
    background-color: rgba(0, 0, 0, 0.49);
    opacity: 1;
  }

  .div-block-45 {
    opacity: 1;
  }

  .paragraph-15 {
    color: #fff;
  }

  .heading-14 {
    margin-top: 20px;
  }

  .heading-18 {
    text-align: center;
  }

  .section-13 {
    height: auto;
  }

  .paragraph-16 {
    width: 80%;
  }

  .div-block-48 {
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-20 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-15 {
    background-position: 28% 50%;
  }

  .image-23 {
    text-align: center;
  }

  .heading-23 {
    text-align: center;
  }

  .column-11 {
    text-align: center;
  }

  .div-block-52 {
    width: 250px;
  }

  .section-17 {
    margin-top: 25px;
  }

  .wrappercontainer {
    text-align: center;
  }

  .div-block-60 {
    width: 300px;
    height: 250px;
  }

  .heading-37 {
    font-size: 30px;
  }

  .heading-38 {
    text-align: center;
  }

  .body-4 {
    overflow: hidden;
  }

  .espacio-500 {
    height: 50px;
  }

  .div-block-65 {
    height: 230px;
  }

  .heading-39 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-28 {
    width: 250px;
  }

  .div-block-68 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-74 {
    margin-top: 19px;
  }

  .bold-text-3.nu {
    text-align: left;
  }

  .rich-text-block-2.txtnubeverde {
    margin-left: 0px;
  }

  .section-21 {
    margin-top: -6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-43 {
    width: 280px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .columns-5 {
    margin-left: 0px;
  }

  .bold-text-4 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 26px;
    text-align: center;
  }

  .paragraph-24 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-76 {
    height: 50px;
    margin-top: 0px;
  }

  .div-block-78 {
    background-position: 50% 50%;
  }

  .image-31 {
    margin-top: 0px;
  }

  .bold-text-7 {
    font-size: 26px;
  }

  .text-block-5 {
    margin-left: 0%;
  }

  .div_verde {
    height: 80px;
    margin-top: 124px;
  }

  .txtbeneficios {
    margin-top: 0px;
    margin-bottom: 121px;
    padding-right: 10%;
  }

  .degradado_verde {
    height: 300px;
  }

  .image-32 {
    width: 100vw;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-25 {
    padding-right: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: auto;
  }

  .paragraph-26 {
    padding-right: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .bloquebeneficios {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: -70px;
    margin-left: 0px;
  }

  .div-block-84 {
    margin-top: 16px;
  }

  .image-33 {
    margin-top: 3px;
  }

  .link-block {
    width: 35px;
    margin-top: -2px;
  }

  .image-34 {
    width: 20px;
    height: 21px;
  }

  .container-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .verdefooter.otro {
    margin-top: 40px;
  }

  .text-block-10 {
    font-size: 22px;
  }

  .paragraph-28 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-94 {
    background-position: 50% 50%;
  }

  .div-block-96 {
    width: auto;
  }

  .container-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-31 {
    margin-left: 0px;
  }

  .div-block-98 {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-25 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button-large {
    font-size: 14px;
    line-height: 22px;
  }

  .size1-link {
    font-size: 34px;
    line-height: 42px;
  }

  .hero3 {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .blog1-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .label-2.inside-label {
    text-align: center;
  }

  .button-small {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .headline-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .blog-detail-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .column-24 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-_6f27f8a6-8468-727e-ec39-afda076af15e-b11ac5ed {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-edfcbb58-bae5-91b4-d152-23669335e60c-b11ac5ed {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d115f201-69c3-4ba5-c2f3-772db3054f40-b11ac5ed {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f9a7f72c-0de0-8073-2e15-04a8d17374c3-b11ac5ed {
  -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-bfff2c1a-0b6e-041d-2ced-b218132470cd-b11ac5ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2f9bfd17-5fbb-ba53-6119-0d1e709af7e5-b11ac5ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0431587b-5dd5-63cf-57e1-351c537048a3-b11ac5ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-eb01e373-8c92-536e-c521-bc37eae6879d-b11ac5ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4c5e606d-946c-e073-06c2-f4597c8d94fe-b11ac5ed {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_872d5d60-9af7-6aa4-e600-764537d36c6d-b11ac5ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6551bf1c-208a-b843-21bc-6aca5aa77e40-b11ac5ed {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-abdf0a87-019b-fef7-4f04-6ce7866c7266-b11ac5ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_80b81c51-a08e-9f1e-4b49-b3811427a231-b11ac5ed {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0b15cbf3-1047-57f5-190d-e419a243c6cc-b11ac5ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4173fcab-574d-0cf0-60d2-22756486b7d4-b11ac5ed {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_4a2db302-ae17-ca13-c064-b93cb6328ef6-6b171afe {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4a2db302-ae17-ca13-c064-b93cb6328ef7-6b171afe {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_92c580f7-869a-5465-216d-d822580c4ba4-7355daaf {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_92c580f7-869a-5465-216d-d822580c4ba5-7355daaf {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-a208b7ed-0369-025f-ed66-6c39f0ed82e2-1b5664e0 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a208b7ed-0369-025f-ed66-6c39f0ed82e3-1b5664e0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-da747b96-5452-6f37-7001-43cc8546ad60-f7e3ea57 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-da747b96-5452-6f37-7001-43cc8546ad61-f7e3ea57 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-a52de72a-e394-44a6-a919-74e080913009-f7e3ea57 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5acfc5d8-4e0a-0650-34bb-73fe7e1b6aba-ab2b9932 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_5acfc5d8-4e0a-0650-34bb-73fe7e1b6abb-ab2b9932 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_71f09cf1-59d6-2121-51d4-5f1b931ed963-712c8331 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_71f09cf1-59d6-2121-51d4-5f1b931ed964-712c8331 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c7969ae1-afec-476a-d4b0-fbf7cdea6ab6-e47efa9a {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c7969ae1-afec-476a-d4b0-fbf7cdea6ab7-e47efa9a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_38c4f4e2-1d25-2af8-78f5-1f3e430a10f7-7bec2f38 {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_38c4f4e2-1d25-2af8-78f5-1f3e430a10fe-7bec2f38 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

#w-node-_38c4f4e2-1d25-2af8-78f5-1f3e430a10ff-7bec2f38 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-_8b2be679-1567-3dac-c0f0-510d1b163f0c-7bec2f38 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

#w-node-_8b2be679-1567-3dac-c0f0-510d1b163f12-7bec2f38 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-column-span: 3;
  grid-column-end: 13;
}

#w-node-_8b2be679-1567-3dac-c0f0-510d1b163f18-7bec2f38 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8b2be679-1567-3dac-c0f0-510d1b163f1a-7bec2f38 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-_8b2be679-1567-3dac-c0f0-510d1b163f1e-7bec2f38 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-column-span: 3;
  grid-column-end: 13;
}

#w-node-_78c17db2-6677-f40f-8b1f-8974bf0220f8-2347111c {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 8;
  grid-column-end: 11;
}

#w-node-da8d2d21-c3c0-9243-bd5f-6fbc4267c7db-2347111c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

#w-node-da8d2d21-c3c0-9243-bd5f-6fbc4267c7dc-2347111c {
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-da8d2d21-c3c0-9243-bd5f-6fbc4267c7dd-2347111c {
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_762593f2-8622-1087-442a-b4cabd4db924-2cd1d283 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_762593f2-8622-1087-442a-b4cabd4db925-2cd1d283 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-edfcbb58-bae5-91b4-d152-23669335e60c-b11ac5ed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d115f201-69c3-4ba5-c2f3-772db3054f40-b11ac5ed {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-f9a7f72c-0de0-8073-2e15-04a8d17374c3-b11ac5ed {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_2f9bfd17-5fbb-ba53-6119-0d1e709af7e5-b11ac5ed {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4a2db302-ae17-ca13-c064-b93cb6328ef7-6b171afe {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_92c580f7-869a-5465-216d-d822580c4ba5-7355daaf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-a208b7ed-0369-025f-ed66-6c39f0ed82e3-1b5664e0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-da747b96-5452-6f37-7001-43cc8546ad61-f7e3ea57 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5acfc5d8-4e0a-0650-34bb-73fe7e1b6abb-ab2b9932 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_71f09cf1-59d6-2121-51d4-5f1b931ed964-712c8331 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-c7969ae1-afec-476a-d4b0-fbf7cdea6ab7-e47efa9a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_38c4f4e2-1d25-2af8-78f5-1f3e430a10f7-7bec2f38 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_8b2be679-1567-3dac-c0f0-510d1b163f0c-7bec2f38 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_8b2be679-1567-3dac-c0f0-510d1b163f12-7bec2f38 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 8;
    grid-column-end: 9;
  }

  #w-node-_8b2be679-1567-3dac-c0f0-510d1b163f1a-7bec2f38 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_8b2be679-1567-3dac-c0f0-510d1b163f1e-7bec2f38 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_78c17db2-6677-f40f-8b1f-8974bf0220f8-2347111c {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-da8d2d21-c3c0-9243-bd5f-6fbc4267c7db-2347111c {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-da8d2d21-c3c0-9243-bd5f-6fbc4267c7dc-2347111c {
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-da8d2d21-c3c0-9243-bd5f-6fbc4267c7dd-2347111c {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_762593f2-8622-1087-442a-b4cabd4db925-2cd1d283 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_38c4f4e2-1d25-2af8-78f5-1f3e430a10f7-7bec2f38 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_38c4f4e2-1d25-2af8-78f5-1f3e430a10fe-7bec2f38 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_8b2be679-1567-3dac-c0f0-510d1b163f0c-7bec2f38 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_8b2be679-1567-3dac-c0f0-510d1b163f12-7bec2f38 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
  }

  #w-node-_8b2be679-1567-3dac-c0f0-510d1b163f18-7bec2f38 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_8b2be679-1567-3dac-c0f0-510d1b163f1a-7bec2f38 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_8b2be679-1567-3dac-c0f0-510d1b163f1e-7bec2f38 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_78c17db2-6677-f40f-8b1f-8974bf0220f8-2347111c {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2f9bfd17-5fbb-ba53-6119-0d1e709af7e5-b11ac5ed {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_38c4f4e2-1d25-2af8-78f5-1f3e430a10f7-7bec2f38 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_38c4f4e2-1d25-2af8-78f5-1f3e430a10fe-7bec2f38 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_8b2be679-1567-3dac-c0f0-510d1b163f0c-7bec2f38 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_8b2be679-1567-3dac-c0f0-510d1b163f12-7bec2f38 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_8b2be679-1567-3dac-c0f0-510d1b163f1a-7bec2f38 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}

@font-face {
  font-family: '300';
  src: url('../fonts/300.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('../fonts/regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '500';
  src: url('../fonts/500.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '700';
  src: url('../fonts/700.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}