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

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

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

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

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

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

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

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

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

a {
  color: #1991eb;
  text-decoration: none;
  transition: color .4s, transform .4s, opacity .4s;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrap.w50-spcbetween {
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

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

.wrap._w-custom.structure-menu-wrap {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.wrap._w-custom.structure-nav {
  align-items: center;
  display: flex;
}

.wrap._w-custom.nav1-light, .wrap._w-custom.nav1-dark {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.wrap._w-custom.nav2-dark {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

.wrap.w50-start {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 3em;
  display: flex;
}

.wrap.w80-spcbetween {
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

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

.wrap.w50-center {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

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

.wrap.w80-50-center {
  width: 1000px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

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

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

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

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

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

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

.tagline {
  z-index: 100;
  opacity: .6;
  color: #00ed6b;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 1;
  order: -1;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  margin-top: auto;
  font-family: Titillium Web, sans-serif;
  font-size: 12px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

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

.tagline.greentxt {
  color: #121b54;
}

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

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

.section.trip {
  background-image: linear-gradient(#0f6, #0f6);
}

.section.nmision {
  background-color: #fafcfd;
  background-image: linear-gradient(#0e1c43, #0e1c43);
}

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

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

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

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

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

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

.btn.btn-outline-light {
  color: #00ed6b;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .71);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #00ed6b;
  font-family: Titillium Web, sans-serif;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .45);
}

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

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

.btn.btn-outline-dark {
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px 32px;
  font-family: Titillium Web, sans-serif;
  font-weight: 600;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s, border .2s;
}

.btn.btn-outline-dark:hover {
  border-color: rgba(255, 255, 255, .5);
}

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

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

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

.btn.hero4-first-button {
  color: #0e1c43;
  background-color: #00ed6b;
  font-family: Titillium Web, sans-serif;
  font-weight: 600;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .64);
}

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

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

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

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

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

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

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

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

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

.link-dark {
  opacity: .6;
  color: #000;
  font-family: Eurostilenextltpro;
  line-height: 24px;
  transition: color .4s, transform .4s, opacity .4s;
}

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

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

.link-dark.navigation1-link-dark {
  opacity: .8;
  text-transform: uppercase;
  margin-right: 30px;
  font-family: Eurostileext reg;
}

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

.link-dark.navigation1-link-dark:active {
  opacity: .9;
  transform: translate(0, -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 {
  color: #000;
  font-family: Eurostileext reg;
  font-size: 1em;
}

.h1-jumbo {
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  text-transform: uppercase;
  text-shadow: 0 1px 5px rgba(17, 18, 18, .5);
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 52px;
}

.h1-jumbo.greensectionh1 {
  color: #23ce6b;
  text-align: left;
  letter-spacing: 0;
  padding-bottom: 18px;
  font-family: Titillium Web, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 40px;
}

.h1-jumbo.white-text {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 1px 1px 6px #000;
  font-family: Titillium Web, sans-serif;
}

.h1-jumbo.sliderh1 {
  z-index: 100;
  clear: left;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 2px 2px 12px #0e1c43;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 40px;
  font-family: Titillium Web, sans-serif;
  font-size: 53px;
  line-height: 1em;
  display: flex;
}

.h1-jumbo.welcome {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-left: -1px;
  font-family: Titillium Web, sans-serif;
  font-size: 53px;
  line-height: .9em;
}

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

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

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

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

.btn-big.btn-outline-dark {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .2);
  padding-top: 11px;
  padding-bottom: 11px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s, border .2s;
}

.btn-big.btn-outline-dark:hover {
  border-color: rgba(255, 255, 255, .5);
}

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

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

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

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

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

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

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

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

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

.h2-jumbo {
  letter-spacing: -.5px;
  font-family: Eurostilenextltpro smbd;
  font-size: 44px;
  font-weight: 300;
  line-height: 46px;
}

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

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

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

.h2-jumbo.cardxx {
  letter-spacing: 0;
  text-transform: uppercase;
  padding-left: 1px;
  font-family: Titillium Web, sans-serif;
  font-weight: 900;
  line-height: 40px;
}

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

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

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

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

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

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

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

.link-light {
  opacity: .6;
  color: #111212;
  cursor: pointer;
  line-height: 24px;
  transition: color .4s, transform .4s, opacity .4s;
}

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

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

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

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

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

.structure-menu-link {
  color: rgba(255, 255, 255, .8);
  cursor: pointer;
  margin-bottom: 12px;
  font-weight: 300;
  transition: color .2s, transform .4s;
  display: block;
}

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

.structure-menu-link:active {
  color: rgba(255, 255, 255, .9);
  transform: translate(0, -1px);
}

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

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

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

.structure-cards-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.structure-more-item-wrap {
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

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

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

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

.structure-link:hover {
  color: rgba(255, 255, 255, .8);
  transform: translate(0, -2px);
}

.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: rgba(0, 0, 0, 0);
}

.nav1-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav1-menu-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav1-logo-wrapper {
  flex: none;
  align-items: center;
  display: inline-block;
}

.nav1 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.nav1-menu-wrapper-dark {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.decoline.decoline-dark {
  background-color: rgba(210, 210, 210, .2);
}

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

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

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

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

.content1-items {
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.feature2-facebookicon {
  transition: opacity .2s;
}

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

.feature2-wrap {
  align-items: center;
  display: flex;
}

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

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

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

.feature2-image2 {
  float: right;
  background-color: #1991eb;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team1-people-row {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

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

.team1-image {
  width: 120px;
  height: 120px;
  background-image: linear-gradient(rgba(17, 18, 18, .1), rgba(17, 18, 18, .1));
  border-radius: 8px;
  margin-bottom: 20px;
}

.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%;
  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: 0 0;
  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 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer1.footer1-dark {
  border-top-color: rgba(255, 255, 255, .06);
}

.footer1.footer1-dark.green {
  background-image: linear-gradient(#0f6, #0f6);
}

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

.content2-items {
  z-index: 100;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.content2-jumbonumber {
  opacity: .7;
  filter: blur(6px);
  color: #0f6;
  letter-spacing: -6px;
  font-family: Eurostileext bla;
  font-size: 100px;
  font-weight: 300;
  line-height: 82px;
  transition: opacity .2s;
  display: block;
  position: relative;
  top: -43px;
  bottom: -18px;
  right: -2px;
}

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

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

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

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

.testimonial2-logo-wrap {
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

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

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

.footer2-dark {
  border-top: 1px solid rgba(255, 255, 255, .06);
}

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

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

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

.testimonial1-logo-wrap {
  height: 70px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.testimonial1 {
  align-items: flex-start;
  display: flex;
}

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

.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 {
  width: 100%;
  height: 1px;
  background-color: rgba(17, 18, 18, .06);
  margin: 30px auto;
  display: block;
}

.hero2-dark-alt2 {
  height: 700px;
  background-image: linear-gradient(to top, #1991eb, rgba(25, 145, 235, .8) 14%, rgba(1, 18, 31, .8) 45%, rgba(6, 66, 111, .5)), url('../images/fgfgfg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-items: center;
  display: flex;
}

.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;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-dark {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .06);
}

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

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

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

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

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

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

.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 {
  flex: none;
  align-items: center;
  margin-bottom: -5px;
  display: inline-block;
}

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

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

.navigation2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.testimonial4-small-tweets-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.feature5-row-wrap, .testimonial4-big-tweets-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.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%;
  background-image: linear-gradient(rgba(7, 231, 25, .66), rgba(7, 231, 25, .66)), url('../images/cemex-cover.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 500px;
  margin-top: 20px;
}

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

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

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

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

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

.content8-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content7-numbers-wrap {
  align-items: flex-start;
  display: flex;
}

.feature3-subitem-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

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

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

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

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

.blog1-articles-wrap {
  align-items: flex-start;
  display: flex;
}

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

.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 {
  background-color: #3fcedc;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

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

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

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

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

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

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

.nav2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.nav2-menu-wrapper-dark {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.content7-divider {
  height: 2px;
  background-color: rgba(255, 255, 255, .1);
  margin-top: 15px;
  margin-bottom: 15px;
}

.cta3-item-point {
  align-items: flex-start;
  display: flex;
}

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

.cta3-item-wrap.cta3-item-wrap-dark {
  background-color: rgba(26, 26, 26, .9);
  border-color: #00fc67 rgba(255, 255, 255, .06) #1991eb;
  border-top-width: 2px;
  border-bottom-width: 3px;
}

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

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

.footer3-bottom-links-wrapper {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

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

.footer3-logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.form1 {
  align-items: flex-start;
  display: flex;
}

.cta2 {
  width: 940px;
  color: #111212;
  border: 1px solid rgba(17, 18, 18, .06);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px;
  display: flex;
}

.cta2.cta2-dark {
  color: #fff;
  background-color: #1a1a1a;
  border-style: solid;
  border-color: rgba(255, 255, 255, .06);
}

.cta2.cta2-dark.cta2-image {
  background-image: linear-gradient(rgba(17, 18, 18, .6), rgba(17, 18, 18, .6)), url('../images/CTA2-Background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 rgba(0, 0, 0, 0);
}

.form1-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

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

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

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

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

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

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

.cta3-options-wrapper {
  align-items: center;
  display: flex;
}

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

.cta3-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.form1-input.form1-input-dark {
  background-color: #1a1a1a;
  border-color: rgba(255, 255, 255, .06);
}

.form1-input.form1-input-dark:hover {
  border-color: rgba(255, 255, 255, .5);
}

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

.cta3-wide-button-wrap {
  flex-direction: column;
  display: flex;
}

.hero4-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
}

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

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

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

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

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

.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 {
  align-items: flex-start;
  display: flex;
}

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

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

.testimonial5-item-wrap.testimonial5-item-wrap-dark {
  background-color: #1a1a1a;
  border-color: rgba(255, 255, 255, .06);
}

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

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

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

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

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

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

.form2-input.form2-input-dark {
  color: #fff;
  background-color: #1a1a1a;
  border-color: rgba(255, 255, 255, .06);
}

.form2-input.form2-input-dark:hover {
  border-color: rgba(255, 255, 255, .5);
}

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

.form2-input.form2-input-dark::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form2-input.form2-input-dark::placeholder {
  color: rgba(255, 255, 255, .5);
}

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

.form2.form2-dark {
  color: #fff;
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, .06);
}

.form2-error-message {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 0;
}

.form2-success-message {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

.form2-buttons-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.blog2-article-cover {
  height: 230px;
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  border-radius: 8px;
  margin-bottom: 25px;
}

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

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

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

.team2-profile-card {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 20px;
  display: flex;
  box-shadow: 0 1px 6px rgba(17, 18, 18, .06);
}

.team2-profile-card.team2-profile-card-dark {
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, .06);
}

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

.blog4-articles-wrap {
  align-items: flex-start;
  display: flex;
}

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

.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 {
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.blog3-card {
  height: 340px;
  color: #fff;
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

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

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

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

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

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

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

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

.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 {
  align-items: flex-start;
  display: flex;
}

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

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

.team3-profile-card.team3-profile-card-dark {
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, .06);
}

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

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

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

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

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

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

.team2-profilecard-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.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: .6;
  color: #fff;
  text-align: center;
}

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

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

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

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

.cta4-action-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

.form3-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.form3-input.form3-input-dark {
  background-color: #1a1a1a;
  border-color: rgba(255, 255, 255, .06);
}

.form3-input.form3-input-dark:hover {
  border-color: rgba(255, 255, 255, .5);
}

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

.form3-button-wrap {
  flex-direction: column;
  display: flex;
}

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

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

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

.cta5-item-wrap {
  text-align: left;
  border: 1px solid rgba(17, 18, 18, .06);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 50px;
  display: flex;
}

.cta5-item-wrap.cta5-item-wrap-dark {
  background-color: #1a1a1a;
  border-color: rgba(255, 255, 255, .06);
}

.cta5-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

.products1-actions-wrap {
  border-top: 1px solid rgba(17, 18, 18, .06);
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.products1-actions-wrap.products1-actions-wrap-dark {
  border-top-color: rgba(255, 255, 255, .06);
}

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

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

.products2-items-wrap {
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.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 {
  border-bottom: 1px solid rgba(17, 18, 18, .06);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.products3-option-wrap.products3-option-wrap-dark {
  border-bottom-color: rgba(255, 255, 255, .06);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-8 {
  color: #100e34;
  font-family: Titillium Web, sans-serif;
  font-weight: 700;
  line-height: 37px;
}

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

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

.heading-10.darktxt {
  z-index: 1;
  color: rgba(25, 145, 235, .4);
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eurostileext bla;
  font-size: 7em;
  line-height: .8em;
  transition: opacity .2s;
  position: relative;
  bottom: -63px;
}

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

.heading-11, .heading-12, .heading-13, .heading-14 {
  color: #00fc67;
  font-family: Eurostilenextltpro smbd;
  line-height: 24px;
}

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

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

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

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

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

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

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

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

.sectores.sp {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Titillium Web, sans-serif;
  font-weight: 900;
  line-height: 1em;
}

.light {
  text-transform: uppercase;
  font-family: Titillium Web, sans-serif;
  font-weight: 700;
}

.servtext {
  color: #00fc67;
}

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

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

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

.section-lightserv {
  color: #fff;
  background-image: url('../images/bgbgs-100.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  padding-bottom: 4em;
  display: flex;
}

.section-lightserv:hover {
  background-image: linear-gradient(rgba(2, 32, 54, .5), rgba(2, 32, 54, .5)), url('../images/bgbgs-100.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

.gradientgreener {
  height: .4em;
  background-image: linear-gradient(to right, #43fda4, #65bcfd 31%, #4dfc46 43%, #0f6 51%);
  box-shadow: inset 0 0 2px 1px #1991eb;
}

.gradieentblue {
  height: .2em;
  background-image: linear-gradient(to right, #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: .55;
}

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

.nuestrami {
  color: #0f6;
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  font-family: Titillium Web, sans-serif;
  font-size: 2em;
  display: flex;
}

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

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

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

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

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

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

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

.d-29-wrapper {
  width: 1400px;
  height: 620px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.d-29-title-wrapper {
  width: 100%;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 40px;
  display: flex;
}

.d-29-card-wrapper {
  width: 500px;
  background-color: #0e1c43;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.serv {
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  justify-content: center;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 53px;
  font-weight: 900;
  display: flex;
}

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

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

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

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

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

.mask-over-video {
  z-index: 2;
  width: 102%;
  height: 102%;
  background-image: url('../images/gbdt.png'), linear-gradient(135deg, rgba(0, 237, 107, .7) 8%, rgba(5, 41, 97, .95) 56%, rgba(4, 33, 77, .82) 89%, rgba(0, 0, 0, .3) 100%, #1991eb);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  position: absolute;
  top: 0%;
  left: 0%;
}

.photo-name-wrap {
  z-index: 3;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 300px;
  padding-left: 20%;
  padding-right: 20%;
  display: block;
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

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

.paragraph {
  color: #fff;
  text-align: center;
  padding-top: 2em;
  font-family: Titillium Web, sans-serif;
}

.paragraph.light-txt {
  opacity: .7;
}

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

.blogbg {
  justify-content: center;
  padding-bottom: 4em;
  display: flex;
}

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

.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;
  font-weight: 600;
  line-height: 22px;
}

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

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

.servblog {
  color: #fff;
  background-image: url('../images/bgbgs-100.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  padding-bottom: 4em;
  display: flex;
}

.servblog:hover {
  background-image: linear-gradient(rgba(2, 32, 54, .5), rgba(2, 32, 54, .5)), url('../images/bgbgs-100.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

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

.login-button.cta {
  z-index: 100;
  background-color: #00ed6b;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 19px 50px;
  font-family: Titillium Web, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 2px 2px 5px -2px #1702b9;
}

.login-button.mini {
  color: #000257;
  background-color: #23ce6b;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 0;
  padding: 19px 25px;
  font-family: Titillium Web, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

.wrapper {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.mobile-navbar-container {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-link-2 {
  color: #87add4;
  cursor: pointer;
  padding: 16px 20px 18px;
  font-family: Titillium Web, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

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

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

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

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

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

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

.nav-bar {
  z-index: 200;
  background-color: #052961;
  border: .5px #000;
  border-top-color: #1991eb;
  border-bottom: 1px solid #00ed6b;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.burger-nav {
  background-color: #100e34;
  background-image: linear-gradient(#20334d, #110f36);
  padding-bottom: 0;
  position: absolute;
}

.nav-logo-2 {
  background-color: rgba(0, 0, 0, 0);
  transition: transform .4s, opacity .4s;
}

.flex-horizontal-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.h5-footer {
  color: #052961;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Titillium Web, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-15 {
  color: #052961;
  text-align: right;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
}

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

.column-16 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.foot {
  min-height: 400px;
  background-color: #23ce6b;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.column {
  mix-blend-mode: normal;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.scroll-top {
  width: 50px;
  height: 50px;
  border: 1.5px solid #0e1c43;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
  position: static;
}

.flowbase-left-wrap {
  display: flex;
}

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

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

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

.flowbase-clone-button {
  color: #0e0075;
  letter-spacing: 1px;
  background-color: #0f6;
  border-radius: 50px;
  margin-top: 20px;
  margin-left: 10px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Titillium Web, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.flowbase-close-card {
  opacity: .43;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all .2s ease-out;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

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

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

.flowbase-title {
  color: #0e1c43;
  margin-bottom: 4px;
  font-family: Titillium Web, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.flowbase-product-wrap {
  width: 300px;
  min-height: 40px;
  min-width: 300px;
  background-color: rgba(0, 0, 0, 0);
  border-left: 5px solid #0f6;
  border-radius: 9px;
  flex-direction: column;
  align-items: center;
  padding: 10px 15px 10px 10px;
  font-family: Titillium Web, sans-serif;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 7px -3px #000;
}

.flowbase-title-wrap {
  min-height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 25px;
  display: flex;
}

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

.sit {
  color: #052961;
  text-align: right;
  font-family: Titillium Web, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

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

.nav-menu {
  transition: opacity .2s;
}

.heading-20 {
  color: #100e34;
  letter-spacing: -1px;
  font-family: Titillium Web, sans-serif;
  font-weight: 900;
  line-height: 30px;
}

.link-2 {
  color: #052961;
  letter-spacing: -1px;
  font-family: Titillium Web, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.content-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wrapper-3 {
  flex-direction: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: block;
}

.div-block-13 {
  height: 800px;
  object-fit: contain;
  padding-bottom: 12px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider-3 {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

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

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

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

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

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

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

.social {
  min-height: 100px;
  background-color: #052961;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

.dudas {
  width: auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.dudas.full-screen {
  min-height: 60vh;
  align-items: center;
  display: flex;
}

.dudas.bo-bottom-padding {
  padding-bottom: 0;
}

.dudas.no-vertical-padding.sm-flex-vertical {
  padding-top: 12px;
  padding-bottom: 0;
}

.paragraph-small {
  color: rgba(9, 106, 208, .6);
  font-family: Titillium Web, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.row.flex-horizontal.blue.padding {
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px;
}

.row.align-centre {
  justify-content: center;
  align-items: center;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-6 {
  width: 50%;
  flex: 0 auto;
  align-items: flex-start;
}

.col.lg-1 {
  width: 8.33%;
  flex: 0 auto;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  justify-content: center;
}

.col.lg-4 {
  width: 33.33%;
  flex-wrap: wrap;
  flex: 0 auto;
}

.col.lg-4.align-bottom {
  justify-content: flex-end;
}

.centre-align {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

.carousel {
  width: 100vw;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
}

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

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

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

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

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

.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-mask {
  width: 40%;
  overflow: visible;
}

.section-7 {
  width: auto;
  background-color: #303136;
  background-image: url('../images/bgbgs-100_1-p-1600.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 99px;
  padding-bottom: 99px;
  overflow: hidden;
  box-shadow: inset 1px 1px 10px 2px rgba(0, 0, 0, .43);
}

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

.heading-21 {
  color: #fff;
  letter-spacing: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

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

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

.card-header-acceso {
  height: 180px;
  background-image: url('../images/OAV9EA0_1.jpg');
  background-position: 50% 40%;
  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: 0 0;
  background-size: auto;
}

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

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

.wrapper-2 {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.margin-bottom {
  margin-bottom: 40px;
  padding-right: 20px;
}

.margin-bottom.small {
  margin-bottom: 20px;
}

.body {
  clear: both;
  object-fit: contain;
  background-color: #0e1c43;
  background-image: linear-gradient(rgba(232, 241, 248, .94), rgba(232, 241, 248, .94)), url('../images/Artboard-184x-100.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.conocecard {
  color: #fff;
  font-weight: 700;
  line-height: 22px;
}

.cont2 {
  opacity: .6;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Titillium Web, sans-serif;
  font-size: 12px;
}

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

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

.container-5.cc-flex-h {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.seection-10 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 160px;
  position: relative;
}

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

.div-block-35 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.col-left {
  flex: 1;
  align-self: stretch;
  padding-top: 110px;
  position: relative;
}

.block-title {
  opacity: .2;
  letter-spacing: -1px;
  font-family: Titillium Web, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

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

.text_left {
  color: #1991eb;
  letter-spacing: -.02em;
  margin-top: 12px;
  margin-bottom: 0;
  padding-right: 110px;
  font-family: Titillium Web, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
}

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

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

.block._3 {
  background-color: #7045af;
  background-image: linear-gradient(270deg, #052961, #1991eb);
  border-radius: 12px;
  top: 30%;
}

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

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

.col-right {
  flex-direction: column;
  flex: 1;
  display: flex;
}

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

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

.heading-23 {
  color: #052961;
  margin-top: 40px;
  padding-top: 93px;
  padding-right: 100px;
  font-family: Titillium Web, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

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

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

.clientesintro {
  color: #00ed6b;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.slider {
  height: 180px;
  background-color: rgba(0, 0, 0, 0);
}

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

.slider-wrapper-4 {
  display: flex;
}

.logo-wrapper-2 {
  width: 33.3333%;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icon {
  color: #00ed6b;
}

.logo-seection-2 {
  color: #071329;
  background-color: #052961;
  padding-top: 50px;
  padding-bottom: 40px;
}

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

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

.cctvdudas {
  width: 940px;
  clear: right;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.seection-11 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 50px 36px;
}

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

.content7-content-wrap {
  background-color: #052961;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 220px;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px rgba(0, 0, 0, .05);
}

.size1-text {
  color: #1991eb;
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Titillium Web, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.content8-quote-wrap {
  padding-right: 40px;
}

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

.content8-grey-background {
  width: 100vw;
  height: 714px;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.content8-content-wrap {
  z-index: 1;
  height: 580px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 67px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.swection-12 {
  background-color: rgba(16, 14, 52, .2);
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.content8-image {
  z-index: 1;
  min-height: 580px;
  background-image: url('../images/1723.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  position: relative;
}

.button-large {
  color: #fff;
  text-transform: uppercase;
  background-color: #00ed6b;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

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

.text-span-8 {
  color: #100e34;
  text-align: left;
  text-transform: uppercase;
  text-shadow: none;
  font-family: Titillium Web, sans-serif;
  font-size: 66px;
  font-weight: 900;
  line-height: 50px;
}

.text-block-17 {
  color: #100e34;
  font-family: Titillium Web, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.acceso {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 160px;
  position: relative;
}

.acceso.acceesos {
  padding-top: 60px;
  padding-bottom: 120px;
  box-shadow: inset 8px 8px 11px -2px #100e34;
}

.gameactrlacc {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 50px 36px;
}

.acctr {
  height: 460px;
  background-image: url('../images/1109.jpg');
  background-position: 50%;
  background-size: cover;
}

.ctrlmaain {
  position: relative;
}

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

.section-dark-ctrl.trj {
  background-image: linear-gradient(rgba(16, 14, 52, .47), rgba(16, 14, 52, .47)), url('../images/73-p-800_1.jpeg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sectectv {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.ctv2 {
  z-index: 1;
  min-height: 580px;
  background-image: url('../images/1204847-0-20181027073204.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  position: relative;
}

.ctrvcnmt {
  height: 460px;
  background-image: url('../images/1607.jpg');
  background-position: 50%;
  background-size: contain;
}

.cablee {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 50px 36px;
}

.cablecnt {
  height: 460px;
  background-image: url('../images/883.jpg');
  background-position: 50%;
  background-size: cover;
}

.cablcnt {
  z-index: 1;
  min-height: 580px;
  background-image: url('../images/344.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  position: relative;
}

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

.section-dark-ctv.ccetv22 {
  background-image: linear-gradient(rgba(16, 14, 52, .47), rgba(16, 14, 52, .47)), url('../images/155.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.logocetrl {
  color: #071329;
  background-color: rgba(17, 18, 18, .65);
  padding-top: 50px;
  padding-bottom: 40px;
}

.slidctrl {
  display: flex;
}

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

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

.section-dark-cetrl-copy.cabjj {
  background-image: linear-gradient(rgba(16, 14, 52, .47), rgba(16, 14, 52, .47)), url('../images/473-p-1600.jpeg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cablse {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

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

.tagline-ace {
  opacity: .6;
  color: #00ed6b;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Titillium Web, sans-serif;
  font-size: 12px;
}

.background-videeo {
  height: 720px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-6 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-menu-2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.centred-logo-container {
  justify-content: center;
  display: flex;
}

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

.centred-logo {
  margin-left: 20px;
  margin-right: 20px;
}

.styleguide-small-divider {
  width: 100%;
  opacity: .3;
  margin-top: 0;
}

.styleguide-caption {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.styleguide-caption.small-divider {
  margin-top: -15px;
  font-size: 12px;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 40px;
}

.horizontal-line.light {
  color: #096ad0;
  background-color: rgba(41, 127, 202, .8);
  margin-top: 10px;
  margin-bottom: 20px;
}

.horizontal-line.light.white {
  background-color: rgba(255, 255, 255, .8);
}

.horizontal-line.blue {
  background-color: #096ad0;
}

.heading-24 {
  font-family: Titillium Web, sans-serif;
  font-weight: 600;
}

.heading-25 {
  color: #052961;
  padding-right: 40px;
  font-family: Titillium Web, sans-serif;
  font-size: 53px;
  font-weight: 900;
  line-height: 50px;
}

.paragraph-3 {
  font-family: Titillium Web, sans-serif;
}

.white {
  color: #fff;
  font-weight: 300;
}

.button {
  color: #fff;
  background-color: #052961;
  border: 1px solid #096ad0;
  border-right-color: #00ed6b;
  border-radius: 24px 6px;
  flex-flow: row-reverse;
  order: 1;
  justify-content: space-around;
  align-items: flex-start;
  padding: 10px 25px;
  font-family: Titillium Web, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 4px 11px rgba(1, 58, 117, .33);
}

.button:hover {
  color: #100e34;
  background-color: #00ed6b;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px rgba(1, 58, 117, .33);
}

.button.ghost {
  box-shadow: none;
  color: #1991eb;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1991eb;
}

.button.ghost:hover {
  color: #fff;
  background-color: #1991eb;
  background-image: none;
  transform: none;
}

.button.ghost.reversed {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.ghost.reversed:hover {
  color: #096ad0;
  background-color: #fff;
}

.button.reversed {
  color: #121b54;
  background-color: #00ed6b;
  font-weight: 700;
}

.button.reversed:hover {
  color: #fff;
  background-color: #1991eb;
  background-image: none;
}

.side-image {
  height: 550px;
  object-fit: cover;
  border-bottom: 3px solid #00ed6b;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 4px 4px 14px rgba(18, 27, 84, .57);
}

.heading-26 {
  color: #111212;
  margin-top: 18px;
  padding-right: 60px;
  font-family: Titillium Web, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.heading-27 {
  color: #052961;
  padding-right: 20px;
  font-family: Titillium Web, sans-serif;
  font-weight: 600;
  line-height: 26px;
}

.computer-image {
  width: 70vw;
  opacity: .75;
  margin-left: 0;
  position: absolute;
}

.computer-image-container {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

.margin-bottom-2 {
  color: #1991eb;
  margin-bottom: 40px;
}

.heading-28 {
  color: #121b54;
  font-family: Titillium Web, sans-serif;
  font-weight: 700;
  line-height: 48px;
}

.text-span-9 {
  font-weight: 600;
}

.padding {
  color: #100e34;
  background-color: rgba(255, 255, 255, .48);
  padding: 18px 20px;
}

.blog-thumbnail-container {
  border: 1px solid rgba(9, 31, 45, .1);
  border-radius: 8px;
  flex: 1;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.blog-thumbnail-container:hover {
  transform: translate(0, -5px);
}

.cardtxt {
  color: #23ce6b;
  text-transform: uppercase;
  font-family: Titillium Web, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.cardtxt-big {
  color: #052961;
  text-transform: uppercase;
  padding-top: 100px;
  padding-right: 60px;
  font-family: Titillium Web, sans-serif;
  font-size: 53px;
  font-weight: 900;
  line-height: 42px;
}

.block-2 {
  min-width: auto;
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.block-2.lg-50 {
  width: 50%;
  min-height: 400px;
  float: left;
  justify-content: center;
  padding: 80px;
  display: flex;
}

.block-2.lg-50.blue {
  max-height: 300px;
  min-height: 300px;
  background-color: rgba(25, 145, 235, .82);
}

.half-screen-content {
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.half-screen-content.centre-align {
  text-align: center;
  padding-left: 0;
  padding-right: 20px;
}

.heading-30, .heading-31 {
  color: #fff;
  font-family: Titillium Web, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.block-color {
  min-width: auto;
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.block-color.lg-50 {
  width: 50%;
  max-height: 300px;
  min-height: 300px;
  float: left;
  background-color: #052961;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  padding: 80px;
  display: flex;
}

.heading-mision {
  color: #fff;
  padding-right: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.section-14 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-14.bo-bottom-padding {
  padding-bottom: 0;
}

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

.heading-32 {
  padding-right: 20px;
  font-family: Titillium Web, sans-serif;
  line-height: 36px;
}

.heading-33 {
  color: #23ce6b;
  font-family: Titillium Web, sans-serif;
  font-weight: 900;
}

.bold-text-4 {
  color: #052961;
}

.preloader-curtain {
  width: 50%;
  height: 100%;
  background-color: #131313;
  position: relative;
}

.preloader-curtain.left._2 {
  background-color: rgba(9, 31, 45, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.preloader-curtain.right._2 {
  background-color: rgba(9, 31, 45, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

._w-preloader-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

._w-preloader {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(19, 19, 19, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-preloader {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-preloader-bar {
  width: 6em;
  height: .25em;
  background-color: #052961;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-text {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Titillium Web, sans-serif;
  font-weight: 700;
}

.c-preloader-content {
  z-index: 5;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45vh;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-preloader-curtain {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.preloader-bar-1 {
  width: 60%;
  height: 100%;
  background-color: #052961;
  border-radius: 1000px;
  justify-content: center;
  display: flex;
}

.c-preloader-title {
  margin-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
  overflow: hidden;
}

.preloader-bar-2 {
  width: 50%;
  height: 100%;
  background-color: #23ce6b;
}

.cardserv {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 160px;
  position: relative;
}

.hero-4-link-text:hover {
  color: #232931;
}

.drop-down-toggle.w--open {
  background-color: #fff;
  border-top-left-radius: 7px;
  border-top-right-radius: 8px;
}

.dropdown-list {
  min-width: 170%;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px 15px 15px 5px;
}

.dropdown-list.w--open {
  min-width: 180px;
  background-color: #fff;
  border-radius: 0 8px 8px;
  padding: 5px 0 15px;
}

.drop-down-link {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.drop-down-nav-link {
  color: #0b072a;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px 10px 25px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
}

.drop-down-nav-link:hover {
  color: #0b0b18;
  background-color: #f6f8fd;
}

.text-block-6 {
  color: #87add4;
  font-family: Titillium Web, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.icon-5 {
  color: #87add4;
}

.section-15 {
  height: 540px;
  background-color: #1991eb;
  justify-content: space-around;
  align-items: center;
  padding: 16px;
  display: flex;
}

.heading-34 {
  margin-top: auto;
  margin-bottom: auto;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.durcard {
  background-color: rgba(251, 254, 249, .8);
  border: 8px #000;
  border-radius: 8px;
  padding: 32px;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

.heromainslider {
  height: 80vh;
  margin: auto;
}

.slidermain {
  min-height: 80vh;
}

.containerslidetxt {
  flex-flow: column wrap;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  margin-top: 35vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slidecctv {
  background-image: url('../images/gbdt.png'), url('../images/bgcctv.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: fixed, scroll;
}

.slideaccess {
  background-image: url('../images/gbdt.png'), url('../images/bgacc.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: fixed, scroll;
}

.slideinc {
  background-image: url('../images/gbdt.png'), url('../images/bgvz.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: fixed, scroll;
}

.slidecable {
  background-image: url('../images/gbdt.png'), url('../images/bgcable.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: fixed, scroll;
}

.button-2 {
  color: #052961;
  text-transform: uppercase;
  background-color: #00ed6b;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 8px 32px;
  font-family: Titillium Web, sans-serif;
  font-weight: 700;
}

.slide-nav-7 {
  padding-bottom: 40px;
}

.acercamainslider {
  height: 80vh;
}

.slideab1 {
  background-image: url('../images/abbg.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
}

.slideab2 {
  background-image: url('../images/ab-bg2.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
}

.slideab3 {
  background-image: url('../images/bgab3.png');
  background-position: 100% 0;
  background-size: 110%;
}

.cctvmainslider {
  height: 80vh;
}

.slideacc1 {
  background-image: url('../images/acc4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slidecctv2 {
  background-image: url('../images/cctv1.png');
  background-position: 0 0;
  background-size: cover;
}

.slidecctv3 {
  background-image: url('../images/cctv2.png');
  background-position: 100%;
  background-size: cover;
}

.slidecctv4 {
  background-image: url('../images/cctv4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.accesomainslider {
  height: 80vh;
}

.slideacc2 {
  background-image: url('../images/acc2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slideacc3 {
  background-image: url('../images/ACC1.jpg');
  background-position: 100%;
  background-size: cover;
}

.slideacc4 {
  background-image: url('../images/acc3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cablemainslider {
  height: 80vh;
}

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

.slidecab2 {
  background-image: url('../images/CAB3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slidecab3 {
  background-image: url('../images/CAB2.jpg');
  background-position: 100%;
  background-size: cover;
}

.slidecab4 {
  background-image: url('../images/CAB1.jpg');
  background-position: 0 0;
  background-size: cover;
}

html.w-mod-js [data-ix="about-click"], html.w-mod-js [data-ix="contact-click"] {
  opacity: 0;
}

html.w-mod-js [data-ix="on-load-1"], html.w-mod-js [data-ix="on-load-2"] {
  opacity: 0;
  transform: translate(0, -60px);
}

html.w-mod-js [data-ix="on-load-3"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="slider-effect-2"], html.w-mod-js [data-ix="slider-effect-3"] {
  opacity: .4;
  transform: scale(.6);
}

html.w-mod-js [data-ix="load-1"] {
  opacity: 0;
  transform: translate(-100%);
}

html.w-mod-js [data-ix="load-2"] {
  opacity: 0;
  transform: scale(.1);
}

html.w-mod-js [data-ix="load-3"] {
  opacity: 0;
  transform: translate(100%);
}

@media screen and (max-width: 991px) {
  ._6-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._6-col._6-col-last {
    width: 100%;
  }

  .headline-6-col {
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._5-col, ._3-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w50-80-start {
    flex-direction: column;
  }

  .wrap.w50-spcbetween {
    flex-direction: column;
    justify-content: center;
  }

  .wrap.w50-80-center {
    text-align: center;
    flex-direction: column;
  }

  .wrap._w-custom.structure-menu-wrap {
    width: 100%;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap._w-custom.structure-nav {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap._w-custom.nav1-light {
    width: 100%;
    background-color: #fff;
    padding: 0;
    display: block;
  }

  .wrap._w-custom.nav1-dark {
    width: 100%;
    background-color: #111212;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .wrap._w-custom.hero1 {
    width: 700px;
  }

  .wrap._w-custom.hero3 {
    flex-direction: column;
    padding-top: 50px;
  }

  .wrap._w-custom.nav2-dark {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .wrap._w-custom.hero5 {
    height: auto;
    text-align: center;
    flex-direction: column;
    padding-top: 80px;
  }

  .wrap._w-custom.hero6 {
    text-align: center;
    flex-direction: column;
  }

  .wrap.w80-50-start, .wrap.w50-start {
    flex-direction: column;
  }

  .wrap.w80-spcbetween {
    flex-direction: column;
    justify-content: center;
  }

  .wrap.w80-50-center {
    text-align: center;
    flex-direction: column;
  }

  .wrap.w50-center {
    width: 822px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wrap.w50-80 {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .wrap.w80-50-center {
    text-align: center;
    flex-direction: column;
  }

  ._2-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  ._7-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .tagline.cards-lbl {
    text-align: center;
  }

  .btn.btn-white.blog2-card-cta {
    text-align: center;
    display: block;
    bottom: 20px;
    left: 30px;
  }

  .section-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .link-dark.navigation1-link-dark {
    margin-right: 0;
    padding: 20px;
  }

  .h1-jumbo {
    font-size: 42px;
    line-height: 42px;
  }

  .h1-jumbo.sliderh1 {
    font-size: 2.5em;
  }

  .headline-8-col {
    width: auto;
    text-align: center;
  }

  .text-16.text-16-60, .text-16.text-16-60-miss, .text-16.ctactv, .text-16.wh {
    width: 100%;
  }

  .h2-jumbo.cardtxt {
    text-align: center;
  }

  .headline-9-col {
    width: auto;
  }

  .link-light.navigation1-link-light {
    margin-right: 0;
    padding: 20px;
  }

  .structure-cards2-menu-btn {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 30px;
    padding: 0;
  }

  .structure-cards2-menu-btn:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .structure-cards2-menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 30px;
  }

  .nav1-wrap {
    background-color: #0e1c43;
    flex-direction: row;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .nav1-menu-wrapper {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    display: flex;
    box-shadow: 0 1px 3px rgba(17, 18, 18, .06);
  }

  .nav1-logo-wrapper {
    flex: none;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
    display: inline-block;
  }

  .nav1-menu-btn {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 30px;
    padding: 0;
  }

  .nav1-menu-btn:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav1-menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 30px;
  }

  .nav1-menu-wrapper-dark {
    background-color: #111212;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    display: flex;
  }

  .nav1-menu-icon {
    margin-bottom: 3px;
  }

  .hero1-headline-wrapper {
    width: 100%;
  }

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

  .decoline.decoline-dark.left-align-decoline-dark {
    margin-left: 0;
    margin-right: 0;
  }

  .content1-image.content1-image2 {
    background-position: 50% 62%;
  }

  .content1-items {
    flex-direction: column;
    margin-bottom: -30px;
  }

  .content1-item-description, .feature1-content {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .feature1-image1 {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
  }

  .feature1-image2 {
    display: none;
  }

  .feature2-wrap {
    text-align: center;
    flex-direction: column-reverse;
  }

  .feature2-image1 {
    border-radius: 8px;
  }

  .feature2-content {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .feature2-image2 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .team1-people-row {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .team1-person {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-right: 0;
    display: flex;
  }

  .team1-image {
    display: block;
  }

  .cta1-content {
    margin-bottom: 0;
  }

  .cta1-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer1 {
    text-align: center;
  }

  .content2-items {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content2-jumbonumber {
    font-size: 70px;
    line-height: 90px;
  }

  .content2-number-wrapper {
    width: 60%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero2-light-alt2 {
    background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4)), url('../images/hero2-woman-light.jpg');
    background-position: 0 0, 150%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 980px;
  }

  .testimonial2-logo-wrap {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial1-person-name {
    text-align: left;
  }

  .content3-text-wrap {
    text-align: center;
  }

  .content6-headline {
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .content5-headline-wrapper {
    text-align: center;
    padding-right: 0;
  }

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

  .content4-items {
    margin-bottom: 0;
  }

  ._6-col-last {
    width: auto;
  }

  .hero2-dark-alt2 {
    background-image: linear-gradient(rgba(17, 18, 18, .4), rgba(17, 18, 18, .4)), url('../images/hero2-woman-mob.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 587px;
  }

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

  .hero2-text-wrap {
    width: 100%;
    clear: none;
  }

  .content5-description {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 0;
  }

  .content6-pic.content6-image2 {
    margin-bottom: 0;
  }

  .testimonial2-col {
    flex-direction: row;
  }

  .content3-headline {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .content4-item {
    text-align: center;
    margin-bottom: 40px;
  }

  .hero2-dark {
    background-image: linear-gradient(rgba(17, 18, 18, .4), rgba(17, 18, 18, .4)), url('../images/header-2-landing.jpg');
    background-position: 0 0, -280px;
    background-repeat: repeat, no-repeat;
    background-size: auto, 940px;
  }

  .footer2-logo-wrapper {
    margin-bottom: 10px;
  }

  .testimonial1-item {
    width: 60%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .feature4-text-wrap {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .nav2-logo-wrapper {
    flex: none;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
    display: inline-block;
  }

  .blog1-article {
    text-align: center;
    margin-bottom: 20px;
  }

  .blog1-article.blog4-article-right-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .blog1-article.blog1-article-left-wrapper {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .navigation2 {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial4-tweet {
    width: 65%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonial4-small-tweets-wrap {
    flex-direction: column;
    align-items: center;
  }

  .feature5-row-wrap {
    flex-direction: column;
  }

  .testimonial4-big-tweets-wrap {
    flex-direction: column;
    align-items: center;
  }

  .blog1-article-cover {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog1-article-cover.blog1-article-cover-1 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .blog1-article-cover.blog1-article-cover-2 {
    margin-bottom: 30px;
  }

  .feature4-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }

  .nav1-menuicon {
    margin-bottom: 3px;
  }

  .hero3-text-wrapper {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .testimonial3-logo-wrapper {
    margin-bottom: 20px;
  }

  .feature4-image {
    margin: -20px auto;
    display: block;
  }

  .feature3-text-wrapper {
    padding-left: 0;
  }

  .content7-numbers-wrap {
    flex-direction: column;
    align-items: center;
  }

  .feature3-subitem-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .feature5-item-wrap {
    text-align: center;
    padding-right: 0;
  }

  .feature3-icon {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .blog1-articles-wrap {
    flex-direction: column;
  }

  .content7-number-card {
    text-align: center;
  }

  .hero3-image {
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav2-menu-wrapper-dark {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .cta3-item-wrap.cta3-recommended-option {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .footer3-bottom-links-wrapper {
    text-align: center;
    justify-content: center;
  }

  .footer3-logo-wrapper {
    justify-content: center;
  }

  .cta2 {
    width: 100%;
    text-align: center;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer3-links-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .form1-form-wrapper {
    width: 100%;
  }

  .cta3-options-wrapper {
    width: 100%;
    flex-direction: column;
  }

  .hero4-buttons-wrap {
    text-align: center;
  }

  .hero5-headline-wrap {
    text-align: center;
    padding-right: 0;
  }

  .hero5-image {
    margin-top: -10px;
    position: static;
  }

  .testimonial5-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonial5-content-wrap {
    flex-direction: column;
    margin-bottom: -30px;
  }

  .testimonial5-item-wrap {
    text-align: center;
  }

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

  .form2 {
    height: auto;
    flex-direction: column;
  }

  .form2-image-wrapper {
    height: 300px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    margin-right: 0;
  }

  .signup-account-link {
    text-align: left;
  }

  .form2-form-section-wrapper {
    margin-top: -20px;
    margin-bottom: -20px;
    padding: 40px;
  }

  .card-headline {
    width: 60%;
    max-width: 100%;
    display: block;
  }

  .card-headline._6col-card {
    width: 60%;
    display: block;
  }

  .blog5-article-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  .team2-profile-card {
    padding: 40px 40px 30px;
  }

  .blog4-articles-wrap {
    flex-direction: column;
    align-items: center;
  }

  .blog2-articles-wrap {
    flex-direction: column;
  }

  .blog3-card {
    text-align: left;
  }

  .blog3-card.blog3-card1-content {
    width: auto;
  }

  .blog2-article, .blog4-article-wrap {
    text-align: center;
    margin-bottom: 20px;
  }

  .blog5-articles-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .blog3-articles-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .hero6-headline-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .content9-item-wrap {
    text-align: center;
    padding-right: 0;
  }

  .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: 0;
    margin-bottom: 0;
  }

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

  .cta5-item-wrap {
    text-align: center;
    flex-direction: column;
    padding: 30px;
  }

  .cta5-option-headline {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .products1-content-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    display: flex;
  }

  .products1-price-wrap {
    justify-content: center;
  }

  .products1-actions-wrap {
    flex-direction: row;
  }

  .products2-items-wrap {
    text-align: center;
    flex-direction: column;
    margin-bottom: -30px;
  }

  .products2-description-wrap {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .products3-big-image-wrap {
    margin-bottom: 0;
  }

  .products3-content-wrap {
    padding-right: 0;
  }

  .products3-small-images-wrap {
    display: none;
  }

  .heading-10.darktxt {
    font-size: 5em;
  }

  .section-darkdark {
    padding-left: 0;
    padding-right: 0;
  }

  .sectores.sp {
    letter-spacing: -3px;
    font-size: 2.9em;
  }

  .landingidiom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-lightserv {
    padding-left: 0;
    padding-right: 0;
  }

  .d-29-profile-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .d-29-wrapper {
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
  }

  .d-29-card-wrapper {
    width: 100%;
  }

  .serv {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
  }

  .shareblog {
    margin-bottom: 2px;
  }

  .servblog {
    padding-left: 0;
    padding-right: 0;
  }

  .login-button.cta, .login-button.mini {
    display: block;
  }

  .burger-icon {
    color: #096ad0;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link-2 {
    color: #1991eb;
    text-align: center;
    background-color: #00ed6b;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 22px;
    display: block;
  }

  .nav-link-2.w--current {
    color: #121b54;
  }

  .nav-link-2.burger-nav {
    opacity: 1;
  }

  .menu-button-2 {
    color: #2e323c;
    display: block;
    position: relative;
  }

  .menu-button-2.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-bar {
    background-color: #052961;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-logo-2 {
    flex: 1;
  }

  .flex-horizontal-space-between {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .foot {
    padding-left: 25px;
    padding-right: 25px;
  }

  .flowbase-author {
    font-family: Titillium Web, sans-serif;
  }

  .flowbase-clone-button, .flowbase-title {
    font-family: Titillium Web, sans-serif;
    font-weight: 700;
  }

  .flowbase-tag {
    max-width: 610px;
    min-width: auto;
    margin-right: 15px;
    display: block;
  }

  .social {
    background-color: #100e34;
    padding-left: 25px;
    padding-right: 25px;
  }

  .dudas {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .dudas.full-screen {
    min-height: 800px;
  }

  .dudas.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.flex-horizontal.blue.padding {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row.align-centre {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .row.md-reverse-layout {
    flex-flow: column-reverse wrap;
  }

  .row.md-reverse-layout.md-centre-align {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .row.no-bottom-margins {
    margin-bottom: 0;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-6.md-4 {
    width: 100%;
  }

  .col.lg-1 {
    display: none;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-5.md-4 {
    width: 100%;
  }

  .col.lg-4 {
    width: 50%;
  }

  .card-body {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .heading-21 {
    text-align: center;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .margin-bottom {
    margin-bottom: 40px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .body {
    background-image: linear-gradient(to bottom, null, null), url('../images/Artboard-184x-100.jpg');
    background-position: 0 0, 100% 0;
    display: block;
  }

  .cont2 {
    opacity: 1;
    background-color: #00ed6b;
  }

  .container-5.cc-flex-h {
    flex-direction: column;
  }

  .col-left {
    padding-top: 0;
  }

  .block {
    top: 28%;
  }

  .col-right {
    align-self: stretch;
    margin-top: 24px;
  }

  .green-cctv {
    padding-left: 0;
    padding-right: 0;
  }

  .clientesintro {
    margin-top: 10%;
  }

  .logo-wrapper-2 {
    margin-top: 65px;
  }

  .cctvdudas {
    width: 645px;
  }

  .seection-11 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .content7-content-wrap {
    margin-top: 67px;
    margin-bottom: 67px;
  }

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

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

  .content8-grey-background {
    display: none;
    position: static;
  }

  .content8-content-wrap {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .swection-12 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content8-image {
    width: auto;
    min-height: 480px;
    margin-top: 0;
    margin-bottom: 36px;
    margin-right: 0;
    position: static;
  }

  .button-large {
    width: 100%;
  }

  .acceso.acceesos {
    padding-top: 60px;
  }

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

  .acctr {
    height: auto;
    min-height: 460px;
  }

  .section-dark-ctrl {
    padding-left: 0;
    padding-right: 0;
  }

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

  .ctv2 {
    width: auto;
    min-height: 480px;
    margin-top: 0;
    margin-bottom: 36px;
    margin-right: 0;
    position: static;
  }

  .ctrvcnmt {
    height: auto;
    min-height: 460px;
  }

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

  .cablecnt {
    height: auto;
    min-height: 460px;
  }

  .cablcnt {
    width: auto;
    min-height: 480px;
    margin-top: 0;
    margin-bottom: 36px;
    margin-right: 0;
    position: static;
  }

  .section-dark-ctv, .section-dark-cetrl-copy {
    padding-left: 0;
    padding-right: 0;
  }

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

  .acerca {
    padding-left: 0;
    padding-right: 0;
  }

  .burger-icon-2 {
    color: #00ed6b;
  }

  .container-6 {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-menu-2 {
    width: 100%;
    max-height: 100vh;
    background-color: #00ed6b;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .centred-logo-container {
    display: block;
  }

  .menu-button-3 {
    color: #2e323c;
    display: block;
    position: relative;
  }

  .menu-button-3.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    display: block;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .centred-logo {
    font-size: 16px;
  }

  .nav-logo-3 {
    flex: 1;
  }

  .side-image {
    width: 500px;
    height: 400px;
    margin-bottom: 40px;
  }

  .heading-26 {
    padding-right: 0;
  }

  .computer-image {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

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

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .cardtxt-big {
    font-size: 42px;
  }

  .block-2 {
    width: auto;
    min-height: auto;
    flex: 0 0 100%;
    align-self: stretch;
  }

  .block-2.lg-50.blue {
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .half-screen-content.centre-align {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-color {
    width: auto;
    min-height: auto;
    flex: 0 0 100%;
    align-self: stretch;
  }

  .block-color.lg-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-mision {
    padding-right: 0;
  }

  .section-14 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .phone-image {
    max-width: 82%;
  }

  .heading-32 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
  }

  .preloader-curtain.left._2, .preloader-curtain.right._2 {
    overflow: hidden;
  }

  ._w-preloader-content {
    display: flex;
    overflow: hidden;
  }

  .c-preloader {
    display: none;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .containerslidetxt {
    padding-left: 120px;
    padding-right: 120px;
  }

  .slidecctv {
    background-position: 12px;
    background-size: cover;
  }

  .slideaccess {
    background-position: 50%;
    background-size: cover;
  }

  .slideab1, .slideab2, .slideacc1 {
    background-position: 12px;
    background-size: cover;
  }

  .slidecctv2, .slideacc2 {
    background-position: 50%;
    background-size: cover;
  }

  .slidecab {
    background-position: 12px;
    background-size: cover;
  }

  .slidecab2 {
    background-position: 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  ._6-col {
    margin-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.w50 {
    width: auto;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    overflow: hidden;
  }

  .wrap._w-custom.structure-menu-wrap {
    width: auto;
    text-align: center;
    background-color: #1a1a1a;
    padding: 30px 0 10px;
  }

  .wrap._w-custom.structure-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap._w-custom.hero1 {
    width: 500px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .wrap.w50-center {
    width: 500px;
    margin-bottom: 1em;
  }

  .wrap.w50-80 {
    width: 500px;
    padding-top: 20px;
    padding-bottom: 50px;
    display: block;
  }

  .btn.btn-white.blog2-card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .text-14.text-14-60 {
    font-size: 1.5em;
    line-height: 1em;
  }

  .section-dark {
    width: auto;
  }

  .h1-jumbo {
    font-size: 48px;
    line-height: 1.1em;
  }

  .h1-jumbo.greensectionh1 {
    color: #00ed6b;
  }

  .h1-jumbo.sliderh1 {
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 2em;
    display: block;
  }

  .text-16.ctactv {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
  }

  .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 {
    text-align: center;
    background-color: #1a1a1a;
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .sections-menu-headline {
    margin-bottom: 16px;
  }

  .structure-cards-menu {
    height: 60px;
  }

  .structure-more-items {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .structure-cards2-menu-btn {
    margin-top: -4px;
    padding: 0;
  }

  .structure-cards2-menu-btn.w--open {
    margin-top: -4px;
  }

  .structure-link {
    margin-left: 30px;
  }

  .structure-link.structure-menu-link {
    color: rgba(255, 255, 255, .8);
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }

  .structure-project-menu {
    z-index: 9;
    text-align: left;
    overflow: scroll;
  }

  .structure-cards2-topbar-wrapper {
    z-index: 20;
    position: relative;
  }

  .structure-menu {
    z-index: 10;
  }

  .nav1-logo-wrapper {
    display: inline-block;
  }

  .nav1 {
    z-index: 10;
  }

  .nav1-menu-btn {
    margin-top: -4px;
    padding: 0;
  }

  .nav1-menu-btn.w--open {
    margin-top: -4px;
  }

  .cta1-content {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-around;
    align-self: center;
    align-items: center;
  }

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

  .content2-number-wrapper {
    width: 80%;
  }

  .hero2-light-alt2 {
    background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), url('../images/hero2-woman-light.jpg');
    background-position: 0 0, 100%;
  }

  .hero2-dark-alt2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/hero2-woman.jpg');
    background-position: 0 0, 50%;
  }

  .hero2-text-wrap {
    flex: 1;
    padding-left: 0;
    display: block;
  }

  .hero2-dark {
    background-image: linear-gradient(rgba(17, 18, 18, .4), rgba(17, 18, 18, .4)), url('../images/header-2-landing.jpg');
    background-position: 0 0, 100%;
  }

  .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 {
    width: 60%;
    display: block;
  }

  .blog2-article-cover.blog2-article-content1 {
    background-image: url('../images/rawpixel-589084-unsplash.jpg');
  }

  .team2-profile-card {
    padding: 30px 40px;
  }

  .cta4-headline-extrajumbo {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .home-footer-socicons-wrap {
    margin-top: 20px;
  }

  .heading-8 {
    font-size: 2em;
  }

  .heading-10.darktxt {
    font-size: 4em;
  }

  .heading-11 {
    font-size: 2em;
  }

  .section-lightserv {
    flex-direction: column;
    display: flex;
  }

  .d-29-profile-wrapper {
    width: auto;
  }

  .d-29-profile-wrapper.tr, .d-29-profile-wrapper.tre, .d-29-profile-wrapper.fou {
    flex: 1;
  }

  .d-29-wrapper {
    width: 100%;
  }

  .d-29-card-wrapper {
    width: auto;
  }

  .serv {
    font-size: 36px;
  }

  .blogwrap {
    width: 480px;
  }

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

  .nav-link-2 {
    color: #1991eb;
    background-color: rgba(0, 0, 0, 0);
    font-size: 22px;
  }

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

  .nav-link-2.w--current {
    color: #100e34;
    font-size: 22px;
  }

  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .nav-bar {
    background-color: #052961;
  }

  .flex-horizontal-space-between {
    flex-direction: row;
    justify-content: space-between;
  }

  .h5-footer, .text-block-15 {
    text-align: left;
  }

  .column-16 {
    align-items: flex-start;
  }

  .foot {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .flowbase-clone-button {
    margin-right: 15px;
  }

  .flowbase-tag {
    min-width: auto;
    margin-left: 15px;
  }

  .sit {
    text-align: left;
  }

  .social {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .dudas.full-screen {
    min-height: 600px;
  }

  .dudas.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .row {
    flex-wrap: wrap;
  }

  .row.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .col.lg-6 {
    width: 100%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.md-3.sm-2, .col.lg-5 {
    width: 100%;
  }

  .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-mask {
    width: 60%;
  }

  .margin-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .body {
    background-image: linear-gradient(rgba(255, 255, 255, .91), rgba(255, 255, 255, .91)), url('../images/Artboard-184x-100.jpg');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
    display: block;
  }

  .container-5 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-5.cc-flex-h {
    flex-direction: column;
  }

  .seection-10.cc-eno-padding-bottom {
    padding-top: 0;
  }

  .text_left {
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-right: 40px;
  }

  .block {
    margin-bottom: 40px;
  }

  .clientesintro {
    margin-top: 0%;
    margin-bottom: 10px;
  }

  .slider {
    height: auto;
  }

  .slide-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .slider-wrapper-4 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .logo-wrapper-2 {
    margin-top: 0;
  }

  .icon {
    color: #96abba;
  }

  .slide-nav-3 {
    position: relative;
  }

  .cctvdudas {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .seection-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .content7-content-wrap {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

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

  .content8-quote-wrap {
    padding-right: 0;
  }

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

  .swection-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content8-image {
    min-height: 400px;
    background-position: 50%;
    margin-bottom: 18px;
  }

  .gameactrlacc, .sectectv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ctv2 {
    min-height: 400px;
    background-position: 50%;
    margin-bottom: 18px;
  }

  .cablee {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cablcnt {
    min-height: 400px;
    background-position: 50%;
    margin-bottom: 18px;
  }

  .slidctrl {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .cablse {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    background-color: #00ed6b;
    flex-direction: column;
    display: flex;
  }

  .menu-button-3 {
    width: 56px;
    height: 56px;
    margin-right: 20px;
    font-family: Titillium Web, sans-serif;
  }

  .centred-logo {
    margin-left: 30px;
  }

  .button {
    font-size: 14px;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .cardtxt-big {
    font-size: 32px;
    line-height: 36px;
  }

  .block-2 {
    flex: 0 0 100%;
  }

  .block-2.lg-50 {
    width: 100%;
  }

  .block-2.lg-50.blue {
    max-height: 200px;
    min-height: 200px;
  }

  .half-screen-content.centre-align {
    padding-top: 61px;
    padding-left: 20px;
  }

  .block-color {
    flex: 0 0 100%;
  }

  .block-color.lg-50 {
    width: 100%;
    max-height: 220px;
    min-height: 220px;
  }

  .phone-image {
    max-width: 60%;
    border-bottom: 1px solid #096ad0;
    margin-bottom: 40px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .containerslidetxt {
    margin-top: 22vh;
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 479px) {
  .wrap.w50 {
    width: auto;
  }

  .wrap._w-custom.hero1 {
    width: 325px;
  }

  .wrap._w-custom.hero6 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap.w50-center {
    width: 100%;
    padding-bottom: 80px;
    padding-left: 5.5em;
    padding-right: 3.2em;
  }

  .wrap.w50-80 {
    width: 300px;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .btn.btn-white {
    display: block;
  }

  .btn.team3-left-button {
    margin-right: 0;
    display: block;
  }

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

  .h1-jumbo {
    font-size: 32px;
  }

  .h1-jumbo.greensectionh1 {
    font-size: 2.2em;
    line-height: 1em;
  }

  .h1-jumbo.white-text {
    text-align: center;
    letter-spacing: -2px;
    font-size: 1.7em;
    line-height: 1em;
  }

  .h1-jumbo.sliderh1 {
    letter-spacing: 1px;
    margin-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
    line-height: 33px;
  }

  .h1-jumbo.welcome {
    letter-spacing: 0;
    font-size: 22px;
  }

  .btn-big {
    text-align: center;
    padding: 14px 25px;
    display: block;
  }

  .btn-big.btn-white {
    display: block;
  }

  .text-16.ctactv {
    color: #100e34;
    font-weight: 700;
    line-height: 19px;
  }

  .h2-jumbo.hero6-headline.entrar {
    font-size: 1em;
  }

  .h2-jumbo.cardxx {
    letter-spacing: 0;
    font-size: 36px;
    line-height: 1em;
  }

  .hero1-image {
    width: 320px;
  }

  .cta1-wrap {
    align-items: stretch;
  }

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

  .hero2-light-alt2 {
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/hero2-woman-light.jpg');
    background-position: 0 0, 88%;
  }

  .hero2-dark-alt2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }

  .hero2-dark {
    background-image: linear-gradient(rgba(17, 18, 18, .4), rgba(17, 18, 18, .4)), url('../images/header-2-landing.jpg');
    background-position: 0 0, 80%;
  }

  .blog1-article.blog1-article-left-wrapper {
    margin-bottom: 30px;
  }

  .testimonial4-tweet {
    width: auto;
    max-width: none;
  }

  .hero3-firstbutton-wrap {
    margin-right: 0;
    display: block;
  }

  .landing3-logo.landing3-logo-mob {
    display: none;
  }

  .form1 {
    flex-direction: column;
    align-items: stretch;
  }

  .cta2 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta2.cta2-dark {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form1-input {
    height: 54px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .hero4-wrap {
    height: auto;
  }

  .hero4-first-button {
    margin-right: 0;
    display: block;
  }

  .signup-account-link {
    text-align: center;
  }

  .form2-buttons-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .team2-profile-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .team3-profile-card {
    padding: 30px;
  }

  .team3-buttons-wrap {
    width: 100%;
    text-align: center;
    display: block;
  }

  .hero6-buttons-wrap {
    margin-top: 30px;
  }

  .cta4-headline-extrajumbo {
    width: 100%;
  }

  .form3-input {
    height: 54px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .products1-actions-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .products3-option-wrap {
    text-align: left;
  }

  .heading-8 {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .heading-10.darktxt {
    letter-spacing: -3px;
    font-size: 2.3em;
  }

  .sectores.sp {
    letter-spacing: -3px;
    font-size: 2em;
  }

  .light {
    line-height: 24px;
  }

  .landingidiom {
    height: 720px;
    background-position: 100% 100%, 0 0;
    background-size: cover, auto;
  }

  .image-3 {
    max-width: 60%;
    display: block;
  }

  .d-29-profile-wrapper, .d-29-profile-wrapper.tr, .d-29-profile-wrapper.tre, .d-29-profile-wrapper.fou, .d-29-wrapper, .d-29-card-wrapper {
    width: auto;
  }

  .serv {
    text-align: center;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2.2em;
    line-height: 1.2em;
  }

  .photo-name-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .blogwrap {
    width: 280px;
  }

  .blogtxt {
    font-size: 12px;
    line-height: 16px;
  }

  .blogtxt.intro {
    font-size: 16px;
    line-height: 18px;
  }

  .servblog {
    display: none;
  }

  .login-button.cta, .login-button.mini {
    position: absolute;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-right: 0;
  }

  .nav-bar {
    width: auto;
    background-color: #052961;
    position: relative;
  }

  .flex-horizontal-space-between {
    align-items: center;
  }

  .h5-footer, .text-block-15 {
    color: #052961;
  }

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

  .column-16 {
    padding-top: 32px;
    padding-left: 20px;
  }

  .foot {
    padding-left: 18px;
    padding-right: 18px;
    overflow: hidden;
  }

  .column {
    align-items: center;
  }

  .h4 {
    text-align: center;
    align-self: center;
  }

  .flowbase-clone-button {
    flex-direction: column;
    align-items: center;
    margin-top: 19px;
    margin-right: auto;
    display: flex;
  }

  .flowbase-close-card {
    top: 0;
    bottom: auto;
    right: 0;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .flowbase-product-wrap {
    width: 200px;
    min-width: 200px;
    flex-flow: column wrap;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .flowbase-tag {
    width: 200px;
    min-width: 200px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .text-span-6 {
    color: #052961;
    text-align: center;
    font-size: 14px;
  }

  .link-2 {
    color: #052961;
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 28px;
  }

  .wrapper-3 {
    min-width: 320px;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
  }

  .portrait {
    width: 90%;
  }

  .div-block-13 {
    padding-bottom: 0;
    overflow: hidden;
  }

  .slider-3 {
    flex-flow: column;
    justify-content: space-around;
  }

  .background {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .social {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .brandsocial, .brandcontact {
    font-size: 30px;
  }

  .dudas {
    clear: none;
    object-fit: contain;
    flex-flow: column;
    align-items: stretch;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .row.flex-horizontal {
    flex-direction: row;
  }

  .row.align-centre {
    margin-left: auto;
    margin-right: auto;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-6 {
    width: 100%;
    align-items: flex-start;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.md-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg-4 {
    width: 100%;
  }

  .container-2 {
    max-width: 96%;
  }

  .carousel.is_contained {
    overflow: hidden;
  }

  .card-body {
    padding: 20px 10px;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._6, .carousel-slider._2, .carousel-slider._4, .carousel-slider._3, .carousel-slider._7, .carousel-slider._5 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }

  .section-7 {
    object-fit: contain;
    display: block;
    position: relative;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .heading-21 {
    font-size: 14px;
  }

  .wrapper-2 {
    width: auto;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .body {
    background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Artboard-184x-100.jpg');
    background-position: 0 0, 0 0, 100% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    flex-direction: column;
    align-items: stretch;
    display: flex;
    overflow: hidden;
  }

  .conocecard {
    font-size: 16px;
    font-weight: 600;
  }

  .cont2 {
    opacity: 1;
    background-color: #00ed6b;
  }

  .container-5 {
    padding-left: 28px;
    padding-right: 28px;
    overflow: visible;
  }

  .container-5.cc-flex-h {
    padding-top: 43px;
  }

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

  .text_left {
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 18px;
    overflow: visible;
  }

  .block {
    padding: 28px 32px 32px;
    font-size: 24px;
    top: 24%;
  }

  .block._2 {
    top: 24%;
  }

  .block._3 {
    top: 28%;
  }

  .block._1 {
    padding-left: 25px;
    padding-right: 25px;
    top: 20%;
  }

  .block._4 {
    top: 32%;
  }

  .heading-23 {
    padding-top: 0;
    padding-right: 60px;
    font-size: 32px;
    line-height: 29px;
  }

  .cctvsection {
    height: 600px;
  }

  .clientesintro {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }

  .slider {
    height: auto;
  }

  .slide-3 {
    background-color: rgba(0, 0, 0, 0);
  }

  .slider-wrapper-4 {
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-wrapper-2 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .seection-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content7-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content7-content-wrap {
    margin-bottom: 0;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content8-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .swection-12 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-large {
    font-size: 14px;
    line-height: 22px;
  }

  .text-span-8 {
    font-size: 46px;
    line-height: 40px;
  }

  .text-block-17 {
    font-size: 15px;
  }

  .gameactrlacc {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ctrlmaain {
    height: 600px;
  }

  .sectectv {
    padding-bottom: 31px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ctrvcnmt {
    background-position: 100%;
    background-size: cover;
  }

  .cablee {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slidctrl {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cablesect {
    height: 600px;
  }

  .cablse {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-6 {
    display: block;
  }

  .menu-button-3 {
    flex: 0 auto;
    margin-right: 0;
  }

  .menu-button-3.w--open {
    display: none;
  }

  .centred-logo {
    height: 95%;
    max-width: 95%;
  }

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

  .button {
    margin-top: 19px;
    padding: 6px 20px;
    font-size: 12px;
  }

  .side-image {
    height: 250px;
    margin-bottom: 20px;
  }

  .heading-26 {
    margin-top: 20px;
    padding-right: 0;
    line-height: 20px;
  }

  .heading-27 {
    padding-right: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .computer-image {
    width: 110%;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .cardtxt-big {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-right: 0;
    font-size: 48px;
  }

  .slide-nav-6 {
    font-size: 12px;
  }

  .block-2 {
    flex: 0 0 100%;
  }

  .block-2.lg-50 {
    padding: 40px;
  }

  .block-2.lg-50.blue {
    max-height: 320px;
    min-height: 320px;
  }

  .half-screen-content.centre-align {
    padding-top: 20px;
    padding-left: 10px;
  }

  .block-color {
    flex: 0 0 100%;
  }

  .block-color.lg-50 {
    max-height: 320px;
    min-height: 320px;
    padding: 40px;
  }

  .heading-mision {
    margin-top: 20px;
    padding-right: 0;
    font-size: 17px;
    line-height: 21px;
  }

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

  ._w-preloader {
    display: flex;
  }

  .c-preloader {
    flex-flow: column wrap;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .c-preloader-content {
    margin-left: auto;
    margin-right: auto;
  }

  .c-preloader-curtain {
    flex-flow: wrap;
    justify-content: space-around;
    display: flex;
  }

  .cardserv {
    padding-bottom: 0;
  }

  .section-15 {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: static;
  }

  .heading-34 {
    clear: none;
    object-fit: contain;
    flex-flow: wrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
    display: flex;
    position: static;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .heromainslider {
    object-fit: scale-down;
    flex-flow: row;
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
    display: flex;
    overflow: hidden;
  }

  .slidermain {
    flex-flow: wrap-reverse;
    align-content: space-around;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .containerslidetxt {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slidecctv {
    background-position: 25%;
    background-size: auto;
    background-attachment: scroll;
    position: static;
  }

  .slideaccess {
    object-fit: fill;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slideinc {
    background-image: url('../images/bgvz.jpg');
    background-position: 60%;
    background-size: cover;
  }

  .slidecable {
    background-image: url('../images/bgcable.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .button-2 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 10px;
  }

  .icon-6 {
    clear: left;
    margin-top: 462.312px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .icon-7 {
    margin-top: 462.312px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .acercamainslider {
    height: 55vh;
  }

  .slideab1, .slideab2 {
    background-position: 25%;
    background-size: cover;
  }

  .slideab3 {
    background-position: 60%;
    background-size: cover;
  }

  .cctvmainslider {
    height: 55vh;
  }

  .slideacc1 {
    background-position: 25%;
    background-size: cover;
  }

  .slidecctv2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slidecctv3 {
    background-position: 60%;
    background-size: cover;
  }

  .accesomainslider {
    height: 55vh;
  }

  .slideacc2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slideacc3 {
    background-position: 60%;
    background-size: cover;
  }

  .cablemainslider {
    height: 55vh;
  }

  .slidecab {
    background-position: 25%;
    background-size: cover;
  }

  .slidecab2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slidecab3 {
    background-position: 60%;
    background-size: cover;
  }

  .mask {
    clear: both;
    flex: 0 auto;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .right-arrow {
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }
}

#w-node-_89eaea99-a02f-6d22-b1ae-3e2443f47e7e-b6538be7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3a32eb74-315a-18f8-9b11-592ae778813c-ad2fb6f2 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_3a32eb74-315a-18f8-9b11-592ae7788142-ad2fb6f2 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fec-ad2fb6f2 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fed-ad2fb6f2 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_3a32eb74-315a-18f8-9b11-592ae778813c-8eb6710e {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_3a32eb74-315a-18f8-9b11-592ae7788142-8eb6710e {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fec-8eb6710e {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fed-8eb6710e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_3a32eb74-315a-18f8-9b11-592ae778813c-104e1559 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_3a32eb74-315a-18f8-9b11-592ae7788142-104e1559 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fec-104e1559 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fed-104e1559 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_3a32eb74-315a-18f8-9b11-592ae778813c-37a242c6 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_3a32eb74-315a-18f8-9b11-592ae7788142-37a242c6 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fec-37a242c6 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fed-37a242c6 {
  grid-area: 1 / 1 / 2 / 7;
}

@media screen and (max-width: 991px) {
  #w-node-_3a32eb74-315a-18f8-9b11-592ae778813c-ad2fb6f2 {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-_3a32eb74-315a-18f8-9b11-592ae7788142-ad2fb6f2 {
    grid-column-end: 6;
    align-self: stretch;
  }

  #w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fec-ad2fb6f2, #w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fed-ad2fb6f2 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_3a32eb74-315a-18f8-9b11-592ae778813c-8eb6710e {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-_3a32eb74-315a-18f8-9b11-592ae7788142-8eb6710e {
    grid-column-end: 6;
    align-self: stretch;
  }

  #w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fec-8eb6710e, #w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fed-8eb6710e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_3a32eb74-315a-18f8-9b11-592ae778813c-104e1559 {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-_3a32eb74-315a-18f8-9b11-592ae7788142-104e1559 {
    grid-column-end: 6;
    align-self: stretch;
  }

  #w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fec-104e1559, #w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fed-104e1559 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_3a32eb74-315a-18f8-9b11-592ae778813c-37a242c6 {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-_3a32eb74-315a-18f8-9b11-592ae7788142-37a242c6 {
    grid-column-end: 6;
    align-self: stretch;
  }

  #w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fec-37a242c6, #w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fed-37a242c6 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3a32eb74-315a-18f8-9b11-592ae778813c-ad2fb6f2, #w-node-_3a32eb74-315a-18f8-9b11-592ae7788142-ad2fb6f2, #w-node-_3a32eb74-315a-18f8-9b11-592ae778813c-8eb6710e, #w-node-_3a32eb74-315a-18f8-9b11-592ae7788142-8eb6710e, #w-node-_3a32eb74-315a-18f8-9b11-592ae778813c-104e1559, #w-node-_3a32eb74-315a-18f8-9b11-592ae7788142-104e1559, #w-node-_3a32eb74-315a-18f8-9b11-592ae778813c-37a242c6, #w-node-_3a32eb74-315a-18f8-9b11-592ae7788142-37a242c6 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a32eb74-315a-18f8-9b11-592ae778813c-ad2fb6f2, #w-node-_3a32eb74-315a-18f8-9b11-592ae7788142-ad2fb6f2, #w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fec-ad2fb6f2, #w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fed-ad2fb6f2, #w-node-_3a32eb74-315a-18f8-9b11-592ae778813c-8eb6710e, #w-node-_3a32eb74-315a-18f8-9b11-592ae7788142-8eb6710e, #w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fec-8eb6710e, #w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fed-8eb6710e, #w-node-_3a32eb74-315a-18f8-9b11-592ae778813c-104e1559, #w-node-_3a32eb74-315a-18f8-9b11-592ae7788142-104e1559, #w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fec-104e1559, #w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fed-104e1559, #w-node-_3a32eb74-315a-18f8-9b11-592ae778813c-37a242c6, #w-node-_3a32eb74-315a-18f8-9b11-592ae7788142-37a242c6, #w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fec-37a242c6, #w-node-_5d559bc7-1e79-51fa-8de9-e2746c438fed-37a242c6 {
    grid-column: span 4 / span 4;
  }
}


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