.body {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: Poppins, sans-serif;
}

.nav-link {
  overflow: auto;
  font-family: Poppins, sans-serif;
  text-align: center;
}

.nav-link-2 {
  font-family: Poppins, sans-serif;
  text-align: center;
}

.nav-link-3 {
  font-family: Poppins, sans-serif;
  text-align: center;
}

.image {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.nav-menu {
  overflow: auto;
  max-height: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 82.5px;
  padding-left: 82.5px;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link-4 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.image-2 {
  overflow: auto;
}

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

.home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 220px;
  padding-bottom: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #070000;
  background-image: url('../images/BckgrndTRKNT.png');
  background-position: 0px 0px;
  background-size: 100%;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.home.bg_ipad {
  background-color: #070000;
  background-size: cover;
}

.brand {
  padding: 0px 25px;
}

.container {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  max-width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-a {
  position: -webkit-sticky;
  position: sticky;
  display: inline-block;
  max-width: 50%;
  min-height: 460px;
  padding: 15px 50px 15px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-a.size_mobile {
  position: static;
  max-width: 50%;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  clear: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e9ff85;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  white-space: normal;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-link-5 {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-6 {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-7 {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 60px;
  background-color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.container_navbar {
  display: block;
  padding: 10px 0px 10px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading_us2 {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: lowercase;
  white-space: normal;
}

.heading_us2.h_mobile {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 75px;
  padding-bottom: 75px;
  color: #fff;
  font-size: 56px;
  text-shadow: 4px 7px 9px rgba(7, 7, 7, 0.36);
}

.heading_us2.h_mobile.txt_mobile_clipping.brandheading {
  font-weight: 700;
  text-transform: uppercase;
}

.image-3 {
  display: block;
}

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

.nav-link-1 {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: snow;
  font-size: 16px;
  text-transform: uppercase;
}

.nav-link-1.nav_link_mobile {
  overflow: visible;
}

.nav-link-1.nav_link_mobile.w--current {
  color: #fff;
}

.text-block {
  position: static;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  text-align: center;
}

.container-b {
  position: -webkit-sticky;
  position: sticky;
  display: inline-block;
  max-width: 50%;
  padding: 15px 115px 15px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-b.horizontal {
  padding: 0px 70px 0px 50px;
}

.container-b.horizontal.size {
  position: absolute;
  min-height: 460px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #535353;
}

.container-b.horizontal.size.text_colour {
  position: static;
  max-height: none;
  min-height: 0px;
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #353838;
  color: #fff;
}

.paragraph_intro_effect {
  position: static;
  z-index: 1;
  margin-bottom: 0px;
  color: #e9e8e8;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph_intro_effect.text {
  position: relative;
  z-index: 10;
  font-family: Poppins, sans-serif;
  line-height: 24px;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
}

.paragraph_intro_effect.text_bg1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  font-family: Poppins, sans-serif;
  color: #e0dfd3;
  line-height: 24px;
  font-weight: 300;
}

.paragraph_intro_effect.text_bg2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  -webkit-filter: brightness(200%) blur(3px);
  filter: brightness(200%) blur(3px);
}

.image-4 {
  display: inline-block;
  text-align: left;
}

.container-5 {
  position: absolute;
}

.container-6 {
  position: absolute;
}

.container-7 {
  position: absolute;
}

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

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

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-c {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  text-align: left;
}

.text-block-2 {
  position: static;
}

.section-2 {
  display: inline-block;
}

.nuestro_serviciomobile {
  position: static;
  display: none;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7f785;
}

.nuestro_serviciomobile.container_padding {
  padding-top: 0px;
}

.text-block-4 {
  position: static;
}

.image-5 {
  display: block;
}

.image-6 {
  display: inline-block;
  float: none;
}

.image-7 {
  display: block;
  margin-left: 0px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column.a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  clear: both;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-8.tw {
  display: none;
}

.image-8.fb {
  display: none;
}

.text-block-5 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.container_socialmedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

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

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

.image-11 {
  position: relative;
  display: block;
  padding-right: 0px;
  float: right;
  clear: none;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-10.container_padding {
  display: block;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-5 {
  display: block;
  max-width: 60%;
  padding: 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  margin-top: 0px;
  padding-left: 0px;
  letter-spacing: 2px;
}

.heading-2.h2_mobile {
  color: #e6ebf4;
}

.text-block-6 {
  padding-left: 0px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}

.text-block-6.h2_mobile {
  color: #e6ebf4;
}

.div-block-6 {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #e6ebf4;
}

.paragraph_slider {
  display: block;
  max-width: 40%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph_slider.spacing {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 50%;
  padding: 40px 117px 40px 27px;
}

.paragraph_slider.spacing.mobile {
  position: fixed;
  display: block;
  max-width: 50%;
  margin-top: 40px;
  margin-right: 60px;
  margin-left: 0px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: hsla(0, 0%, 100%, 0.26);
  box-shadow: 1px 1px 3px -2px #5f5e5e;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #e6ebf4;
  font-size: 18px;
  font-weight: 300;
}

.container_slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container_slide.container_padding {
  padding-right: 115px;
}

.slider {
  display: block;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider.mobile {
  min-height: 450px;
  background-image: url('../images/sectionBG.png');
  background-position: 0px 0px;
  background-size: 100%;
}

.slider.mobile.bg-size.bg_size_mob {
  position: relative;
  display: block;
  min-height: 450px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 86.7%, 0);
  background-image: url('../images/back222.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  margin-bottom: 0px;
}

.container-12 {
  padding-top: 1px;
}

.section-5 {
  margin-top: 0px;
  padding-left: 60px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.paragraph-4 {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
}

.paragraph-4._4-1 {
  padding-top: 40px;
  padding-bottom: 0px;
}

.nuestro_servicio2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-right: 140px;
  padding-left: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nuestro_servicio2.ns2_mobile {
  display: none;
}

.paragraph-5 {
  margin-bottom: 0px;
}

.paragraph-5.bodytxtsize {
  font-size: 18px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.container-13 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.container_home {
  color: #fff;
}

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

.container_padding {
  padding: 40px 0px;
}

.container_padding.intro_ipad {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mask {
  position: relative;
  padding-bottom: 0px;
}

.conocenos_mobile {
  padding-right: 60px;
  padding-left: 0px;
}

.conocenos_mobile.container_padding {
  padding-right: 0px;
}

.conocenos_mobile.container_padding.cp_mobile {
  display: none;
  padding: 100px 50px 100px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7e9ec;
}

.heading-8 {
  padding-left: 0px;
  text-align: center;
}

.columns {
  margin-left: 0px;
  padding-right: 60px;
  padding-left: 60px;
}

.columns.container_padding {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-2 {
  margin-right: 40px;
  padding-left: 40px;
}

.columns-2.container_padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #292929;
}

.icon-2 {
  background-color: transparent;
  color: #ece8e8;
}

.icon-3 {
  color: #fff;
}

.div-block_paragraph {
  display: inline;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 498px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tb_padding {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.heading_centre {
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.paragraph0-1 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 300;
  text-align: left;
}

.paragraph0-1.ipad {
  padding-right: 0px;
  font-size: 24px;
  text-align: left;
}

.nav-menu-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.intro {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #80e0c8;
}

.div-block-7 {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

.paragraph {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-right: 220px;
  padding-left: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.paragraph.pc3 {
  padding-right: 100px;
  font-size: 18px;
  font-weight: 300;
}

.paragraph.bold-text {
  padding-right: 0px;
  padding-left: 0px;
  color: #141414;
}

.paragraph.light_bg {
  padding-right: 40px;
  padding-left: 0px;
  color: #383737;
}

.container-padding {
  padding: 40px 0px;
  background-color: transparent;
}

.container-padding.intro_ipad {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.preguntas_frecuentes.container_padding {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #80e0c8;
}

.tu_solucion {
  padding-bottom: 20px;
  background-color: #333;
}

.heading_centre_slider {
  margin-top: 20px;
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.93);
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: lowercase;
}

.bold-text {
  font-weight: 600;
}

.contacto {
  border: 1px solid transparent;
  background-color: #fffeff;
}

.contacto.symbol_servicios {
  background-color: #fff;
}

.footer_brandname {
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  color: #fffdfd;
  font-size: 16px;
  font-weight: 500;
}

.tb_padding_footer {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.boldtext_footer {
  color: #b1b636;
  text-decoration: underline;
}

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

.text-block-9.mobile {
  font-size: 24px;
  font-weight: 200;
  text-align: center;
}

.heading_pf {
  margin-top: 40px;
  color: #fff;
  font-weight: 300;
}

.heading_pf.h2_mobile2 {
  color: #636363;
}

.heading_us_mobile {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 50px;
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.heading_us_mobile.h_mobile {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 75px;
  padding-bottom: 75px;
  color: #fff;
  font-size: 56px;
  text-shadow: 4px 7px 9px rgba(7, 7, 7, 0.36);
}

.heading_us_mobile.light_bg {
  padding-left: 0px;
  color: #383737;
}

.text-field {
  margin-bottom: 20px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0px;
  background-color: rgba(178, 183, 53, 0);
  color: #b1b636;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
}

.field-label {
  margin-bottom: 0px;
  text-align: center;
}

.field-label-2 {
  padding-top: 20px;
  text-align: center;
}

.text-field-2 {
  min-height: 105px;
  border-style: solid;
  border-width: 1px;
  border-color: #b1b636;
  border-radius: 0px;
  background-color: #ececec;
}

.submit-button {
  border-style: solid;
  border-width: 2px;
  border-color: #babf44;
  border-radius: 0px;
  background-color: #fff;
  color: #b1b636;
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tb_padding_right {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.list {
  list-style-type: none;
}

.tab4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(79, 141, 115, 0.08);
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.columns-3 {
  padding-right: 40px;
  padding-left: 40px;
}

.column-2 {
  display: block;
  margin-top: 0px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text_answer1 {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fefefe;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.text_answer3 {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fefefe;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.text_answer4 {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fefefe;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.text_answer5 {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fefefe;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.tabs-content {
  display: block;
  max-width: 35%;
  min-width: 35%;
  margin-left: 50px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 40px 5px 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tabs.ipad_sizing {
  padding-right: 60px;
  padding-left: 60px;
}

.tab1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(79, 141, 115, 0.08);
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(79, 141, 115, 0.08);
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab2.w--current:active {
  background-color: #85f5cc;
}

.tab2.w--current:visited {
  background-color: #85f5cc;
}

.tab3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(79, 141, 115, 0.08);
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tabs-menu {
  max-width: 60%;
  min-width: 60%;
}

.tab5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(79, 141, 115, 0.08);
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(79, 141, 115, 0.08);
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text_answer6 {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fefefe;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.text_answer2 {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fefefe;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.button {
  display: inline-block;
  margin-top: 30px;
  padding-top: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #eef62c;
  border-radius: 0px;
  background-color: rgba(94, 94, 94, 0.44);
  color: #fff;
  text-align: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-16 {
  padding-top: 40px;
}

.tabs-2 {
  display: block;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f0eaea;
}

.servicios {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #f1ebeb;
  color: #000;
}

.servicios_h {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  text-align: center;
}

.body-2 {
  font-family: Poppins, sans-serif;
}

.tab-link {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 370px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0%;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.03);
}

.tab-link.w--current {
  width: 30%;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 15%;
  padding-bottom: 9px;
  background-color: rgba(0, 0, 0, 0.03);
}

.tab-link._2 {
  padding-top: 0px;
  background-image: url('../images/Copia-de-BGT.Draft-6.gif');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-link._3 {
  padding-top: 0px;
  background-image: url('../images/Copia-de-BGT.Draft.gif');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-link._3.w--current {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.tab-link._1 {
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Copia-de-BGT.Draft-8.gif');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-link-tab-3 {
  width: 33.33%;
}

.tab-link-tab-2 {
  width: 33.33%;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f7f7f7;
  text-align: center;
}

.text-block-10 {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
  font-size: 23px;
  text-align: center;
}

.text-block-11 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #000;
  font-size: 23px;
  text-align: center;
}

.text-block-12 {
  display: block;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #000;
  font-size: 23px;
  text-align: center;
}

.bold-text-2 {
  text-decoration: none;
}

.div-block-9 {
  display: block;
  height: 0px;
}

.container-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-12 {
  display: block;
  width: 500px;
}

.paragraph_a {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-right: 220px;
  padding-left: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.paragraph_a.pc3 {
  font-size: 18px;
  font-weight: 300;
}

.paragraph_a.bold-text {
  color: #141414;
}

.paragraph_a.light_bg {
  padding-right: 100px;
  padding-left: 140px;
  color: #383737;
  font-size: 24px;
  line-height: 26px;
}

.paragraph_a.light_bg.pa_mobile {
  display: block;
}

.heading_conocenos {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 50px;
  opacity: 1;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.heading_conocenos.h_mobile {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 75px;
  padding-bottom: 75px;
  color: #fff;
  font-size: 56px;
  text-shadow: 4px 7px 9px rgba(7, 7, 7, 0.36);
}

.heading_conocenos.light_bg {
  padding-left: 140px;
  color: #383737;
}

.paragraph_amobile {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-right: 220px;
  padding-left: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.paragraph_amobile.pc3 {
  font-size: 18px;
  font-weight: 300;
}

.paragraph_amobile.bold-text {
  color: #141414;
}

.paragraph_amobile.light_bg {
  padding-right: 100px;
  padding-left: 140px;
  color: #383737;
  font-size: 24px;
  line-height: 26px;
}

.paragraph_amobile.light_bg.pa_mobile {
  display: none;
}

.paragraph_mobile {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-right: 220px;
  padding-left: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.paragraph_mobile.pc3 {
  padding-right: 100px;
  font-size: 18px;
  font-weight: 300;
}

.paragraph_mobile.bold-text {
  color: #141414;
}

.paragraph_mobile.light_bg {
  display: none;
  padding-right: 100px;
  padding-left: 0px;
  color: #383737;
}

.paragraph2_mobile {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-right: 220px;
  padding-left: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.paragraph2_mobile.pc3 {
  display: none;
  padding-right: 100px;
  font-size: 18px;
  font-weight: 300;
}

.paragraph2_mobile.pc3.mobiletxtclour {
  display: none;
}

.paragraph2_mobile.bold-text {
  color: #141414;
}

.paragraph2_mobile.light_bg {
  padding-right: 100px;
  padding-left: 0px;
  color: #383737;
}

.div-block-5_mobile {
  display: block;
  max-width: 60%;
  padding: 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5_mobile.db5_mobile {
  display: none;
}

.conocenos_div.divtypeeffect {
  display: none;
}

.paragraph_mobileb {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-right: 220px;
  padding-left: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.paragraph_mobileb.pc3 {
  padding-right: 100px;
  font-size: 18px;
  font-weight: 300;
}

.paragraph_mobileb.bold-text {
  color: #141414;
}

.paragraph_mobileb.light_bg {
  display: none;
  padding-right: 100px;
  padding-left: 0px;
  color: #383737;
}

.text-block_mobile {
  display: none;
}

.italic-text {
  line-height: 14px;
  font-style: normal;
}

.link {
  font-size: 14px;
  text-decoration: none;
}

.paragraph_serv2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 20px;
  background-color: transparent;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.tabs-content-2 {
  width: 100%;
}

.tab-pane-tab-1 {
  background-color: #a8c4ec;
}

.paragraph_serv1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 20px;
  background-color: transparent;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.tab-pane-tab-2 {
  background-color: #73c461;
}

.paragraph_serv3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 20px;
  background-color: transparent;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.tab-pane-tab-3 {
  background-color: #eef55b;
}

.navbar-4 {
  min-height: 60px;
}

.navbar-5 {
  background-color: #000;
}

.link-block {
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.link-block_nonunderlined {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 16px;
  text-decoration: none;
}

.section_ap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section_ap.ap_margin {
  background-image: url('../images/jean-philippe-delberghe-75xPHEQBmvA-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-9 {
  font-family: Poppins, sans-serif;
}

.text-block-14 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading_ap {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.text-block-14-copy {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block_ap {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 50px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 40px;
  margin-left: 40px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
  text-align: center;
}

.div-block_slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-2 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.icon-4 {
  color: #000;
}

.icon-5 {
  color: #000;
}

.navbar-6 {
  background-color: #000;
}

.ustabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 300px;
  margin: 60px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  background-color: rgba(56, 56, 56, 0.51);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.ustabs.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 0px;
  text-align: center;
}

.us_tabs {
  margin-top: 0px;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sergey-zolkin-_UeY8aTI6d0-unsplash.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.paragraphformat {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(243, 240, 240, 0);
  font-size: 18px;
  text-align: center;
}

.us_tabspane {
  padding: 40px 60px;
}

.tabs-content-3 {
  background-color: transparent;
}

.text-span {
  text-align: left;
}

.paragraphformat2 {
  display: block;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
}

.columleft {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columleft.a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columnright {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columnright.a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns_goldpartner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns_goldpartner.cgp_sizing {
  background-image: url('../images/jean-philippe-delberghe-75xPHEQBmvA-unsplash.jpg');
  background-position: 100% 0%;
  background-size: cover;
}

.paragraph-7 {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 29px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3.img13ipad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.text-block_link {
  display: block;
  color: #fff;
}

.text-block_link.text_answer5 {
  margin-bottom: 31px;
  color: #fff;
  font-size: 0px;
  line-height: 0px;
  text-align: center;
  white-space: normal;
}

.column-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 0.47);
}

.text-block-15 {
  font-size: 24px;
}

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

.text-block-17 {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .home.bg_ipad {
    background-size: auto 100%;
  }

  .container-a {
    position: -webkit-sticky;
    position: sticky;
    max-width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
  }

  .container-a.size_mobile {
    position: static;
    min-height: 649px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container_navbar {
    padding-left: 0px;
  }

  .heading_us2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading_us2.h_mobile {
    display: block;
    font-size: 40px;
  }

  .nav-link-1.nav_link_mobile {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .icon {
    color: #fff;
  }

  .container-b {
    padding-top: 40px;
    padding-right: 60px;
    padding-bottom: 40px;
  }

  .container-b.horizontal {
    position: absolute;
    min-height: 668px;
  }

  .container-b.horizontal.size {
    min-height: 588px;
  }

  .container-b.horizontal.size.text_colour {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    display: inline-block;
    min-height: 649px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nuestro_serviciomobile {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-11 {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .container-10.container_padding.mobile {
    padding-left: 0px;
  }

  .container-10.container_padding.ipad {
    padding-left: 0px;
  }

  .container-10.container_padding.ipad.mobile {
    padding-bottom: 80px;
  }

  .div-block-5 {
    display: block;
    padding-right: 0px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-5.db5_mobile {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .heading-2.h2_mobile {
    margin-left: -50px;
  }

  .text-block-6.h2_mobile {
    margin-left: -50px;
    padding-left: 0px;
  }

  .div-block-6 {
    margin-top: 40px;
    margin-left: 70px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .paragraph_slider.spacing.mobile {
    max-width: 50%;
    margin-left: 14px;
    padding: 10px;
    font-size: 18px;
  }

  .slider {
    padding-top: 7px;
  }

  .slider.mobile.bg-size {
    background-size: 100% 100%;
  }

  .nuestro_servicio2 {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nuestro_servicio2.ns2_mobile {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .container_padding {
    display: block;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 60px;
  }

  .conocenos_mobile {
    position: static;
    max-width: 100%;
    padding-right: 0px;
  }

  .conocenos_mobile.container_padding {
    padding-left: 0px;
  }

  .slide-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .paragraph0-1 {
    line-height: 30px;
    letter-spacing: 1px;
  }

  .paragraph0-1.ipad {
    margin-bottom: 0px;
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .nav-menu-2 {
    background-color: #000;
    color: rgba(0, 0, 0, 0.21);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .nav-menu-2.navbar_ipad {
    position: absolute;
  }

  .menu-button {
    background-color: rgba(42, 42, 42, 0.03);
  }

  .menu-button.w--open {
    background-color: rgba(42, 42, 42, 0);
  }

  .paragraph {
    padding: 20px 20px 0px;
  }

  .paragraph.pc3 {
    padding-top: 59px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph.light_bg {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container-padding {
    display: block;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 10px;
  }

  .preguntas_frecuentes.container_padding {
    padding-left: 40px;
  }

  .heading_us_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading_us_mobile.h_mobile {
    display: block;
    font-size: 40px;
  }

  .heading_us_mobile.light_bg {
    padding-left: 20px;
  }

  .tabs-content {
    margin-left: 40px;
  }

  .tabs.ipad_sizing {
    padding-left: 0px;
  }

  .tabs-2 {
    padding-top: 0px;
  }

  .servicios.serv_margin {
    padding-top: 60px;
  }

  .image-12.mobile_img12 {
    width: 400px;
  }

  .paragraph_a {
    padding: 20px 20px 0px;
  }

  .paragraph_a.pc3 {
    padding-top: 59px;
  }

  .paragraph_a.light_bg.pa_mobile {
    padding-right: 40px;
    padding-left: 50px;
  }

  .heading_conocenos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading_conocenos.h_mobile {
    display: block;
    font-size: 40px;
  }

  .heading_conocenos.light_bg.mobile {
    padding-left: 50px;
  }

  .heading_conocenos.light_bg.h_mobile {
    padding-top: 0px;
    padding-left: 50px;
  }

  .paragraph_amobile {
    padding: 20px 20px 0px;
  }

  .paragraph_amobile.pc3 {
    padding-top: 59px;
  }

  .paragraph_amobile.light_bg.pa_mobile {
    padding-right: 40px;
    padding-left: 50px;
  }

  .paragraph_mobile {
    padding: 20px 20px 0px;
  }

  .paragraph_mobile.pc3 {
    padding-top: 59px;
  }

  .paragraph_mobile.light_bg {
    padding-left: 20px;
  }

  .paragraph2_mobile {
    padding: 20px 20px 0px;
  }

  .paragraph2_mobile.pc3 {
    padding-top: 59px;
  }

  .paragraph2_mobile.light_bg {
    padding-left: 20px;
  }

  .div-block-5_mobile {
    display: block;
    padding-right: 0px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-5_mobile.db5_mobile {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .paragraph_mobileb {
    padding: 20px 20px 0px;
  }

  .paragraph_mobileb.pc3 {
    padding-top: 59px;
  }

  .paragraph_mobileb.light_bg {
    padding-left: 20px;
  }

  .text-block_mobile {
    display: none;
  }

  .columleft.cl_ipad {
    padding-right: 0px;
  }

  .columnright.cr_ipad {
    padding-left: 0px;
  }

  .paragraph-7 {
    width: 100%;
    margin-left: 65px;
  }

  .paragraph-7.sizing_horizontal.txtsize_mobile {
    margin-right: 10px;
    margin-left: 10px;
  }

  .column-3 {
    padding-left: 0px;
  }

  .column-3.img13ipad {
    padding-right: 20px;
    padding-left: 0px;
  }

  .text-block_link {
    display: none;
  }

  .text-block_link.text_answer5 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .container-a {
    position: static;
    max-width: none;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .container-a.size_mobile {
    max-width: 100%;
    min-height: 0px;
  }

  .navbar-3 {
    position: fixed;
  }

  .container_navbar {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: #000;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .nav-link-1 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .nav-link-1.touch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-link-1.nav_link_ipad {
    padding-right: 40px;
    padding-left: 40px;
  }

  .nav-link-1.excep {
    padding-left: 20px;
  }

  .nav-link-1.nav_link_mobile {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-b {
    position: static;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
  }

  .container-b.horizontal {
    position: static;
    max-width: 100%;
    min-height: auto;
  }

  .container-b.horizontal.size {
    min-height: 0px;
  }

  .container-b.horizontal.size.text_colour {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    min-height: 0px;
  }

  .section-2 {
    display: block;
  }

  .nuestro_serviciomobile {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .column {
    padding-top: 40px;
  }

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

  .container-10.container_padding.mobile {
    padding-left: 0px;
  }

  .container-10.container_padding.ipad {
    padding-left: 0px;
  }

  .div-block-5 {
    max-width: 100%;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .div-block-5.db5_mobile {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-2.h2_mobile {
    margin-left: 10px;
    color: #e6ebf4;
  }

  .text-block-6.h2_mobile {
    margin-left: 10px;
    color: #e6ebf4;
  }

  .div-block-6 {
    margin-top: 60px;
    margin-left: 10px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .paragraph_slider {
    display: block;
    max-width: 59%;
    padding-right: 0px;
    padding-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .paragraph_slider.spacing {
    padding: 30px 73px 0px 20px;
  }

  .paragraph_slider.spacing.mobile {
    margin-top: 60px;
    margin-right: 50px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: rgba(148, 146, 146, 0.6);
    color: #e6ebf4;
    font-size: 16px;
  }

  .container_slide.container_padding {
    padding-top: 30px;
    padding-right: 70px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .slider.mobile.bg-size.bg_size_mob {
    padding-top: 0px;
    background-position: 50% 50%;
    background-size: 150% 100%;
  }

  .section-4.container_padding {
    max-height: none;
  }

  .container_padding.intro_ipad {
    padding-right: 20px;
    padding-left: 20px;
  }

  .conocenos_mobile {
    max-width: none;
  }

  .conocenos_mobile.container_padding.cp_mobile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .columns.container_padding {
    padding-left: 0px;
  }

  .columns-2.container_padding {
    padding-left: 0px;
  }

  .slide-nav {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .icon-2 {
    margin-left: 10px;
  }

  .icon-3 {
    margin-right: 10px;
  }

  .container-15 {
    background-color: #333;
  }

  .paragraph0-1 {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
  }

  .nav-menu-2 {
    position: absolute;
    display: block;
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    opacity: 1;
    color: transparent;
  }

  .paragraph.pc3 {
    position: static;
    display: block;
  }

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

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

  .preguntas_frecuentes.container_padding {
    padding-left: 20px;
  }

  .tu_solucion {
    background-color: #333;
  }

  .tb_padding_footer {
    font-size: 12px;
  }

  .heading_pf.h2_mobile2 {
    padding-left: 0px;
    background-color: transparent;
    color: #636363;
    text-align: center;
  }

  .heading_us_mobile.light_bg {
    padding-right: 40px;
    padding-left: 40px;
  }

  .tabs-content.horizontal_sizing {
    max-width: 45%;
    min-width: 45%;
    margin-left: 20px;
  }

  .tabs.ipad_sizing.horizontal_sizing {
    padding-right: 20px;
  }

  .tabs-menu {
    max-width: 50%;
    min-width: 50%;
  }

  .container-16 {
    padding-top: 40px;
  }

  .servicios.serv_margin {
    margin-top: 0px;
    padding-top: 60px;
  }

  .tab-link._2 {
    height: 220px;
  }

  .tab-link._3 {
    height: 220px;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .tab-link._1 {
    width: 30%;
    height: 220px;
  }

  .tabs-menu-2.tabsmenu_directionmobile {
    padding-bottom: 20px;
  }

  .text-block-10.fontsize_horizontal {
    font-size: 18px;
  }

  .text-block-11.fontsize_horizontal {
    font-size: 18px;
  }

  .text-block-12.fontsize_horizontal {
    font-size: 18px;
  }

  .container-17.c17_horizontal {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .image-12.mobile_img12 {
    display: none;
  }

  .paragraph_a.pc3 {
    position: static;
    display: block;
  }

  .paragraph_amobile.pc3 {
    position: static;
    display: block;
  }

  .paragraph_mobile.pc3 {
    position: static;
    display: block;
  }

  .paragraph2_mobile.pc3 {
    position: static;
    display: none;
  }

  .div-block-5_mobile {
    max-width: 100%;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .div-block-5_mobile.db5_mobile {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph_mobileb.pc3 {
    position: static;
    display: block;
  }

  .text-block_mobile {
    display: none;
  }

  .section_ap.ap_margin {
    margin-top: 69px;
  }

  .slider-2 {
    display: block;
    width: 100%;
  }

  .div-block_slider {
    width: auto;
  }

  .columnright.cr_ipad {
    padding-top: 40px;
  }

  .columns_goldpartner.cgp_sizing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .paragraph-7.sizing_horizontal {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-7.sizing_horizontal.txtsize_mobile {
    margin-top: 0px;
    color: snow;
  }

  .column-3.img13ipad {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.15);
  }

  .text-block_link {
    display: none;
  }

  .solucion_mobile {
    background-color: #333;
  }

  .column-4 {
    padding-right: 20px;
    background-color: rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-family: Poppins, sans-serif;
  }

  .image {
    display: block;
    padding-top: 5px;
  }

  .home {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #173b3d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-clip: padding-box;
    -webkit-text-fill-color: inherit;
  }

  .home.bg_ipad {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0e1e1f;
    background-image: none;
  }

  .container-a {
    position: -webkit-sticky;
    position: sticky;
    padding: 20px;
  }

  .container-a.size_mobile {
    position: static;
    display: block;
    height: 500px;
    max-height: none;
    min-height: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container_navbar {
    position: relative;
    padding-right: 10px;
  }

  .heading_us2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading_us2.h_mobile {
    padding: 0px 40px;
    text-align: left;
    text-shadow: none;
  }

  .heading_us2.h_mobile.txt_mobile_clipping {
    padding-top: 60px;
    padding-bottom: 20px;
    background-image: url('../images/BckgrndTRKNT.png');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .nav-link-1.nav_link_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0px 5px;
  }

  .text-block {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 1px;
    padding-right: 46px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }

  .text-block.txt_mobile_clipping {
    background-image: url('../images/BckgrndTRKNT.png');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .icon {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-b {
    position: static;
    padding: 20px 40px;
  }

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

  .container-b.horizontal.size {
    min-height: 0px;
  }

  .container-b.horizontal.size.text_colour {
    position: static;
    height: 540px;
    max-width: none;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #e7e9ec;
  }

  .paragraph_intro_effect {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph_intro_effect.text {
    display: block;
    text-align: center;
  }

  .nuestro_serviciomobile {
    display: block;
  }

  .text-block-3 {
    position: static;
  }

  .column {
    padding-bottom: 20px;
  }

  .paragraph-2 {
    margin-bottom: 15px;
    text-align: left;
  }

  .image-11.size_mobile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-10.container_padding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .container-10.container_padding.ipad.mobile {
    padding-bottom: 40px;
  }

  .div-block-5 {
    max-width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-5.db5_mobile {
    display: none;
  }

  .heading-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2.h2_mobile {
    margin-right: 10px;
    margin-bottom: 0px;
    color: #282828;
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-6.h2_mobile {
    padding-bottom: 0px;
    color: #282828;
    font-size: 16px;
  }

  .div-block-6 {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    min-height: 0px;
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph_slider {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph_slider.spacing {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph_slider.spacing.mobile {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    max-width: 100%;
    margin-top: 10px;
    margin-right: 30px;
    margin-left: 30px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsla(0, 0%, 100%, 0.43);
    color: #282828;
    font-size: 16px;
  }

  .container_slide {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container_slide.container_padding {
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider {
    display: block;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider.mobile {
    position: relative;
    min-height: 600px;
  }

  .slider.mobile.bg-size.bg_size_mob {
    height: 110px;
    min-height: 500px;
    background-position: 100% 50%;
    background-size: 220% 100%;
  }

  .section-4.container_padding {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide {
    position: static;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-5 {
    display: block;
    padding-left: 0px;
  }

  .paragraph-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .container_home {
    display: block;
    background-image: url('../images/BckgrndTRKNT.png');
    background-position: 0px 0px;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .container_padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container_padding.intro_ipad {
    background-color: #060d0e;
  }

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

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

  .conocenos_mobile.container_padding.cp_mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    margin-bottom: 0px;
    padding: 40px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #a0a3a3;
    font-size: 20px;
  }

  .columns-2.container_padding {
    padding-bottom: 0px;
  }

  .slide-nav {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-2 {
    color: transparent;
  }

  .icon-3 {
    margin-right: 115px;
    background-color: #e9cece;
  }

  .container-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-arrow {
    padding-left: 0px;
  }

  .right-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-15 {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .text-block-7 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-8 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tb_padding {
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: normal;
  }

  .paragraph0-1 {
    padding-left: 0px;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
  }

  .paragraph0-1.ipad {
    display: block;
    padding-top: 40px;
    font-size: 18px;
    line-height: 20px;
  }

  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000;
    color: transparent;
  }

  .intro {
    background-color: #7bd8c0;
  }

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

  .paragraph.pc3 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph.bold-text {
    line-height: 22px;
  }

  .paragraph.light_bg {
    display: none;
  }

  .container-padding {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-padding.intro_ipad {
    background-color: #060d0e;
  }

  .container-padding.c-p_mobile {
    padding-right: 0px;
    padding-left: 0px;
  }

  .preguntas_frecuentes.container_padding {
    padding-right: 20px;
  }

  .tu_solucion {
    padding-bottom: 0px;
  }

  .heading_centre_slider {
    margin-top: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .bold-text {
    font-size: 22px;
  }

  .bold-text.txtsize_mobile {
    font-size: 18px;
  }

  .tb_padding_footer {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-9 {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
  }

  .text-block-9.mobile {
    padding-left: 44px;
    background-image: url('../images/BckgrndTRKNT.png');
    background-position: 0% 50%;
    background-size: cover;
    font-size: 18px;
    text-align: left;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .heading_pf.h2_mobile2 {
    margin-top: 20px;
    color: silver;
    font-size: 18px;
  }

  .heading_us_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #404040;
    font-size: 32px;
  }

  .heading_us_mobile.h_mobile {
    padding: 0px 40px;
    text-align: left;
    text-shadow: none;
  }

  .heading_us_mobile.h_mobile.txt_mobile_clipping {
    padding-top: 60px;
    padding-bottom: 20px;
    background-image: url('../images/BckgrndTRKNT.png');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .heading_us_mobile.hu_mobilecolour {
    color: #373a3a;
  }

  .tb_padding_right {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tabs-content.horizontal_sizing {
    max-width: 90%;
    min-width: 90%;
    margin-left: 10px;
  }

  .tabs.ipad_sizing.horizontal_sizing.iphone_layout {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab1.tabs_size.w--current {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .tab2.tabs_size {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .tabs-menu {
    max-width: 0%;
    min-width: 90%;
  }

  .button {
    color: #888a5a;
  }

  .button.button_mobile {
    background-color: #fff;
  }

  .tabs_size {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .tabs-2 {
    min-height: 0px;
  }

  .servicios.serv_margin {
    padding-top: 100px;
  }

  .tab-link._2.tabsmobile {
    width: 320px;
    height: 125px;
  }

  .tab-link._3.tabsmobile {
    width: 150%;
    height: 145px;
  }

  .tab-link._3.tabsmobile.w--current {
    width: 320px;
  }

  .tab-link._1.tabsmobile {
    width: 320px;
    height: 150px;
  }

  .tab-link._1.tabsmobile.w--current {
    width: 320px;
    height: 145px;
  }

  .tabs-menu-2.tabsmenu_directionmobile {
    width: auto;
    height: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-10.fontsize_horizontal {
    font-size: 18px;
  }

  .text-block-11.fontsize_horizontal {
    font-size: 18px;
  }

  .text-block-12.fontsize_horizontal {
    font-size: 18px;
  }

  .image-12.mobile_img12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph_a {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph_a.pc3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph_a.light_bg.pa_mobile {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading_conocenos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
  }

  .heading_conocenos.h_mobile {
    padding: 0px 40px;
    text-align: left;
    text-shadow: none;
  }

  .heading_conocenos.h_mobile.txt_mobile_clipping {
    padding-top: 60px;
    padding-bottom: 20px;
    background-image: url('../images/BckgrndTRKNT.png');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .heading_conocenos.light_bg.h_mobile {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #e7f785;
    font-size: 32px;
    line-height: 44px;
  }

  .paragraph_amobile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph_amobile.pc3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph_amobile.light_bg.pa_mobile {
    display: block;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    color: #e7f785;
    font-size: 18px;
    line-height: 18px;
  }

  .paragraph_mobile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph_mobile.pc3 {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph_mobile.light_bg {
    display: block;
    padding: 40px 0px 20px;
  }

  .paragraph2_mobile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph2_mobile.pc3 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph2_mobile.pc3.mobiletxtclour {
    display: block;
    padding-top: 40px;
    color: #373a3a;
  }

  .paragraph2_mobile.light_bg {
    display: none;
  }

  .div-block-5_mobile {
    max-width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-5_mobile.db5_mobile {
    display: block;
  }

  .conocenos_div.divtypeeffect {
    display: block;
    height: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url('../images/BckgrndTRKNT.png');
    background-position: 50% 50%;
    background-size: cover;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .paragraph_mobileb {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph_mobileb.pc3 {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph_mobileb.light_bg {
    display: block;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .text-block_mobile {
    display: block;
    padding-top: 20px;
    padding-right: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #0f9070;
    font-size: 18px;
  }

  .text-block_mobile.tb_fqas_colour {
    color: #0f9070;
  }

  .italic-text {
    font-size: 10px;
  }

  .link {
    color: #0f9070;
  }

  .boldtext_fqas_colour {
    color: #469171;
  }

  .bt2-0try {
    color: #41725f;
  }

  .paragraph_serv1.ps_mobile {
    padding-top: 20px;
  }

  .navbar-5 {
    position: -webkit-sticky;
    position: sticky;
  }

  .link-block {
    text-decoration: none;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .link-block-3 {
    text-decoration: none;
  }

  .link-block-4 {
    text-decoration: none;
  }

  .us_tabs {
    display: none;
  }

  .columleft {
    padding-bottom: 20px;
  }

  .columleft.cl_mobile {
    padding-right: 0px;
  }

  .columnright {
    padding-bottom: 20px;
  }

  .columnright.cr_mobile {
    padding-left: 0px;
  }

  .columnright.cr_ipad {
    padding-left: 0px;
  }

  .paragraph-7.sizing_horizontal.txtsize_mobile {
    font-size: 18px;
  }

  .text-block_link {
    display: block;
    padding-top: 20px;
    padding-right: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #0f9070;
    font-size: 18px;
  }

  .text-block_link.tb_fqas_colour {
    color: #0f9070;
  }

  .solucion_mobile {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fdfdfd;
  }
}

