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

body {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #111212;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 54px;
  font-weight: 400;
}

h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 24px;
}

a {
  display: block;
  -webkit-transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  color: #1991eb;
  text-decoration: none;
}

a:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

a:active {
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

ul {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 8px;
  padding-left: 5px;
  font-weight: 400;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #999;
  line-height: 24px;
  font-weight: 400;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 20px 30px;
  border-left: 5px solid rgba(17, 18, 18, 0.06);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

._6-col {
  display: inline-block;
  width: 460px;
  margin-right: 20px;
}

._6-col._6-col-last {
  margin-right: 0px;
}

.headline-6-col {
  width: 460px;
  padding-bottom: 0px;
}

._5-col {
  display: inline-block;
  width: 380px;
  margin-right: 60px;
}

._5-col._5-col-last {
  margin-right: 0px;
}

._3-col {
  display: inline-block;
  width: 350px;
  margin-right: 20px;
}

._3-col._3-col-last {
  width: 400px;
  margin-right: 0px;
}

.wrap {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.w50 {
  width: 800px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.wrap.w50-80-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap.w50-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.wrap.w50-80-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap._w-custom.structure-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap._w-custom.structure-nav {
  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;
}

.wrap._w-custom.nav1-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.wrap._w-custom.nav1-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.wrap._w-custom.hero1 {
  width: 950px;
  padding-top: 50px;
  text-align: center;
}

.wrap._w-custom.hero3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap._w-custom.nav2-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.wrap._w-custom.hero5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 674px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap._w-custom.hero6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.w80-50-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap.w50-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5em;
  padding-bottom: 3em;
  -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;
}

.wrap.w80-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
}

.wrap.w80-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.wrap.w80-50-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.w50-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrap.w50-80 {
  padding-top: 30px;
  padding-bottom: 80px;
}

.wrap.w80 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.wrap.w80-50-center {
  display: -ms-grid;
  display: grid;
  width: 1000px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". ." ". .";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

._2-col {
  display: inline-block;
  width: 140px;
  margin-right: 20px;
}

._2-col._2-col-last {
  margin-right: 0px;
}

._4-col {
  display: inline-block;
  width: 300px;
  margin-right: 20px;
}

._4-col._4-col-last {
  display: inline-block;
  margin-right: 0px;
}

._7-col {
  display: inline-block;
  width: 540px;
  margin-right: 20px;
}

._7-col._7-col-last {
  display: inline-block;
  margin-right: 0px;
}

.tagline {
  opacity: 0.6;
  font-family: 'Eurostilenextltpro smbd', sans-serif;
  color: #00ed6b;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.cards-lbl {
  display: block;
  width: 100%;
  margin: 25px auto;
  padding: 15px 30px;
  border: 1px dashed #1991eb;
  background-color: #f4f9fe;
  opacity: 1;
  color: #1991eb;
  text-align: center;
}

.tagline.team1-position {
  margin-top: -6px;
}

.tagline.testimonial1-position {
  margin-top: -8px;
}

.tagline.team3-position {
  margin-bottom: 8px;
}

.tagline.nex {
  text-align: center;
}

.section {
  background-color: #1991eb;
  background-image: linear-gradient(336deg, #2f66fd, #2acbf8), url('../images/cabl1.png');
  background-position: 0px 0px, 75% 50%;
  background-size: auto, 600px;
  background-repeat: repeat, no-repeat;
}

.section.sectorestrabajo {
  background-color: #fff;
  background-image: linear-gradient(135deg, #00fc67 15%, #1991eb 52%, #0e1c43 81%);
}

.section.trip {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f6), to(#0f6));
  background-image: linear-gradient(180deg, #0f6, #0f6);
}

.section.nmision {
  background-color: #fafcfd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e1c43), to(#0e1c43));
  background-image: linear-gradient(180deg, #0e1c43, #0e1c43);
}

.text-20 {
  opacity: 1;
  font-family: Eurostilenextltpro, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.text-20.text-20-60 {
  opacity: 0.6;
}

.label-text {
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  font-family: 'Eurostileext bla', sans-serif;
  color: #fff;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.btn.btn-outline-light {
  border: 1px solid #00ed6b;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.45);
  color: #00ed6b;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.71);
}

.btn.btn-outline-light:hover {
  border-color: rgba(17, 18, 18, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.btn.btn-outline-light:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.btn.btn-outline-dark {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease, -webkit-transform 400ms ease;
}

.btn.btn-outline-dark:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.btn.btn-white {
  display: inline-block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  color: #111212;
}

.btn.btn-white.blog2-card-cta {
  position: absolute;
  left: 30px;
  bottom: 20px;
  display: block;
}

.btn.team3-left-button {
  margin-right: 10px;
}

.btn.hero4-left-button {
  margin-right: 10px;
}

.btn.hero4-first-button {
  background-color: #00ed6b;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.64);
  color: #0e1c43;
}

.text-14 {
  font-family: Eurostilenextltpro, sans-serif;
  line-height: 24px;
}

.text-14.text-14-60 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0.39;
  -webkit-transition: text-shadow 400ms cubic-bezier(.25, .1, .035, .656);
  transition: text-shadow 400ms cubic-bezier(.25, .1, .035, .656);
  color: #00fc67;
  line-height: 18px;
}

.text-14.text-14-60:hover {
  padding-left: 0px;
  opacity: 0.9;
}

.text-14.text-14-60.footxt {
  opacity: 0.56;
  color: #111212;
}

.text-14.text-14-30 {
  opacity: 0.3;
}

.section-dark {
  width: 100%;
  box-shadow: 2px 1px 3px -17px #111212;
  opacity: 1;
  color: #fff;
}

.section-dark.greensection {
  border-top: 1em solid #1991eb;
  background-color: #00fd67;
  color: #0e1c43;
}

.section-dark.sectiongreen {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #00ed6b;
  box-shadow: none;
  color: #000;
}

.section-dark.nuestra {
  background-image: url('../images/opt1fiber.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-image: url('../images/opt1fiber.png'), linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-position: 100% 0px, 0px 0px, 0px 148%, 50% 0px;
  background-size: 850px, auto, 738px, cover;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.section-dark.cctv {
  background-image: url('../images/opt1fiber.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-image: url('../images/opt1fiber.png'), linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-position: 100% 0px, 0px 0px, 0px 148%, 50% 0px;
  background-size: 850px, auto, 738px, cover;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.link-dark {
  opacity: 0.6;
  -webkit-transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  font-family: Eurostilenextltpro, sans-serif;
  color: #000;
  line-height: 24px;
}

.link-dark:hover {
  opacity: 1;
  color: #fff;
}

.link-dark:active {
  opacity: 0.9;
}

.link-dark.navigation1-link-dark {
  margin-right: 30px;
  opacity: 0.8;
  font-family: 'Eurostileext reg', sans-serif;
  text-transform: uppercase;
}

.link-dark.navigation1-link-dark:hover {
  opacity: 1;
}

.link-dark.navigation1-link-dark:active {
  opacity: 0.9;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.link-dark.navigation1-link-dark.wht {
  color: #1991eb;
}

.link-dark.footer-link-12-dark {
  margin-bottom: 10px;
  line-height: 20px;
}

.link-dark.footer-link-12-dark.mail {
  font-family: 'Eurostileext reg', sans-serif;
  color: #000;
  font-size: 1em;
}

.h1-jumbo {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Eurostileext bla', sans-serif;
  font-size: 72px;
  line-height: 56px;
  font-weight: 900;
  letter-spacing: -4.2px;
  text-transform: uppercase;
}

.h1-jumbo.greensectionh1 {
  color: #100e34;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: -3px;
}

.h1-jumbo.white-text {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.h1-jumbo.sliderh1 {
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  text-align: center;
  letter-spacing: -2px;
  text-shadow: 2px 2px 12px #0e1c43;
}

.h1-jumbo.welcome {
  margin-top: 0em;
  margin-left: -1px;
  color: #fff;
  font-size: 3em;
  line-height: 0.9em;
  text-align: center;
  letter-spacing: -2px;
}

.headline-8-col {
  width: 620px;
  margin-bottom: 50px;
}

.btn-big {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  font-family: 'Eurostilenextltpro smbd', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.btn-big:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn-big:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.btn-big.btn-outline-dark {
  padding-top: 11px;
  padding-bottom: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, border 200ms ease, -webkit-transform 400ms ease;
}

.btn-big.btn-outline-dark:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.btn-big.btn-outline-light {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.05);
  background-color: transparent;
  color: #111212;
}

.btn-big.btn-outline-light:hover {
  border-color: rgba(17, 18, 18, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.btn-big.btn-outline-light:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.btn-big.btn-white {
  display: inline-block;
  background-color: #fff;
  color: #111212;
}

.text-16 {
  display: inline-block;
  font-family: Eurostilenextltpro, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.text-16.text-16-60 {
  opacity: 0.6;
  color: #110f36;
  font-size: 18px;
  line-height: 22px;
}

.text-16.footer-section-headline {
  margin-bottom: 12px;
}

.text-16.text-16-60-gr {
  opacity: 0.6;
  color: #100e34;
  font-size: 20px;
  line-height: 22px;
}

.text-16.text-16-60-miss {
  opacity: 0.6;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.text-16.ctactv {
  opacity: 0.6;
  color: #110f36;
  font-size: 16px;
  line-height: 22px;
}

.text-16.text-16-60-copy {
  opacity: 0.6;
  color: #110f36;
  font-size: 18px;
  line-height: 22px;
}

.text-16.wh {
  opacity: 0.6;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.h2-jumbo {
  font-family: 'Eurostilenextltpro smbd', sans-serif;
  font-size: 44px;
  line-height: 46px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

.h2-jumbo.hero6-headline {
  margin-top: -10px;
  font-family: 'Eurostileext reg', sans-serif;
  line-height: 46px;
}

.h2-jumbo.hero6-headline.entrar {
  padding-top: 1em;
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.h2-jumbo.cardtxt {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Eurostileext bla', sans-serif;
  font-size: 1.2em;
  line-height: 3em;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.h2-jumbo.cardxx {
  padding-left: 1px;
  font-family: 'Eurostileext bla', sans-serif;
  line-height: 44px;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.headline-9-col {
  width: 700px;
  margin-bottom: 50px;
}

.label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: #1991eb;
}

.label.label-grey {
  background-color: #858589;
}

.label.label-cyan {
  background-color: #28998a;
}

.label.label-pink {
  background-color: #c47ca2;
}

.label.label-green {
  background-color: #39b54a;
}

.label.label-green {
  background-color: #0f6;
}

.label.label-blue {
  background-color: #22a9f7;
}

.link-light {
  opacity: 0.6;
  -webkit-transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
  color: #111212;
  line-height: 24px;
  cursor: pointer;
}

.link-light:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #111212;
}

.link-light:active {
  opacity: 0.9;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.link-light.navigation1-link-light {
  margin-right: 30px;
  opacity: 0.8;
}

.link-light.footer-link-12-link {
  margin-bottom: 10px;
}

.structure-2nd-col-allcards {
  margin-top: 50px;
}

.structure-menu-link {
  display: block;
  margin-bottom: 12px;
  -webkit-transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 300;
  cursor: pointer;
}

.structure-menu-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.structure-menu-link:active {
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: hsla(0, 0%, 100%, 0.9);
}

.structure-menu-link.w--current {
  color: #fff;
  font-weight: 400;
}

.structure-menu-link.section-link-w-icon {
  margin-bottom: 0px;
}

.sections-menu-headline {
  margin-bottom: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

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

.structure-more-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -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;
}

.structure-more-items {
  margin-top: 12px;
}

.structure-more-item-icon {
  display: block;
  margin-bottom: 1px;
  margin-left: 12px;
}

.structure-link {
  display: inline-block;
  -webkit-transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.structure-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: hsla(0, 0%, 100%, 0.8);
}

.structure-link.structure-menu-link {
  margin-right: 30px;
  font-size: 12px;
  line-height: 18px;
}

.structure-cards2-topbar-wrapper {
  background-color: #272727;
}

.structure-menu {
  width: 100%;
  background-color: transparent;
}

.nav1-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.nav1-logo-wrapper {
  display: inline-block;
  -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;
}

.nav1 {
  width: 100%;
  background-color: transparent;
}

.nav1-menu-wrapper-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hero1-headline-wrapper {
  display: block;
  width: 620px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.decoline {
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.decoline.decoline-dark {
  background-color: hsla(0, 0%, 82.4%, 0.2);
}

.content1-image {
  height: 340px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.content1-image.content1-image3 {
  background-image: url('../images/Services1-Image2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content1-image.content1-image1 {
  background-image: url('../images/Services1-Image1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content1-image.content1-image2 {
  background-image: url('../images/Services1-Image3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content1-items {
  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;
}

.content1-item-description {
  padding-right: 40px;
}

.feature1-content {
  padding-right: 20px;
}

.feature1-image1 {
  height: 300px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-image: url('../images/glance-bvms-enterprise_res_640x360.jpg');
  background-position: 56% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature1-image2 {
  height: 180px;
  border-radius: 8px;
  background-image: url('../images/glance-bis-access-system_res_640x360.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature1-image3 {
  height: 300px;
  border-radius: 8px;
  background-image: url('../images/technologies-solutions_res_800x450.jpg');
  background-position: 77% 53%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature2-facebookicon {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.feature2-facebookicon:hover {
  opacity: 0.85;
}

.feature2-wrap {
  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;
}

.feature2-image1 {
  height: 290px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: url('../images/video-analytics-content-1_res_640x360.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.feature2-content {
  padding-left: 80px;
}

.feature2-content.blue {
  padding-left: 0px;
  color: #1991eb;
}

.feature2-image2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -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: #1991eb;
}

.team1-people-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team1-person {
  padding-right: 20px;
}

.team1-image {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 18, 18, 0.1)), to(rgba(17, 18, 18, 0.1)));
  background-image: linear-gradient(180deg, rgba(17, 18, 18, 0.1), rgba(17, 18, 18, 0.1));
}

.team1-image.team1-image7 {
  background-image: url('../images/Person-Pic-72x.jpg');
  background-size: 120px;
}

.team1-image.team1-image8 {
  background-image: url('../images/Person-Pic-82x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team1-image.team1-image4 {
  background-image: url('../images/Person-Pic-42x.jpg');
  background-size: 120px;
}

.team1-image.team1-image5 {
  background-image: url('../images/Person-Pic-52x.jpg');
  background-position: 0px 0px;
  background-size: 120px;
}

.team1-image.team1-image3 {
  background-image: url('../images/Person-Pic-32x.jpg');
  background-size: 120px;
}

.team1-image.team1-image2 {
  background-image: url('../images/Person-Pic-22x.jpg');
  background-size: 120px;
}

.team1-image.team1-image1 {
  background-image: url('../images/Person-Pic-12x.jpg');
  background-size: 120px;
}

.team1-image.team1-image6 {
  background-image: url('../images/Person-Pic-62x.jpg');
  background-size: 120px;
}

.cta1-content {
  margin-top: 5px;
}

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

.footer1 {
  border-top: 1px solid rgba(17, 18, 18, 0.06);
}

.footer1.footer1-dark {
  border-top-color: hsla(0, 0%, 100%, 0.06);
}

.footer1.footer1-dark.green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f6), to(#0f6));
  background-image: linear-gradient(180deg, #0f6, #0f6);
}

.cta1-image {
  background-image: url('../images/fibre_optics2.png'), linear-gradient(17deg, rgba(47, 102, 253, 0.5) 40%, rgba(42, 203, 248, 0.7) 90%);
  background-position: 0px 71%, 0px 0px;
  background-size: auto 500px, auto;
  background-repeat: no-repeat, repeat;
}

.content2-items {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.content2-jumbonumber {
  position: relative;
  top: -43px;
  right: -2px;
  bottom: -18px;
  display: block;
  opacity: 0.7;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Eurostileext bla', sans-serif;
  color: #0f6;
  font-size: 100px;
  line-height: 82px;
  font-weight: 300;
  letter-spacing: -6px;
}

.content2-jumbonumber:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  text-shadow: 2px 2px 7px rgba(17, 18, 18, 0.7);
}

.footer1-column-headline {
  margin-bottom: 20px;
}

.hero2-light-alt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 674px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero2-woman-light.jpg');
  background-position: 50% 50%;
  background-size: 980px;
  background-repeat: no-repeat;
}

.hero2-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 674px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero2-white.jpg');
  background-position: 60% 50%;
  background-size: 980px;
  background-repeat: no-repeat;
}

.testimonial2-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
  -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;
}

.testimonial2-logo-wrap.clients1-logowrapper-last {
  margin-bottom: 0px;
}

.divider-dark-wrap {
  display: block;
  height: 1px;
  margin: 0px auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111212;
}

.testimonial1-person-name {
  margin-top: -8px;
}

.footer2-dark {
  border-top: 1px solid hsla(0, 0%, 100%, 0.06);
}

.content6-headline {
  margin-bottom: 45px;
  padding-right: 40px;
}

.content5-headline-wrapper {
  padding-right: 0px;
}

.testimonial1-person-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial1-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-bottom: 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;
}

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

.content4-image {
  height: 340px;
  margin-bottom: 30px;
  border-radius: 8px;
  background-image: url('../images/inma-santiago-746452-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content4-image.content4-image5 {
  background-image: url('../images/shifaaz-shamoon-300079-unsplash.jpg');
}

.content4-image.content4-image2 {
  background-image: url('../images/nathan-dumlao-483396-unsplash.jpg');
}

.content4-image.content4-image7 {
  background-image: url('../images/brooke-lark-609908-unsplash.jpg');
}

.content4-image.content4-image3 {
  background-image: url('../images/annie-spratt-216207-unsplash.jpg');
}

.content4-image.content4-image6 {
  background-image: url('../images/zohre-nemati-446136-unsplash.jpg');
}

.content4-image.content4-image8 {
  background-image: url('../images/natalia-y-469694-unsplash.jpg');
}

.content4-image.content4-image4 {
  background-image: url('../images/olena-sergienko-725307-unsplash.jpg');
}

.content4-image.content4-image9 {
  background-image: url('../images/jeremy-bishop-334996-unsplash.jpg');
}

.content4-items {
  margin-bottom: 20px;
}

._6-col-last {
  width: 460px;
}

.divider-light {
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px auto;
  background-color: rgba(17, 18, 18, 0.06);
}

.hero2-dark-alt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1991eb), color-stop(14%, rgba(25, 145, 235, 0.8)), color-stop(45%, rgba(1, 18, 31, 0.8)), to(rgba(6, 66, 111, 0.5))), url('../images/fgfgfg.jpg');
  background-image: linear-gradient(0deg, #1991eb, rgba(25, 145, 235, 0.8) 14%, rgba(1, 18, 31, 0.8) 45%, rgba(6, 66, 111, 0.5)), url('../images/fgfgfg.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.testimonial2-headline {
  padding-right: 40px;
}

.hero2-text-wrap {
  width: 45%;
}

.content5-description {
  margin-top: 18px;
}

.link-16-blue {
  font-size: 16px;
  line-height: 28px;
}

.link-16-blue.content5-link {
  margin-top: 20px;
}

.content6-pic {
  width: 100%;
  height: 460px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.content6-pic.content6-image1 {
  height: 320px;
  background-image: url('../images/sacha-styles-769064-unsplash.jpg');
}

.content6-pic.content6-image3 {
  background-image: url('../images/ivars-utinsns-707750-unsplash.jpg');
}

.content6-pic.content6-image2 {
  background-image: url('../images/ivan-bandura-659533-unsplash.jpg');
}

.content6-pic.content6-image4 {
  height: 320px;
  background-image: url('../images/ruth-troughton-384709-unsplash.jpg');
}

.testimonial2-col {
  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;
}

.divider-dark {
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.06);
}

.content3-headline {
  margin-top: 5px;
  padding-right: 50px;
}

.content3-bottom-headline {
  margin-top: 20px;
  margin-bottom: 30px;
  opacity: 0.6;
  font-weight: 300;
}

.content4-item {
  margin-bottom: 20px;
}

.hero2-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 674px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/header-2-landing.jpg');
  background-position: 50% 50%;
  background-size: 940px;
  background-repeat: no-repeat;
}

.footer2 {
  border-top: 1px solid rgba(17, 18, 18, 0.06);
}

.testimonial1-pic {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 8px;
  background-image: url('../images/Person-Pic-62x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial1-pic.testimonial1-pic3 {
  background-image: url('../images/Person-Pic-32x.jpg');
}

.testimonial1-pic.testimonial1-pic2 {
  background-image: url('../images/Person-Pic-22x.jpg');
}

.testimonial1-item {
  padding-right: 30px;
}

.feature4-text-wrap {
  padding-right: 80px;
}

.nav2-logo-wrapper {
  display: inline-block;
  margin-bottom: -5px;
  -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;
}

.blog1-article.blog4-article-right-wrapper {
  padding-left: 10px;
}

.blog1-article.blog1-article-left-wrapper {
  padding-right: 10px;
}

.navigation2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial4-small-tweets-wrap {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature5-row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial4-big-tweets-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero3-headline-wrap {
  margin-bottom: 20px;
  padding-top: 10px;
}

.blog1-article-cover {
  height: 270px;
  border-radius: 8px;
}

.blog1-article-cover.blog1-article-cover-1 {
  width: 100%;
  margin-top: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 231, 25, 0.66)), to(rgba(7, 231, 25, 0.66))), url('../images/cemex-cover.jpg');
  background-image: linear-gradient(180deg, rgba(7, 231, 25, 0.66), rgba(7, 231, 25, 0.66)), url('../images/cemex-cover.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 500px;
}

.blog1-article-cover.blog1-article-cover-2 {
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 15, 131, 0.7)), to(rgba(29, 15, 131, 0.7))), url('../images/OMA.jpeg');
  background-image: linear-gradient(180deg, rgba(29, 15, 131, 0.7), rgba(29, 15, 131, 0.7)), url('../images/OMA.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 600px;
}

.feature4-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero3-text-wrapper {
  padding-right: 50px;
}

.testimonial3-logo-wrapper {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature3-text-wrapper {
  padding-left: 60px;
}

.content8-wrap {
  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: center;
}

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

.feature3-subitem-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content7-number-card-no-wrap {
  margin-top: -5px;
  margin-bottom: -5px;
}

.feature5-item-wrap {
  padding-right: 30px;
}

.feature3-icon {
  margin-right: 25px;
  margin-left: -10px;
}

.feature3-subitem-text-wrap {
  margin-top: -8px;
  margin-bottom: 0px;
}

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

.content7-number-card {
  padding: 10px 30px 20px;
  border-radius: 8px;
  background-color: #111212;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
}

.content7-number-card.content7-number-card-content3 {
  background-color: #b3b3af;
}

.content7-number-card.content7-number-card-content2 {
  background-color: #c47ca2;
}

.content7-number-card.content7-number-card-content4 {
  background-color: #21263b;
}

.content7-number-card.content7-number-card-content1 {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #3fcedc;
}

.content7-number-card.content7-number-card-content1.siderur {
  background-image: linear-gradient(135deg, rgba(25, 145, 235, 0.7), rgba(0, 255, 102, 0.7)), url('../images/h16501_a.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 500px;
  box-shadow: 1px 1px 3px 0 #000;
}

.content7-number-card.content7-number-card-content1.ref {
  background-image: linear-gradient(135deg, rgba(25, 145, 235, 0.7), rgba(0, 255, 102, 0.7)), url('../images/oils-sea-refinery-op.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 200px;
  box-shadow: 1px 1px 3px 0 #000;
  text-align: left;
}

.content7-number-card.content7-number-card-content1.aut {
  background-image: linear-gradient(135deg, rgba(25, 145, 235, 0.7), rgba(0, 255, 102, 0.7)), url('../images/industria-automotriz-1100x690-c.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 300px;
  box-shadow: 1px 1px 3px 0 #000;
  text-align: left;
}

.content7-number-card.content7-number-card-content1.man {
  background-image: linear-gradient(135deg, rgba(25, 145, 235, 0.7), rgba(0, 255, 102, 0.7)), url('../images/competence.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 300px;
  box-shadow: 1px 1px 3px 0 #000;
  text-align: left;
}

.content7-number-card.content7-number-card-content1.aer {
  background-image: linear-gradient(135deg, rgba(25, 145, 235, 0.7), rgba(0, 255, 102, 0.7)), url('../images/OMA.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 250px;
  box-shadow: 1px 1px 3px 0 #000;
  text-align: left;
}

.content7-number-card.content7-number-card-content1.edu {
  background-image: linear-gradient(135deg, rgba(25, 145, 235, 0.7), rgba(0, 255, 102, 0.7)), url('../images/BLOG-technology-in-higher-education1X.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 300px;
  box-shadow: 1px 1px 3px 0 #000;
  text-align: left;
}

.content7-number-card.content7-number-card-content1.sal {
  background-image: linear-gradient(135deg, rgba(25, 145, 235, 0.7), rgba(0, 255, 102, 0.7)), url('../images/Big-Data-futuro-Sector-Salud-Andres-Macario.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, 250px;
  background-repeat: repeat, no-repeat;
  box-shadow: 1px 1px 3px 0 #000;
  text-align: left;
  text-shadow: 0 -1px 0 hsla(0, 0%, 100%, 0.25);
}

.content7-number-card.content7-number-card-content1.gob {
  background-image: linear-gradient(135deg, rgba(25, 145, 235, 0.7), rgba(0, 255, 102, 0.7)), url('../images/880x495_cmsv2_35c0a867-4224-52f5-9e77-b8ee2d12813c-3269996.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 440px;
  text-align: left;
}

.hero3-firstbutton-wrap {
  display: inline-block;
  margin-right: 10px;
}

.nav2 {
  width: 100%;
  background-color: transparent;
}

.nav2-menu-wrapper-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.landing3-logo {
  margin-right: 16px;
}

.landing3-logo.landing3-logo-mob {
  margin-top: -5px;
}

.content7-divider {
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.cta3-item-point {
  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;
}

.cta3-item-wrap {
  padding: 20px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 8px;
  text-align: left;
}

.cta3-item-wrap.cta3-item-wrap-dark {
  border-color: #00fc67 hsla(0, 0%, 100%, 0.06) #1991eb;
  border-top-width: 2px;
  border-bottom-width: 3px;
  background-color: rgba(26, 26, 26, 0.9);
}

.cta3-item-wrap.cta3-item-wrap-dark.cta3-recommended-option-dark {
  padding-top: 30px;
  border-width: 2px;
  border-color: #1991eb;
}

.cta3-item-wrap.cta3-recommended-option {
  padding-top: 30px;
  border-width: 2px;
  border-color: #1991eb;
}

.cta3-item-points-wrapper {
  margin-top: 25px;
  margin-bottom: 10px;
}

.footer3-bottom-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cta3-icon {
  margin-top: 9px;
  margin-right: 12px;
}

.footer3-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

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

.cta2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 60px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 8px;
  color: #111212;
}

.cta2.cta2-dark {
  border-style: solid;
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
  color: #fff;
}

.cta2.cta2-dark.cta2-image {
  border: 0px none transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 18, 18, 0.6)), to(rgba(17, 18, 18, 0.6))), url('../images/CTA2-Background.jpg');
  background-image: linear-gradient(180deg, rgba(17, 18, 18, 0.6), rgba(17, 18, 18, 0.6)), url('../images/CTA2-Background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.form1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -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;
}

.footer3-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form1-form-wrap {
  margin-bottom: 0px;
}

.cta2-content-wrap {
  margin-top: 10px;
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #eee;
}

.form1-form-wrapper {
  margin-top: -30px;
}

.form1-success {
  margin-top: 10px;
  border-radius: 4px;
  background-color: #49d1de;
  color: #fff;
}

.cta3-options-wrapper {
  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;
}

.form1-error {
  padding: 15px;
  border-radius: 4px;
  background-color: #f85359;
}

.cta3-wrapper {
  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: center;
}

.form1-input {
  height: 58px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 16px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  font-size: 16px;
  line-height: 26px;
}

.form1-input:hover {
  border-color: rgba(25, 145, 235, 0.5);
}

.form1-input:focus {
  border-color: #1991eb;
}

.form1-input.form1-input-dark {
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
}

.form1-input.form1-input-dark:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.form1-input.form1-input-dark:focus {
  border-color: #fff;
}

.cta3-wide-button-wrap {
  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;
}

.hero4-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
  -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;
}

.hero4-first-button {
  display: inline-block;
  margin-right: 10px;
}

.hero4-buttons-wrap {
  margin-top: -20px;
}

.hero5-headline-wrap {
  margin-bottom: 20px;
  padding-right: 80px;
}

.hero5-image {
  position: absolute;
  left: 50%;
  top: 50px;
  bottom: 0px;
  display: inline-block;
}

.testimonial5-image {
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  border-radius: 8px;
  background-image: url('../images/Person-Pic-32x.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.testimonial5-image.testimonial5-image3 {
  background-image: url('../images/Person-Pic-52x.jpg');
}

.testimonial5-image.testimonial5-image2 {
  background-image: url('../images/Person-Pic-42x.jpg');
}

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

.testimonial5-quote-wrap {
  margin-bottom: 20px;
}

.testimonial5-item-wrap {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 8px;
}

.testimonial5-item-wrap.testimonial5-item-wrap-dark {
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
}

.form2-wrapper {
  margin-top: -10px;
}

.form2-input {
  width: 100%;
  height: 40px;
  margin-bottom: 14px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #ececec;
  border-radius: 4px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.form2-input:hover {
  border-color: #d8d8d8;
}

.form2-input:focus {
  border-color: #a3a3a3;
}

.form2-input::-webkit-input-placeholder {
  color: #ccc;
}

.form2-input:-ms-input-placeholder {
  color: #ccc;
}

.form2-input::-ms-input-placeholder {
  color: #ccc;
}

.form2-input::placeholder {
  color: #ccc;
}

.form2-input.form2-input-dark {
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
  color: #fff;
}

.form2-input.form2-input-dark:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.form2-input.form2-input-dark:focus {
  border-color: #fff;
}

.form2-input.form2-input-dark::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form2-input.form2-input-dark:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form2-input.form2-input-dark::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form2-input.form2-input-dark::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(17, 18, 18, 0.1);
  color: #111212;
}

.form2.form2-dark {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
  color: #fff;
}

.form2-error-message {
  padding: 0px;
  border-radius: 4px;
  background-color: transparent;
}

.form2-success-message {
  background-color: transparent;
}

.register-link {
  display: inline-block;
  cursor: pointer;
}

.form2-error-message-text {
  display: inline-block;
  color: #f85359;
}

.form2-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 520px;
  margin-right: -20px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: url('../images/signup-cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.signup-account-link {
  display: inline-block;
  color: #999;
}

.form2-success-message-text {
  margin-top: 20px;
  color: #1991eb;
  font-size: 16px;
  line-height: 24px;
}

.form2-form-wrap {
  margin-top: 20px;
  margin-bottom: 0px;
}

.form2-form-section-wrapper {
  padding: 50px;
}

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

.card-headline {
  margin-top: 10px;
}

.card-headline._6col-card {
  width: 50%;
}

.blog2-article-cover {
  height: 230px;
  margin-bottom: 25px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#f1f1f1));
  background-image: linear-gradient(180deg, #f1f1f1, #f1f1f1);
}

.blog2-article-cover.blog2-article-content2 {
  background-image: url('../images/annie-spratt-216207-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog2-article-cover.blog2-article-content1 {
  background-image: url('../images/sacha-styles-769064-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team2-profilename {
  margin-top: 20px;
  margin-bottom: 5px;
}

.team2-profile-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 20px;
  -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;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(17, 18, 18, 0.06);
  text-align: center;
}

.team2-profile-card.team2-profile-card-dark {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
}

.team3-name {
  margin-bottom: 6px;
}

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

.team2-profile-pic {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-image: url('../images/Avatar-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team2-profile-pic.team2-profile-pic-image3 {
  background-image: url('../images/Person-Pic-22x.jpg');
}

.team2-profile-pic.team2-profile-pic-image2 {
  background-image: url('../images/Person-Pic-32x.jpg');
}

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

.blog5-article-cover {
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.blog5-article-cover.blog5-article-image3 {
  background-image: url('../images/article-cover-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image1 {
  background-image: url('../images/card-cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog5-article-cover.blog5-article-image2 {
  background-image: url('../images/article-cover-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog3-card {
  position: relative;
  height: 340px;
  padding: 30px;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  color: #fff;
}

.blog3-card.blog3-card2-content {
  background-image: url('../images/card2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.blog3-card.blog3-card1-content {
  position: relative;
  background-image: url('../images/card1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.blog3-card.blog3-card4-content {
  background-image: url('../images/card42x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #111212;
}

.blog3-card.blog3-card3-content {
  background-image: url('../images/card3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #111212;
}

.blog3-card.blog3-card5-content {
  background-image: url('../images/card52x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #111212;
}

.blog3-card.blog3-card6-content {
  background-image: url('../images/card62x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.blog4-article-image {
  height: 230px;
  margin-bottom: 25px;
  border-radius: 8px;
  background-image: url('../images/Screenshot-2018-05-01-20.54.33.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog4-article-image.blog4-article-content2 {
  background-image: url('../images/roos-oosterbroek-558868-unsplash2x.jpg');
}

.blog4-article-image.blog4-article-content3 {
  background-image: url('../images/article-cover-1.jpg');
}

.blog5-articles-wrapper {
  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;
}

.team3-profiles-row {
  margin-top: 20px;
}

.team3-profile-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.team3-profile-card.team3-profile-card-dark {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
}

.blog3-articles-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team3-buttons-wrap {
  padding-top: 7px;
}

.blog2-article-details {
  margin-bottom: 10px;
}

.team2-people-row {
  margin-top: 20px;
}

.team3-avatar {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-image: url('../images/Person-Pic-62x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team3-avatar.team3-avatar-image2 {
  background-image: url('../images/Person-Pic-12x.jpg');
}

.team2-profilecard-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.blog4-article-headline {
  margin-top: 10px;
}

.hero6-headline-wrap {
  margin-top: -20px;
  padding-right: 90px;
}

.text-12 {
  font-size: 12px;
  line-height: 18px;
}

.text-12.text-12-60 {
  opacity: 0.6;
  color: #fff;
  text-align: center;
}

.hero6-buttons-wrap {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.content9-icon {
  margin-bottom: 0px;
}

.content9-item-wrap {
  padding-right: 20px;
}

.cta4-headline-wrap {
  display: inline-block;
  width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta4-action-wrap {
  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;
}

.cta4-headline-extrajumbo {
  margin-top: 10px;
  font-size: 70px;
  line-height: 90px;
  font-weight: 100;
}

.home-footer-socicon-wrap {
  margin-right: 20px;
}

.home-footer-socicon-wrap.home-footer-socicon-wrap-last {
  margin-right: 0px;
}

.home-footer-socicon {
  opacity: 0.6;
}

.home-footer-socicon:hover {
  opacity: 1;
}

.home-footer-socicon:active {
  opacity: 0.85;
}

.form2-headline {
  margin-top: 10px;
  margin-bottom: 20px;
}

.form3-wrap {
  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: center;
}

.form3-input {
  height: 58px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 16px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  font-size: 16px;
  line-height: 26px;
}

.form3-input:hover {
  border-color: rgba(25, 145, 235, 0.5);
}

.form3-input:focus {
  border-color: #1991eb;
}

.form3-input.form3-input-dark {
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
}

.form3-input.form3-input-dark:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.form3-input.form3-input-dark:focus {
  border-color: #fff;
}

.form3-button-wrap {
  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;
}

.form3-form {
  margin-top: -20px;
}

.form3-success {
  margin-top: 10px;
  border-radius: 4px;
  background-color: #49d1de;
  color: #fff;
}

.form3-error {
  padding: 15px;
  border-radius: 4px;
  background-color: #f85359;
}

.cta5-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px 50px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 8px;
  text-align: left;
}

.cta5-item-wrap.cta5-item-wrap-dark {
  border-color: hsla(0, 0%, 100%, 0.06);
  background-color: #1a1a1a;
}

.cta5-button-wrap {
  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;
}

.cta5-option-headline {
  margin-top: 2px;
}

.cta5-items-wrap {
  margin-top: -20px;
}

.products1-content-wrap {
  padding-left: 80px;
}

.products1-price-headline {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.products1-price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.products1-price-previous {
  display: block;
  margin-bottom: -7px;
  margin-left: 10px;
  text-decoration: line-through;
}

.products1-image-wrap {
  height: 460px;
  border-radius: 8px;
  background-image: url('../images/products1-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.products1-actions-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -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;
  border-top: 1px solid rgba(17, 18, 18, 0.06);
}

.products1-actions-wrap.products1-actions-wrap-dark {
  border-top-color: hsla(0, 0%, 100%, 0.06);
}

.products1-desc-wrap {
  margin-bottom: 5px;
}

.products1-details-wrap {
  margin-bottom: 30px;
}

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

.products2-image {
  position: relative;
  height: 270px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.products2-image.products2-image1 {
  background-image: url('../images/products1-image_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.products2-image.products2-image2 {
  background-image: url('../images/products2-image2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.products2-image.products2-image3 {
  background-image: url('../images/products2-image3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.products2-image.products2-image4 {
  background-image: url('../images/products2-image4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.products2-description-wrap {
  padding-right: 40px;
}

.products2-pricetag {
  position: absolute;
  top: 20px;
  right: 0px;
  display: inline-block;
  padding: 5px 15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  color: #111212;
}

.products3-big-image-wrap {
  height: 460px;
  margin-bottom: 15px;
  border-radius: 8px;
  background-image: url('../images/products3-image1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  direction: ltr;
}

.products3-small-image-wrap {
  height: 120px;
  border-radius: 8px;
  background-image: url('../images/products3-image3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  direction: ltr;
}

.products3-small-image-wrap.products3-small-image1 {
  height: 140px;
  background-image: url('../images/products3-image2.jpg');
}

.products3-small-image-wrap.products3-small-image2 {
  height: 140px;
  background-image: url('../images/products3-image3.jpg');
}

.products3-small-image-wrap.products3-small-image3 {
  height: 140px;
  background-image: url('../images/products3-image4.jpg');
}

.products3-content-wrap {
  padding-right: 80px;
}

.products3-options-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
}

.products3-option-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid rgba(17, 18, 18, 0.06);
}

.products3-option-wrap.products3-option-wrap-dark {
  border-bottom-color: hsla(0, 0%, 100%, 0.06);
}

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

.heading-8 {
  font-family: 'Eurostilenextltpro smbd', sans-serif;
  line-height: 37px;
}

.heading-9 {
  font-family: 'Eurostileext bla', sans-serif;
  line-height: 36px;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.heading-10 {
  margin-bottom: 1em;
  font-family: 'Eurostileext reg', sans-serif;
  line-height: 36px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.heading-10.darktxt {
  position: relative;
  bottom: -63px;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0em;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Eurostileext bla', sans-serif;
  color: rgba(25, 145, 235, 0.4);
  font-size: 7em;
  line-height: 0.8em;
  letter-spacing: -5px;
}

.heading-10.darktxt:hover {
  color: rgba(25, 145, 235, 0.2);
}

.heading-11 {
  font-family: 'Eurostilenextltpro smbd', sans-serif;
  color: #00fc67;
  line-height: 24px;
}

.heading-12 {
  font-family: 'Eurostilenextltpro smbd', sans-serif;
  color: #00fc67;
  line-height: 24px;
}

.heading-13 {
  font-family: 'Eurostilenextltpro smbd', sans-serif;
  color: #00fc67;
  line-height: 24px;
}

.heading-14 {
  font-family: 'Eurostilenextltpro smbd', sans-serif;
  color: #00fc67;
  line-height: 24px;
}

.label-text-dark {
  font-family: 'Eurostileext bla', sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.heading-15 {
  font-family: 'Eurostileext bla', sans-serif;
  line-height: 35px;
  letter-spacing: -2.5px;
  text-transform: uppercase;
}

.heading-16 {
  font-family: Eurostilenextltpro, sans-serif;
  line-height: 36px;
}

.heading-17 {
  font-family: Eurostilenextltpro, sans-serif;
  line-height: 36px;
}

.section-darkdark {
  background-color: #0e1c43;
  color: #fff;
}

.section-darkdark.secdark {
  background-color: transparent;
  background-image: none;
  box-shadow: inset -6px -8px 15px -3px #100e34;
}

.heading-18 {
  font-family: 'Eurostileext bla', sans-serif;
  color: #ccc;
  line-height: 34px;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.div-block {
  display: block;
  width: 950px;
  height: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.mask-2 {
  background-color: transparent;
}

.slider-2 {
  height: 80%;
  background-color: transparent;
}

.section-2 {
  position: relative;
  padding-bottom: 1em;
  background-image: url('../images/Asset-5pc.png'), -webkit-gradient(linear, left top, left bottom, color-stop(18%, #22a9f7), to(#00fd67));
  background-image: url('../images/Asset-5pc.png'), linear-gradient(180deg, #22a9f7 18%, #00fd67);
  background-position: 100% 100%, 0px 0px;
  background-size: 550px, auto;
  background-repeat: no-repeat, repeat;
}

.slide-2 {
  background-color: transparent;
}

.div-block-2 {
  background-image: url('../images/Asset-3accn.png');
  background-position: 100% 14px;
  background-size: 650px;
  background-repeat: no-repeat;
}

.div-block-3 {
  background-image: url('../images/Asset-2off.png');
  background-position: 92% 0px;
  background-size: 400px;
  background-repeat: no-repeat;
}

.div-block-4 {
  background-image: url('../images/Pelco-Spectra-IR.png');
  background-position: 88% 50%;
  background-size: 380px;
  background-repeat: no-repeat;
}

.div-block-5 {
  background-image: url('../images/Asset-1accn.png');
  background-position: 100% 0px;
  background-size: 600px;
  background-repeat: no-repeat;
}

.div-block-6 {
  height: 1.2em;
}

.sectores {
  display: block;
  font-family: 'Eurostileext bla', sans-serif;
  color: #1991eb;
  font-size: 4em;
  text-align: left;
  letter-spacing: -5px;
  text-transform: uppercase;
}

.sectores.sp {
  margin-top: 0px;
  margin-bottom: 36px;
  color: #fff;
  line-height: 1em;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.light {
  font-family: Eurostilenextltpro, sans-serif;
  text-transform: uppercase;
}

.servtext {
  color: #00fc67;
}

.landingidiom {
  display: block;
  padding-bottom: 3em;
  background-image: url('../images/Asset-5pc.png'), linear-gradient(45deg, rgba(9, 235, 117, 0.8), #22a9f7);
  background-position: 100% 100%, 0px 0px;
  background-size: 50%, auto;
  background-repeat: no-repeat, repeat;
}

.princ {
  font-family: 'Eurostileext bla', sans-serif;
  font-size: 1.9em;
  line-height: 1em;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.euros {
  font-family: 'Eurostileext bla', sans-serif;
  color: #0f6;
  font-size: 2.4em;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.section-lightserv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3em;
  padding-bottom: 4em;
  -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-image: url('../images/bgbgs-100.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.section-lightserv:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 32, 54, 0.5)), to(rgba(2, 32, 54, 0.5))), url('../images/bgbgs-100.jpg');
  background-image: linear-gradient(180deg, rgba(2, 32, 54, 0.5), rgba(2, 32, 54, 0.5)), url('../images/bgbgs-100.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-lightserv:focus {
  background-color: #1991eb;
}

.section-3 {
  background-color: #0e1c43;
}

.gradientgreener {
  height: 0.4em;
  background-image: -webkit-gradient(linear, left top, right top, from(#43fda4), color-stop(31%, #65bcfd), color-stop(43%, #4dfc46), color-stop(51%, #0f6));
  background-image: linear-gradient(90deg, #43fda4, #65bcfd 31%, #4dfc46 43%, #0f6 51%);
  box-shadow: inset 0 0 2px 1px #1991eb;
}

.gradientblue {
  height: 0.2em;
  background-image: -webkit-gradient(linear, left top, right top, from(#0335d3), color-stop(31%, #0e1c43), color-stop(43%, #0616c7), color-stop(79%, #1991eb), color-stop(99%, #1991eb));
  background-image: linear-gradient(90deg, #0335d3, #0e1c43 31%, #0616c7 43%, #1991eb 79%, #1991eb 99%);
  box-shadow: inset 0 0 2px 1px #1991eb;
}

.text-span {
  display: inline-block;
}

.text-span-2 {
  display: block;
}

.text-span-3 {
  opacity: 0.55;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: 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;
  background-color: red;
  background-image: linear-gradient(22deg, #0f6, #1991eb 57%, #08da5c);
}

.text-block {
  font-family: 'Eurostileext reg', sans-serif;
  color: #fdfeff;
  font-size: 10px;
  letter-spacing: 2px;
  text-decoration: none;
}

.container {
  height: 2px;
}

.div-block-7 {
  width: 22em;
  height: 0.8em;
  margin-top: 1em;
  border-radius: 8px;
  background-image: linear-gradient(135deg, #1991eb, #17ee76 35%, #178b6a 65%, #17175d);
  box-shadow: 0 0 6px 0 rgba(15, 100, 163, 0.63);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.text-span-4 {
  font-family: 'Eurostileext bla', sans-serif;
  line-height: 10px;
  font-weight: 100;
  text-transform: uppercase;
}

.d-65-buttons-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.d-65-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #0f6;
  font-size: 2rem;
}

.d-65-icon:hover {
  color: #fff;
}

.d-65-open-line {
  position: absolute;
  width: 70px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.d-65-open-line.vertical {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.d-65-icon-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  height: 95px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
}

.d-65-icon-wrapper.bottom-left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.d-65-icon-wrapper.bottom-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.d-65-icon-wrapper.top-right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.d-65-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 10px;
  background-color: #0f6;
}

.div-block-8 {
  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;
}

.nuestrami {
  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;
  font-family: 'Eurostileext bla', sans-serif;
  color: #0f6;
  font-size: 3em;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.image-4 {
  display: inline-block;
  max-width: 100%;
}

.ph {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #0f6;
  font-size: 2rem;
}

.ph:hover {
  color: #fff;
}

.d-29-name {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Eurostileext bla', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.d-29-p {
  overflow: hidden;
  margin: 0px 0px 40px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  font-family: Eurostilenextltpro, sans-serif;
  color: #0e1c43;
  font-size: 12px;
}

.d-29-profile-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 500px;
  height: 600px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/interop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.d-29-profile-wrapper.tr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: url('../images/OAV9EA0.jpg');
  background-position: 50% 100%;
  background-size: auto 670px;
  background-repeat: no-repeat;
}

.d-29-profile-wrapper.tre {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: url('../images/92124551_Subscription_S.jpg');
  background-position: 78% 41%;
  background-size: cover;
}

.d-29-profile-wrapper.fou {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: url('../images/background.png');
  background-position: 50% 0px;
  background-size: cover;
}

.d-29-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1400px;
  height: 620px;
  margin-bottom: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.d-29-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-top: 30px;
  margin-bottom: 20px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.d-29-card-wrapper {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0e1c43;
}

.serv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Eurostileext bla', sans-serif;
  color: #00ed6b;
  font-size: 4em;
  letter-spacing: -3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.mai {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  line-height: 0px;
}

.hom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #0f6;
  font-size: 2rem;
}

.hom:hover {
  color: #fff;
}

.slider-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 18%;
  z-index: 10;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider-wrapper-2 {
  position: absolute;
  left: 0px;
  top: -14px;
  right: 0px;
  bottom: 32%;
  z-index: 10;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.main-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.main-wrapper.dark-background {
  box-shadow: 0 0 27px 6px rgba(0, 0, 0, 0.52);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.mask-over-video {
  position: absolute;
  left: -1%;
  top: -1%;
  z-index: 2;
  width: 102%;
  height: 102%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, rgba(25, 236, 64, 0.8)), color-stop(47%, #197beb), color-stop(100%, rgba(0, 0, 0, 0.3)), to(rgba(12, 0, 50, 0.7)));
  background-image: linear-gradient(180deg, rgba(25, 236, 64, 0.8) 4%, #197beb 47%, rgba(0, 0, 0, 0.3) 100%, rgba(12, 0, 50, 0.7));
}

.photo-name-wrap {
  position: absolute;
  left: 0px;
  top: 37%;
  right: 0px;
  z-index: 3;
  display: block;
  width: 100%;
  padding-top: 300px;
  padding-right: 20%;
  padding-left: 20%;
  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 auto;
  grid-template-rows: auto auto auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.slider-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  padding-top: 2em;
  color: #fff;
  text-align: center;
}

.image-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 29px;
  text-align: center;
}

.blogbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blogwrap {
  width: 700px;
  padding-top: 2em;
  padding-bottom: 4em;
  text-align: center;
}

.blogtxt {
  font-size: 16px;
}

.blogtxt.intro {
  color: #0e1c43;
  font-size: 20px;
  font-weight: 300;
}

.blogimg {
  margin-top: 2em;
  margin-bottom: 2em;
}

.text-block-2 {
  color: #0fe439;
}

.bold-text-3 {
  line-height: 38px;
}

.bold-text-3.rank {
  font-size: 26px;
  line-height: 22px;
  font-weight: 600;
}

.subblog {
  margin-top: 2em;
  margin-bottom: 1.3em;
  font-family: 'Eurostilenextltpro smbd', sans-serif;
  line-height: 38px;
}

.shareblog {
  margin-bottom: 1px;
  padding-bottom: 1em;
  font-family: 'Eurostileext bla', sans-serif;
  color: #111212;
  font-size: 28px;
  line-height: 30px;
}

.servblog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3em;
  padding-bottom: 4em;
  -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-image: url('../images/bgbgs-100.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.servblog:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 32, 54, 0.5)), to(rgba(2, 32, 54, 0.5))), url('../images/bgbgs-100.jpg');
  background-image: linear-gradient(180deg, rgba(2, 32, 54, 0.5), rgba(2, 32, 54, 0.5)), url('../images/bgbgs-100.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.servblog:focus {
  background-color: #1991eb;
}

.text-span-5 {
  font-size: 24px;
  line-height: 27px;
  font-style: italic;
  font-weight: 400;
}

.login-button {
  margin-top: 13px;
  margin-left: 15px;
  padding: 9px 30px;
  border: 2px none #fff;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #1fdb84;
  font-size: 16px;
  font-weight: 600;
}

.login-button.cta {
  margin-left: 0px;
  padding: 19px 50px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #00ed6b;
  box-shadow: 2px 2px 5px -2px #1702b9;
  font-family: 'Eurostileext bla', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.login-button.cta {
  margin-left: 0px;
  padding: 19px 50px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 18px;
  font-weight: 700;
}

.login-button.mini {
  margin-left: 0px;
  padding: 19px 25px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #00ed6b;
  font-family: Eurostilenextltpro, sans-serif;
  color: #000257;
  font-size: 18px;
  font-weight: 700;
}

.burger-icon {
  color: #fff;
  line-height: 22px;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.wrapper.mobile-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -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;
  background-color: transparent;
}

.nav-link-2 {
  position: relative;
  padding: 16px 20px 18px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  color: #096ad0;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}

.nav-link-2:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-2.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.nav-link-2.burger-nav {
  position: relative;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #00ed6b;
  opacity: 1;
  -webkit-transition: opacity 150ms ease, color 200ms ease;
  transition: opacity 150ms ease, color 200ms ease;
  color: #0e1c43;
  text-decoration: none;
}

.nav-link-2.burger-nav:hover {
  opacity: 1;
  color: #096ad0;
}

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

.menu-button-2.w--open {
  background-color: #1f3470;
  color: rgba(9, 106, 208, 0.2);
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 24px;
  -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-color: #fff;
}

.nav-bar.burger-nav {
  position: absolute;
  padding-bottom: 0px;
  background-color: #100e34;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#20334d), to(#110f36));
  background-image: linear-gradient(180deg, #20334d, #110f36);
}

.nav-logo-2 {
  background-color: transparent;
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
}

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

.footer-5-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #122658;
}

.h5-footer {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: 'Eurostilenextltpro smbd', sans-serif;
  color: #100e34;
  font-size: 22px;
  line-height: 26px;
  text-align: right;
}

.text-block-15 {
  font-family: Eurostilenextltpro, sans-serif;
  color: #100e34;
  font-size: 20px;
  line-height: 21px;
  text-align: right;
}

.image-12 {
  margin-bottom: 25px;
  margin-left: -20px;
  padding-left: 0px;
}

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

.footer-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-bottom: 0px;
  padding-right: 55px;
  padding-left: 55px;
  -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: #00e46b;
}

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

.h4 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Eurostilenextltpro smbd', sans-serif;
  color: #21334d;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -2px;
}

.scroll-top {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 25px;
  -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: 1.5px solid #0e1c43;
  border-radius: 100px;
}

.flowbase-left-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flowbase-author {
  display: inline-block;
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.flowbase-home-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-clone-button {
  margin-right: 25px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 50px;
  background-color: #0f6;
  font-family: 'Eurostileext bla', sans-serif;
  color: #0e0075;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.flowbase-close-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  opacity: 0.43;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
}

.flowbase-title {
  margin-bottom: 4px;
  font-family: 'Eurostilenextltpro smbd', sans-serif;
  color: #0e1c43;
  font-size: 18px;
  font-weight: 400;
}

.flowbase-product-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 5px solid #0f6;
  border-radius: 9px;
  background-color: transparent;
  box-shadow: 1px 1px 7px -3px #000;
}

.flowbase-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 25px;
  -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;
}

.flowbase-tag {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  min-width: 540px;
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 8px 1px 20px 0 rgba(128, 124, 142, 0.15);
}

.sit {
  font-family: Eurostilenextltpro, sans-serif;
  color: #100e34;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
}

.text-span-6 {
  font-family: Eurostilenextltpro, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0px;
}

.nav-menu {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.heading-20 {
  font-family: 'Eurostileext bla', sans-serif;
  color: #100e34;
  letter-spacing: -1px;
}

.link-2 {
  color: #100e34;
}

.content-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.slider-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 3em;
  -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;
}

.title {
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 4em;
  font-weight: 100;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.subtitle {
  width: 100%;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.section-5 {
  position: relative;
  height: 800px;
}

.div-block-13 {
  position: absolute;
  overflow: hidden;
  height: 800px;
}

.slider-3 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
}

.static-background {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(106deg, rgba(0, 237, 107, 0.6), rgba(25, 145, 235, 0.5) 33%, rgba(113, 52, 191, 0.6) 84%, rgba(25, 145, 235, 0.5));
}

.slider-parent {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
}

.full-page-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.image-2 {
  background-image: url('../images/image2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-1 {
  background-image: url('../images/image3.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-13 {
  background-image: url('../images/image1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  margin-bottom: 0px;
  padding-right: 55px;
  padding-left: 55px;
  -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: #100e34;
}

.text-block-16 {
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #0f6;
  font-size: 45px;
}

.text-span-7 {
  font-family: 'Font awesome 5 free 400', sans-serif;
}

.link-3 {
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #0f6;
}

.brandsocial {
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #00e46b;
  font-size: 40px;
}

.brandcontact {
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #00e46b;
  font-size: 40px;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-perspective: 0px;
  perspective: 0px;
}

.swiper-container {
  overflow: visible;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.detail {
  padding: 20px 25px;
}

.sub-title {
  padding-top: 6px;
  padding-bottom: 2px;
  color: #f72d2d;
  text-align: center;
}

.picture {
  overflow: hidden;
  width: 320px;
  height: 320px;
  background-image: url('../images/img-work.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.picture.t-1 {
  background-image: url('../images/Img10.jpg');
  background-size: 351px;
}

.picture.t-2 {
  background-image: url('../images/img01.jpg');
  background-size: 960px;
}

.picture.t-5 {
  background-image: url('../images/img03.jpg');
  background-size: 960px;
}

.picture.t-4 {
  background-image: url('../images/img1.jpg');
  background-size: 1024px;
}

.picture.t-6 {
  background-image: url('../images/contact-header.jpg');
  background-size: 800px;
}

.picture.t-3 {
  background-image: url('../images/mount.jpg');
  background-size: 800px;
}

.title-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  text-decoration: none;
}

.swiper-slide {
  overflow: hidden;
  width: 320px;
  min-width: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #fff;
}

.section-6 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-6.full-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-6.full-screen.background-image-side {
  min-height: 70vh;
  padding-top: 0px;
  padding-bottom: 50px;
  background-image: linear-gradient(338deg, rgba(0, 0, 0, 0.53), #100e34 77%), url('../images/dynamic-duo-of-cloud-network-management-featured-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.paragraph-small {
  color: rgba(9, 106, 208, 0.6);
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.no-top-margins {
  margin-top: 0px;
}

.price-table-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 6px;
}

.price-table-container.link {
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/interop.jpg');
  background-position: 50% 0%;
  background-size: cover;
  -webkit-transition: border 200ms ease-in-out;
  transition: border 200ms ease-in-out;
  text-decoration: none;
}

.price-table-container.link:hover {
  border-color: #096ad0;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}

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

.row.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-3.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col.lg-8 {
  width: 66.66%;
}

.horizontal-short-line {
  height: 1px;
  margin-right: -50px;
  margin-left: -50px;
  background-color: rgba(9, 106, 208, 0.2);
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
  text-align: center;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.carousel {
  width: 100vw;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.carousel.is_contained {
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #3f4046;
  box-shadow: 0 5px 2rem 0 rgba(0, 0, 0, 0.3);
  color: #b8b9c2;
}

.arrow-left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.arrow-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.card-body {
  height: 100%;
  padding: 15px 30px 30px;
  border-bottom: 4px solid #0f6;
  border-radius: 9px;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._8 {
  right: -147%;
}

.card-header {
  height: 180px;
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.btn-2 {
  padding: 15px 25px;
  border-radius: 5px;
  background-color: #3862ec;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-2:hover {
  background-color: #213ea0;
}

.carousel-mask {
  overflow: visible;
  width: 40%;
}

.section-7 {
  overflow: hidden;
  padding-top: 99px;
  padding-bottom: 99px;
  -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: #303136;
  background-image: url('../images/bgbgs-100.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 1px 1px 10px 2px rgba(0, 0, 0, 0.43);
}

.paragraph-2 {
  font-family: Eurostilenextltpro, sans-serif;
  line-height: 18px;
}

.heading-21 {
  font-family: 'Eurostileext bla', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -2px;
}

.card-header-telecom {
  height: 180px;
  background-image: url('../images/interop.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.card-header-cctv {
  height: 180px;
  background-image: url('../images/1204847-0-20181027073204.jpeg');
  background-position: 50% 40%;
  background-size: cover;
}

.card-header-acceso {
  height: 180px;
  background-image: url('../images/OAV9EA0.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.card-header-inc {
  height: 180px;
  background-image: url('../images/smoke-detector-wood-ceiling-closeup.jpg');
  background-position: 50% 37%;
  background-size: cover;
}

.card-header-voice {
  height: 180px;
  background-image: url('../images/Bosch-soft-licitacion-alarma-voz-y-magafonia.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.card-header-netw {
  height: 180px;
  background-image: url('../images/4mcktgysji521.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.card-header-energ {
  height: 180px;
  background-image: url('../images/background.png');
  background-position: 50% 70%;
  background-size: cover;
}

.short-paragraph {
  width: 75%;
}

.short-paragraph.margin-bottom {
  margin-top: -46px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: 'Eurostileext bla', sans-serif;
  color: #0f6;
  font-size: 18px;
}

.wrapper-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.button {
  padding: 10px 25px;
  border: 1px solid #096ad0;
  border-radius: 40px;
  background-color: #096ad0;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 300;
}

.button:hover {
  border: 1px solid #096ad0;
  background-color: #096ad0;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

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

.heading-22 {
  font-family: 'Eurostilenextltpro smbd', sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.body {
  overflow: visible;
  background-color: #0e1c43;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 28, 67, 0.93)), to(rgba(14, 28, 67, 0.93))), url('../images/Artboard-184x-100.jpg');
  background-image: linear-gradient(180deg, rgba(14, 28, 67, 0.93), rgba(14, 28, 67, 0.93)), url('../images/Artboard-184x-100.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.c {
  color: #0e1c43;
}

.container-3 {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.section-8.benefits {
  padding-right: 30px;
  padding-left: 30px;
}

.image-14 {
  margin-bottom: 25px;
  border-radius: 6px;
}

.paragraph-3 {
  margin-bottom: 70px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.paragraph-3.black {
  margin-bottom: 0px;
  color: #000;
}

.benefit {
  position: static;
  display: block;
  width: 32%;
  padding-right: 4px;
  padding-left: 4px;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
}

.benefit-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  padding: 65px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 hsla(0, 0%, 82.4%, 0.5);
}

.div-block-33 {
  display: block;
  width: 100px;
  height: 4px;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1fdb84;
}

.heading-2 {
  color: #031d5b;
  font-size: 18px;
  line-height: 24px;
}

.column-5 {
  position: relative;
  display: block;
  margin-top: 18px;
  padding-top: 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;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

.column-5.fancy {
  display: block;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 66px 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  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;
  border-bottom: 5px solid #00ed6b;
  border-radius: 10px;
  background-color: #3f4046;
  box-shadow: 4px 4px 16px -4px #000;
}

.div-block-34 {
  height: 40px;
}

.div-block-34.block-20 {
  height: 20px;
}

.little-text-left {
  padding-bottom: 9px;
  color: #fff;
}

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

.column-8 {
  position: static;
  margin-top: 80px;
}

.column-7 {
  position: static;
}

.section-9 {
  padding-top: 109px;
  padding-bottom: 109px;
  background-image: url('../images/HEADER-IMAGE.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-weight: 900;
}

.section-9.savetogether {
  background-color: #2039a8;
  background-image: none;
}

.section-9.savetogether.sublayer {
  position: relative;
  margin-bottom: 789px;
  padding-top: 60px;
  padding-bottom: 251px;
  background-color: #7c8094;
  background-image: linear-gradient(209deg, #00e46b 17%, #2acbf8 61%, #2f96fd 94%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
  box-shadow: 4px 4px 6px 0 #000;
}

.image-42 {
  clear: both;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.paragraph-4 {
  padding-right: 173px;
  padding-left: 173px;
  color: #7c8094;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.paragraph-4.bezopara {
  padding-right: 99px;
  padding-left: 99px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.paragraph-4.bezopara.bezopara-left {
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-4.bezopara.bezopara-left.dark-text {
  padding-right: 64px;
  color: #7c8094;
}

.paragraph-4.bezopara.bezopara-left.dark-text.in-card {
  padding-right: 43px;
}

.heading-3 {
  margin-top: -4px;
  color: #7c8094;
  font-size: 48px;
  line-height: 47px;
  font-weight: 700;
  text-align: center;
}

.heading-3.subheading {
  color: #7c8094;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  text-align: left;
}

.heading-3.subheading.subheading-light {
  color: #fff;
}

.heading-3.subheading.subheading-light.dark-text {
  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;
  color: #7c8094;
}

.heading-3.subheading.subheading-light.dark-text.in-card {
  padding-right: 95px;
}

.heading-3.subheading.subheading-light.big-g {
  font-size: 33px;
}

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

.container-4 {
  position: absolute;
  left: 0%;
  top: 62%;
  right: 0%;
  bottom: auto;
  margin-top: -38px;
}

.columns {
  margin-top: -64px;
  padding-bottom: 0px;
}

.body-2 {
  background-color: #0e1c43;
}

.wrapdudas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 44px;
  clear: right;
  -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;
}

.wrapdudas.w50 {
  width: 800px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.wrapdudas.w50-80-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapdudas.w50-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.wrapdudas.w50-80-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapdudas._w-custom.structure-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapdudas._w-custom.structure-nav {
  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;
}

.wrapdudas._w-custom.nav1-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.wrapdudas._w-custom.nav1-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.wrapdudas._w-custom.hero1 {
  width: 950px;
  padding-top: 50px;
  text-align: center;
}

.wrapdudas._w-custom.hero3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapdudas._w-custom.nav2-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.wrapdudas._w-custom.hero5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 674px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapdudas._w-custom.hero6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapdudas.w80-50-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapdudas.w50-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5em;
  padding-bottom: 3em;
  -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;
}

.wrapdudas.w80-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
}

.wrapdudas.w80-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.wrapdudas.w80-50-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapdudas.w50-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.wrapdudas.w50-80 {
  padding-top: 30px;
  padding-bottom: 80px;
}

.wrapdudas.w80 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.wrapdudas.w80-50-center {
  display: -ms-grid;
  display: grid;
  width: 1000px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". ." ". .";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.conocecard {
  color: #fff;
}

.cont2 {
  opacity: 0.6;
  font-family: 'Eurostilenextltpro smbd', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cont2.cards-lbl {
  display: block;
  width: 100%;
  margin: 25px auto;
  padding: 15px 30px;
  border: 1px dashed #1991eb;
  background-color: #f4f9fe;
  opacity: 1;
  color: #1991eb;
  text-align: center;
}

.cont2.team1-position {
  margin-top: -6px;
}

.cont2.testimonial1-position {
  margin-top: -8px;
}

.cont2.team3-position {
  margin-bottom: 8px;
}

.cont2.nex {
  text-align: center;
}

.learn_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 34%;
}

.container-5 {
  width: 90%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container-5.cc-flex-h {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-10 {
  position: relative;
  padding-top: 140px;
  padding-bottom: 160px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-10.cc-no-padding-bottom {
  padding-bottom: 120px;
  box-shadow: inset 8px 8px 11px -2px #100e34;
}

.div-block-35 {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.col-left {
  position: relative;
  padding-top: 110px;
  -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;
}

.block-title {
  opacity: 0.2;
  font-family: 'Eurostileext bla', sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -4px;
}

.block-text {
  font-family: Eurostilenextltpro, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.text_left {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 0px;
  padding-right: 180px;
  font-family: 'Eurostilenextltpro smbd', sans-serif;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.block {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-bottom: 100px;
  padding: 48px 50px 56px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #7946f3;
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 300;
}

.block._2 {
  top: 26%;
  border-radius: 12px;
  background-color: #2b3595;
  background-image: linear-gradient(135deg, #1991eb, #00ed6b);
}

.block._3 {
  top: 30%;
  border-radius: 12px;
  background-color: #7045af;
  background-image: -webkit-gradient(linear, right top, left top, from(#100e34), to(#1991eb));
  background-image: linear-gradient(270deg, #100e34, #1991eb);
}

.block._1 {
  top: 22%;
  border-radius: 12px;
  background-color: #182952;
}

.block._4 {
  top: 34%;
  margin-bottom: 0px;
  border-radius: 12px;
  background-color: #e14594;
  background-image: linear-gradient(225deg, #00ed6b, #02a587);
}

.col-right {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-dark-cctv {
  width: 100%;
  box-shadow: 2px 1px 3px -17px #111212;
  opacity: 1;
  color: #fff;
}

.section-dark-cctv.greensection {
  border-top: 1em solid #1991eb;
  background-color: #00fd67;
  color: #0e1c43;
}

.section-dark-cctv.sectiongreen {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #00ed6b;
  box-shadow: none;
  color: #000;
}

.section-dark-cctv.nuestra {
  background-image: url('../images/opt1fiber.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-image: url('../images/opt1fiber.png'), linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-position: 100% 0px, 0px 0px, 0px 148%, 50% 0px;
  background-size: 850px, auto, 738px, cover;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.section-dark-cctv.cctv {
  background-image: url('../images/opt1fiber.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-image: url('../images/opt1fiber.png'), linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-position: 100% 0px, 0px 0px, 0px 148%, 50% 0px;
  background-size: 850px, auto, 738px, cover;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.section-dark-copy {
  width: 100%;
  box-shadow: 2px 1px 3px -17px #111212;
  opacity: 1;
  color: #fff;
}

.section-dark-copy.greensection {
  border-top: 1em solid #1991eb;
  background-color: #00fd67;
  color: #0e1c43;
}

.section-dark-copy.sectiongreen {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #00ed6b;
  box-shadow: none;
  color: #000;
}

.section-dark-copy.nuestra {
  background-image: url('../images/opt1fiber.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-image: url('../images/opt1fiber.png'), linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-position: 100% 0px, 0px 0px, 0px 148%, 50% 0px;
  background-size: 850px, auto, 738px, cover;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.section-dark-copy.cctv {
  background-image: url('../images/opt1fiber.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-image: url('../images/opt1fiber.png'), linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-position: 100% 0px, 0px 0px, 0px 148%, 50% 0px;
  background-size: 850px, auto, 738px, cover;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.green-cctv {
  width: 100%;
  box-shadow: 2px 1px 3px -17px #111212;
  opacity: 1;
  color: #fff;
}

.green-cctv.greensection {
  border-top: 1em solid #1991eb;
  background-color: #00fd67;
  color: #0e1c43;
}

.green-cctv.sectiongreen {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #00ed6b;
  box-shadow: none;
  color: #000;
}

.green-cctv.nuestra {
  background-image: url('../images/opt1fiber.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-image: url('../images/opt1fiber.png'), linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-position: 100% 0px, 0px 0px, 0px 148%, 50% 0px;
  background-size: 850px, auto, 738px, cover;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.green-cctv.cctv {
  background-image: url('../images/opt1fiber.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-image: url('../images/opt1fiber.png'), linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-position: 100% 0px, 0px 0px, 0px 148%, 50% 0px;
  background-size: 850px, auto, 738px, cover;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.green-cctv.green-cctv-alt {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #00ed6b;
  box-shadow: none;
  color: #000;
}

.heading-23 {
  margin-top: 40px;
  padding-top: 93px;
  font-family: 'Eurostileext bla', sans-serif;
  color: #00ed6b;
  font-size: 28px;
}

.cctvsectionmain {
  position: relative;
  height: 800px;
}

.cctvbg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(106deg, rgba(0, 237, 107, 0.75), rgba(25, 145, 235, 0.65) 33%, rgba(113, 52, 191, 0.5) 84%, rgba(25, 145, 235, 0.3)), url('../images/145-Converted-01.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section-dark-cctv-2 {
  width: 100%;
  box-shadow: 2px 1px 3px -17px #111212;
  opacity: 1;
  color: #fff;
}

.section-dark-cctv-2.greensection {
  border-top: 1em solid #1991eb;
  background-color: #00fd67;
  color: #0e1c43;
}

.section-dark-cctv-2.sectiongreen {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #00ed6b;
  box-shadow: none;
  color: #000;
}

.section-dark-cctv-2.nuestra {
  background-image: url('../images/opt1fiber.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-image: url('../images/opt1fiber.png'), linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-position: 100% 0px, 0px 0px, 0px 148%, 50% 0px;
  background-size: 850px, auto, 738px, cover;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.section-dark-cctv-2.cctv {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/155.jpg');
  background-image: linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/155.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.clientsintro {
  margin-top: 0em;
  margin-bottom: 0px;
  font-family: 'Eurostileext reg', sans-serif;
  color: #00ed6b;
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.slider {
  height: 180px;
  background-color: transparent;
}

.slide-3 {
  padding-right: 85px;
  padding-left: 85px;
}

.slider-wrapper-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 55px;
  padding-right: 20px;
  padding-left: 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;
}

.icon {
  color: #00ed6b;
}

.logo-section-2 {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: rgba(17, 18, 18, 0.65);
  color: #071329;
}

.slide-nav-3 {
  color: #96abba;
}

.ctacctv {
  padding-top: 75px;
  background-color: #1991eb;
  background-image: linear-gradient(156deg, #2f66fd, #100e34), url('../images/cabl1.png');
  background-position: 0px 0px, 75% 50%;
  background-size: auto, 600px;
  background-repeat: repeat, no-repeat;
}

.ctacctv.sectorestrabajo {
  background-color: #fff;
  background-image: linear-gradient(135deg, #00fc67 15%, #1991eb 52%, #0e1c43 81%);
}

.ctacctv.trip {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f6), to(#0f6));
  background-image: linear-gradient(180deg, #0f6, #0f6);
}

.ctacctv.nmision {
  background-color: #fafcfd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e1c43), to(#0e1c43));
  background-image: linear-gradient(180deg, #0e1c43, #0e1c43);
}

.cctvdudas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  clear: right;
  -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;
}

.cctvdudas.w50 {
  width: 800px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.cctvdudas.w50-80-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cctvdudas.w50-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.cctvdudas.w50-80-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cctvdudas._w-custom.structure-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cctvdudas._w-custom.structure-nav {
  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;
}

.cctvdudas._w-custom.nav1-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.cctvdudas._w-custom.nav1-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.cctvdudas._w-custom.hero1 {
  width: 950px;
  padding-top: 50px;
  text-align: center;
}

.cctvdudas._w-custom.hero3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cctvdudas._w-custom.nav2-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.cctvdudas._w-custom.hero5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 674px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cctvdudas._w-custom.hero6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cctvdudas.w80-50-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cctvdudas.w50-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5em;
  padding-bottom: 3em;
  -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;
}

.cctvdudas.w80-spcbetween {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
}

.cctvdudas.w80-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.cctvdudas.w80-50-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cctvdudas.w50-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.cctvdudas.w50-80 {
  padding-top: 30px;
  padding-bottom: 80px;
}

.cctvdudas.w80 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.cctvdudas.w80-50-center {
  display: -ms-grid;
  display: grid;
  width: 1000px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". ." ". .";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.section-11 {
  padding: 50px 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;
}

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

.content7-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 220px;
  padding: 47px 67px 57px;
  -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;
  border-radius: 6px;
  background-color: #00ed6b;
  box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.05);
}

.size1-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Eurostilenextltpro, sans-serif;
  color: #00ed6b;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  text-shadow: 1px 1px 6px #100e34;
  white-space: normal;
}

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

.content7-image {
  height: 460px;
  background-image: url('../images/1204847-0-20181027073204_1.jpeg');
  background-position: 50% 50%;
  background-size: contain;
}

.content8-quote-wrap {
  padding-right: 40px;
}

.content8-grid {
  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: 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;
}

.content8-grey-background {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  height: 714px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(16, 14, 52, 0.2);
}

.content8-content-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 580px;
  margin-top: 67px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

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

.section-12 {
  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;
  background-color: rgba(16, 14, 52, 0.2);
}

.content8-image {
  position: relative;
  z-index: 1;
  min-height: 580px;
  margin-top: 67px;
  margin-right: 67px;
  margin-bottom: 67px;
  background-image: url('../images/1723.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.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: #00ed6b;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

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

.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: #100e34;
  font-family: 'Eurostileext bla', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-span-8 {
  font-family: 'Eurostileext bla', sans-serif;
  color: #fff;
  font-size: 66px;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
}

.text-block-17 {
  font-family: 'Eurostileext bla', sans-serif;
  color: #100e34;
}

.section-10-copy {
  position: relative;
  padding-top: 140px;
  padding-bottom: 160px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-10-copy.cc-no-padding-bottom {
  padding-bottom: 120px;
  box-shadow: inset 8px 8px 11px -2px #100e34;
}

.section-10-copy.cc-no-padding-bottom-copy {
  padding-bottom: 120px;
  box-shadow: inset 8px 8px 11px -2px #100e34;
}

.acceso {
  position: relative;
  padding-top: 140px;
  padding-bottom: 160px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.acceso.cc-no-padding-bottom {
  padding-bottom: 120px;
  box-shadow: inset 8px 8px 11px -2px #100e34;
}

.acceso.cc-no-padding-bottom-copy {
  padding-bottom: 120px;
  box-shadow: inset 8px 8px 11px -2px #100e34;
}

.acceso.accesos {
  padding-bottom: 120px;
  box-shadow: inset 8px 8px 11px -2px #100e34;
}

.gamactrlacc {
  padding: 50px 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;
}

.acctr {
  height: 460px;
  background-image: url('../images/1109.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ctrlmain {
  position: relative;
  height: 800px;
}

.ctrlac {
  position: absolute;
  overflow: hidden;
  height: 800px;
}

.section-dark-ctrl {
  width: 100%;
  box-shadow: 2px 1px 3px -17px #111212;
  opacity: 1;
  color: #fff;
}

.section-dark-ctrl.greensection {
  border-top: 1em solid #1991eb;
  background-color: #00fd67;
  color: #0e1c43;
}

.section-dark-ctrl.sectiongreen {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #00ed6b;
  box-shadow: none;
  color: #000;
}

.section-dark-ctrl.nuestra {
  background-image: url('../images/opt1fiber.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-image: url('../images/opt1fiber.png'), linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-position: 100% 0px, 0px 0px, 0px 148%, 50% 0px;
  background-size: 850px, auto, 738px, cover;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.section-dark-ctrl.cctv {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/155.jpg');
  background-image: linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/155.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-dark-ctrl.trj {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/73.jpg');
  background-image: linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/73.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectctv {
  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;
  background-color: rgba(16, 14, 52, 0.2);
}

.ctv2 {
  position: relative;
  z-index: 1;
  min-height: 580px;
  margin-top: 67px;
  margin-right: 67px;
  margin-bottom: 67px;
  background-image: url('../images/1204847-0-20181027073204_1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.ctrvcnmt {
  height: 460px;
  background-image: url('../images/1607.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.cable {
  padding: 50px 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;
}

.cablecnt {
  height: 460px;
  background-image: url('../images/883.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cablsect2 {
  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;
  background-color: rgba(16, 14, 52, 0.2);
}

.cablcnt {
  position: relative;
  z-index: 1;
  min-height: 580px;
  margin-top: 67px;
  margin-right: 67px;
  margin-bottom: 67px;
  background-image: url('../images/344.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-dark-ctv {
  width: 100%;
  box-shadow: 2px 1px 3px -17px #111212;
  opacity: 1;
  color: #fff;
}

.section-dark-ctv.greensection {
  border-top: 1em solid #1991eb;
  background-color: #00fd67;
  color: #0e1c43;
}

.section-dark-ctv.sectiongreen {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #00ed6b;
  box-shadow: none;
  color: #000;
}

.section-dark-ctv.nuestra {
  background-image: url('../images/opt1fiber.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-image: url('../images/opt1fiber.png'), linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-position: 100% 0px, 0px 0px, 0px 148%, 50% 0px;
  background-size: 850px, auto, 738px, cover;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.section-dark-ctv.cctv {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/155.jpg');
  background-image: linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/155.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-dark-ctv.trj {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/73.jpg');
  background-image: linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/73.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-dark-ctv.cctv22 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/155.jpg');
  background-image: linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/155.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.logoctrl {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: rgba(17, 18, 18, 0.65);
  color: #071329;
}

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

.cablesect {
  position: relative;
  height: 800px;
}

.section-dark-ctrl-copy {
  width: 100%;
  box-shadow: 2px 1px 3px -17px #111212;
  opacity: 1;
  color: #fff;
}

.section-dark-ctrl-copy.greensection {
  border-top: 1em solid #1991eb;
  background-color: #00fd67;
  color: #0e1c43;
}

.section-dark-ctrl-copy.sectiongreen {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #00ed6b;
  box-shadow: none;
  color: #000;
}

.section-dark-ctrl-copy.nuestra {
  background-image: url('../images/opt1fiber.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-image: url('../images/opt1fiber.png'), linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-position: 100% 0px, 0px 0px, 0px 148%, 50% 0px;
  background-size: 850px, auto, 738px, cover;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.section-dark-ctrl-copy.cctv {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/155.jpg');
  background-image: linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/155.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-dark-ctrl-copy.trj {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/73.jpg');
  background-image: linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/73.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-dark-ctrl-copy.cabjj {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/473.jpg');
  background-image: linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/473.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.cablse {
  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;
  background-color: rgba(16, 14, 52, 0.2);
}

.acerca {
  width: 100%;
  box-shadow: 2px 1px 3px -17px #111212;
  opacity: 1;
  color: #fff;
}

.acerca.greensection {
  border-top: 1em solid #1991eb;
  background-color: #00fd67;
  color: #0e1c43;
}

.acerca.sectiongreen {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #00ed6b;
  box-shadow: none;
  color: #000;
}

.acerca.nuestra {
  background-image: url('../images/opt1fiber.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-image: url('../images/opt1fiber.png'), linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-position: 100% 0px, 0px 0px, 0px 148%, 50% 0px;
  background-size: 850px, auto, 738px, cover;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.acerca.cctv {
  background-image: url('../images/opt1fiber.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 14, 52, 0.47)), to(rgba(16, 14, 52, 0.47))), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-image: url('../images/opt1fiber.png'), linear-gradient(180deg, rgba(16, 14, 52, 0.47), rgba(16, 14, 52, 0.47)), url('../images/Asset-1accn.png'), url('../images/optical-fiber-2077976_1920.png');
  background-position: 100% 0px, 0px 0px, 0px 148%, 50% 0px;
  background-size: 850px, auto, 738px, cover;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat;
}

.tagline-ace {
  opacity: 0.6;
  font-family: 'Eurostilenextltpro smbd', sans-serif;
  color: #00ed6b;
  font-size: 12px;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline-ace.cards-lbl {
  display: block;
  width: 100%;
  margin: 25px auto;
  padding: 15px 30px;
  border: 1px dashed #1991eb;
  background-color: #f4f9fe;
  opacity: 1;
  color: #1991eb;
  text-align: center;
}

.tagline-ace.team1-position {
  margin-top: -6px;
}

.tagline-ace.testimonial1-position {
  margin-top: -8px;
}

.tagline-ace.team3-position {
  margin-bottom: 8px;
}

.tagline-ace.nex {
  text-align: center;
}

.notification-link-wrap {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-weight: 500;
  text-decoration: none;
}

.notification-link-wrap:hover {
  opacity: 0.9;
}

.top-notification {
  background-color: #100e34;
  text-align: center;
}

.section-13 {
  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;
}

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

.notification-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -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;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.other4-text {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

html.w-mod-js *[data-ix="about-click"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="contact-click"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="on-load-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

html.w-mod-js *[data-ix="on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

html.w-mod-js *[data-ix="on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="slider-effect-2"] {
  opacity: 0.4;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="slider-effect-3"] {
  opacity: 0.4;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="load-1"] {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="load-2"] {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

html.w-mod-js *[data-ix="load-3"] {
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

@media screen and (max-width: 991px) {
  ._6-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._6-col._6-col-last {
    width: 100%;
  }
  .headline-6-col {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  ._5-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._3-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .wrap {
    width: 645px;
  }
  .wrap.w50-80-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap.w50-spcbetween {
    -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;
  }
  .wrap.w50-80-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrap._w-custom.structure-menu-wrap {
    width: 100%;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }
  .wrap._w-custom.structure-nav {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrap._w-custom.nav1-light {
    display: block;
    width: 100%;
    padding: 0px;
    background-color: #fff;
  }
  .wrap._w-custom.nav1-dark {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #111212;
  }
  .wrap._w-custom.hero1 {
    width: 700px;
  }
  .wrap._w-custom.hero3 {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap._w-custom.nav2-dark {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrap._w-custom.hero5 {
    height: auto;
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrap._w-custom.hero6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrap.w80-50-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap.w50-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap.w80-spcbetween {
    -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;
  }
  .wrap.w80-50-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrap.w50-center {
    display: block;
    width: 822px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .wrap.w50-80 {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .wrap.w80-50-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  ._2-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._4-col {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  ._4-col._4-col-last {
    margin-right: auto;
    margin-bottom: 0px;
  }
  ._7-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .tagline.cards-lbl {
    text-align: center;
  }
  .btn.btn-white.blog2-card-cta {
    left: 30px;
    bottom: 20px;
    display: block;
    text-align: center;
  }
  .section-dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-dark.navigation1-link-dark {
    margin-right: 0px;
    padding: 20px;
  }
  .h1-jumbo.sliderh1 {
    font-size: 2.5em;
  }
  .headline-8-col {
    width: auto;
    text-align: center;
  }
  .text-16.text-16-60 {
    width: 100%;
  }
  .text-16.text-16-60-gr {
    width: 100%;
  }
  .text-16.text-16-60-miss {
    width: 100%;
  }
  .text-16.ctactv {
    width: 100%;
  }
  .text-16.text-16-60-copy {
    width: 100%;
  }
  .text-16.wh {
    width: 100%;
  }
  .h2-jumbo.cardtxt {
    text-align: center;
  }
  .headline-9-col {
    width: auto;
  }
  .link-light.navigation1-link-light {
    margin-right: 0px;
    padding: 20px;
  }
  .structure-cards2-menu-btn {
    margin-right: 30px;
    padding: 0px;
    background-color: transparent;
  }
  .structure-cards2-menu-btn:active {
    background-color: transparent;
  }
  .structure-cards2-menu-btn.w--open {
    margin-right: 30px;
    background-color: transparent;
  }
  .nav1-wrap {
    padding-top: 29px;
    padding-bottom: 29px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #0e1c43;
  }
  .nav1-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
    -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: #fff;
    box-shadow: 0 1px 3px 0 rgba(17, 18, 18, 0.06);
  }
  .nav1-logo-wrapper {
    display: inline-block;
    margin-left: 30px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav1-menu-btn {
    margin-right: 30px;
    padding: 0px;
    background-color: transparent;
  }
  .nav1-menu-btn:active {
    background-color: transparent;
  }
  .nav1-menu-btn.w--open {
    margin-right: 30px;
    background-color: transparent;
  }
  .nav1-menu-wrapper-dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
    -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: #111212;
  }
  .nav1-menu-icon {
    margin-bottom: 3px;
  }
  .hero1-headline-wrapper {
    width: 100%;
  }
  .decoline {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .decoline.decoline-dark.left-align-decoline-dark {
    margin-right: 0px;
    margin-left: 0px;
  }
  .content1-image.content1-image2 {
    background-position: 50% 62%;
  }
  .content1-items {
    margin-bottom: -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content1-item-description {
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }
  .feature1-content {
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }
  .feature1-image1 {
    margin-bottom: 0px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .feature1-image2 {
    display: none;
  }
  .feature2-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .feature2-image1 {
    border-radius: 8px;
  }
  .feature2-content {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
  }
  .feature2-image2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .team1-people-row {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .team1-person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    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;
  }
  .team1-image {
    display: block;
  }
  .cta1-content {
    margin-bottom: 0px;
  }
  .cta1-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer1 {
    text-align: center;
  }
  .content2-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .content2-jumbonumber {
    font-size: 70px;
    line-height: 90px;
  }
  .content2-number-wrapper {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .hero2-light-alt2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4))), url('../images/hero2-woman-light.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), url('../images/hero2-woman-light.jpg');
    background-position: 0px 0px, 150% 50%;
    background-size: auto, 980px;
    background-repeat: repeat, no-repeat;
  }
  .testimonial2-logo-wrap {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .testimonial1-person-name {
    text-align: left;
  }
  .content3-text-wrap {
    text-align: center;
  }
  .content6-headline {
    margin-bottom: 40px;
    padding-right: 0px;
    text-align: center;
  }
  .content5-headline-wrapper {
    padding-right: 0px;
    text-align: center;
  }
  .testimonial1 {
    -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;
  }
  .content4-items {
    margin-bottom: 0px;
  }
  ._6-col-last {
    width: auto;
  }
  .hero2-dark-alt2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 18, 18, 0.4)), to(rgba(17, 18, 18, 0.4))), url('../images/hero2-woman-mob.jpg');
    background-image: linear-gradient(180deg, rgba(17, 18, 18, 0.4), rgba(17, 18, 18, 0.4)), url('../images/hero2-woman-mob.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 587px;
    background-repeat: repeat, no-repeat;
  }
  .testimonial2-headline {
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .hero2-text-wrap {
    width: 100%;
    clear: none;
  }
  .content5-description {
    margin-top: -10px;
    margin-bottom: 0px;
    text-align: center;
  }
  .content6-pic.content6-image2 {
    margin-bottom: 0px;
  }
  .testimonial2-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .content3-headline {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }
  .content4-item {
    margin-bottom: 40px;
    text-align: center;
  }
  .hero2-dark {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 18, 18, 0.4)), to(rgba(17, 18, 18, 0.4))), url('../images/header-2-landing.jpg');
    background-image: linear-gradient(180deg, rgba(17, 18, 18, 0.4), rgba(17, 18, 18, 0.4)), url('../images/header-2-landing.jpg');
    background-position: 0px 0px, -280px 50%;
    background-size: auto, 940px;
    background-repeat: repeat, no-repeat;
  }
  .footer2-logo-wrapper {
    margin-bottom: 10px;
  }
  .testimonial1-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    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;
  }
  .feature4-text-wrap {
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }
  .nav2-logo-wrapper {
    display: inline-block;
    margin-left: 30px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .blog1-article {
    margin-bottom: 20px;
    text-align: center;
  }
  .blog1-article.blog4-article-right-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog1-article.blog1-article-left-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-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;
  }
  .navigation2 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .testimonial4-tweet {
    display: block;
    width: 65%;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }
  .testimonial4-small-tweets-wrap {
    -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;
  }
  .feature5-row-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial4-big-tweets-wrap {
    -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;
  }
  .blog1-article-cover {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog1-article-cover.blog1-article-cover-1 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .blog1-article-cover.blog1-article-cover-2 {
    margin-bottom: 30px;
  }
  .feature4-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav1-menuicon {
    margin-bottom: 3px;
  }
  .hero3-text-wrapper {
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }
  .testimonial3-logo-wrapper {
    margin-bottom: 20px;
  }
  .feature4-image {
    display: block;
    margin: -20px auto;
  }
  .feature3-text-wrapper {
    padding-left: 0px;
  }
  .content7-numbers-wrap {
    -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;
  }
  .feature3-subitem-wrapper {
    margin-top: 30px;
    -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;
  }
  .feature5-item-wrap {
    padding-right: 0px;
    text-align: center;
  }
  .feature3-icon {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .blog1-articles-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content7-number-card {
    text-align: center;
  }
  .hero3-image {
    display: block;
    margin-right: auto;
    margin-bottom: -20px;
    margin-left: auto;
  }
  .nav2-menu-wrapper-dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
  }
  .cta3-item-wrap.cta3-recommended-option {
    display: block;
    -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;
  }
  .footer3-bottom-links-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .footer3-logo-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta2 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer3-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .form1-form-wrapper {
    width: 100%;
  }
  .cta3-options-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero4-buttons-wrap {
    text-align: center;
  }
  .hero5-headline-wrap {
    padding-right: 0px;
    text-align: center;
  }
  .hero5-image {
    position: static;
    margin-top: -10px;
  }
  .testimonial5-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .testimonial5-content-wrap {
    margin-bottom: -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial5-item-wrap {
    text-align: center;
  }
  .form2-wrapper {
    margin-top: -20px;
  }
  .form2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form2-image-wrapper {
    height: 300px;
    margin-right: 0px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .signup-account-link {
    text-align: left;
  }
  .form2-form-section-wrapper {
    margin-top: -20px;
    margin-bottom: -20px;
    padding: 40px;
  }
  .card-headline {
    display: block;
    width: 60%;
    max-width: 100%;
  }
  .card-headline._6col-card {
    display: block;
    width: 60%;
  }
  .blog5-article-wrapper {
    margin-bottom: 20px;
    text-align: center;
  }
  .team2-profile-card {
    padding: 40px 40px 30px;
  }
  .blog4-articles-wrap {
    -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;
  }
  .blog2-articles-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog3-card {
    text-align: left;
  }
  .blog3-card.blog3-card1-content {
    width: auto;
  }
  .blog2-article {
    margin-bottom: 20px;
    text-align: center;
  }
  .blog4-article-wrap {
    margin-bottom: 20px;
    text-align: center;
  }
  .blog5-articles-wrapper {
    -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;
  }
  .blog3-articles-wrap {
    margin-top: 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;
  }
  .hero6-headline-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .content9-item-wrap {
    padding-right: 0px;
    text-align: center;
  }
  .image {
    display: none;
  }
  .cta4-headline-wrap {
    width: 100%;
    text-align: center;
  }
  .cta4-headline-extrajumbo {
    font-size: 54px;
    line-height: 70px;
  }
  .home-footer-socicons-wrap {
    margin-top: 20px;
  }
  .form3-input {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .form3-form {
    margin-top: -10px;
  }
  .cta5-item-wrap {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cta5-option-headline {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .products1-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .products1-price-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .products1-actions-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .products2-items-wrap {
    margin-bottom: -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .products2-description-wrap {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .products3-big-image-wrap {
    margin-bottom: 0px;
  }
  .products3-content-wrap {
    padding-right: 0px;
  }
  .products3-small-images-wrap {
    display: none;
  }
  .heading-10.darktxt {
    font-size: 5em;
  }
  .section-darkdark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block {
    width: 920px;
    float: none;
    clear: both;
  }
  .mask-2 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .slider-2 {
    position: static;
    display: block;
    width: 820px;
    height: auto;
    margin-left: -54px;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }
  .section-2 {
    padding-bottom: 0em;
  }
  .div-block-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .sectores.sp {
    font-size: 2.9em;
    letter-spacing: -3px;
  }
  .slide-nav {
    position: relative;
    left: 22px;
    right: -29px;
  }
  .landingidiom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-lightserv {
    padding-right: 0px;
    padding-left: 0px;
  }
  .d-29-profile-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .d-29-wrapper {
    width: auto;
    height: auto;
    margin-top: 120px;
    -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;
  }
  .d-29-card-wrapper {
    width: 100%;
  }
  .serv {
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .shareblog {
    margin-bottom: 2px;
  }
  .servblog {
    padding-right: 0px;
    padding-left: 0px;
  }
  .login-button.cta {
    display: block;
  }
  .login-button.cta {
    display: block;
  }
  .login-button.mini {
    display: block;
  }
  .burger-icon {
    color: #096ad0;
  }
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav-link-2 {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }
  .nav-link-2.burger-nav {
    opacity: 1;
  }
  .menu-button-2 {
    position: relative;
    display: block;
    color: #2e323c;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #096ad0;
  }
  .nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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: #fff;
  }
  .nav-logo-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .flex-horizontal-space-between {
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-5 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .flowbase-tag {
    display: block;
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
  }
  .end {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-6.full-screen {
    min-height: 800px;
  }
  .price-table-container {
    margin-bottom: 30px;
    text-align: center;
  }
  .price-table-container.link {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col.lg-8.md-4 {
    width: 100%;
  }
  .horizontal-short-line {
    margin-right: -30px;
    margin-left: -30px;
  }
  .paragraph-2 {
    text-align: center;
  }
  .heading-21 {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0px;
  }
  .wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .margin-bottom {
    margin-bottom: 40px;
  }
  .feature-section {
    display: block;
    padding: 10px 15px;
  }
  .section-9.savetogether {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .section-9.savetogether.sublayer {
    margin-bottom: 646px;
    padding-bottom: 130px;
  }
  .paragraph-4.bezopara.bezopara-left.dark-text.in-card {
    padding-right: 0px;
  }
  .heading-3.subheading.subheading-light.dark-text.in-card {
    padding-right: 0px;
  }
  .wrapdudas {
    width: 645px;
  }
  .wrapdudas.w50-80-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapdudas.w50-spcbetween {
    -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;
  }
  .wrapdudas.w50-80-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrapdudas._w-custom.structure-menu-wrap {
    width: 100%;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }
  .wrapdudas._w-custom.structure-nav {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrapdudas._w-custom.nav1-light {
    display: block;
    width: 100%;
    padding: 0px;
    background-color: #fff;
  }
  .wrapdudas._w-custom.nav1-dark {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #111212;
  }
  .wrapdudas._w-custom.hero1 {
    width: 700px;
  }
  .wrapdudas._w-custom.hero3 {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapdudas._w-custom.nav2-dark {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrapdudas._w-custom.hero5 {
    height: auto;
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrapdudas._w-custom.hero6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrapdudas.w80-50-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapdudas.w50-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapdudas.w80-spcbetween {
    -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;
  }
  .wrapdudas.w80-50-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .wrapdudas.w50-center {
    display: block;
    width: 822px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .wrapdudas.w50-80 {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .wrapdudas.w80-50-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cont2.cards-lbl {
    text-align: center;
  }
  .container-5.cc-flex-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-left {
    padding-top: 0px;
  }
  .block {
    top: 28%;
  }
  .col-right {
    margin-top: 24px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .section-dark-cctv {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-dark-copy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .green-cctv {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-dark-cctv-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .clientsintro {
    margin-top: 10%;
  }
  .logo-wrapper-2 {
    margin-top: 65px;
  }
  .cctvdudas {
    width: 645px;
  }
  .cctvdudas.w50-80-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cctvdudas.w50-spcbetween {
    -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;
  }
  .cctvdudas.w50-80-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cctvdudas._w-custom.structure-menu-wrap {
    width: 100%;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }
  .cctvdudas._w-custom.structure-nav {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .cctvdudas._w-custom.nav1-light {
    display: block;
    width: 100%;
    padding: 0px;
    background-color: #fff;
  }
  .cctvdudas._w-custom.nav1-dark {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #111212;
  }
  .cctvdudas._w-custom.hero1 {
    width: 700px;
  }
  .cctvdudas._w-custom.hero3 {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cctvdudas._w-custom.nav2-dark {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .cctvdudas._w-custom.hero5 {
    height: auto;
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cctvdudas._w-custom.hero6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cctvdudas.w80-50-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cctvdudas.w50-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cctvdudas.w80-spcbetween {
    -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;
  }
  .cctvdudas.w80-50-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cctvdudas.w50-center {
    display: block;
    width: 822px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .cctvdudas.w50-80 {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cctvdudas.w80-50-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .section-11 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .content7-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;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .content7-content-wrap {
    margin-top: 67px;
    margin-bottom: 67px;
  }
  .content7-image {
    height: auto;
    min-height: 460px;
  }
  .content8-quote-wrap {
    margin-bottom: 20px;
  }
  .content8-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;
  }
  .content8-grey-background {
    position: static;
    display: none;
  }
  .content8-content-wrap {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-12 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .content8-image {
    position: static;
    width: auto;
    min-height: 480px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 36px;
  }
  .button-large {
    width: 100%;
  }
  .acceso.accesos {
    padding-top: 60px;
  }
  .gamactrlacc {
    padding-right: 24px;
    padding-left: 24px;
  }
  .acctr {
    height: auto;
    min-height: 460px;
  }
  .section-dark-ctrl {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sectctv {
    padding-right: 24px;
    padding-left: 24px;
  }
  .ctv2 {
    position: static;
    width: auto;
    min-height: 480px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 36px;
  }
  .ctrvcnmt {
    height: auto;
    min-height: 460px;
  }
  .cable {
    padding-right: 24px;
    padding-left: 24px;
  }
  .cablecnt {
    height: auto;
    min-height: 460px;
  }
  .cablsect2 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .cablcnt {
    position: static;
    width: auto;
    min-height: 480px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 36px;
  }
  .section-dark-ctv {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-dark-ctrl-copy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cablse {
    padding-right: 24px;
    padding-left: 24px;
  }
  .acerca {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tagline-ace.cards-lbl {
    text-align: center;
  }
  .section-13 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .other4-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;
  }
}

@media screen and (max-width: 767px) {
  ._6-col {
    margin-right: 0px;
  }
  .wrap {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrap._w-custom.structure-menu-wrap {
    width: auto;
    padding: 30px 0px 10px;
    background-color: #1a1a1a;
    text-align: center;
  }
  .wrap._w-custom.structure-nav {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrap._w-custom.hero1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    -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;
  }
  .wrap.w50-center {
    width: 500px;
    margin-bottom: 1em;
  }
  .wrap.w50-80 {
    display: block;
    width: 500px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .btn.btn-white.blog2-card-cta {
    left: 30px;
    right: auto;
    bottom: 20px;
  }
  .text-14.text-14-60 {
    font-size: 1.5em;
    line-height: 1em;
  }
  .h1-jumbo {
    font-size: 44px;
    line-height: 56px;
  }
  .h1-jumbo.greensectionh1 {
    color: #00ed6b;
  }
  .h1-jumbo.sliderh1 {
    display: block;
    font-size: 2em;
    letter-spacing: -2px;
  }
  .text-16.ctactv {
    padding-right: 5px;
    padding-left: 5px;
    color: #fff;
  }
  .h2-jumbo.hero6-headline {
    font-size: 36px;
    line-height: 46px;
  }
  .h2-jumbo.cardtxt {
    text-align: left;
  }
  .structure-2nd-col-allcards {
    margin-top: -40px;
  }
  .structure-menu-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    -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;
    border-top: 1px solid hsla(0, 0%, 100%, 0.06);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
    background-color: #1a1a1a;
    text-align: center;
  }
  .sections-menu-headline {
    margin-bottom: 16px;
  }
  .structure-cards-menu {
    height: 60px;
  }
  .structure-more-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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: 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;
  }
  .structure-cards2-menu-btn {
    margin-top: -4px;
    padding: 0px;
  }
  .structure-cards2-menu-btn.w--open {
    margin-top: -4px;
  }
  .structure-link {
    margin-left: 30px;
  }
  .structure-link.structure-menu-link {
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
  }
  .structure-project-menu {
    z-index: 9;
    overflow: scroll;
    text-align: left;
  }
  .structure-cards2-topbar-wrapper {
    position: relative;
    z-index: 20;
  }
  .structure-menu {
    z-index: 10;
  }
  .nav1-logo-wrapper {
    display: inline-block;
  }
  .nav1 {
    z-index: 10;
  }
  .nav1-menu-btn {
    margin-top: -4px;
    padding: 0px;
  }
  .nav1-menu-btn.w--open {
    margin-top: -4px;
  }
  .content2-number-wrapper {
    width: 80%;
  }
  .hero2-light-alt2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/hero2-woman-light.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/hero2-woman-light.jpg');
    background-position: 0px 0px, 100% 50%;
  }
  .hero2-dark-alt2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/hero2-woman.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/hero2-woman.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .hero2-text-wrap {
    display: block;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hero2-dark {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 18, 18, 0.4)), to(rgba(17, 18, 18, 0.4))), url('../images/header-2-landing.jpg');
    background-image: linear-gradient(180deg, rgba(17, 18, 18, 0.4), rgba(17, 18, 18, 0.4)), url('../images/header-2-landing.jpg');
    background-position: 0px 0px, 100% 50%;
  }
  .testimonial1-item {
    width: auto;
  }
  .nav2-logo-wrapper {
    display: inline-block;
  }
  .testimonial4-tweet {
    width: 70%;
  }
  .nav2 {
    z-index: 10;
  }
  .hero3-image {
    margin-top: -20px;
  }
  .cta2 {
    width: 94%;
    padding: 25px 30px;
  }
  .hero4-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .hero4-first-button {
    display: inline-block;
  }
  .form2-form-section-wrapper {
    padding: 30px;
  }
  .card-headline {
    display: block;
    width: 60%;
  }
  .blog2-article-cover.blog2-article-content1 {
    background-image: url('../images/rawpixel-589084-unsplash.jpg');
  }
  .team2-profile-card {
    padding: 30px 40px;
  }
  .cta4-headline-extrajumbo {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .home-footer-socicons-wrap {
    margin-top: 20px;
  }
  .heading-8 {
    font-size: 2em;
  }
  .heading-10.darktxt {
    font-size: 4em;
  }
  .heading-11 {
    font-size: 2em;
  }
  .div-block {
    width: auto;
    height: auto;
    float: none;
    clear: none;
  }
  .div-block-2 {
    position: relative;
    left: -70px;
    background-position: 50% 24px;
    background-size: 525px;
  }
  .div-block-3 {
    background-position: 50% 50%;
    background-size: 320px;
  }
  .div-block-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-size: 500px;
    text-align: left;
  }
  .div-block-5 {
    background-position: 50% 19px;
    background-size: 500px;
  }
  .slide-nav {
    left: -68px;
    margin-top: 1em;
  }
  .section-lightserv {
    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;
  }
  .preloaderam {
    max-width: 75%;
  }
  .d-29-profile-wrapper {
    width: auto;
  }
  .d-29-profile-wrapper.tr {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .d-29-profile-wrapper.tre {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .d-29-profile-wrapper.fou {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .d-29-wrapper {
    width: 100%;
  }
  .d-29-card-wrapper {
    width: auto;
  }
  .blogwrap {
    width: 480px;
  }
  .servblog {
    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;
  }
  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }
  .flex-horizontal-space-between {
    -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;
  }
  .h5-footer {
    text-align: left;
  }
  .text-block-15 {
    text-align: left;
  }
  .column-16 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .flowbase-clone-button {
    margin-right: 15px;
  }
  .flowbase-tag {
    min-width: auto;
    margin-left: 15px;
  }
  .sit {
    text-align: left;
  }
  .title {
    font-size: 3em;
  }
  .subtitle {
    font-size: 1.5em;
  }
  .end {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section-6.full-screen {
    min-height: 600px;
  }
  .price-table-container {
    padding: 40px;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.flex-horizontal {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col.lg-3.flex-stretch.md-2.sm-2 {
    width: 100%;
  }
  .horizontal-short-line {
    margin-right: -40px;
    margin-left: -40px;
  }
  .carousel-slider._6 {
    right: -45%;
  }
  .carousel-slider._2 {
    right: -9%;
  }
  .carousel-slider._4 {
    right: -27%;
  }
  .carousel-slider._3 {
    right: -18%;
  }
  .carousel-slider._7 {
    right: -54%;
  }
  .carousel-slider._5 {
    right: -36%;
  }
  .carousel-slider._8 {
    right: -63%;
  }
  .carousel-mask {
    width: 60%;
  }
  .image-14 {
    margin-bottom: 10px;
  }
  .benefit {
    width: 100%;
    margin-bottom: 50px;
  }
  .div-block-33 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .column-8 {
    margin-top: 0px;
  }
  .image-43 {
    margin-right: 0px;
  }
  .section-9.savetogether.sublayer {
    margin-bottom: 1249px;
  }
  .paragraph-4 {
    padding-right: 52px;
    padding-left: 52px;
  }
  .heading-3 {
    padding-right: 75px;
    padding-left: 75px;
    font-size: 32px;
    line-height: 33px;
    font-weight: 700;
  }
  .heading-3.subheading.subheading-light {
    padding-left: 0px;
  }
  .wrapdudas {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrapdudas._w-custom.structure-menu-wrap {
    width: auto;
    padding: 30px 0px 10px;
    background-color: #1a1a1a;
    text-align: center;
  }
  .wrapdudas._w-custom.structure-nav {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrapdudas._w-custom.hero1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    -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;
  }
  .wrapdudas.w50-center {
    width: 500px;
    margin-bottom: 1em;
  }
  .wrapdudas.w50-80 {
    display: block;
    width: 500px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .container-5 {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .container-5.cc-flex-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-10.cc-no-padding-bottom {
    padding-top: 0px;
  }
  .text_left {
    margin-bottom: 0px;
    padding-right: 40px;
    padding-bottom: 60px;
  }
  .block {
    margin-bottom: 40px;
  }
  .clientsintro {
    margin-top: 0%;
    margin-bottom: 10px;
  }
  .slider {
    height: auto;
  }
  .slide-3 {
    background-color: transparent;
  }
  .slider-wrapper-4 {
    -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;
  }
  .logo-wrapper-2 {
    margin-top: 0px;
  }
  .icon {
    color: #96abba;
  }
  .slide-nav-3 {
    position: relative;
  }
  .cctvdudas {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .cctvdudas._w-custom.structure-menu-wrap {
    width: auto;
    padding: 30px 0px 10px;
    background-color: #1a1a1a;
    text-align: center;
  }
  .cctvdudas._w-custom.structure-nav {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cctvdudas._w-custom.hero1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    -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;
  }
  .cctvdudas.w50-center {
    width: 500px;
    margin-bottom: 1em;
  }
  .cctvdudas.w50-80 {
    display: block;
    width: 500px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .section-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content7-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;
  }
  .content7-content-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
  }
  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }
  .content8-quote-wrap {
    padding-right: 0px;
  }
  .content8-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;
  }
  .section-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content8-image {
    min-height: 400px;
    margin-bottom: 18px;
    background-position: 50% 50%;
  }
  .gamactrlacc {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sectctv {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ctv2 {
    min-height: 400px;
    margin-bottom: 18px;
    background-position: 50% 50%;
  }
  .cable {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cablsect2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cablcnt {
    min-height: 400px;
    margin-bottom: 18px;
    background-position: 50% 50%;
  }
  .slidctrl {
    -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;
  }
  .cablse {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-13 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .other4-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) {
  .wrap.w50 {
    width: auto;
  }
  .wrap._w-custom.hero1 {
    width: 325px;
  }
  .wrap._w-custom.hero6 {
    width: 95%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrap.w50-center {
    width: 100%;
    padding-right: 3.2em;
    padding-bottom: 80px;
    padding-left: 5.5em;
  }
  .wrap.w50-80 {
    width: 300px;
  }
  .btn {
    display: block;
    text-align: center;
  }
  .btn.btn-white {
    display: block;
  }
  .btn.team3-left-button {
    display: block;
    margin-right: 0px;
  }
  .btn.hero4-left-button {
    margin-right: 0px;
  }
  .h1-jumbo.greensectionh1 {
    font-size: 2.2em;
    line-height: 1em;
  }
  .h1-jumbo.white-text {
    font-size: 1.7em;
    line-height: 1em;
    text-align: center;
    letter-spacing: -2px;
  }
  .h1-jumbo.sliderh1 {
    font-size: 1.3em;
    letter-spacing: -1px;
  }
  .h1-jumbo.welcome {
    font-size: 2em;
    letter-spacing: -2px;
  }
  .btn-big {
    display: block;
    padding: 14px 25px;
    text-align: center;
  }
  .btn-big.btn-white {
    display: block;
  }
  .h2-jumbo.hero6-headline.entrar {
    font-size: 1em;
  }
  .h2-jumbo.cardxx {
    font-size: 2em;
    line-height: 1em;
    letter-spacing: -2px;
  }
  .hero1-image {
    width: 320px;
  }
  .cta1-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hero2-light-alt2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/hero2-woman-light.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/hero2-woman-light.jpg');
    background-position: 0px 0px, 88% 50%;
  }
  .hero2-dark-alt2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .hero2-dark {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 18, 18, 0.4)), to(rgba(17, 18, 18, 0.4))), url('../images/header-2-landing.jpg');
    background-image: linear-gradient(180deg, rgba(17, 18, 18, 0.4), rgba(17, 18, 18, 0.4)), url('../images/header-2-landing.jpg');
    background-position: 0px 0px, 80% 50%;
  }
  .blog1-article.blog1-article-left-wrapper {
    margin-bottom: 30px;
  }
  .testimonial4-tweet {
    width: auto;
    max-width: none;
  }
  .hero3-firstbutton-wrap {
    display: block;
    margin-right: 0px;
  }
  .landing3-logo.landing3-logo-mob {
    display: none;
  }
  .form1 {
    -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;
  }
  .cta2 {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .cta2.cta2-dark {
    padding-right: 30px;
    padding-left: 30px;
  }
  .form1-input {
    height: 54px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .hero4-wrap {
    height: auto;
  }
  .hero4-first-button {
    display: block;
    margin-right: 0px;
  }
  .signup-account-link {
    text-align: center;
  }
  .form2-buttons-wrapper {
    -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;
  }
  .team2-profile-card {
    padding-right: 30px;
    padding-left: 30px;
  }
  .team3-profile-card {
    padding: 30px;
  }
  .team3-buttons-wrap {
    display: block;
    width: 100%;
    text-align: center;
  }
  .hero6-buttons-wrap {
    margin-top: 30px;
  }
  .cta4-headline-extrajumbo {
    width: 100%;
  }
  .form3-input {
    height: 54px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .products1-actions-wrap {
    -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;
  }
  .products3-option-wrap {
    text-align: left;
  }
  .heading-8 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .heading-10.darktxt {
    font-size: 2.3em;
    letter-spacing: -3px;
  }
  .slider-2 {
    display: block;
    width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
  .sectores.sp {
    font-size: 2em;
    letter-spacing: -3px;
  }
  .slide-nav {
    left: -54px;
    right: -50px;
  }
  .landingidiom {
    height: 720px;
    background-position: 100% 100%, 0px 0px;
    background-size: cover, auto;
  }
  .preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: visible;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .preloaderam {
    display: block;
    height: 45px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-7 {
    display: none;
  }
  .image-3 {
    display: block;
    max-width: 60%;
  }
  .d-29-profile-wrapper {
    width: auto;
  }
  .d-29-profile-wrapper.tr {
    width: auto;
  }
  .d-29-profile-wrapper.tre {
    width: auto;
  }
  .d-29-profile-wrapper.fou {
    width: auto;
  }
  .d-29-wrapper {
    width: auto;
  }
  .d-29-card-wrapper {
    width: auto;
  }
  .serv {
    padding-left: 0px;
    font-size: 2.2em;
    line-height: 1.2em;
    text-align: center;
  }
  .photo-name-wrap {
    padding-right: 5%;
    padding-left: 5%;
  }
  .image-5 {
    padding-left: 0px;
  }
  .blogwrap {
    width: 280px;
  }
  .blogtxt {
    font-size: 12px;
    line-height: 16px;
  }
  .blogtxt.intro {
    font-size: 16px;
    line-height: 18px;
  }
  .servblog {
    display: none;
  }
  .login-button.cta {
    position: absolute;
  }
  .login-button.cta {
    position: absolute;
  }
  .login-button.mini {
    position: absolute;
  }
  .menu-button-2 {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-bar {
    position: relative;
  }
  .flex-horizontal-space-between {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-12 {
    margin-left: 0px;
  }
  .column-16 {
    padding-top: 32px;
    padding-left: 20px;
  }
  .footer-5 {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
  }
  .column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .flowbase-clone-button {
    display: block;
    margin-top: 19px;
  }
  .flowbase-close-card {
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .flowbase-icon-wrap {
    min-width: 60px;
  }
  .flowbase-product-wrap {
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }
  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }
  .flowbase-tag {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }
  .text-span-6 {
    font-size: 14px;
    text-align: center;
  }
  .link-2 {
    font-size: 35px;
  }
  .slider-wrapper-3 {
    padding-right: 10px;
    padding-bottom: 0em;
    padding-left: 10px;
  }
  .title {
    font-size: 1.9em;
  }
  .portrait {
    width: 90%;
  }
  .subtitle {
    font-size: 0.9em;
  }
  .section-5 {
    height: 600px;
  }
  .div-block-13 {
    height: 100%;
  }
  .end {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .brandsocial {
    font-size: 30px;
  }
  .brandcontact {
    font-size: 30px;
  }
  .price-table-container {
    padding: 35px;
  }
  .row.flex-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .col {
    margin-bottom: 0px;
  }
  .col.lg-3 {
    width: 100%;
  }
  .horizontal-short-line {
    margin-right: -35px;
    margin-left: -35px;
  }
  .card-body {
    padding: 20px;
  }
  .carousel-slider {
    padding-right: 10px;
    padding-left: 10px;
  }
  .carousel-slider._6 {
    right: 0%;
  }
  .carousel-slider._2 {
    right: 0%;
  }
  .carousel-slider._4 {
    right: 0%;
  }
  .carousel-slider._3 {
    right: 0%;
  }
  .carousel-slider._7 {
    right: 0%;
  }
  .carousel-slider._5 {
    right: 0%;
  }
  .carousel-slider._8 {
    right: 0%;
  }
  .carousel-mask {
    width: 100%;
  }
  .paragraph-2 {
    font-size: 15px;
  }
  .heading-21 {
    font-size: 14px;
  }
  .short-paragraph {
    width: 100%;
  }
  .heading-22 {
    font-size: 25px;
    line-height: 26px;
  }
  .body {
    overflow: visible;
  }
  .c {
    font-size: 35px;
  }
  .c.contact {
    font-size: 24px;
    letter-spacing: 0px;
  }
  .section-8.benefits {
    padding-right: 10px;
    padding-left: 10px;
  }
  .benefit-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-5.fancy {
    padding: 33px;
  }
  .feature-section {
    display: block;
  }
  .image-43 {
    padding-top: 30px;
  }
  .section-9.savetogether.sublayer {
    margin-bottom: 953px;
    padding-top: 67px;
  }
  .paragraph-4 {
    padding-right: 29px;
    padding-left: 29px;
    font-size: 16px;
  }
  .paragraph-4.bezopara {
    padding-right: 41px;
    padding-left: 41px;
  }
  .paragraph-4.bezopara.bezopara-left.dark-text {
    padding-right: 0px;
  }
  .heading-3 {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 28px;
  }
  .heading-3.subheading.subheading-light.dark-text {
    margin-top: 37px;
  }
  .wrapdudas.w50 {
    width: auto;
  }
  .wrapdudas._w-custom.hero1 {
    width: 325px;
  }
  .wrapdudas._w-custom.hero6 {
    width: 95%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapdudas.w50-center {
    width: 100%;
    padding-right: 3.2em;
    padding-bottom: 80px;
    padding-left: 5.5em;
  }
  .wrapdudas.w50-80 {
    width: 300px;
  }
  .container-5 {
    overflow: visible;
    padding-right: 28px;
    padding-left: 28px;
  }
  .text_left {
    overflow: visible;
    padding-right: 0px;
    padding-bottom: 20px;
    font-size: 28px;
  }
  .block {
    top: 24%;
    padding: 28px 32px 32px;
    font-size: 24px;
  }
  .block._2 {
    top: 24%;
  }
  .block._3 {
    top: 28%;
  }
  .block._1 {
    top: 20%;
  }
  .block._4 {
    top: 32%;
  }
  .heading-23 {
    padding-top: 0px;
    font-size: 20px;
    line-height: 22px;
  }
  .cctvsectionmain {
    height: 600px;
  }
  .slider {
    height: auto;
  }
  .slide-3 {
    background-color: transparent;
  }
  .slider-wrapper-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo-wrapper-2 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cctvdudas.w50 {
    width: auto;
  }
  .cctvdudas._w-custom.hero1 {
    width: 325px;
  }
  .cctvdudas._w-custom.hero6 {
    width: 95%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cctvdudas.w50-center {
    width: 100%;
    padding-right: 3.2em;
    padding-bottom: 80px;
    padding-left: 5.5em;
  }
  .cctvdudas.w50-80 {
    width: 300px;
  }
  .section-11 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .content7-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .content7-content-wrap {
    margin-bottom: 0px;
  }
  .content8-quote-wrap {
    padding-right: 0px;
  }
  .content8-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .section-12 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .button-large {
    font-size: 14px;
    line-height: 22px;
  }
  .gamactrlacc {
    padding-right: 16px;
    padding-left: 16px;
  }
  .ctrlmain {
    height: 600px;
  }
  .ctrlac {
    height: 100%;
  }
  .sectctv {
    padding-right: 16px;
    padding-left: 16px;
  }
  .ctrvcnmt {
    background-position: 100% 50%;
    background-size: cover;
  }
  .cable {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cablsect2 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .slidctrl {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cablesect {
    height: 600px;
  }
  .cablse {
    padding-right: 16px;
    padding-left: 16px;
  }
  .section-13 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .other4-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

#w-node-7aae07ccd143-b6538be7 {
  -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-3e2443f47e7e-b6538be7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-592ae778813c-ad2fb6f2 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
}

#w-node-592ae7788142-ad2fb6f2 {
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -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-e2746c438fec-ad2fb6f2 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 8;
  grid-column-end: 13;
}

#w-node-e2746c438fed-ad2fb6f2 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
}

#w-node-592ae778813c-8eb6710e {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
}

#w-node-592ae7788142-8eb6710e {
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -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-e2746c438fec-8eb6710e {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 8;
  grid-column-end: 13;
}

#w-node-e2746c438fed-8eb6710e {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
}

#w-node-592ae778813c-104e1559 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
}

#w-node-592ae7788142-104e1559 {
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -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-e2746c438fec-104e1559 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 8;
  grid-column-end: 13;
}

#w-node-e2746c438fed-104e1559 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
}

#w-node-592ae778813c-37a242c6 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
}

#w-node-592ae7788142-37a242c6 {
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -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-e2746c438fec-37a242c6 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 8;
  grid-column-end: 13;
}

#w-node-e2746c438fed-37a242c6 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
}

@media screen and (max-width: 991px) {
  #w-node-592ae778813c-ad2fb6f2 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-592ae7788142-ad2fb6f2 {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  #w-node-e2746c438fec-ad2fb6f2 {
    -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-e2746c438fed-ad2fb6f2 {
    -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-592ae778813c-8eb6710e {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-592ae7788142-8eb6710e {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  #w-node-e2746c438fec-8eb6710e {
    -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-e2746c438fed-8eb6710e {
    -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-592ae778813c-104e1559 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-592ae7788142-104e1559 {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  #w-node-e2746c438fec-104e1559 {
    -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-e2746c438fed-104e1559 {
    -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-592ae778813c-37a242c6 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 5;
    grid-column-end: 9;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-592ae7788142-37a242c6 {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  #w-node-e2746c438fec-37a242c6 {
    -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-e2746c438fed-37a242c6 {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-592ae778813c-ad2fb6f2 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-592ae7788142-ad2fb6f2 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-592ae778813c-8eb6710e {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-592ae7788142-8eb6710e {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-592ae778813c-104e1559 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-592ae7788142-104e1559 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-592ae778813c-37a242c6 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-592ae7788142-37a242c6 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-592ae778813c-ad2fb6f2 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-592ae7788142-ad2fb6f2 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-e2746c438fec-ad2fb6f2 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-e2746c438fed-ad2fb6f2 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-592ae778813c-8eb6710e {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-592ae7788142-8eb6710e {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-e2746c438fec-8eb6710e {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-e2746c438fed-8eb6710e {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-592ae778813c-104e1559 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-592ae7788142-104e1559 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-e2746c438fec-104e1559 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-e2746c438fed-104e1559 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-592ae778813c-37a242c6 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-592ae7788142-37a242c6 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-e2746c438fec-37a242c6 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  #w-node-e2746c438fed-37a242c6 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}

@font-face {
  font-family: 'Eurostileext bla';
  src: url('../fonts/EurostileExt-Bla.ttf') format('truetype'), url('../fonts/EurostileExt-Bla.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eurostileext reg';
  src: url('../fonts/EurostileExt-Reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eurostilenextltpro';
  src: url('../fonts/EurostileNextLTPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Eurostilenextltpro smbd';
  src: url('../fonts/EurostileNextLTPro-SmBd.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}