.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #181818;
  letter-spacing: -0.5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

p {
  letter-spacing: -0.3px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: #8e9194;
  cursor: pointer;
  justify-content: flex-end;
  text-decoration: underline;
  display: flex;
}

img {
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 26px;
  font-style: italic;
  line-height: 32px;
}

.gallery-item-5 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.social-icon-down {
  width: 40px;
  height: 40px;
  margin-top: 35px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-icon-down.facebook {
  background-image: url("../images/REDES-SOCIALES_Mesa-de-trabajo-1.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 43px;
}

.social-icon-down.instagram {
  background-image: url("../images/REDES-SOCIALES-04_1.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 43px;
}

.social-icon-down.twitter {
  background-image: url("../images/REDES-SOCIALES-03.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 43px;
}

.hero-bg {
  width: 100%;
  height: 2000%;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-border {
  border-top: 1px solid #b1bdc9;
  margin-top: 5px;
  padding-top: 7px;
}

.all-caps-title {
  color: #212121;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  display: inline-block;
}

.divider-line {
  width: 100%;
  height: 1px;
  background-color: #c2cdd2;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-margin {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
  position: relative;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin.skill,
.top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._60-pixels {
  margin-top: 60px;
}

.social-mini-icon {
  width: 30px;
  height: 30px;
  background-color: #f2f0e6;
  border-radius: 50%;
  margin-right: 10px;
  transition: background-color 0.2s;
}

.social-mini-icon:hover {
  background-color: #0970d4;
}

.social-mini-icon.instagram {
  background-color: #fb774e;
  background-image: url("../images/instagram.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #ff7e4f;
}

.social-mini-icon.instagram:hover {
  background-color: #fc6739;
}

.social-mini-icon.linkedin {
  background-color: #3271ac;
  background-image: url("../images/Linkedin-2_1Linkedin (2).png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #1da1f2;
}

.social-mini-icon.linkedin:hover {
  background-color: #2b659c;
}

.social-mini-icon.facebook {
  background-color: #067aeb;
  background-image: url("../images/logo-de-facebook-1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-mini-icon.facebook:hover {
  background-color: #026bd1;
}

.social-mini-icon.twittter {
  background-color: #1da1f2;
  background-image: url("../images/gorjeo.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #1da1f2;
}

.social-mini-icon.twittter:hover {
  background-color: #1e96e0;
}

.navigation {
  background-color: #fff;
}

.gallery-item-4 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.navlink {
  height: 100px;
  color: #181818;
  letter-spacing: -0.3px;
  margin-right: 13px;
  padding-top: 30px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: color 0.2s;
  overflow: hidden;
}

.navlink:hover {
  color: #5d6363;
  text-decoration: none;
}

.navlink.w--current {
  color: #98a0a5;
}

.buy-template-container {
  height: 100px;
  min-height: 35px;
  min-width: 130px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.hero-inner-box {
  z-index: 2;
  width: 100%;
  height: 300px;
  max-width: 1228px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
}

.hero-inner-text {
  color: #181818;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 57px;
  font-weight: 600;
  line-height: 65px;
}

.hero-inner-text.top-margin {
  text-align: left;
  margin-top: 10px;
  margin-left: 0;
  font-size: 50px;
}

.hero-inner-text.top-margin.landing {
  color: #fff;
}

.content-section-1 {
  width: 100%;
  max-width: 100%;
  color: #121414;
  background-color: #fff;
  padding-top: 60px;
  position: relative;
}

.content-section-1.inner-pages {
  background-color: #fff;
  margin-top: 32px;
  padding-top: 0;
  padding-bottom: 40px;
}

.content-section-1.double {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.content-section-1.team-section {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 110px;
}

.content-section-1.bottom-margin {
  margin-top: 42px;
  margin-bottom: 0;
  padding-top: 0;
  top: 0;
}

.content-section-1.no-top-padding {
  padding-top: 0;
  padding-bottom: 160px;
  overflow: hidden;
}

.content-section-1.post {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section-1.works {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 160px;
}

.content-section-1.box {
  margin-bottom: 36px;
  padding-top: 0;
}

.content-section-1.inner-pages-top {
  padding-top: 100px;
}

.content-section-1.team-page {
  padding-top: 100px;
  padding-bottom: 0;
}

.content-section-1.flex-box {
  background-image: linear-gradient(#070617, #007782);
  justify-content: center;
  padding-top: 0;
  padding-bottom: 25px;
}

.flex-style {
  flex-wrap: wrap;
  display: flex;
}

.hidden {
  object-fit: scale-down;
  margin-left: -200px;
  display: inline-block;
  overflow: auto;
}

.hidden.fondo-blanco {
  color: #121414;
}

.title {
  letter-spacing: 0.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 17px;
  display: inline-block;
}

.title.medium {
  font-size: 22px;
  line-height: 28px;
}

.go-up-button {
  z-index: 3;
  width: 45px;
  height: 45px;
  background-color: #212121;
  background-image: url("../images/proximo.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  margin-right: 15px;
  text-decoration: none;
  transition: opacity 0.2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 48;
}

.social-icons-container {
  width: 40px;
  height: 40px;
  position: relative;
}

.gray-color {
  width: 40px;
  height: 40px;
  -webkit-text-fill-color: inherit;
  background-color: #e9f2f5;
  background-clip: border-box;
  margin-right: 10px;
}

.title-small {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.underline-hover {
  height: 1.5px;
  background-color: #abb5b8;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-wrapper {
  width: 100%;
  max-width: 1225px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 20px;
  padding: 0 30px;
  display: block;
  position: static;
  top: auto;
}

.content-wrapper.nav {
  margin-top: 0;
  padding: 0;
  top: auto;
}

.content-wrapper.lema {
  object-fit: fill;
  flex: 1;
  justify-content: center;
  margin-top: -217px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  top: auto;
  overflow: visible;
}

.content-wrapper.home-services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.content-wrapper.sucursales {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-right: 0;
  display: flex;
}

.content-wrapper.wrapper-contact-us {
  margin-top: 160px;
}

.content-wrapper.content-wrapper-services {
  max-width: 70vw;
}

.content-wrapper.content-wrapper-blog-home {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.social-links-mobile {
  margin-top: 10px;
}

.max-540-pixels {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.h3 {
  color: #fff;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 5px;
  padding-right: 0;
  font-family: Gotham, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 58px;
}

.h3._2.fondo-blanco {
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}

.h3.fondo-blanco {
  color: #070617;
  text-align: center;
  margin-top: 20px;
  font-family: Gotham, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 50px;
}

.gallery-top {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3%;
  display: flex;
  position: static;
}

.gallery-item {
  width: 48.5%;
  margin-right: 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 26px;
}

.nav-menu {
  justify-content: flex-start;
  display: flex;
}

.notice {
  min-height: 50px;
  margin-top: 100px;
  padding-top: 15px;
  font-size: 13px;
}

.gallery-item-2 {
  width: 48.5%;
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 2147483647;
  height: 100vh;
  text-align: center;
  background-image: linear-gradient(282deg, #d4dbe0, #eff5f8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar {
  height: 100px;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: rgba(255, 255, 255, 0.25);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.inner-hero-section {
  width: 100%;
  height: 10%;
  max-width: none;
  min-height: auto;
  background-color: #130c2b;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.inner-hero-section.instruccion-content {
  padding-top: 60px;
}

.color-box {
  margin-bottom: 10px;
  margin-right: 20px;
}

.gallery {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3%;
  display: flex;
  position: static;
}

.black {
  width: 40px;
  height: 40px;
  background-color: #060606;
  margin-right: 10px;
}

.dark-gray {
  width: 40px;
  height: 40px;
  background-color: #8e9194;
  margin-right: 10px;
}

.tex {
  color: #fff;
  text-align: center;
  letter-spacing: -0.5px;
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
  display: inline-block;
  position: static;
}

.tex.white {
  color: #fff;
}

.tex.fondo-blanco {
  color: #181818;
}

.inner-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-left-column {
  width: 65%;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 2%;
  display: flex;
}

.content-faq {
  margin-top: 0;
}

.content-faq.contenido-faq {
  margin-top: 140px;
}

.social-icon-gray {
  width: 40px;
  height: 40px;
  background-color: #101920;
  border-radius: 50px;
  margin-right: 7px;
  overflow: hidden;
}

.social-icon-gray.facebook,
.social-icon-gray.instagram,
.social-icon-gray.twittter {
  background-color: #a2afb2;
}

.gallery-right {
  width: 31%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.social-icon-up {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-icon-up.twitter {
  background-image: url("../images/REDES-SOCIALES-03.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 43px;
}

.social-icon-up.facebook {
  background-image: url("../images/REDES-SOCIALES_Mesa-de-trabajo-1.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 43px;
}

.social-icon-up.instagram {
  background-image: url("../images/REDES-SOCIALES-04_1.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 43px;
}

.mini-title {
  color: #819296;
  letter-spacing: 0;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 16px;
}

.hero-inner-padding {
  position: relative;
}

.brand {
  height: 100px;
  padding-top: 34px;
  transition: transform 0.2s, opacity 0.2s;
}

.brand:hover {
  transform: scale(1.04);
}

.brand.w--current {
  padding-top: 26px;
}

.button {
  min-width: 150px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #130c2b;
  background-clip: border-box;
  border-radius: 50px;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.button.agenda {
  min-height: 35px;
  min-width: 130px;
  outline-offset: 0px;
  background-color: #007782;
  border: 1px #000;
  outline: 3px #fff;
}

.button-flex {
  min-height: 35px;
  min-width: 130px;
  border: 1px #181818;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-text {
  min-height: 35px;
  min-width: 130px;
  text-align: center;
  border: 0 #007782;
  flex: 1;
  margin-left: 0;
  padding-top: 3px;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  display: inline-block;
}

.button-arrow-box {
  width: 47px;
  height: 47px;
  background-color: #292929;
  border-radius: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 18px;
  display: inline-block;
  position: relative;
  right: -12px;
  overflow: hidden;
}

.button-arrow-container {
  width: 94px;
  height: 47px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-arrow-left {
  width: 47px;
  height: 47px;
  background-image: url("../images/Arrow-w_1Arrow-w.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-arrow-right {
  width: 47px;
  height: 45px;
  background-image: url("../images/Arrow-w_1Arrow-w.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.curve-bg {
  width: 450px;
  height: 66px;
  background-image: url("../images/Curve.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 464px;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 30%;
  left: auto;
  right: 0%;
}

.curve-bg.home-curve {
  bottom: 0%;
}

.curve-bg.services-curve {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-right: 75px;
  display: inline-block;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.curve-text-container {
  z-index: 110;
  width: 100%;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  margin-left: 70px;
  display: flex;
  position: relative;
}

.hero-mini-pic {
  width: 50px;
  height: 35px;
  background-color: #dce1e4;
  background-image: url("../images/Support-pic_1Support-pic.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-radius: 17.5px;
  margin-right: 10px;
}

.curve-text-box {
  max-width: 300px;
  flex: 1;
  align-items: center;
  margin-right: 0%;
  display: flex;
}

.mini-title-link {
  width: 300%;
  color: #181818;
  text-align: center;
  flex: 0 auto;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-right: 0;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: underline;
  transition: color 0.2s;
}

.mini-title-link:hover {
  color: #69707b;
}

.mini-title-link.home {
  text-decoration: underline;
}

.right-white-bg {
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-flex {
  z-index: 2;
  width: 100%;
  max-width: 1228px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-flex.services {
  margin-top: 0;
}

.hero-left {
  width: 54%;
  min-width: 624px;
  text-align: left;
}

.hero-left.services {
  margin-top: -15px;
  margin-left: 20px;
  margin-right: auto;
}

.hero-text {
  color: #0a0b15;
  letter-spacing: -1.5px;
  margin-top: 0;
  font-family: Gothambook, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 62px;
}

.hidden-4 {
  font-family: Gothambook, sans-serif;
  display: inline-block;
  overflow: hidden;
}

.h3-title {
  color: #070617;
  margin-top: 7px;
  margin-bottom: 5px;
  font-family: Gotham, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
}

.h3-title.no-top-margin {
  color: #007782;
  padding-top: 0;
}

.h3-title.no-top-margin.fondo-blanco {
  color: #181818;
}

.subtitle-box {
  margin-top: 30px;
  display: inline;
}

.subtitle-box._30-pixels {
  margin-top: 30px;
}

.subtitle-box._20-pixels {
  margin-top: 20px;
}

.max-506-pixels {
  width: 100%;
  max-width: 506px;
  color: #070617;
  flex-direction: column;
  display: flex;
}

.hero-pic {
  width: 91px;
  height: 47px;
  background-color: #b7c0c5;
  background-image: url("../images/Guy_1Guy.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 51px;
  border-radius: 25px;
  padding-top: 0;
}

.hero-pic.about-us {
  background-image: url("../images/About-pic-mini_1About-pic-mini.png");
  background-size: 56px;
}

.hero-pic.services {
  background-image: url("../images/Girl-pic_1Girl-pic.png");
  background-size: 56px;
}

.hero-section {
  min-height: 816px;
  padding-top: 150px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.hero-section.home {
  padding-top: 200px;
  overflow: hidden;
}

.hero-section.about-us {
  overflow: hidden;
}

.signature-box {
  margin-top: 30px;
  overflow: hidden;
}

.hero-bottom-bg {
  width: 100%;
  height: 190px;
  background-image: linear-gradient(234deg, #070617, #007782 63%);
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-bottom-bg.services-landscape {
  object-fit: fill;
  background-image: linear-gradient(234deg, #070617, #007782 63%);
  margin-top: 203px;
  position: relative;
  bottom: 0%;
}

.heading {
  width: 59%;
  max-width: 650px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.subheading {
  color: #fff;
  text-align: center;
  letter-spacing: -0.5px;
  font-family: Gotham, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
}

.subheading.white {
  color: #fff;
}

.subheading.fondo-blanco {
  color: #070617;
  margin-top: 10px;
  font-family: Gotham, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
}

.subheading.form {
  text-shadow: 3px 3px 4px #181818;
  margin-bottom: 31px;
  font-size: 28px;
  font-weight: 500;
}

.pricing {
  margin-bottom: 60px;
  display: flex;
}

.pricing.last {
  margin-bottom: 0;
}

.pricing.mexqapps {
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 0;
}

.intro-top-box {
  height: 267px;
  text-align: center;
  justify-content: center;
  align-self: center;
}

.intro-top-box.center {
  justify-content: center;
  display: flex;
}

.intro-thumbnail {
  max-width: 121%;
  box-shadow: none;
  position: relative;
  top: 3px;
  left: -22px;
  right: 38px;
}

.intro-thumbnail-2 {
  position: absolute;
  top: 33px;
  left: auto;
  right: 0%;
  box-shadow: 4px 4px 33px #c1ccd3;
}

.intro-thumbnails-container {
  width: 219px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.intro-box {
  width: 31%;
  margin-right: 3%;
}

.intro-box.last {
  clear: left;
  margin-right: 0%;
}

.paragraph-gray {
  color: #007782;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Gotham, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 27px;
}

.intro-text-box {
  color: #fff;
  margin-top: 30px;
}

.link-block-box {
  margin-top: 10px;
}

.link-block-box._20-pixels {
  color: #fff;
  margin-top: 20px;
}

.block-link-text {
  height: auto;
  color: #181818;
  padding-bottom: 10px;
  text-decoration: none;
  position: relative;
}

.underline {
  width: 100%;
  height: 1px;
  background-color: #060606;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inside-underline {
  width: 100%;
  height: 1px;
  background-color: #adbcc1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block-link-box {
  height: auto;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.block-link {
  color: #121414;
  margin-top: 0;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gotham, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.block-link.azul {
  color: #fff;
}

.link-mini-arrow {
  color: #fff;
  margin-left: 5px;
  position: relative;
  top: 0;
}

.heading-link {
  color: #070617;
  justify-content: flex-start;
  font-family: Gotham, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  transition: color 0.2s;
}

.heading-link:hover {
  color: #98a0a5;
}

.intro-guy {
  max-width: 75%;
  position: absolute;
  top: -6px;
  bottom: 114px;
  left: 44px;
  right: -6px;
}

.content-section-slider {
  width: 100%;
  max-width: 100%;
  background-image: linear-gradient(197deg, #007782 16%, #070617 67%);
  padding-top: 90px;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}

.heading-left {
  max-width: 748px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.heading-left.no-bottom-margin {
  margin-bottom: 0;
}

.website-slide {
  margin-right: 28px;
}

.display-none {
  display: none;
}

.websites-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 74px;
}

.mask {
  max-width: 1109px;
  overflow: visible;
}

.websites-arrow {
  width: 70px;
  height: 70px;
  background-color: #121414;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: -40px;
  transition: background-color 0.2s;
  display: flex;
}

.websites-arrow:hover {
  background-color: #282c2c;
}

.websites-arrow.right {
  margin-right: 40px;
}

.change-this-image {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.change-this-image._1 {
  background-image: url("../images/Image.jpg");
}

.change-this-image._2 {
  background-image: url("../images/Image-2.jpg");
}

.change-this-image._3 {
  background-image: url("../images/Image-vertical.jpg");
}

.change-this-image._4 {
  background-image: url("../images/Image-vertical-2.jpg");
}

.change-this-image.service-1 {
  background-image: url("../images/6.png");
  background-size: 148px;
}

.change-this-image.service-2 {
  background-image: url("../images/Service-2_1Service-2.webp");
}

.change-this-image.service-3 {
  background-image: url("../images/Service-3_1Service-3.webp");
  bottom: 0%;
}

.change-this-image.service-4 {
  background-image: url("../images/Service-4_1Service-4.webp");
}

.change-this-image._6 {
  background-image: url("../images/Image-7_1Image-7.webp");
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.change-this-image.grid-1 {
  background-image: url("../images/Grid-img_1Grid-img.webp");
}

.change-this-image.grid-2 {
  background-image: url("../images/Grid-img-2_1Grid-img-2.webp");
}

.change-this-image.grid-3 {
  background-image: url("../images/Cup_1Cup.webp");
}

.change-this-image.licensing-1 {
  background-image: url("../images/Image.jpg");
}

.change-this-image.licensing-2 {
  background-image: url("../images/Image-2.jpg");
}

.change-this-image.licensing-3 {
  background-image: url("../images/r-architecture-wCe96uIbCQk-unsplash.jpg");
}

.change-this-image.books {
  background-image: url("../images/Image-3.jpg");
}

.change-this-image.image-5 {
  background-image: url("../images/Image-6_1Image-6.webp");
}

.change-this-image.service-5 {
  background-image: url("../images/LUgBzqrXQjWfMR1LVcXa_-Free-Folded-Brochure-PSD-Mockup_1LUgBzqrXQjWfMR1LVcXa_ Free Folded Brochure PSD Mockup.webp");
}

.change-this-image.service-6 {
  background-image: url("../images/Free-Packaging-Box-Highest-Quality-Mockup_1Free Packaging Box Highest Quality Mockup.webp");
}

.change-this-image.testimonial-1 {
  background-image: url("../images/Testimonial-1.jpg");
}

.change-this-image.testimonial-2 {
  background-image: url("../images/Testimonial-2.jpg");
}

.change-this-image.testimonial-3 {
  background-image: url("../images/Testimonial-3.jpg");
}

.image-item {
  width: 50%;
  margin-right: 1%;
  position: relative;
  overflow: hidden;
}

.image-item.last {
  margin-right: 0%;
}

.figure {
  width: 15vw;
  height: 97px;
  max-width: 192px;
  background-color: #0f1012;
  background-image: url("../images/Fig.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 90px;
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 7%;
  padding-bottom: 3%;
  transition: background-color 0.3s;
  display: inline-block;
}

.big-words-container {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.figure-2 {
  width: 15vw;
  height: 97px;
  max-width: 192px;
  background-color: #040406;
  background-image: url("../images/Fig-2.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 90px;
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 7%;
  padding-bottom: 3%;
  transition: background-color 0.3s;
  display: inline-block;
}

.bg-lines {
  object-fit: contain;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lines {
  width: 100%;
  height: 1px;
  background-color: #c2cdd2;
  margin-top: 175px;
}

.lines._6 {
  margin-top: 90px;
}

.lines._4 {
  margin-top: 85px;
}

.lines._3 {
  margin-top: 74px;
}

.lines._2 {
  margin-top: 18vh;
}

.lines._5 {
  margin-top: 150px;
}

.mobile-line-2 {
  width: 100%;
  height: 1px;
  background-color: #b3bfca;
  margin-top: 175px;
}

.mobile-line-2.hero {
  margin-top: 63px;
}

.mobile-line-2._3 {
  margin-top: 148px;
}

.mobile-only {
  display: none;
}

.figure-3 {
  width: 15vw;
  height: 97px;
  max-width: 192px;
  background-color: #0f1012;
  background-image: url("../images/Fig-3.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 90px;
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 7%;
  padding-bottom: 3%;
  transition: background-color 0.3s;
  display: inline-block;
}

.big-words {
  z-index: 1;
  color: #fff;
  letter-spacing: -5.5px;
  margin-top: 10px;
  margin-bottom: 70px;
  font-family: Inter, sans-serif;
  font-size: 12vw;
  font-weight: 500;
  line-height: 13.5vw;
  display: inline-block;
  position: relative;
}

.hi-there-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.ball {
  width: 10vw;
  position: absolute;
  top: 27%;
  bottom: 0%;
  left: 12%;
  right: auto;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

.link-preview {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hover-image {
  background-image: url("../images/apoyo-gráfico---blog.png");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-image.gallery-2 {
  background-image: url("../images/61f0fec139ab997927e698da_2500-Tape-Coiled-Up-in-Spiral-Mockup_161f0fec139ab997927e698da_2500 Tape Coiled Up in Spiral Mockup.webp");
}

.hover-image.gallery-1 {
  background-image: url("../images/61f0fdb5481b3e5d18df9ce6_2500-Hanging-Duct-Tape-Mockup_161f0fdb5481b3e5d18df9ce6_2500 Hanging Duct Tape Mockup.webp");
}

.hover-image.gallery-3 {
  background-image: url("../images/5c03f06cedfcdc4aefe74b7f_Preview3_15c03f06cedfcdc4aefe74b7f_Preview3.webp");
}

.hover-image.gallery-4 {
  background-image: url("../images/61f0fb38737796ba3eb47eba_2500-Folder-and-Brochures-Free-Mockup_161f0fb38737796ba3eb47eba_2500 Folder and Brochures Free Mockup.webp");
}

.hover-image.gallery-5 {
  background-image: url("../images/5c041ebcbfd56ec832bfb0cb_f83b3668705761.5b66aaa80eddb_15c041ebcbfd56ec832bfb0cb_f83b3668705761.5b66aaa80eddb.webp");
}

.work-item {
  width: 50%;
  margin-bottom: 50px;
  margin-right: 1%;
}

.work-item:last-child {
  margin-right: 0%;
}

.work-item.no-bottom-margin {
  margin-bottom: 0;
}

.link-preview-full {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper {
  margin-bottom: 1%;
}

.bottom-work-margin {
  margin-bottom: 50px;
}

.preview-link {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  display: inline-block;
}

.preview-link.fondo-blanco {
  color: #181818;
}

.text-box {
  padding-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
}

.text-box.no-bottom-padding {
  padding-bottom: 0;
}

.text-box.bottom-padding {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.move-on-scroll {
  width: 100%;
  height: 120%;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.move-on-scroll.abstract-image {
  background-image: url("../images/marek-piwnicki-94F_gGhm1JA-unsplash_1marek-piwnicki-94F_gGhm1JA-unsplash.webp");
}

.move-on-scroll.dark {
  background-image: linear-gradient(#070617, #007782),
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/sam-carter-Y778ifAocXA-unsplash.jpg");
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.move-on-scroll.offices {
  background-image: url("../images/contemporary-white-meeting-room.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.move-on-scroll.scroll {
  background-image: url("../images/r-architecture-wCe96uIbCQk-unsplash.jpg");
}

.content-section-full {
  width: 100%;
  max-width: 100%;
  margin-bottom: -18px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.content-section-full.gradient {
  background-image: linear-gradient(135deg, #047883, #0a0b15),
    linear-gradient(287deg, #d4dbe0, #eff5f8);
}

.text-box-white {
  width: 52%;
  height: 100%;
  background-color: #070617;
  margin-left: auto;
  padding: 100px 6%;
}

.social-icon-rounded {
  width: 40px;
  height: 40px;
  background-color: #d4dbe0;
  border-radius: 50px;
  margin-right: 7px;
  overflow: hidden;
}

.social-icon-rounded.twittter {
  background-color: #1da1f2;
}

.social-icon-rounded.instagram {
  background-image: linear-gradient(1030deg, #e71e4c, #fb774e);
}

.social-icon-rounded.facebook {
  background-color: #067aeb;
}

.team-text-box {
  background-image: linear-gradient(273deg, #070617, #007782);
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 17px;
}

.job-title {
  color: #fff;
  margin-bottom: 15px;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.team-item {
  width: 30.8%;
  margin-bottom: 50px;
  margin-right: 2.5%;
}

.team-item:last-child {
  margin-right: 0%;
}

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #eff5f8;
  background-image: linear-gradient(#d4dbe0, #eff5f8);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.team-name-link {
  color: #7f8893;
  font-family: Gotham, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color 0.2s;
}

.team-name-link:hover {
  color: #7f8893;
}

.content-section-clients {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}

.max-964-pixels {
  width: 100%;
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
}

.client-logo {
  width: 20%;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 4%;
  display: flex;
}

.pricing-left {
  width: 90vh;
  padding: 0 5%;
  display: flex;
}

.pricing-left.centered {
  align-self: center;
}

.pricing-title {
  color: #070617;
  font-family: Gotham, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}

.pricing-title.no-top-margin {
  margin-top: 0;
}

.max-420-pixels {
  width: 100%;
  max-width: 420px;
}

.pricing-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.pricing-details-right {
  width: 66%;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.bold {
  font-weight: 500;
}

.total-cost {
  border-top: 1px solid #c2cdd2;
  margin-bottom: 20px;
  padding-top: 15px;
}

.total-cost-left {
  width: 50%;
}

.total-cost-right {
  width: 50%;
  text-align: right;
}

.full-button {
  min-height: 57.5px;
  min-width: 180px;
  color: #181818;
  text-align: center;
  border: 1px solid #000;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  padding: 20px 9% 18px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.full-button:hover {
  color: #fff;
  background-color: #272727;
}

.text-on-button {
  position: relative;
}

.button-subtitle-box {
  max-width: 250px;
  text-align: center;
  margin-top: 10px;
}

.button-subtitle {
  color: #7f8893;
  font-size: 18px;
  line-height: 22px;
}

.center-content {
  justify-content: center;
  margin-bottom: 0;
  margin-right: 125px;
  display: flex;
}

.accordion-wrapper {
  width: 100%;
  color: #fff;
  flex: 1;
  margin-bottom: 24px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.accordion-wrapper.faq {
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.accordion-wrapper.last {
  margin-top: 35px;
  margin-bottom: 30px;
  padding-left: 20px;
}

.open-close-box {
  height: 28px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: block;
  position: relative;
}

.accordion-item-trigger {
  width: 100%;
  color: #181818;
  align-items: flex-start;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.faq-arrow {
  width: 22px;
  position: relative;
}

.accordion-item-content {
  margin-top: 7px;
  overflow: hidden;
}

.accordion-item-content.faq {
  margin-top: 10px;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.pricing-detail {
  font-family: Gotham, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
}

.full-width-item {
  flex: 1;
}

.pricing-faq {
  width: 100%;
  max-width: 612px;
  margin-top: 40px;
}

.checkbox-box {
  width: 20px;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.answer {
  color: #007782;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.pricing-overview {
  border-bottom: 1px solid #c2cdd2;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
}

.pricing-overview.last {
  border-bottom-style: none;
  margin-bottom: 0;
}

.flex {
  display: flex;
  position: relative;
}

.flex.wrap {
  flex-wrap: wrap;
}

.flex.wrap.content-blog {
  justify-content: center;
}

.flex.mobile-wrap {
  clear: both;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  position: relative;
}

.pricing-overview-left {
  flex: 1;
}

.pricing-overview-right {
  text-align: right;
}

.pricing-thumbnail {
  width: 32%;
}

.full-width {
  width: 100%;
}

.price-box {
  margin-top: 5px;
}

.need-help-container {
  z-index: 110;
  display: flex;
  position: relative;
}

.need-help-box {
  max-width: 700px;
  flex: 1;
  align-items: center;
  margin-right: -2%;
  display: flex;
}

.faq-left {
  width: 50%;
  justify-content: center;
  display: flex;
}

.faq-right {
  width: 50%;
  align-items: center;
  padding-left: 3%;
  display: flex;
}

.faq {
  margin-top: 50px;
}

.question {
  color: #0a0b15;
  font-family: Gotham, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
}

.relative {
  display: inline-block;
  position: relative;
  top: -25px;
  left: -16px;
  overflow: hidden;
}

.testimonials-right {
  width: 44%;
  position: relative;
  overflow: hidden;
}

.testimonials-right._2 {
  background-image: url("../images/Testimonial-2.jpg");
}

.testimonials-right._3 {
  background-image: url("../images/Testimonial-3.jpg");
}

.testimonials-left {
  width: 64%;
  background-image: linear-gradient(264deg, #d4dbe0, #eff5f8);
  justify-content: flex-end;
  padding: 90px 3%;
  display: flex;
}

.testimonials-flex {
  height: 100%;
  display: flex;
}

.testimonial-text-box {
  width: 100%;
  max-width: 641px;
}

.testimonial {
  width: 100%;
  max-width: 540px;
  background-image: url("../images/Quote-marks_1Quote-marks.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 63px;
  padding-top: 10px;
  padding-left: 32px;
}

.testimonials-slider {
  height: 100%;
}

.testimonial-text {
  color: #7f8893;
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 400;
  line-height: 37px;
}

.testimonial-name {
  color: #7f8893;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-left-arrow {
  width: 50px;
  height: 50px;
  background-color: #121414;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  transition: background-color 0.2s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonial-left-arrow:hover {
  background-color: #181818;
}

.testimonial-right-arrow {
  width: 50px;
  height: 50px;
  background-color: #121414;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonial-right-arrow:hover {
  background-color: #181818;
}

.post-text-box {
  padding-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
}

.post-text-box.bottom {
  background-image: linear-gradient(#007782, #070617);
  padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 2%;
}

.category-link {
  color: #181818;
  border: 1px solid #181818;
  border-radius: 90px;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s;
  display: inline-block;
}

.category-link:hover {
  color: #fff;
  background-color: #181818;
}

.link-block-button {
  color: #fff;
  margin-top: 20px;
}

.hover-icon {
  color: #69707b;
}

.hover-overlay {
  background-color: rgba(255, 255, 255, 0.75);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.insta-pic {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.flex-instagram {
  flex-wrap: wrap;
  display: flex;
}

.interaction-slide {
  background-color: #e9f2f5;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-insta {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hover-insta.insta-3 {
  background-image: url("../images/Insta-3_1Insta-3.webp");
}

.hover-insta.insta-4 {
  background-image: url("../images/Insta-4_1Insta-4.webp");
}

.hover-insta.insta {
  background-image: url("../images/Insta-1_1Insta-1.webp");
}

.hover-insta.insta-2 {
  background-image: url("../images/Insta-2_1Insta-2.webp");
}

.heading-full {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.insta-handle {
  color: #7f8893;
  margin-bottom: 15px;
  text-decoration: none;
  transition: color 0.2s;
}

.insta-handle:hover {
  color: #282c2c;
}

.post-item {
  width: 50%;
  margin-right: 1%;
}

.post-item:last-child {
  margin-right: 0%;
}

.cta-left {
  width: 50%;
  background-image: url("../images/CTA-Bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-right {
  width: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 4%;
}

.h4 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Gotham, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 52px;
}

.h4.top-margin {
  margin-top: 20px;
}

.h4.small {
  color: #070617;
  font-size: 44px;
  line-height: 52px;
}

.h4.small-mobile.fondo-blanco {
  color: #070617;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
}

.form {
  max-width: 434px;
  flex-wrap: wrap;
  display: flex;
}

.input {
  width: 50%;
  height: 53px;
  border: 1px solid #b3b8bd;
  border-bottom-style: none;
  border-radius: 5px 0 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 15px;
}

.input.right {
  border-left-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
}

.submit-button {
  width: 101%;
  height: 53px;
  background-color: #130c2b;
  background-image: none;
  background-size: auto;
  border: 1px solid #17152a;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 15px;
  transition: background-color 0.2s;
}

.submit-button:hover {
  background-color: #282c2c;
}

.submit-button.login {
  border-radius: 0;
}

.success-message {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.success-message.height {
  height: 105px;
  text-align: center;
}

.error-message {
  padding-bottom: 8px;
  font-size: 15px;
}

.cta-form {
  margin-top: 30px;
}

.recived-icon {
  margin-bottom: 10px;
}

.content-section-cta {
  width: 100%;
  max-width: 100%;
  background-image: linear-gradient(287deg, #17152a, #047883);
  font-family: Gotham, sans-serif;
  position: relative;
  overflow: hidden;
}

.button-box {
  margin-top: 40px;
}

.button-box.less-top-margin {
  margin-top: 30px;
}

.button-box.left-padding {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 2%;
}

.scroll-down {
  z-index: 3;
  width: 54px;
  height: 80px;
  background-color: #130c2b;
  border-radius: 26.5px;
  justify-content: center;
  align-items: center;
  margin-right: 1%;
  transition: background-color 0.5s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 300px;
  left: auto;
  right: 1%;
}

.scroll-down:hover {
  background-color: #302f2f;
}

.scroll-down.home-button {
  bottom: 0;
}

.scroll-down.services-button {
  margin-right: 0%;
  bottom: 0;
}

.scroll-arrow {
  width: 22px;
}

.paragraph-spans {
  letter-spacing: -1px;
  margin-bottom: 27px;
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
}

.span {
  width: 99px;
  height: 54px;
  background-color: #c3cdd2;
  border-radius: 27px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 47px;
  padding-right: 47px;
  line-height: 50px;
  display: inline-block;
}

.span._1 {
  background-image: url("../images/Guy_1Guy.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 57px;
}

.span._2 {
  background-image: url("../images/Juice_1Juice.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  line-height: 58px;
}

.span._3 {
  background-image: url("../images/Pen-holder_1Pen-holder.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.span._4 {
  background-image: url("../images/Eyeglasses.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 72px;
}

.max-960-pixels {
  width: 100%;
  max-width: 964px;
}

.numbers {
  width: 47%;
  align-items: center;
  margin-top: -89px;
  margin-right: 2%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 3%;
  display: flex;
}

.numbers.last {
  margin-right: 0%;
}

.h5 {
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.number-item {
  margin-bottom: 10px;
  margin-left: -4px;
}

.tb-digit {
  color: #fff;
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
}

.digits {
  z-index: 10;
  height: 80px;
  font-family: Sportinggrotesque, sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sign-small {
  margin-top: 40px;
  font-size: 40px;
  line-height: 50px;
}

.sign-small.m {
  margin-top: 31px;
  font-family: Sportinggrotesque, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.counter-numbers {
  font-size: 50px;
  line-height: 50px;
}

.counter-numbers.left {
  padding-top: 12px;
  transform: translate(0);
}

.counter-numbers.right {
  padding-top: 12px;
}

.numbers-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bottom-bg {
  height: 270px;
  background-color: #dce1e4;
  background-image: linear-gradient(135deg, #047883, #0a0b15),
    linear-gradient(135deg, #047883, #fff);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.counter-2,
.counter-x {
  width: 200px;
  height: 90px;
  color: #1d1e20;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-arrow {
  width: 60px;
  height: 60px;
  background-color: #121414;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 65px;
  transition: background-color 0.2s;
  display: flex;
  top: -26%;
  bottom: auto;
  left: auto;
  right: -25%;
}

.slider-arrow:hover {
  background-color: #282c2c;
}

.slider-arrow.right {
  margin-right: 0;
  left: auto;
}

.slider {
  width: 75%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 3%;
}

.slide {
  width: auto;
  margin-right: 28px;
}

.text-left-column {
  width: 50%;
  height: 100%;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 50px;
}

.guy-column {
  width: 50%;
  background-image: url("../images/CTA-Bg.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 450px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.top-bg-white {
  width: 100%;
  height: 42px;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.right-bg-container {
  width: 50%;
  padding-top: 121px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.figure-bg {
  width: 242px;
  height: 85px;
  background-image: linear-gradient(264deg, #d4dbe0, #f3f6f8);
  border-radius: 40px;
  margin-right: 20px;
}

.figures-row {
  width: 850px;
  margin-bottom: 44px;
  display: flex;
}

.figures-row-2 {
  width: 850px;
  margin-bottom: 44px;
  margin-left: -60px;
  display: flex;
}

.figures-row-3 {
  width: 850px;
  margin-bottom: 44px;
  margin-left: -107px;
  display: flex;
}

.curve-image {
  width: 80px;
  height: 35px;
  background-color: #dce1e4;
  background-image: url("../images/Logo.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 53px;
  border-radius: 80px;
  margin-right: 10px;
}

.curve-image.services {
  background-position: 50% 54%;
}

.column-center-flex {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-left-flex {
  width: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.features-list {
  width: 100%;
  max-width: 421px;
  margin-top: 40px;
}

.feature-list-icon {
  width: 40px;
  height: 40px;
  background-image: url("../images/Icon-1_1Icon-1.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
  margin-right: 15px;
}

.feature-list-icon._2 {
  background-image: url("../images/Icon-2_1Icon-2.png");
}

.feature-list-icon._3 {
  background-image: url("../images/Icon-3_1Icon-3.png");
}

.text-gray {
  color: #7f8893;
  font-size: 19px;
  line-height: 28px;
}

.feature-list-item {
  margin-bottom: 20px;
  display: flex;
}

.feature-list-item.last {
  margin-bottom: 0;
}

.container-bottom-line {
  border-bottom: 1px solid #c2cdd2;
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-bottom-line.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.max-456-pixels {
  width: 100%;
  max-width: none;
}

.left-padding {
  margin-bottom: 20px;
  padding-left: 28px;
}

.feature-list-line {
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-list-line.last {
  margin-bottom: 0;
}

.flex-right-padding {
  width: 22px;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  display: flex;
}

.text-left-padding {
  width: 50%;
  align-items: center;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 3%;
  display: flex;
}

.options-list {
  width: 100%;
  max-width: 510px;
  margin-top: 40px;
}

.flex-align-top {
  width: 45px;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  padding-top: 15px;
  display: flex;
}

.expand-image {
  width: 55px;
  height: 55px;
  background-color: #272727;
  background-image: url("../images/expandir_1expandir.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-right: 15px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.video {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.on-scroll-bg {
  width: 100%;
  height: 120%;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.on-scroll-bg.play-video {
  background-image: url("../images/ed6037f6-148c-47bf-9419-856466152a39_1ed6037f6-148c-47bf-9419-856466152a39.webp");
}

.video-play-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-button {
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  display: flex;
}

.play {
  width: 30px;
  height: 40px;
  background-image: url("../images/Play_1Play.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.max-535-pixels {
  width: 100%;
  max-width: 535px;
}

.service-sample-text {
  margin-bottom: 55px;
  font-size: 46px;
  font-weight: 500;
  line-height: 46px;
}

.service-sample-text.last {
  margin-bottom: 0;
}

.span-small {
  width: 87px;
  height: 47px;
  background-color: #c3cdd2;
  border-radius: 27px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 47px;
  padding-right: 47px;
  line-height: 50px;
  display: inline-block;
}

.span-small.imac {
  background-image: url("../images/iMac.png");
  background-position: 50% 58%;
  background-repeat: no-repeat;
  background-size: 73px;
}

.span-small.girl {
  background-image: url("../images/Girl-pic_1Girl-pic.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 52px;
}

.span-small.speaker {
  background-image: url("../images/Speaker_1Speaker.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 39px;
}

.span-small.note-pad {
  background-image: url("../images/Notebook_1Notebook.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
}

.span-small.keyboard {
  background-image: url("../images/Keyboard_1Keyboard.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 56px;
}

.span-small.headphones {
  background-image: url("../images/Headphones_1Headphones.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 39px;
}

.span-small.cup {
  background-image: url("../images/Coffee-Cup_1Coffee Cup.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.gallery-item-3 {
  width: 48.5%;
  position: relative;
  overflow: hidden;
}

.cta-form-rounded {
  width: 100%;
  max-width: 490px;
  min-height: 70px;
  background-color: #fff;
  border-radius: 200px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0;
  margin-right: auto;
  padding-left: 30px;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
}

.form-rounded {
  width: 100%;
  flex-wrap: nowrap;
  display: flex;
}

.name-input {
  width: 33.33%;
  height: 42px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  flex: 1;
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 11px;
  padding-bottom: 0;
  padding-left: 5px;
  transition: border-color 0.2s;
}

.name-input:hover {
  border-bottom-color: #09abf3;
}

.name-input::-ms-input-placeholder {
  color: #060606;
  font-size: 13px;
}

.name-input::placeholder {
  color: #060606;
  font-size: 13px;
}

.email-input {
  width: 33.33%;
  height: 42px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  flex: 1;
  margin-top: 8px;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 0;
  padding-left: 8px;
}

.email-input:hover {
  border-bottom-color: #09abf3;
}

.email-input::-ms-input-placeholder {
  color: #060606;
  font-size: 13px;
}

.email-input::placeholder {
  color: #060606;
  font-size: 13px;
}

.newsletter-submit-button {
  width: 33%;
  min-height: 69px;
  min-width: 90px;
  color: #fff;
  background-color: #121414;
  border-radius: 0 90px 90px 0;
  margin-left: 20px;
  padding: 5px 5% 0 4%;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  transition: background-color 0.2s;
}

.newsletter-submit-button:hover {
  background-color: #282c2c;
}

.newsletter-submit-button:focus {
  color: #060606;
}

.error-message-newsletter {
  text-align: left;
  background-color: #ffdede;
  margin-top: 0;
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  top: auto;
  bottom: -56%;
  left: 0%;
  right: 0%;
}

.cta-right-column {
  width: 50%;
  background-image: url("../images/Bg-circles.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.guy-column-empty {
  width: 50%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-mini-glasses {
  width: 50px;
  height: 35px;
  background-image: url("../images/Eyeglasses.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 17.5px;
  margin-right: 8px;
}

.service-slide {
  width: 50%;
  float: left;
  clear: none;
  border: 1px #000;
  margin-right: 1%;
  transition: opacity 0.2s;
}

.services-slider {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 100px;
}

.services-arrow {
  width: 60px;
  height: 60px;
  background-color: #121414;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 65px;
  transition: background-color 0.2s;
  display: flex;
  top: -18%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.services-arrow:hover {
  background-color: #282c2c;
}

.services-arrow.right {
  margin-right: 0;
  left: auto;
}

.classes-scrollable {
  width: 400vw;
  height: 100vh;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.classes-content-wrapper {
  width: 400vw;
  display: flex;
}

.classes-hidden-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.classes-sticky-wrapper {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.51);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.classes-section {
  height: 400vh;
  background-color: #fff;
  border-top: 60px rgba(36, 36, 36, 0.09);
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.classes-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.classes-section.scroll {
  display: none;
}

.classes-block {
  width: 100vw;
  height: 90vh;
  cursor: grab;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.classes-block._4,
.classes-block._2,
.classes-block._3,
.classes-block._1 {
  flex-direction: column;
  display: block;
}

.relative-full-width {
  width: 100%;
  padding-top: 5%;
  padding-left: 6%;
  position: relative;
}

.relative-full-width._2 {
  display: block;
}

.frame {
  z-index: 0;
  width: 100%;
  height: 80%;
  min-height: 500px;
  background-image: linear-gradient(#007782 41%, #070617);
  border: 25px solid #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-row {
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-row.last {
  border-bottom-style: none;
  margin-bottom: 0;
}

.icon-right {
  width: 26px;
  margin-right: 15px;
}

.contact-detail-text {
  flex: 1;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-decoration: underline;
}

.contacts-row {
  width: 80%;
  margin-top: 30px;
}

.text-left-scroll {
  width: 53%;
  height: auto;
  flex-wrap: wrap;
  align-items: center;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
}

.text-left-scroll._2 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.image-column-scroll {
  width: 50%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-service {
  margin-left: 73px;
}

.guy-column-services {
  background-image: url("../images/CTA-Bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

.guy-services {
  margin-left: 5%;
  display: inline-block;
  position: relative;
}

.bootm-bg {
  z-index: 0;
  width: 100%;
  height: 51%;
  background-image: linear-gradient(274deg, #eff5f8, #d4dbe0);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.relative-box {
  width: 100%;
  margin-bottom: 22px;
  padding-left: 6%;
  position: static;
}

.value-row {
  width: 100%;
  max-width: 830px;
  display: flex;
}

.values-item {
  width: 49%;
  margin-right: 2%;
  padding-right: 2%;
  position: relative;
}

.values-item.last {
  margin-right: 0%;
}

.values-container {
  width: 100%;
  max-width: 1225px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.values-bg {
  background-image: linear-gradient(240deg, #eff5f8, #d4dbe0);
  margin-bottom: 50px;
  padding-top: 35px;
  padding-bottom: 30px;
}

.values-bg.last {
  margin-bottom: 0;
}

.values {
  padding-top: 60px;
  position: relative;
}

.right-hand {
  width: 25%;
  justify-content: center;
  align-items: flex-end;
  margin-right: 45px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.half-column {
  width: 50%;
}

.image-flex-center {
  width: 100%;
  height: auto;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.box-row {
  margin-top: 58px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.box-row.last {
  margin-top: 52px;
  margin-bottom: 0;
}

.content-section-dark {
  width: 100%;
  max-width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.h3-white {
  color: #fff;
  font-size: 56px;
  line-height: 62px;
}

.h3-title-white {
  color: #fff;
  margin-top: 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.grid-block {
  background-image: linear-gradient(275deg, #eff5f8, #d4dbe0);
  margin-bottom: 20px;
  padding: 60px 3%;
  display: flex;
  position: relative;
}

.image-inside-padding {
  width: 50%;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-block-left {
  width: 50%;
  text-align: center;
  background-image: linear-gradient(261deg, #eff5f8, #d4dbe0);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 2%;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

.bottom-padding {
  margin-bottom: 30px;
}

.grid-block-right {
  width: 50%;
  text-align: center;
  background-image: linear-gradient(261deg, #d4dbe0, #eff5f8);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

.max-520-pixels {
  width: 100%;
  max-width: 520px;
}

.column-image {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.text-padding-column {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  margin-right: auto;
  padding: 80px 3%;
  display: flex;
}

.flex-align-right {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.flex-skills {
  display: flex;
  position: relative;
}

.flex-skills.align-center {
  align-items: center;
}

.column-item {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.bar-progress {
  width: 90%;
  background-color: #91b588;
  border-radius: 0 8px 8px 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bar-bg {
  width: 100%;
  height: 12px;
  background-color: #d9e0dd;
  border-radius: 0 8px 8px 0;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.skill {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.max-45-pixles {
  width: 100%;
  max-width: 45px;
  text-align: right;
}

.text-block-link {
  margin-right: 3px;
  display: inline-block;
}

._50-percent-column,
.column-item-2 {
  width: 50%;
  position: relative;
}

.stats-column {
  width: 50%;
  padding-left: 5%;
  display: flex;
}

.max-290-pixels {
  width: 100%;
}

._92-percent-column {
  z-index: 1;
  width: 88%;
  position: relative;
}

.text-small {
  font-size: 14px;
  line-height: 20px;
}

.text-small.bold {
  font-weight: 700;
}

.mini-arrow {
  position: relative;
  top: 0;
}

.text-link-block {
  color: #131313;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.skills-paragraph {
  color: #7f8893;
  font-size: 18px;
  line-height: 24px;
}

.content-section-image {
  width: 100%;
  height: 610px;
  max-width: 100%;
  background-image: linear-gradient(287deg, #eff5f8, #d4dbe0);
  position: relative;
  overflow: hidden;
}

.grid-block-bg {
  width: 100%;
  height: 350px;
  max-width: 337px;
  background-image: url("../images/CTA-Bg.png");
  background-position: 50% 190%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-left {
  padding-right: 10px;
}

.footer-notice-link {
  color: #8e9194;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.2s;
}

.footer-notice-link:hover {
  color: #0875cf;
}

.footer-notice-link.w--current {
  color: #48a9b5;
}

.menu {
  width: 50%;
  margin-right: 20px;
  font-family: Gothambook, sans-serif;
}

.menu._44-percent {
  width: 50%;
}

.footer-1440-pixels {
  width: 100%;
  max-width: 1440px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.footer-contact-link {
  color: #8e9194;
  justify-content: flex-start;
  font-family: Gothambook, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: underline;
  transition: color 0.2s;
}

.footer-contact-link:hover {
  color: #282c2c;
}

.footer-menu-link {
  height: 27px;
  color: #8e9194;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.footer-menu-link.w--current,
.footer-menu-link.blue {
  color: #0875cf;
}

.footer-menu-link.blue:hover {
  color: #8e9194;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.notice-text {
  font-size: 12px;
  line-height: 21px;
}

.footer {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.footer-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.footer-underline {
  height: 1px;
  background-color: #7f8893;
  margin-top: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-column {
  width: 31%;
  align-items: flex-start;
  margin-right: 2%;
  display: flex;
}

.footer-branding {
  transition: transform 0.2s, opacity 0.2s;
}

.footer-branding:hover {
  opacity: 0.85;
  transform: scale(1.03);
}

.footer-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.footer-title._2 {
  padding-top: 31px;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.footer-expand.middle {
  width: 33%;
  flex: 0 auto;
}

.footer-text-medium {
  font-family: Gothambook, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.footer-social-icons {
  flex: 1;
  padding-left: 3%;
}

.faq-topic-box {
  margin-top: 30px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.bottom-last {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-column-left {
  width: 24%;
  margin-right: 4%;
}

.faq-set {
  margin-bottom: 140px;
}

.faq-topic-link {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.no-top-margin {
  margin-top: 0;
}

.faq-column-right {
  width: 62%;
  flex: 1;
}

.instructions-set {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.post-item-grid {
  width: 45%;
  height: 49%;
  background-image: linear-gradient(275deg, #eff5f8, #d4dbe0);
  margin-bottom: 60px;
  margin-right: 0%;
}

.post-item-grid:last-child {
  margin-right: 0%;
}

.top-margin-collection {
  margin-top: 30px;
}

.hero-blog-left {
  width: 50%;
  position: relative;
}

.hero-blog-page {
  width: 100%;
}

.hero-right-blog {
  width: 50%;
  background-image: linear-gradient(to right, #070617, #007782);
  padding: 120px 7% 100px 5%;
}

.hero-preview-link {
  color: #fff;
  margin-top: 20px;
  font-family: Gotham, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
  text-decoration: none;
  display: inline-block;
}

.post-hero {
  height: 800px;
  margin-top: 25px;
  position: relative;
}

.heading-post-page {
  border-bottom: 1px solid #c2cdd2;
  margin-bottom: 60px;
  padding-bottom: 40px;
}

.pagination {
  justify-content: flex-end;
}

.button-pagination {
  min-height: 57.5px;
  min-width: 100px;
  color: #181818;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  padding: 20px 4% 18px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-pagination:hover {
  color: #fff;
  background-color: #272727;
}

.full-button-copy {
  min-height: 57.5px;
  min-width: 130px;
  color: #181818;
  text-align: center;
  border: 1px solid #000;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  padding: 20px 4% 18px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.full-button-copy:hover {
  color: #fff;
  background-color: #272727;
}

.work-side-title {
  font-size: 24px;
  line-height: 32px;
}

.post-heading-box {
  margin-bottom: 60px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.bottom-line {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.list-heading-left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.work-left-column {
  flex: 1;
  margin-right: 3%;
  padding-right: 20px;
  position: relative;
}

.side-block {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  overflow: hidden;
}

.side-block.more {
  padding-bottom: 20px;
}

.post-title {
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.flex-work-page {
  flex-wrap: wrap;
  display: flex;
}

.work-right {
  width: 72%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: linear-gradient(#007782, #070617);
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 100%;
  max-width: 380px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-field {
  height: 45px;
}

._404 {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 90px;
}

.flex-licensing {
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.licensing {
  width: 31%;
  margin-right: 2%;
  position: relative;
}

.columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.author-post-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mini-pic {
  margin-right: 15px;
  transition: opacity 0.2s;
}

.mini-pic:hover {
  opacity: 0.9;
}

.author-post-link {
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: color 0.2s;
}

.author-post-link:hover {
  color: #282c2c;
}

.author-post-page {
  margin-top: 20px;
  display: flex;
  position: relative;
}

.text-box-grid {
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
}

.bg-circle-2 {
  width: 267px;
  height: 267px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#007782, #0a0b15);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-circle-22 {
  width: 267px;
  height: 267px;
  background-image: linear-gradient(#007782, #070617);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.relative-full-height {
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.bg-circle {
  width: 267px;
  height: 267px;
  background-image: linear-gradient(#007782, #0a0b15);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-intro {
  justify-content: center;
  display: flex;
  position: relative;
}

.expand {
  flex: 1;
}

.rocks {
  width: 20vw;
}

.flex-cta {
  display: flex;
  position: relative;
}

.text-padding-right {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  padding: 20px 3%;
  display: flex;
}

.relleno-de-texto-a-la-izquierda {
  width: 50%;
  justify-content: center;
  align-items: center;
  padding: 20px 3%;
  display: flex;
}

.relleno-de-texto-a-la-izquierda.last {
  order: -1;
}

.nmbers-right {
  flex: 1;
  display: flex;
  position: relative;
}

.numbers-guy {
  width: 30%;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.flex-grid {
  display: flex;
  position: relative;
}

.numbers-box {
  margin-top: 40px;
}

.service-text-box {
  padding-top: 20px;
  padding-left: 17px;
  padding-right: 17px;
}

.flex-box {
  display: flex;
  position: relative;
}

.image-guy-column {
  width: 50%;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.flex-brand,
.flex-block,
.flex-experience {
  display: flex;
  position: relative;
}

.submit {
  width: 48%;
  min-height: 55px;
  background-color: #070617;
  margin-top: 20px;
  padding-top: 9px;
  font-family: Gotham, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  transition: background-color 0.2s;
}

.submit:hover {
  color: #121414;
  background-color: #fff;
  border-radius: 10px;
}

.flex-checkbox {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.field {
  width: 48.5%;
  height: 50px;
  clear: both;
  color: #121414;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Gotham, sans-serif;
  font-size: 13px;
  transition: background-color 300ms;
}

.field:hover {
  background-color: #ffffffd0;
  border-color: #2974f9;
}

.field:active,
.field:focus {
  /*background-color: rgba(0, 0, 0, 0);*/
  /*background-color: #fff;*/
}

.field::-ms-input-placeholder {
  background-color: rgba(0, 0, 0, 0);
}

.field::placeholder {
  background-color: rgba(0, 0, 0, 0);
}

.form-block {
  font-family: Inter, sans-serif;
}

.error-message-contact {
  width: 100%;
  color: #000;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}

.text-link {
  color: #7f8893;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: color 0.2s;
}

.text-link:hover {
  color: #0875cf;
}

.h2 {
  text-align: left;
  letter-spacing: -0.7px;
  margin-top: 0;
  font-family: Gotham, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.h2.azul {
  color: #181818;
}

.side-contact {
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.textarea {
  color: #181818;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 9px;
  flex: 0 auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 110px;
  font-family: Gotham, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.textarea::-ms-input-placeholder {
  color: #898989;
}

.textarea::placeholder {
  color: #898989;
}

.checkbox-label {
  color: #fff;
  text-shadow: 3px 0 5px #181818;
  flex: 1;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.left-heading-box {
  margin-bottom: 40px;
  padding-bottom: 13px;
  position: relative;
  overflow: hidden;
}

.contact-right-side {
  flex: 1;
  padding-right: 5%;
  position: relative;
}

.checkbox {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #adbcc1;
  border-radius: 0;
  margin-top: 0;
  margin-right: 5px;
}

.checkbox-container {
  width: 100%;
  margin-top: 20px;
}

.contact-form-flex {
  flex-wrap: wrap;
  padding: 50px 604px 50px 150px;
  display: flex;
}

.contact-form-flex.fondo-foto {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(300px, 1.25fr) repeat(
      auto-fit,
      minmax(300px, 1.75fr)
    );
  grid-auto-columns: 1.25fr;
  justify-content: center;
  justify-items: center;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.contact-right {
  width: 70%;
}

.flex-space-full {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.flex-space-full.no-top-margin {
  margin-top: 20px;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-right: 22px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.checkbox-field:focus {
  font-size: 15px;
}

.select-field {
  height: 50px;
  color: #98a0a5;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 13px;
  line-height: 15px;
  transition: border 0.2s;
  display: inline;
}

.select-field:hover {
  border-bottom-color: #2974f9;
}

.select-field:focus {
  color: #131313;
  font-size: 15px;
}

.post-title {
  font-size: 52px;
  line-height: 60px;
}

.team-member-left {
  width: 70%;
  padding-right: 2%;
}

.team-member-right {
  width: 24%;
  flex: 1;
  margin-right: 4%;
}

.h5-small {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.team-icon {
  width: 40px;
  height: 40px;
  background-image: url("../images/Email_1Email.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  margin-right: 15px;
}

.team-icon.phone {
  background-image: url("../images/llamada-1.png");
}

.div-block {
  height: 100%;
  align-items: center;
  display: flex;
}

.team-link {
  color: #7f8893;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.2s;
}

.team-link:hover {
  color: #0875cf;
}

.team-member-contact {
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-team {
  display: flex;
  position: relative;
}

.flex-blog {
  margin-top: 115px;
  display: flex;
  position: relative;
}

._3d-container {
  width: 70%;
  max-width: 100%;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -11%;
}

.top-box {
  width: 440px;
  height: 440px;
  transform-style: preserve-3d;
  margin-bottom: 108px;
  margin-left: 39px;
  position: relative;
  overflow: visible;
  transform: translate3d(0, 0, -119px) rotateX(88deg) rotateY(0) rotateZ(42deg);
}

.side-2 {
  width: 440px;
  height: 440px;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-image: linear-gradient(263deg, #e6e8e8, #dde0e3);
  position: absolute;
  top: 440px;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotateX(-90deg) rotateY(0) rotateZ(0);
}

.side-3 {
  width: 440px;
  height: 440px;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-image: linear-gradient(#d1d1cc, #9ea29e);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 440px;
  right: auto;
  transform: rotateX(0) rotateY(90deg) rotateZ(0);
}

.side-4 {
  width: 440px;
  height: 440px;
  transform-origin: 0 0;
  transform-style: preserve-3d;
  background-image: linear-gradient(#d1d1cc, #9ea29e);
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotateX(-90deg) rotateY(0) rotateZ(0);
}

._5 {
  width: 430px;
  height: 430px;
  transform-origin: 100% 100%;
  transform-style: preserve-3d;
  background-color: #121414;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotateX(90deg) rotateY(0) rotateZ(17deg);
}

.side-5 {
  width: 440px;
  height: 440px;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-image: linear-gradient(#9ea29e, #d1d1cc);
  position: absolute;
  top: 0%;
  bottom: auto;
  transform: rotateX(0) rotateY(90deg) rotateZ(0);
}

.macbook {
  perspective: 2000px;
}

.hero-subtitle {
  color: #070617;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 19px;
  line-height: 28px;
}

.hero-subtitle.landscape {
  margin-top: 0;
}

.hero-title {
  color: #047883;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Gotham, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.hidden-2,
.hidden-3,
.hidden-5 {
  display: inline;
  overflow: hidden;
}

.hero-subtitle-box {
  margin-top: 30px;
}

.big-side-4 {
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  background-image: linear-gradient(#e6e8e8, #dde0e3);
  position: absolute;
  bottom: 150px;
  right: 0%;
  transform: translate3d(0, 0, 150px) rotateX(-90deg) rotateY(0) rotateZ(0);
}

.big-side-2 {
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  background-image: linear-gradient(263deg, #e6e8e8, #dde0e3);
  position: absolute;
  top: 150px;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate3d(0, 0, 150px) rotateX(-90deg) rotateY(0) rotateZ(0);
}

.big-side-5 {
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  background-image: linear-gradient(#dde0e3, #e6e8e8);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -150px;
  transform: translate3d(0, 0, 150px) rotateX(0) rotateY(90deg) rotateZ(0);
}

.big-side-3 {
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  background-image: linear-gradient(#e6e8e8, #9ea29e);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 150px;
  right: auto;
  transform: translate3d(0, 0, 150px) rotateX(0) rotateY(90deg) rotateZ(0);
}

.hero-macbook {
  z-index: 1;
  transform-style: preserve-3d;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: -149px;
  transform: scale3d(1, 1, 0.7);
}

.macbook-3d,
.mobile-3d {
  perspective: 2000px;
}

.top-box-macbook {
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  background-image: linear-gradient(#f2f2f5, #f5f4f6);
  margin-bottom: 180px;
  position: relative;
  transform: rotateX(-94deg) rotateY(0) rotateZ(-40deg);
}

.top-box-mobile {
  width: 250px;
  height: 250px;
  transform-style: preserve-3d;
  background-image: linear-gradient(#f2f2f5, #f5f4f6);
  margin-bottom: 173px;
  position: relative;
  transform: rotateX(-94deg) rotateY(0) rotateZ(-40deg);
}

.small-side-4 {
  width: 250px;
  height: 250px;
  transform-style: preserve-3d;
  background-image: linear-gradient(#e6e8e8, #dde0e3);
  position: absolute;
  bottom: 125px;
  right: 0%;
  transform: translate3d(0, 0, 125px) rotateX(-90deg) rotateY(0) rotateZ(0);
}

.small-side-2 {
  width: 250px;
  height: 250px;
  transform-style: preserve-3d;
  background-image: linear-gradient(263deg, #e6e8e8, #dde0e3);
  position: absolute;
  top: 125px;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate3d(0, 0, 125px) rotateX(-90deg) rotateY(0) rotateZ(0);
}

.small-side-5 {
  width: 250px;
  height: 250px;
  transform-style: preserve-3d;
  background-image: linear-gradient(#dde0e3, #e6e8e8);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -125px;
  transform: translate3d(0, 0, 125px) rotateX(0) rotateY(90deg) rotateZ(0);
}

.small-side-3 {
  width: 250px;
  height: 250px;
  transform-style: preserve-3d;
  background-image: linear-gradient(#e6e8e8, #9ea29e);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 125px;
  right: auto;
  transform: translate3d(0, 0, 125px) rotateX(0) rotateY(90deg) rotateZ(0);
}

.hero-mobile {
  z-index: 1;
  transform-style: preserve-3d;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: -125px;
  transform: scale3d(1, 1, 0.7);
}

.services-right {
  width: 50%;
  height: 70%;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  padding-bottom: 25%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 3%;
}

.hero-services-section {
  width: 100%;
  min-height: 60vh;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  bottom: -150px;
}

.intro-mobile3 {
  max-width: none;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 0;
  bottom: 0%;
  left: 0;
}

.numbers-title {
  clear: left;
  color: #fff;
  margin-top: 10px;
  font-family: Gotham, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.gallery-item-1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-title-small {
  color: #007782;
  object-fit: contain;
  margin-top: 0;
  padding-right: 0;
  font-family: Gotham, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 29px;
}

.subtitle-box-copy {
  margin-top: 40px;
  display: inline-block;
  overflow: hidden;
}

.service-subtitle,
.post-tile-box {
  margin-top: 10px;
}

.text-block {
  margin-right: 5px;
  font-size: 16px;
  line-height: 22px;
  display: inline;
}

.brand-column {
  width: 50%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-left {
  width: 45%;
  padding-left: 3%;
  padding-right: 3%;
}

.job-title-box {
  margin-top: 20px;
}

.team {
  width: 91px;
  height: 47px;
  background-color: #b7c0c5;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
}

.hero-mini-imac {
  width: 50px;
  height: 35px;
  background-image: url("../images/iMac.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
  border-radius: 17.5px;
  margin-right: 8px;
}

.services-list-left {
  width: 50%;
  margin-right: 3%;
  padding-right: 20px;
  position: relative;
}

.services-list {
  flex-wrap: wrap;
  display: flex;
}

.services-list-right {
  width: 72%;
  flex: 1;
}

.thank-you {
  margin-top: 5px;
}

.big-words-line {
  width: 100%;
  height: 1px;
  background-color: #c2cdd2;
  margin-top: 175px;
  position: absolute;
}

.big-words-line._4 {
  margin-top: 458px;
}

.big-words-line._3 {
  margin-top: 351px;
}

.big-words-line._2 {
  margin-top: 238px;
}

.big-words-line._1 {
  margin-top: 107px;
}

.big-words-line.number-5 {
  margin-top: 582px;
}

.bottom-curve {
  width: 500px;
  height: 66px;
  background-image: url("../images/Curve.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 464px;
  margin-bottom: -1px;
  padding-top: 17px;
  padding-left: 134px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: auto;
  right: 0%;
}

.side-hand {
  z-index: 1;
  position: relative;
}

.branding-pic {
  width: 91px;
  height: 47px;
  background-color: #b7c0c5;
  background-image: url("../images/Guy_1Guy.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 51px;
  border-radius: 25px;
}

.branding-pic.services {
  background-image: url("../images/Girl-pic_2Girl-pic.png");
  background-size: 51px;
}

.profile-pic {
  width: 91px;
  height: 47px;
  background-color: #b7c0c5;
  background-image: url("../images/Guy_1Guy.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 51px;
  border-radius: 25px;
}

.profile-pic.services {
  background-image: url("../images/Girl-pic_1Girl-pic.png");
  background-size: 56px;
}

.hero-imac {
  z-index: 1;
  transform-style: preserve-3d;
  margin-bottom: -50px;
  margin-left: 58px;
  padding-top: 0;
  padding-left: 0;
  position: relative;
  top: 133px;
  bottom: -200px;
  right: 180px;
  transform: scale3d(1, 1, 0.7);
}

.inner-hero-pic {
  width: 91px;
  height: 47px;
  background-color: #b7c0c5;
  background-image: url("../images/Guy_1Guy.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 51px;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
}

.inner-hero-pic.support {
  background-image: url("../images/Girl-pic_1Girl-pic.png");
}

.subtitle-contact {
  color: #181818;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30.5px;
}

.job-title-side {
  color: #7f8893;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 20px;
}

.subtitle-pricing {
  color: #7f8893;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
}

.pricing-plan {
  color: #7f8893;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30.5px;
}

.pricing-plan.mexq-apps {
  color: #181818;
  margin-top: 3px;
}

.pricing-plan.mexq-apps.fondo-blanco {
  color: #181818;
}

.tags {
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.tags-text {
  margin-right: 10px;
  font-size: 19px;
  font-weight: 500;
  display: inline;
}

.tag {
  margin-right: 10px;
  font-size: 19px;
  font-weight: 500;
  transition: opacity 0.2s;
}

.tag:hover {
  opacity: 0.9;
}

.tag-links {
  text-decoration: none;
  transition: color 0.2s;
}

.tag-links:hover {
  color: #0875cf;
}

.about-the-author {
  margin-top: 20px;
  display: flex;
}

.author-left {
  width: 24%;
}

.author-right {
  border-top: 1px solid #c2cdd2;
  border-bottom: 1px solid #c2cdd2;
  flex: 1;
  margin-left: 2%;
  padding: 10px 3px 28px 3%;
}

.author-link {
  height: 100%;
  position: relative;
}

.author-link.w--current {
  height: 100%;
}

.hero-mini-title {
  color: #7f8893;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.slider-link {
  transition: opacity 0.4s;
}

.slider-link:hover {
  opacity: 0.9;
}

.image-6 {
  padding: 24px;
  display: inline-block;
}

.hover-link-wrapper {
  z-index: 100;
  width: 148px;
  height: 148px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5vw;
  left: 5vw;
  right: auto;
}

.hover-link-wrapper.centered {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.hover-link {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  position: relative;
}

.showreel-wrapper {
  height: 70vh;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.showreel-heading {
  z-index: 2;
  opacity: 0.03;
  text-align: center;
  white-space: nowrap;
  font-size: 100px;
  position: absolute;
  top: auto;
  bottom: -38px;
  left: auto;
  right: auto;
}

.showreel-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.23;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-8 {
  max-width: none;
  clear: none;
  margin: 19% 0 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.text-block-2,
.text-block-3,
.text-block-4 {
  color: #fff;
}

.text-block-5,
.text-block-6 {
  color: #070617;
}

.text-block-7,
.text-block-8,
.text-block-9,
.text-block-10,
.text-block-11 {
  color: #0a0b15;
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.paragraph-2,
.paragraph-3,
.paragraph-4 {
  color: #007782;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.bold-text {
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.image-9 {
  display: inline-block;
}

.image-10 {
  margin-top: -30px;
}

.image-11 {
  padding-right: 0;
}

.image-12 {
  margin-left: 41px;
  padding-left: 0;
}

.image-13 {
  margin-right: 44px;
  padding-right: 16px;
}

.fondo-blanco {
  color: #007782;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.image-14 {
  margin-bottom: 48px;
  padding-top: 0;
  padding-bottom: 6px;
}

.image-15 {
  padding-top: 0;
}

.intro-mobile-2 {
  padding-top: 48px;
  font-size: 50px;
  position: relative;
  top: 21px;
}

.bold-text-2 {
  color: #070617;
  letter-spacing: -1px;
  font-size: 45px;
}

.image-17 {
  color: #fff;
}

.bold-text-3 {
  color: #070617;
  font-size: 45px;
  font-weight: 700;
}

.bold-text-4,
.bold-text-5,
.bold-text-6,
.bold-text-7 {
  color: #070617;
  font-size: 45px;
}

.bold-text-8,
.bold-text-9,
.bold-text-10,
.bold-text-11,
.bold-text-12,
.bold-text-13 {
  color: #007782;
}

.bold-text-14 {
  font-weight: 400;
}

.image-18 {
  margin-top: -16px;
  padding-top: 0;
}

.heading-2 {
  color: #0a0b15;
  font-family: Gotham, sans-serif;
  font-size: 50px;
}

.heading-3 {
  color: #0a0b15;
  font-family: Gotham, sans-serif;
}

.heading-4 {
  color: #fff;
  font-family: Gotham, sans-serif;
}

.field-label {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.heading-5 {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.text-block-12 {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.heading-6 {
  font-family: Gotham, sans-serif;
}

.image-19 {
  border: 1px #000;
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 0;
  display: inline-block;
}

.image-20 {
  clear: both;
  text-align: center;
  padding-top: 0;
  padding-right: 0;
  display: inline-block;
}

.image-21,
.image-22,
.image-23 {
  padding-top: 0;
}

.sucursales {
  width: 1000px;
  clear: both;
  object-fit: scale-down;
  margin-top: 47px;
  padding-left: 0;
  display: inline-block;
  position: static;
  overflow: visible;
}

.button-flex-2 {
  border: 1px solid #181818;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-2 {
  min-width: 192px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #130c2b;
  background-clip: border-box;
  border-radius: 50px;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.navlink-2 {
  height: 100px;
  color: #181818;
  letter-spacing: -0.3px;
  margin-right: 13px;
  padding-top: 30px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: color 0.2s;
  overflow: hidden;
}

.navlink-2:hover {
  color: #5d6363;
  text-decoration: none;
}

.navlink-2.w--current {
  color: #98a0a5;
}

.image-24 {
  display: inline-block;
}

.logo {
  background-color: rgba(0, 0, 0, 0);
}

.image-25 {
  margin-top: -57px;
  padding-top: 0;
}

.text-block-13 {
  color: #fff;
  text-shadow: 0 0 7px #121414;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Gothambook, sans-serif;
}

.text-block-14 {
  min-width: 130px;
}

.bold-text-15 {
  color: #0875cf;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template:
    "Area Area-3"
    ". Area-3"
    / minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  font-weight: 400;
  display: grid;
}

.heading-8 {
  float: left;
  color: #fff;
}

.paragraph-5 {
  clear: left;
  color: #fff;
}

.image-27 {
  float: right;
}

.heading-9 {
  color: #fff;
}

.heading-10 {
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 50px;
}

.paragraph-6 {
  color: #fff;
  letter-spacing: 1px;
  text-indent: 1px;
  font-size: 20px;
}

.bold-text-16 {
  color: #0875cf;
}

.button-3 {
  color: #0875cf;
  background-color: #fff;
  border: 1px #000;
}

.button-4 {
  color: #130c2b;
  background-color: #106f6c;
}

.button-5 {
  color: #0875cf;
  letter-spacing: 0.5px;
  background-color: #fff;
  border-radius: 20px;
  font-family: Gotham, sans-serif;
  font-size: 12px;
}

.button-6 {
  color: #130c2b;
  letter-spacing: 0.5px;
  background-color: #007782;
  border-radius: 20px;
  font-family: Gotham, sans-serif;
  font-size: 12px;
}

.columns-3 {
  margin-bottom: 50px;
  margin-left: 0;
}

.submit-button-2 {
  border-radius: 20px;
  font-size: 17px;
}

.column-2 {
  text-align: left;
  display: flex;
  left: 100px;
}

.image-28 {
  padding-right: 60px;
}

.text-field-2 {
  border-radius: 20px;
}

.image-29 {
  text-align: center;
  background-color: #130c2b;
  align-self: flex-start;
  display: block;
}

.container-2,
.image-30 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-31 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
}

.section {
  background-color: #130c2b;
}

.text-field-3,
.text-field-4,
.text-field-5 {
  border-radius: 20px;
}

.text-field-6 {
  width: 400px;
  border-radius: 20px;
}

.column-3 {
  flex-flow: column wrap;
  padding-left: 40px;
  display: flex;
}

.submit-button-3 {
  background-color: #007782;
  border-radius: 20px;
  font-size: 14px;
}

.textarea-2 {
  width: 400px;
  height: 600px;
  max-height: 600px;
  max-width: 600px;
  object-fit: contain;
  border-radius: 20px;
  display: block;
}

.form-2 {
  display: block;
}

.column-4 {
  padding-left: 20px;
}

.field-label-2,
.field-label-3,
.field-label-4,
.field-label-5,
.field-label-6,
.field-label-7 {
  font-size: 14px;
}

.form-3 {
  width: 400px;
}

.heading-11 {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: 70px;
}

.grid-4 {
  grid-template-areas:
    ". ."
    ". Area";
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-3 {
  justify-content: center;
  margin-left: 12px;
  padding-top: 17px;
  display: flex;
}

.image-32 {
  display: block;
}

.heading-12 {
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-5 {
  justify-content: center;
  display: flex;
}

.image-33 {
  display: block;
}

.heading-13 {
  color: #fff;
  text-align: center;
}

.section-2 {
  background-color: #007782;
  padding-top: 170px;
  padding-bottom: 20px;
}

.columns-6 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.div-block-6 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-14 {
  justify-content: center;
  display: flex;
}

.text-block-16 {
  justify-content: center;
  display: flex;
  position: static;
}

.text-block-17 {
  text-align: center;
  position: static;
}

.column-6 {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-7 {
  clear: left;
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-top: 15px;
  font-family: Gothambook, sans-serif;
  display: flex;
}

.text-block-18,
.heading-15 {
  text-align: center;
}

.text-block-19 {
  text-align: center;
  margin-top: 0;
  font-family: Gothambook, sans-serif;
  font-weight: 600;
  display: block;
}

.bold-text-17 {
  color: #181818;
  margin-top: 0;
  display: block;
}

.bold-text-18 {
  color: #fff;
  margin-top: 0;
  font-family: Gotham, sans-serif;
  font-weight: 700;
  display: block;
}

.italic-text {
  color: #181818;
  font-style: normal;
}

.button-7 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.button-8 {
  justify-content: center;
  display: block;
}

.button-9 {
  justify-content: center;
  display: inline-block;
}

.div-block-7 {
  justify-content: center;
  display: flex;
}

.button-10 {
  outline-offset: 0px;
  background-color: #007782;
  border-radius: 5px;
  outline: 3px solid #fff;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 18px;
  font-style: normal;
}

.div-block-8 {
  justify-content: center;
  display: flex;
}

.paragraph-8 {
  text-align: center;
  margin-top: 15px;
  font-family: Gothambook, sans-serif;
}

.text-block-20 {
  text-align: center;
  font-family: Gothambook, sans-serif;
  font-weight: 600;
  position: static;
}

.heading-16 {
  text-align: center;
  font-family: Gotham, sans-serif;
}

.text-block-21 {
  color: #007782;
  text-align: center;
  font-family: Gothambook, sans-serif;
  font-weight: 600;
}

.column-8 {
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-9 {
  justify-content: center;
  display: flex;
}

.div-block-9 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  display: flex;
}

.columns-7 {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
  margin-bottom: 20px;
  display: flex;
}

.div-block-10 {
  display: block;
}

.button-11 {
  background-color: #130c2b;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 18px;
}

.section-3 {
  background-color: #130c2b;
  padding-top: 20px;
}

.heading-17 {
  color: #fff;
  text-align: center;
  font-family: Gotham, sans-serif;
}

.text-block-22 {
  color: #fff;
  text-align: center;
  font-family: Gothambook, sans-serif;
}

.div-block-11 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.submit-button-4 {
  background-color: #007782;
  border-radius: 5px;
  margin-top: 20px;
  font-family: Gotham, sans-serif;
  display: inline-block;
}

.text-field-7 {
  height: 45px;
  border-radius: 5px;
  align-self: center;
  font-family: Gotham, sans-serif;
}

.form-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.text-field-8 {
  height: 45px;
  border-radius: 5px;
  align-self: center;
  margin-top: 0;
  font-family: Gotham, sans-serif;
}

.form-block-3 {
  width: 50vw;
}

.text-block-23 {
  text-align: center;
  font-family: Gothambook, sans-serif;
}

.div-block-13 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.navbar-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #130c2b;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-14 {
  margin-bottom: 0;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.navbar-3 {
  width: 100vw;
  opacity: 0.9;
  background-color: #130c2b;
  position: fixed;
}

.heading-18 {
  color: #fff;
  text-align: center;
  margin-top: 21px;
  margin-bottom: 27px;
  font-family: Gotham, sans-serif;
}

.div-block-15 {
  width: 100vw;
  height: auto;
  min-height: 150px;
}

.text-block-25 {
  text-align: center;
  font-family: Gothambook, sans-serif;
  font-weight: 600;
}

.column-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-15 {
  bottom: 100px;
}

.div-block-17 {
  justify-content: center;
  display: flex;
}

.image-35 {
  margin-top: 0%;
  margin-bottom: 0;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-21 {
  flex-direction: column;
  display: flex;
}

.link-2 {
  color: #121414;
  font-weight: 600;
  text-decoration: none;
}

.intro-mobile-2-copy {
  padding-top: 48px;
  font-size: 50px;
  position: relative;
  top: 21px;
}

.div-block-27 {
  display: flex;
}

.image-37 {
  max-width: none;
  margin-top: 24px;
  padding-top: 24px;
}

.div-block-32 {
  background-image: linear-gradient(#007782, #070617);
  border-radius: 50%;
}

.container-services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-wrapper-services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-services-right {
  width: 100%;
}

.image-services-left {
  width: 100%;
  max-width: none;
}

.row-box-services {
  order: -1;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  display: flex;
}

.box-row-copy {
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.box-row-copy.last {
  margin-bottom: 0;
}

.columns-10 {
  margin-bottom: 20px;
}

.section-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-11 {
  height: 50vh;
}

.div-block-37 {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.div-block-38 {
  margin-left: 30px;
  margin-right: auto;
}

.heading-19 {
  text-align: center;
}

.div-block-39 {
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 40px;
}

.paragraph-9 {
  margin-top: 20px;
}

.div-block-40 {
  font-family: Gothambook, sans-serif;
}

.paragraph-10 {
  margin-top: 40px;
}

.blog-5 {
  text-align: center;
}

.div-block-41 {
  justify-content: flex-end;
  margin-right: 15px;
  font-family: Gothambook, sans-serif;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 70px;
}

.link-block {
  width: 50px;
  height: 50px;
}

.image-41 {
  width: 100%;
  max-width: none;
}

.image-42 {
  padding-top: 40px;
}

.grs {
  background-image: url("../images/GRIS-MEZA3-4.png");
  background-position: 0 0;
  background-size: auto;
}

.heading-20 {
  text-align: center;
}

.link-4 {
  color: #fff;
  padding-left: 3px;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .navigation {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-inner-box {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-inner-text.top-margin.landing {
    margin-left: 0;
  }

  .preloader-logo {
    background-color: #fff;
  }

  .title-small {
    color: #69707b;
  }

  .content-wrapper {
    max-width: 96%;
    object-fit: fill;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0px;
    padding-top: 20;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    position: relative;
  }

  .content-wrapper.lema {
    background-image: none;
  }

  .content-wrapper.nav-home {
    margin-top: 0;
  }

  .h3 {
    text-align: center;
  }

  .h3.fondo-blanco {
    margin-top: 0;
  }

  .preloader {
    background-color: #fff;
    background-image: none;
  }

  .navbar {
    position: fixed;
  }

  .inner-hero-section {
    max-width: 100%;
    padding-top: 100px;
  }

  .content-faq {
    margin-top: 0;
  }

  .content-faq.contenido-faq {
    margin-top: 140px;
  }

  .button {
    min-height: 35px;
    min-width: 150px;
  }

  .button-flex {
    min-height: 35px;
    min-width: 130px;
  }

  .hero-mini-pic {
    background-image: url("../images/Girl-pic_2Girl-pic.png");
  }

  .mini-title-link {
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
    display: flex;
  }

  .hero-flex {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-left.service-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .hero-section.home {
    padding-top: 170px;
  }

  .block-link-text.blanco {
    color: #fcfcfc;
  }

  .block-link.azul {
    color: #fff;
  }

  .big-words {
    font-size: 168px;
    line-height: 168px;
  }

  .hover-image {
    background-image: url("../images/apoyo-gráfico---blog.png");
    background-position: 0 0;
  }

  .pricing-left {
    align-self: center;
    align-items: center;
  }

  .pricing-right {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .accordion-item-trigger:hover {
    color: #060606;
  }

  .pricing-detail {
    transition: color 0.2s;
  }

  .pricing-detail:hover {
    color: #060606;
  }

  .flex.wrap.content-blog {
    justify-content: center;
  }

  .flex.mobile-wrap.flex-contact-us {
    margin-top: 100px;
  }

  .need-help-container {
    margin-top: 28px;
  }

  .question {
    transition: color 0.2s;
  }

  .question:hover {
    color: #060606;
  }

  .input,
  .input.right {
    border-radius: 12px;
  }

  .submit-button {
    border-radius: 14px;
    margin-top: 16px;
  }

  .scroll-down.home-button {
    margin-top: -94px;
    margin-bottom: -275px;
    padding-top: 0;
  }

  .scroll-down.home-button.w--current {
    margin-bottom: 0;
  }

  .values-container {
    max-width: 1301px;
  }

  .image-flex-center {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .box-row {
    margin-bottom: 70px;
  }

  .box-row.last {
    margin-bottom: 0;
  }

  .menu {
    margin-top: 40px;
  }

  .hero-blog-page {
    margin-top: 124px;
  }

  .hero-right-blog {
    background-image: linear-gradient(97deg, #070617, #007782);
  }

  .text-link {
    justify-content: flex-start;
  }

  .h2.azul {
    color: #181818;
  }

  .checkbox-label {
    color: #fff;
  }

  .left-heading-box {
    margin-left: 30px;
    margin-right: auto;
  }

  .checkbox {
    width: 40px;
    margin-left: -28px;
    margin-right: -6px;
  }

  .contact-form-flex.fondo-foto {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-image: none;
    grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  }

  .checkbox-field {
    margin-right: 16px;
  }

  ._3d-container {
    width: 70%;
    max-width: 100%;
    align-items: center;
    margin-top: auto;
    padding-left: 0;
    position: static;
    right: auto;
  }

  .intro-mobile3 {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .subtitle-contact,
  .pricing-plan.mexq-apps {
    color: #181818;
  }

  .showreel-wrapper {
    background-color: #fff;
  }

  .image-8 {
    align-self: center;
  }

  .intro-mobile-2 {
    padding-top: 38px;
    position: relative;
    top: 24px;
  }

  .gif {
    max-width: 100%;
  }

  .image-19 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-21,
  .image-22,
  .image-23 {
    padding-top: 0;
  }

  .text-block-14 {
    min-width: 0;
  }

  .paragraph-6 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .bold-text-16 {
    color: #5fcbe1;
  }

  .heading-12 {
    font-size: 33px;
  }

  .column-15 {
    bottom: 100px;
  }

  .div-block-26 {
    align-self: center;
  }

  .link-2 {
    color: #181818;
    font-weight: 600;
    text-decoration: none;
  }

  .intro-mobile-2-copy {
    padding-top: 38px;
    position: relative;
    top: 24px;
  }

  .image-37 {
    margin-top: 24px;
    padding-top: 27px;
  }

  .div-block-32 {
    background-image: linear-gradient(#007782, #070617);
    border-radius: 50%;
  }

  .box-row-copy {
    margin-bottom: 70px;
  }

  .box-row-copy.last {
    margin-bottom: 0;
  }

  .columns-11 {
    height: 45vh;
  }

  .div-block-37 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-19 {
    text-align: center;
    margin-top: 120px;
  }

  .text-block-26 {
    text-align: center;
  }

  .div-block-39 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .paragraph-9 {
    padding-top: 20px;
  }

  .div-block-41 {
    justify-content: flex-end;
    margin-right: 15px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    bottom: 70px;
  }

  .link-block {
    width: 50px;
    height: 50px;
  }

  .image-41 {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 1440px) {
  .navigation {
    background-color: rgba(255, 255, 255, 0.25);
  }

  .content-section-1.double {
    margin-top: 20px;
  }

  .content-section-1.bottom-margin {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .content-wrapper {
    max-width: 1340px;
    margin-top: 0;
    padding-top: 0;
  }

  .content-wrapper.nav {
    margin-top: 0;
    top: auto;
  }

  .content-wrapper.wrapper-contact-us {
    margin-top: 40px;
  }

  .content-wrapper.content-wrapper-blog-home {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .h3 {
    font-size: 55px;
  }

  .h3.fondo-blanco {
    margin-top: 103px;
  }

  .nav-menu {
    padding-bottom: 0;
  }

  .navbar {
    position: fixed;
  }

  .inner-hero-section {
    background-color: #130c2b;
    padding-top: 0;
  }

  .content-faq {
    margin-top: 0;
  }

  .content-faq.contenido-faq {
    margin-top: 140px;
  }

  .curve-text-container.servicios-num {
    margin-left: 80px;
  }

  .mini-title-link {
    margin-left: 0;
    margin-right: 0;
  }

  .right-white-bg {
    width: 60%;
  }

  .hero-text {
    font-size: 45px;
  }

  .block-link {
    color: #7f8893;
  }

  .block-link.blanco {
    color: #181818;
  }

  .change-this-image {
    top: 10%;
  }

  .figure,
  .figure-2 {
    max-width: 217px;
  }

  .lines._2 {
    margin-top: 17vh;
  }

  .figure-3 {
    max-width: 217px;
  }

  .link-preview {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hover-image {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hover-bg {
    display: flex;
  }

  .client-logo {
    width: 25%;
  }

  .flex.mobile-wrap {
    padding-top: 26px;
  }

  .flex.mobile-wrap.flex-contact-us {
    margin-top: 60px;
  }

  .post-text-box {
    display: block;
  }

  .scroll-down.home-button,
  .scroll-down.home-button.w--current {
    margin-bottom: 0;
  }

  .scroll-down.services-button {
    align-self: flex-end;
    bottom: 0;
  }

  .paragraph-spans {
    object-fit: fill;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 50px;
    overflow: visible;
  }

  .span._1 {
    background-image: url("../images/LOGO-MEXQ.png");
    background-position: 50%;
    background-size: 75px;
  }

  .values-container {
    max-width: 1340px;
  }

  .box-row.last {
    margin-bottom: 0;
  }

  .bg-circle {
    padding-top: 0;
  }

  .submit {
    border-radius: 14px;
    margin-bottom: auto;
  }

  .field:focus-visible {
    color: #fff;
  }

  .field[data-wf-focus-visible] {
    color: #fff;
  }

  .h2 {
    margin-top: 18px;
    padding-left: 46px;
  }

  .h2.azul {
    color: #181818;
  }

  .textarea {
    padding-bottom: 52px;
  }

  .checkbox-label {
    color: #fff;
  }

  .checkbox-container {
    margin-top: 11px;
  }

  .contact-form-flex.fondo-foto {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
    grid-auto-rows: 0.25fr;
    grid-auto-flow: row;
  }

  .contact-form-flex.fondo-foto.home,
  .contact-right.contacto {
    background-image: none;
  }

  .flex-space-full {
    margin-top: 20px;
  }

  ._3d-container {
    width: 60%;
  }

  .hero-services-section {
    min-height: auto;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    bottom: 10px;
  }

  .intro-mobile3 {
    margin-top: 43px;
    padding-bottom: 0;
  }

  .subtitle-contact {
    color: #181818;
    padding-left: 48px;
    font-family: Gotham, sans-serif;
  }

  .pricing-plan.mexq-apps {
    color: #181818;
  }

  .hover-link {
    border-color: #000;
  }

  .showreel-wrapper {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #fff;
  }

  .image-8 {
    margin-top: 0%;
  }

  .columns-2 {
    margin-top: 36px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .column {
    background-image: url("../images/Logo-3.png");
    background-position: 50%;
    background-size: cover;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .image-12 {
    max-width: 115%;
  }

  .intro-mobile-2 {
    padding-top: 26px;
    position: relative;
    top: 22px;
  }

  .text-block-13 {
    color: #fff;
    text-shadow: 4px 4px 6px #000;
    margin-left: 133px;
    margin-right: 133px;
    font-family: Gothambook, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .h3.form {
    text-shadow: 2px 2px 7px #000;
    margin-top: 29px;
    margin-left: 148px;
    margin-right: 0;
    padding-right: 0;
    font-size: 45px;
    display: flex;
  }

  .image-26 {
    margin-bottom: 21px;
  }

  .column-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-19 {
    font-family: Gothambook, sans-serif;
    position: static;
  }

  .bold-text-18 {
    font-family: Gotham, sans-serif;
  }

  .button-10 {
    border-radius: 19px;
    font-family: Gotham, sans-serif;
  }

  .button-10:hover {
    color: #181818;
    background-color: #fff;
    font-weight: 700;
  }

  .paragraph-8 {
    font-family: Gothambook, sans-serif;
  }

  .text-block-20,
  .heading-16,
  .text-block-21 {
    font-family: Gotham, sans-serif;
  }

  .button-11 {
    outline-offset: 0px;
    color: #007782;
    background-color: #fff;
    border: 0 solid #007782;
    border-radius: 19px;
    outline: 3px solid #007782;
    font-family: Gotham, sans-serif;
    font-weight: 700;
  }

  .button-11:hover {
    color: #fff;
    background-color: #007782;
  }

  .submit-button-4 {
    border-radius: 19px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-field-7,
  .text-field-8 {
    border-radius: 13px;
  }

  .text-block-23 {
    color: #fff;
    margin-top: -41px;
    margin-bottom: 0;
    padding-bottom: 33px;
    font-family: Gotham, sans-serif;
  }

  .div-block-13 {
    background-color: #130c2b;
  }

  .container-3 {
    padding-bottom: 20px;
  }

  .navbar-3 {
    margin-bottom: 31px;
    padding-bottom: 0;
    position: absolute;
  }

  .heading-18 {
    text-align: center;
    font-family: Gothambook, sans-serif;
  }

  .text-block-25 {
    font-family: Gotham, sans-serif;
  }

  .column-15 {
    bottom: 100px;
  }

  .div-block-26 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .intro-mobile-2-copy {
    padding-top: 26px;
    position: relative;
    top: 22px;
  }

  .image-37 {
    margin-top: 24px;
    padding-top: 30px;
  }

  .div-block-32 {
    background-image: linear-gradient(#007782, #070617);
    border-radius: 50%;
  }

  .image-services-right,
  .image-services-left {
    width: 100%;
  }

  .row-box-services {
    display: flex;
  }

  .box-row-copy.last {
    margin-bottom: 0;
  }

  .columns-11 {
    height: 40vh;
    align-self: center;
  }

  .div-block-37 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-41 {
    justify-content: flex-end;
    margin-right: 15px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    bottom: 85px;
  }

  .link-block {
    width: 50px;
    height: 50px;
  }

  .image-41 {
    width: 100%;
  }

  .image-42 {
    padding-top: 30px;
  }

  .section-5 {
    background-color: #130c2b;
  }
}

@media screen and (min-width: 1920px) {
  .content-section-1.inner-pages {
    flex-direction: column;
    display: flex;
  }

  .content-section-1.team-section,
  .content-section-1.works {
    background-image: none;
  }

  .content-section-1.flex-box {
    padding-top: 140px;
  }

  .content-wrapper {
    max-width: none;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .content-wrapper.lema {
    background-image: none;
  }

  .content-wrapper.mexq {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content-wrapper.wrapper-contact-us {
    margin-top: 40px;
  }

  .h3 {
    color: #fff;
    text-align: center;
  }

  .inner-hero-section {
    background-color: #130c2b;
    padding-top: 0;
  }

  .tex.fondo-blanco {
    text-align: right;
  }

  .content-faq {
    margin-top: 0;
  }

  .content-faq.contenido-faq {
    margin-top: 140px;
  }

  .content-faq.main-content-services {
    margin-top: 5px;
  }

  .curve-bg {
    bottom: 0%;
  }

  .curve-bg.services-curve {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 40px;
  }

  .curve-text-container {
    margin-left: 50px;
  }

  .curve-text-container.servicios-num {
    text-align: left;
    margin-left: 10px;
  }

  .curve-text-box {
    margin-left: 70px;
  }

  .mini-title-link {
    text-align: left;
    justify-content: flex-start;
    margin-left: 0;
  }

  .mini-title-link.w--current {
    color: #181818;
  }

  .hero-flex {
    width: 50%;
    max-width: none;
    flex-direction: row;
    margin-top: 0;
  }

  .hero-section.home {
    padding-top: 180px;
  }

  .hero-bottom-bg.services-landscape {
    bottom: 0%;
  }

  .hero-bottom-bg.home-pg {
    margin-top: 20px;
  }

  .subheading {
    color: #fff;
  }

  .intro-top-box._90-percent {
    padding-top: 0;
  }

  .intro-thumbnails-container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    top: 0;
  }

  .block-link {
    color: #181818;
  }

  .change-this-image {
    top: -3%;
  }

  .pricing-left {
    align-items: center;
  }

  .pricing-right {
    min-width: 30vw;
    padding: 0;
  }

  .pricing-overview.last {
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: center;
    padding-bottom: 0;
    line-height: 50px;
  }

  .flex.wrap.content-blog {
    align-content: flex-start;
    justify-content: center;
  }

  .flex.mobile-wrap.flex-contact-us {
    margin-top: 100px;
  }

  .pricing-thumbnail {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .post-text-box.bottom {
    position: relative;
  }

  .h4.small-mobile.fondo-blanco {
    text-align: right;
  }

  .scroll-down {
    bottom: 20px;
  }

  .scroll-down.home-button {
    margin-bottom: 0;
    margin-right: 0%;
  }

  .scroll-down.services-button {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .box-row.last {
    margin-bottom: 0;
  }

  .post-hero {
    height: 900px;
    margin-top: 120px;
  }

  .h2.azul {
    color: #181818;
    text-shadow: none;
  }

  .contact-form-flex.fondo-foto.home,
  .contact-right.contacto {
    background-image: none;
  }

  ._3d-container {
    width: auto;
    max-width: 80%;
    align-items: center;
    margin-top: 0;
    position: static;
    right: auto;
  }

  .services-right {
    height: 30vw;
    align-items: flex-start;
    padding-bottom: 0%;
  }

  .hero-services-section {
    min-height: auto;
    margin-top: 200px;
    bottom: 0;
  }

  .intro-mobile3 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
    top: 0;
  }

  .subtitle-contact {
    color: #181818;
    text-shadow: none;
  }

  .pricing-plan.mexq-apps {
    color: #181818;
  }

  .hover-link-wrapper.centered {
    background-color: rgba(0, 0, 0, 0);
  }

  .hover-link {
    background-color: rgba(0, 0, 0, 0);
    border-width: 2px;
    border-color: #000;
  }

  .showreel-wrapper {
    background-color: #fff;
    border: 1px #fff;
    box-shadow: 1px 1px 3px #fff;
  }

  .showreel-video {
    opacity: 0.44;
    background-color: #fff;
  }

  .image-7 {
    height: 80px;
  }

  .image-8 {
    max-width: none;
    min-width: 35vw;
    flex: 1;
    align-self: center;
    margin-top: 0%;
    padding-left: 0;
    display: block;
  }

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fondo-blanco {
    font-size: 20px;
  }

  .image-15 {
    padding-top: 0;
  }

  .intro-mobile-2 {
    margin-bottom: 0;
    padding-bottom: 0;
    top: 0;
  }

  .bold-text-6 {
    text-align: right;
  }

  .heading-15,
  .heading-16 {
    font-size: 45px;
  }

  .image-35 {
    min-width: 25vw;
  }

  .intro-mobile-2-copy {
    margin-bottom: 0;
    padding-bottom: 0;
    top: 0;
  }

  .div-block-28 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .div-block-29 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-37 {
    margin-top: 24px;
    padding-top: 40px;
  }

  .div-block-32 {
    background-image: linear-gradient(#007782, #070617);
    border-radius: 50%;
  }

  .image-services-left {
    width: 100%;
    max-width: 100%;
  }

  .row-box-services {
    width: 100%;
    object-fit: fill;
    display: flex;
  }

  .box-row-copy.last {
    margin-bottom: 0;
  }

  .columns-11 {
    height: auto;
    margin-bottom: 20px;
  }

  .div-block-37 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .whatsapp-button {
    justify-content: center;
    align-items: center;
  }

  .button-12 {
    justify-content: flex-end;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
  }

  .div-block-41 {
    justify-content: flex-end;
    margin-right: 15px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    bottom: 85px;
  }

  .link-block {
    width: 50px;
    height: 50px;
    align-items: flex-end;
    position: -webkit-sticky;
    position: sticky;
  }

  .image-41 {
    width: 100%;
    max-width: none;
  }

  .image-42 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 34px;
    line-height: 40px;
  }

  h3,
  h4 {
    font-size: 30px;
    line-height: 36px;
  }

  h5 {
    font-size: 28px;
    line-height: 34px;
  }

  h6 {
    font-size: 26px;
    line-height: 32px;
  }

  .top-margin {
    margin-top: 11px;
  }

  .top-margin._20-pixels {
    justify-content: flex-start;
    display: block;
  }

  .social-mini-icon {
    background-color: #0f0f0f;
    margin-bottom: 5px;
    margin-right: 7px;
  }

  .social-mini-icon:hover {
    background-color: #2c2c2c;
  }

  .social-mini-icon.instagram {
    margin-right: 0;
  }

  .social-mini-icon.instagram:hover,
  .social-mini-icon.linkedin:hover {
    background-color: #2c2c2c;
  }

  .social-mini-icon.facebook {
    background-color: #3880da;
  }

  .social-mini-icon.facebook:hover,
  .social-mini-icon.twittter:hover {
    background-color: #2c2c2c;
  }

  .navlink {
    width: 100%;
    height: 50px;
    color: #0f0f0f;
    text-align: left;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    transition: background-color 0.2s;
    display: flex;
  }

  .navlink:hover {
    background-color: #e0e7e9;
  }

  .navlink.w--current {
    color: #98a0a5;
  }

  .buy-template-container {
    height: auto;
    justify-content: flex-start;
    padding-top: 10px;
    padding-left: 10px;
  }

  .hero-inner-box {
    max-width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12%;
    display: inline;
  }

  .hero-inner-text {
    font-size: 48px;
    line-height: 54px;
  }

  .hero-inner-text.top-margin.landing {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    display: inline-block;
  }

  .content-section-1 {
    background-color: rgba(255, 255, 255, 0.78);
    padding-top: 100px;
  }

  .content-section-1.inner-pages {
    margin-top: 0;
    padding-top: 115px;
    padding-bottom: 0;
  }

  .content-section-1.double {
    padding-bottom: 100px;
  }

  .content-section-1.team-section {
    padding-bottom: 50px;
  }

  .content-section-1.bottom-margin {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
  }

  .content-section-1.post {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section-1.works {
    padding-bottom: 94px;
  }

  .content-section-1.box {
    padding-top: 0;
  }

  .content-section-1.inner-pages-top,
  .content-section-1.team-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section-1.flex-box {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    display: inline-block;
    position: relative;
  }

  .title {
    font-size: 15px;
  }

  .go-up-button {
    width: 45px;
    height: 45px;
    background-size: 20px;
  }

  .underline-hover {
    display: none;
  }

  .content-wrapper {
    max-width: 100%;
    flex: 0 auto;
    order: -1;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-wrapper.lema {
    background-image: none;
    margin-top: -166px;
    margin-bottom: 125px;
  }

  .content-wrapper.mexq {
    margin-top: 20px;
  }

  .content-wrapper.sucursales {
    padding-left: 0;
  }

  .content-wrapper.content-faq {
    margin-top: 0;
  }

  .content-wrapper.content-wrapper-services {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .social-links-mobile {
    justify-content: flex-start;
    margin-top: 15px;
    display: block;
  }

  .h3 {
    text-align: center;
    font-size: 40px;
    line-height: 60px;
  }

  .h3.fondo-blanco {
    text-align: center;
    margin-top: 0;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 20px;
    overflow: auto;
  }

  .notice {
    margin-top: 40px;
  }

  .inner-hero-section {
    max-width: 100%;
    min-height: 100px;
    background-color: #130c2b;
    margin-top: 0;
  }

  .inner-hero-section.navbar {
    width: 100vw;
    height: auto;
    min-height: auto;
  }

  .inner-hero-section.instruccion-content {
    padding-top: 60px;
  }

  .menu-button {
    height: 100px;
    padding-top: 42px;
  }

  .menu-button.w--open {
    color: #7f8893;
    background-color: #fff;
  }

  .content-faq {
    margin-top: 0;
  }

  .content-faq.main-content-services {
    margin-top: 160px;
  }

  .content-faq.content-instruccion {
    margin-top: 0;
  }

  .hero-inner-padding {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .curve-bg {
    width: 60%;
    height: 66px;
    justify-content: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 0%;
    padding-right: 170px;
  }

  .curve-text-container {
    margin-left: 220px;
  }

  .curve-text-container.servicios-num {
    margin-left: 140px;
  }

  .curve-text-box {
    max-width: none;
  }

  .mini-title-link {
    width: auto;
    min-width: 300px;
    text-align: center;
    flex: 0 5 auto;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .mini-title-link.home {
    width: 100%;
  }

  .hero-flex {
    max-width: 100%;
  }

  .hero-flex.services {
    align-items: flex-end;
    padding-top: 63px;
  }

  .hero-flex.hero-flex-services {
    align-items: flex-start;
    top: -230px;
  }

  .hero-left {
    width: 65%;
  }

  .hero-left.services {
    margin-top: -9px;
    margin-left: 33px;
    padding-right: 216px;
  }

  .hero-left.service-mobile {
    width: 100vw;
    min-width: auto;
    flex-direction: column;
    order: -1;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: -127px;
    display: flex;
  }

  .hero-text {
    margin-top: 25px;
    font-size: 40px;
    line-height: 56px;
  }

  .h3-title {
    margin-top: 15px;
    font-size: 18px;
  }

  .h3-title.no-top-margin {
    margin-top: 0;
  }

  .subtitle-box {
    text-align: left;
    margin-top: 30px;
    padding-left: 0;
  }

  .subtitle-box._30-pixels,
  .subtitle-box._20-pixels {
    margin-top: 25px;
  }

  .hero-section.home {
    margin-right: 0;
    padding-top: 0;
  }

  .signature-box {
    margin-top: 25px;
  }

  .hero-bottom-bg {
    width: 120%;
    margin-left: 0;
  }

  .hero-bottom-bg.services-landscape {
    width: 100%;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading {
    width: 72%;
  }

  .subheading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 38px;
  }

  .subheading.fondo-blanco {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pricing.mexqapps {
    flex-direction: column;
  }

  .pricing.mexqapps.pircing-work {
    margin-top: 0;
  }

  .intro-top-box {
    height: auto;
    align-self: center;
  }

  .intro-top-box.center {
    width: 225px;
    height: 225px;
  }

  .intro-top-box._90-percent {
    flex-direction: column;
    display: block;
  }

  .intro-thumbnails-container {
    width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .intro-box {
    width: 30%;
    margin-right: 5%;
  }

  .paragraph-gray {
    font-size: 16px;
  }

  .link-block-box {
    margin-top: 15px;
  }

  .block-link-text {
    font-size: 19px;
    line-height: 24px;
  }

  .block-link.azul {
    color: #fff;
  }

  .heading-link {
    font-size: 34px;
    line-height: 42px;
  }

  .intro-guy {
    margin-left: auto;
    margin-right: auto;
    top: -15px;
    left: auto;
  }

  .content-section-slider {
    padding-top: 100px;
  }

  .heading-left {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .heading-left.slider {
    margin-left: 0%;
  }

  .websites-slider {
    margin-left: 40px;
    margin-right: 40px;
  }

  .websites-arrow {
    margin-left: -20px;
  }

  .websites-arrow.right {
    margin-left: 0;
    margin-right: -20px;
  }

  .change-this-image {
    top: 15%;
  }

  .figure {
    width: 20vw;
    height: 80px;
  }

  .big-words-container {
    max-width: 80%;
  }

  .figure-2 {
    width: 20vw;
    height: 80px;
  }

  .bg-lines {
    background-color: rgba(7, 6, 23, 0);
    background-image: none;
    margin-bottom: 27px;
    padding-top: 0;
    display: block;
    position: static;
  }

  .figure-3 {
    width: 20vw;
    height: 80px;
  }

  .big-words,
  .hi-there-text {
    margin-bottom: 30px;
  }

  .hover-image {
    background-image: url("../images/apoyo-gráfico---blog.png");
    background-position: 0%;
  }

  .preview-link {
    font-size: 26px;
    line-height: 32px;
  }

  .text-box {
    padding-top: 15px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .text-box-white {
    width: 63%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .social-icons {
    margin-top: 20px;
  }

  .job-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .team-name-link {
    font-size: 24px;
    line-height: 30px;
  }

  .content-section-clients {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing-left {
    width: auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10% 40px;
    display: flex;
  }

  .pricing-title {
    font-size: 40px;
    line-height: 46px;
  }

  .pricing-right {
    align-items: center;
    padding-top: 0%;
    padding-left: 60px;
    padding-right: 0;
  }

  .faq-arrow {
    width: 20px;
    margin-top: 4px;
  }

  .flex-no-wrap {
    padding-left: 23px;
  }

  .pricing-detail {
    font-size: 20px;
    line-height: 26px;
  }

  .pricing-faq {
    margin-top: 20px;
  }

  .flex.mobile-wrap {
    margin-left: 0;
    padding-left: 0;
  }

  .flex.mobile-wrap.flex-contact-us {
    align-items: flex-start;
    margin-top: 0;
  }

  .need-help-box {
    max-width: none;
    min-width: 100%;
    flex-shrink: 3;
    margin-right: 42%;
    padding-right: 0;
  }

  .question {
    padding-left: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .testimonials-left {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .testimonial {
    padding-bottom: 0;
    padding-left: 20px;
  }

  .testimonial-text {
    font-size: 21px;
    line-height: 35px;
  }

  .post-text-box {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .link-block-button {
    margin-top: 15px;
  }

  .cta-right {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .h4 {
    font-size: 46px;
    line-height: 52px;
  }

  .h4.small {
    color: #070617;
    font-size: 30px;
    line-height: 44px;
  }

  .h4.small-mobile {
    font-size: 40px;
    line-height: 46px;
  }

  .cta-form {
    margin-top: 20px;
  }

  .scroll-down {
    width: 53px;
    height: 78px;
    margin-bottom: 28px;
    margin-right: 2%;
  }

  .scroll-down.home-button.w--current {
    margin-bottom: 0;
  }

  .scroll-down.services-button {
    object-fit: fill;
    margin-bottom: 0;
    position: absolute;
    top: auto;
    bottom: 15%;
    left: auto;
    right: 1%;
  }

  .scroll-arrow {
    width: 20px;
  }

  .paragraph-spans {
    font-size: 64px;
    line-height: 76px;
  }

  .span {
    height: 50px;
  }

  .numbers {
    padding-bottom: 10px;
  }

  .h5 {
    font-size: 34px;
    line-height: 42px;
  }

  .number-item {
    width: 50%;
    max-width: 234px;
    margin-bottom: 20px;
  }

  .sign-small {
    font-size: 40px;
  }

  .sign-small.m {
    margin-top: 8px;
  }

  .counter-numbers.left,
  .counter-numbers.right {
    padding-top: 0;
  }

  .bottom-bg {
    height: 295px;
  }

  .counter-x {
    margin-bottom: 0;
  }

  .slider-arrow {
    width: 55px;
    height: 55px;
    margin-right: 65px;
    top: -35%;
  }

  .slider-arrow.right {
    margin-right: 0;
  }

  .slide {
    margin-right: 20px;
  }

  .text-left-column {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .guy-column {
    background-size: contain;
  }

  .top-bg-white {
    display: none;
  }

  .features-list {
    margin-top: 30px;
  }

  .text-gray {
    font-size: 14px;
  }

  .feature-list-item {
    margin-bottom: 20px;
  }

  .container-bottom-line {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .feature-list-line {
    margin-bottom: 10px;
  }

  .feature-list-line.last {
    padding-bottom: 0;
  }

  .text-left-padding {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 3%;
  }

  .flex-align-top {
    margin-right: 20px;
  }

  .expand-image {
    width: 50px;
    height: 50px;
    margin-bottom: 13px;
    margin-right: 13px;
  }

  .play-button {
    width: 100px;
    height: 100px;
  }

  .service-sample-text {
    margin-bottom: 40px;
    font-size: 46px;
  }

  .cta-form-rounded {
    margin-top: 40px;
  }

  .form-rounded {
    flex-wrap: wrap;
  }

  .newsletter-submit-button {
    min-width: auto;
    font-size: 14px;
    line-height: 26px;
  }

  .classes-scrollable {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .classes-content-wrapper {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .classes-hidden-mask {
    height: auto;
    overflow: visible;
  }

  .classes-sticky-wrapper {
    height: auto;
  }

  .classes-section {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .classes-block {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .frame {
    height: 90%;
  }

  .text-left-scroll {
    padding-top: 100px;
  }

  .guy-column-services {
    margin-bottom: 140px;
  }

  .value-row {
    width: 80%;
  }

  .values-container {
    max-width: 100%;
  }

  .values-bg {
    padding-top: 30px;
  }

  .right-hand {
    margin-right: 10px;
  }

  .image-flex-center {
    width: 100%;
  }

  .box-row,
  .box-row.last {
    margin-bottom: 0;
  }

  .content-section-dark {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h3-title-white {
    margin-top: 15px;
  }

  .grid-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._92-percent-column {
    width: 100%;
  }

  .text-link-block {
    font-size: 14.5px;
    line-height: 23px;
  }

  .content-section-image {
    height: 450px;
  }

  .menu {
    width: 50%;
  }

  .menu._44-percent {
    width: 46%;
  }

  .footer-1440-pixels {
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-contact-link {
    justify-content: flex-start;
  }

  .footer-container {
    margin-bottom: 0;
  }

  .footer {
    max-width: 100%;
    padding-top: 60px;
  }

  .footer-column {
    width: 42%;
    margin-right: 4%;
  }

  .footer-expand {
    width: 100%;
    justify-content: flex-start;
    margin-top: 30px;
  }

  .footer-expand.middle {
    width: 54%;
    margin-top: 0;
  }

  .footer-social-icons {
    padding-left: 0%;
  }

  .sticky {
    padding-right: 0;
  }

  .faq-set {
    margin-bottom: 100px;
  }

  .post-item-grid {
    width: 48%;
    background-color: #fff;
    background-image: none;
    margin-bottom: 50px;
    margin-right: 2%;
  }

  .hero-blog-page {
    margin-top: 120px;
  }

  .post-hero {
    height: 500px;
  }

  .side-block {
    margin-bottom: 40px;
  }

  .post-title {
    font-size: 50px;
    line-height: 58px;
  }

  .flex-work-page {
    flex-wrap: nowrap;
  }

  .bg-circle-2 {
    width: auto;
    height: 100%;
    flex: 0 auto;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bg-circle-22 {
    width: 225px;
    height: 225px;
    object-fit: fill;
    background-image: linear-gradient(#007782, #070617);
    border-radius: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .bg-circle {
    width: 225px;
    height: 225px;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-padding-right {
    padding-right: 0%;
  }

  .relleno-de-texto-a-la-izquierda {
    padding-left: 0%;
  }

  .numbers-guy {
    width: 33%;
  }

  .numbers-box {
    margin-top: 30px;
  }

  .submit {
    width: 80%;
    min-height: 20%;
    border-radius: 13px;
  }

  .form-block._2.home {
    /*background-image: url('../images/APOYO-GRAFICOS_AZUL-2.jpg');*/
    background-position: 0 0;
    background-size: auto;
  }

  .text-link {
    justify-content: flex-start;
    font-size: 14px;
  }

  .h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .h2.azul {
    color: #181818;
    text-shadow: none;
    font-size: 30px;
  }

  .side-contact {
    padding-right: 0;
  }

  .contact-right-side {
    padding-left: 75px;
    padding-right: 5%;
  }

  .contact-form-flex.fondo-foto {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: minmax(175px, 1fr) repeat(
        auto-fit,
        minmax(175px, 1fr)
      );
    grid-auto-flow: row;
    justify-content: center;
    padding-top: 41px;
    padding-left: 27px;
    padding-right: 21px;
    display: flex;
  }

  .contact-right.contacto {
    margin-left: -25px;
    padding-left: 0;
  }

  .h5-small {
    font-size: 34px;
    line-height: 42px;
  }

  .team-member-contact {
    margin-bottom: 20px;
  }

  ._3d-container {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-left: 0;
  }

  .hero-subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-title {
    margin-top: 15px;
  }

  .hero-subtitle-box {
    margin-top: 30px;
  }

  .services-right {
    margin-left: 0;
    padding-bottom: 50%;
  }

  .hero-services-section {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    top: 260px;
    bottom: 0;
  }

  .intro-mobile3 {
    max-height: 100%;
    object-fit: contain;
    flex: none;
    order: 0;
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: 5px;
    bottom: auto;
    left: auto;
  }

  .numbers-title {
    font-size: 34px;
    line-height: 42px;
  }

  .hero-title-small {
    margin-top: 15px;
    font-size: 18px;
  }

  .subtitle-box-copy {
    margin-top: 30px;
  }

  .bottom-curve {
    width: 67%;
    padding-left: 16%;
  }

  .side-hand {
    z-index: 0;
  }

  .subtitle-contact {
    font-size: 18px;
  }

  .pricing-plan.mexq-apps {
    color: #181818;
  }

  .author-left {
    width: 32%;
  }

  .showreel-wrapper {
    height: 60vh;
  }

  .showreel-heading {
    font-size: 72px;
    bottom: -24px;
  }

  .showreel-video {
    justify-content: center;
    display: flex;
  }

  .image-8 {
    clear: none;
    flex: 0 auto;
    margin-top: 1px;
    margin-left: -69px;
    margin-right: 31px;
  }

  .image-10 {
    max-width: 80%;
    margin-top: -15px;
    margin-left: -307px;
    padding-left: 0;
  }

  .image-12 {
    margin-left: 21px;
  }

  .intro-mobile-2 {
    max-height: 100%;
    object-fit: contain;
    margin-top: 23px;
    padding-top: 0;
  }

  .heading-2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3,
  .heading-6 {
    text-align: left;
  }

  .image-20 {
    padding-right: 0;
  }

  .navlink-2 {
    width: 100%;
    height: 50px;
    color: #0f0f0f;
    text-align: left;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    transition: background-color 0.2s;
    display: flex;
  }

  .navlink-2:hover {
    background-color: #e0e7e9;
  }

  .navlink-2.w--current {
    color: #98a0a5;
  }

  .menu-button-2 {
    height: 100px;
    padding-top: 42px;
  }

  .menu-button-2.w--open {
    color: #7f8893;
    background-color: #fff;
  }

  .h3.form {
    margin-top: 18px;
    padding-left: 52px;
  }

  .text-block-15 {
    color: #0875cf;
    text-align: left;
    font-family: Gotham, sans-serif;
    display: inline;
  }

  .bold-text-15 {
    margin-left: 0;
    padding-left: 0;
    overflow: scroll;
  }

  .heading-7 {
    text-align: left;
  }

  .button-6 {
    clear: left;
  }

  .column-2 {
    padding-left: 0;
  }

  .column-3 {
    clear: left;
    padding-left: 100px;
  }

  .textarea-2 {
    width: auto;
    height: auto;
  }

  .div-block-3 {
    width: 200%;
    min-width: 400px;
    margin-left: 100px;
  }

  .image-32 {
    display: inline-block;
  }

  .div-block-4 {
    justify-content: center;
    display: flex;
  }

  .section-2 {
    margin-top: 0;
    padding-top: 200px;
    padding-bottom: 20px;
  }

  .div-block-8 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navbar-2 {
    position: static;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .brand-2 {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navbar-3 {
    width: 100vw;
    min-height: 100px;
    opacity: 0.9;
    background-color: #130c2b;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-block-24 {
    color: #fff;
    text-align: center;
  }

  .heading-18 {
    color: #fff;
    text-align: center;
    margin-top: 5px;
  }

  .column-10 {
    flex-direction: column;
    align-items: center;
    position: static;
  }

  .column-11 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-19 {
    display: block;
  }

  .column-15 {
    object-fit: cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 10px;
    display: flex;
    bottom: 0;
  }

  .div-block-26 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .link-2 {
    margin-left: 100px;
    display: block;
  }

  .intro-mobile-2-copy {
    max-height: 100%;
    object-fit: contain;
    margin-top: 0;
    padding-top: 0;
  }

  .column-16 {
    flex-direction: column;
    display: flex;
  }

  .div-block-30 {
    width: auto;
  }

  .image-37 {
    align-self: center;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 19px;
    padding-left: 0;
    display: block;
  }

  .div-block-32 {
    width: 225px;
    height: 225px;
    min-height: auto;
    min-width: auto;
    background-image: linear-gradient(#007782, #070617);
    border-radius: 50%;
  }

  .div-block-33 {
    margin-top: -20px;
  }

  .image-services-right,
  .image-services-left {
    width: 100%;
  }

  .row-box-services {
    display: flex;
  }

  .box-row-copy {
    margin-bottom: 60px;
  }

  .box-row-copy.last {
    margin-bottom: 0;
  }

  .column-18 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
    bottom: 272px;
  }

  .section-4 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .columns-11 {
    height: auto;
  }

  .div-block-37 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-42 {
    align-self: center;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

  h3,
  h4 {
    font-size: 28px;
    line-height: 34px;
  }

  h5 {
    font-size: 26px;
    line-height: 32px;
  }

  h6 {
    font-size: 24px;
    line-height: 30px;
  }

  .top-margin {
    align-items: flex-start;
  }

  .top-margin._30-pixels {
    align-items: center;
  }

  .social-mini-icon {
    width: 25px;
    height: 25px;
  }

  .hero-inner-text {
    font-size: 44px;
    line-height: 50px;
  }

  .hero-inner-text.top-margin.landing {
    text-align: left;
    justify-content: flex-start;
    padding-left: 28px;
    display: block;
  }

  .content-section-1 {
    padding-top: 40px;
  }

  .content-section-1.inner-pages {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .content-section-1.double {
    padding-bottom: 80px;
  }

  .content-section-1.bottom-margin {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .content-section-1.no-top-padding {
    padding-bottom: 100px;
  }

  .content-section-1.post {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .content-section-1.works {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .content-section-1.inner-pages-top,
  .content-section-1.team-page {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .go-up-button {
    width: 40px;
    height: 40px;
    background-size: 18px;
  }

  .title-small {
    font-size: 14px;
    line-height: 14px;
  }

  .underline-hover {
    display: none;
  }

  .content-wrapper {
    height: 100%;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-wrapper.home-services {
    margin-top: 0;
  }

  .content-wrapper.sucursales {
    padding-left: 0;
  }

  .content-wrapper.content-wrapper-services {
    height: auto;
  }

  .h3 {
    font-size: 46px;
    line-height: 52px;
  }

  .h3._2 {
    font-size: 37px;
    line-height: 46px;
  }

  .h3.fondo-blanco {
    margin-top: 60px;
  }

  .nav-menu {
    height: 100vh;
    padding-bottom: 200px;
  }

  .notice {
    margin-top: 0;
  }

  .inner-hero-section {
    height: 100%;
    min-height: 100px;
    padding-top: 0;
    position: relative;
  }

  .tex {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .tex.fondo-blanco {
    text-align: center;
    padding-left: 0;
  }

  .content-faq.contenido-faq {
    margin-top: 120px;
  }

  .content-faq.main-content-services {
    margin-top: 0;
  }

  .social-icon-gray.facebook,
  .social-icon-gray.twittter {
    background-size: 12px;
  }

  .hero-inner-padding {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .button-flex.home-blog-button {
    justify-content: center;
  }

  .curve-bg {
    margin-bottom: 0;
    padding-left: 21%;
  }

  .curve-bg.services-curve {
    margin-bottom: -2px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 27px;
    padding-left: 12%;
    padding-right: 0;
    font-size: 18px;
    bottom: 0%;
  }

  .curve-text-container {
    justify-content: flex-start;
    margin-left: 0;
  }

  .curve-text-container.servicios-num {
    margin-left: 0;
  }

  .mini-title-link {
    width: 100%;
    min-width: auto;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    font-size: 16px;
  }

  .mini-title-link.home {
    flex-direction: column;
    align-items: center;
  }

  .hero-flex.services {
    z-index: 2;
    justify-content: space-around;
    padding-top: 0;
    position: -webkit-sticky;
    position: sticky;
  }

  .hero-left {
    width: 100%;
    min-width: 100%;
  }

  .hero-left.services,
  .hero-left.service-mobile {
    flex-direction: column;
    margin-bottom: 500px;
  }

  .hero-text {
    padding-left: 0;
    font-size: 50px;
    line-height: 58px;
  }

  .h3-title {
    text-align: center;
  }

  .subtitle-box {
    margin-top: 25px;
    margin-left: 0;
    margin-right: auto;
    display: inline-block;
  }

  .subtitle-box._30-pixels,
  .subtitle-box._20-pixels {
    margin-top: 20px;
  }

  .max-506-pixels {
    align-items: center;
  }

  .hero-section {
    min-height: 1300px;
    padding-top: 120px;
  }

  .hero-section.home {
    min-height: 1200px;
    padding-top: 130px;
    padding-bottom: 0;
  }

  .hero-section.about-us {
    min-height: 1300px;
    padding-bottom: 0;
  }

  .signature-box {
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .hero-bottom-bg {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-bottom-bg.services-landscape {
    display: block;
    top: auto;
    bottom: -16%;
    left: 0%;
    right: 0%;
  }

  .subheading {
    font-size: 28px;
    line-height: 36px;
  }

  .pricing.mexqapps {
    width: 90%;
    align-items: center;
    margin-top: 0;
  }

  .intro-top-box {
    width: 275px;
    height: 275px;
    align-items: center;
    display: flex;
  }

  .intro-top-box.center {
    align-items: center;
  }

  .intro-top-box._90-percent {
    padding-top: 33px;
  }

  .intro-thumbnail,
  .intro-thumbnail-2 {
    width: 80%;
  }

  .intro-thumbnails-container {
    flex-direction: row;
    display: flex;
    position: relative;
  }

  .intro-box {
    width: 32%;
    max-width: 180px;
    margin-right: 4%;
  }

  .paragraph-gray {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .intro-text-box {
    margin-top: 0;
  }

  .block-link-text {
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 18px;
  }

  .heading-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    line-height: 40px;
  }

  .intro-guy {
    position: relative;
    top: 0;
  }

  .content-section-slider {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .heading-left {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0%;
  }

  .websites-arrow {
    width: 60px;
    height: 60px;
  }

  .change-this-image {
    top: 20%;
  }

  .figure {
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .big-words-container {
    max-width: 90%;
  }

  .figure-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bg-lines {
    padding-top: 38px;
  }

  .figure-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .big-words {
    margin-bottom: 20px;
    font-size: 19vw;
    line-height: 18vw;
  }

  .hi-there-text {
    margin-bottom: 20px;
  }

  .ball {
    width: 13vw;
  }

  .preview-link {
    font-size: 24px;
    line-height: 30px;
  }

  .text-box {
    padding-top: 10px;
  }

  .social-icon-rounded.twittter,
  .social-icon-rounded.facebook {
    background-size: 12px;
  }

  .team-name-link {
    color: #7f8893;
    text-align: left;
    justify-content: flex-start;
    font-size: 22px;
    line-height: 28px;
  }

  .content-section-clients {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-left {
    width: 90%;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-title {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }

  .pricing-right {
    padding-left: 0;
  }

  .full-button {
    padding-left: 12%;
    padding-right: 12%;
  }

  .accordion-wrapper {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .faq-arrow {
    width: 25px;
    margin-top: 15px;
    top: -4px;
  }

  .accordion-item-content {
    margin-top: 10px;
  }

  .pricing-detail {
    font-size: 18px;
    line-height: 24px;
  }

  .pricing-faq {
    margin-top: 10px;
  }

  .checkbox-box {
    margin-right: 10px;
  }

  .pricing-overview {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .flex.mobile-wrap {
    flex-direction: column;
    margin-top: 20px;
  }

  .flex.mobile-wrap.flex-contact-us {
    align-items: center;
  }

  .flex.guy {
    flex-wrap: wrap;
  }

  .need-help-container.mexq-app {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .question {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

  .testimonials-left {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-text {
    font-size: 20px;
    line-height: 34px;
  }

  .post-text-box {
    padding-top: 10px;
    padding-left: 3%;
  }

  .link-block-button {
    margin-top: 10px;
  }

  .hover-icon {
    width: 30px;
  }

  .cta-left {
    width: 100%;
  }

  .cta-right {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h4 {
    font-size: 44px;
    line-height: 50px;
  }

  .h4.small {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .h4.small-mobile {
    font-size: 34px;
    line-height: 40px;
  }

  .h4.small-mobile.fondo-blanco {
    font-size: 30px;
  }

  .success-message.height {
    height: auto;
  }

  .button-box.left-padding {
    justify-content: center;
    margin-top: 20px;
    padding-left: 0;
    display: flex;
  }

  .scroll-down {
    z-index: 2;
    width: 51px;
    height: 76px;
    margin-bottom: 39px;
  }

  .scroll-down.home-button.w--current {
    bottom: 48px;
  }

  .scroll-down.services-button {
    margin-bottom: 0;
    top: 80px;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .paragraph-spans {
    font-size: 50px;
    line-height: 60px;
  }

  .span {
    width: 90px;
    height: 45px;
  }

  .span._1 {
    background-size: 48px;
  }

  .span._2 {
    background-size: 35px;
    position: relative;
    bottom: -2px;
  }

  .span._3 {
    background-size: 33px;
  }

  .span._4 {
    background-size: 65px;
  }

  .numbers {
    width: 50%;
  }

  .h5 {
    font-size: 32px;
    line-height: 40px;
  }

  .number-item {
    width: 48%;
    margin-bottom: 20px;
  }

  .sign-small {
    font-size: 35px;
    line-height: 45px;
  }

  .numbers-container {
    width: 90%;
    flex-wrap: wrap;
  }

  .slider-arrow {
    top: -51%;
  }

  .slide {
    margin-right: 20px;
  }

  .text-left-column {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .guy-column {
    width: 100%;
    margin-top: 70px;
  }

  .right-bg-container {
    width: 100%;
    height: 50%;
    padding-top: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .column-left-flex {
    padding-left: 0%;
  }

  .features-list {
    max-width: 100%;
  }

  .text-gray.last {
    margin-bottom: 0;
  }

  .container-bottom-line {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .max-456-pixels {
    clear: left;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .feature-list-line.last {
    padding-bottom: 0;
  }

  .text-left-padding {
    width: 100%;
    padding-top: 40px;
  }

  .options-list {
    margin-top: 30px;
  }

  .expand-image {
    width: 45px;
    height: 45px;
    background-size: 18px;
  }

  .play-button {
    width: 90px;
    height: 90px;
  }

  .play {
    width: 25px;
    height: 35px;
  }

  .service-sample-text {
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 46px;
  }

  .cta-form-rounded {
    max-width: 440px;
    margin-top: 30px;
  }

  .newsletter-submit-button {
    font-size: 13px;
    line-height: 25px;
  }

  .cta-right-column,
  .guy-column-empty {
    width: 100%;
  }

  .services-slider {
    margin-bottom: 10px;
  }

  .services-arrow {
    position: relative;
    bottom: -32px;
  }

  .services-arrow.right {
    bottom: 28px;
  }

  .classes-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .classes-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .frame {
    height: 100%;
  }

  .contact-row {
    padding-left: 10px;
  }

  .link {
    font-size: 18px;
    line-height: 18px;
  }

  .contacts-row {
    width: 100%;
  }

  .text-left-scroll {
    width: 95%;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .guy-column-services {
    z-index: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .bootm-bg {
    height: 60%;
  }

  .right-hand {
    z-index: 1;
  }

  .half-column {
    padding-top: 15%;
  }

  .half-column.right {
    width: 90%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
    display: flex;
  }

  .half-column.left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
  }

  .image-flex-center {
    width: 100%;
    height: auto;
    justify-content: center;
    margin-left: 0;
  }

  .box-row {
    width: 100%;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .box-row.last {
    flex-direction: column;
    align-items: center;
  }

  .content-section-dark {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-block {
    margin-bottom: 10px;
    padding: 45px 5%;
  }

  .grid-block-left {
    padding-top: 45px;
  }

  .bottom-padding {
    margin-bottom: 0;
  }

  .grid-block-right {
    padding-top: 45px;
  }

  .text-padding-column {
    padding-left: 5%;
  }

  ._50-percent-column {
    justify-content: center;
  }

  .stats-column {
    padding-left: 5%;
  }

  .content-section-image {
    height: 350px;
  }

  .grid-block-bg {
    background-position: 50%;
  }

  .footer-left {
    margin-bottom: 20px;
  }

  .footer-about-left {
    margin-right: 15px;
  }

  .menu {
    width: 50%;
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-1440-pixels {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-column {
    width: 46%;
    margin-bottom: 10px;
    margin-right: 0%;
  }

  .footer-expand {
    flex-direction: row;
    justify-content: flex-start;
  }

  .faq-column-left {
    width: 28%;
  }

  .faq-set {
    margin-bottom: 80px;
  }

  .post-item-grid {
    margin-bottom: 40px;
  }

  .post-hero {
    height: 400px;
  }

  .button-pagination,
  .full-button-copy {
    padding-left: 12%;
    padding-right: 12%;
  }

  .post-heading-box {
    margin-bottom: 50px;
  }

  .work-left-column {
    padding-right: 0;
  }

  .side-block {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .side-block.more {
    padding-bottom: 15px;
  }

  .post-title {
    font-size: 42px;
    line-height: 48px;
  }

  .flex-work-page {
    margin-left: auto;
    margin-right: auto;
  }

  .work-right {
    width: 100%;
  }

  .bg-circle-2 {
    width: 275px;
    height: 275px;
    object-fit: cover;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .bg-circle-22 {
    width: 275px;
    height: 275px;
    justify-content: center;
    align-items: center;
  }

  .bg-circle {
    width: 275px;
    height: 275px;
    align-items: center;
    display: block;
  }

  .rocks {
    width: 28vw;
  }

  .flex-cta {
    flex-wrap: wrap;
  }

  .text-padding-right {
    width: 90%;
    order: -1;
    margin-left: 20px;
    padding-left: 0%;
  }

  .relleno-de-texto-a-la-izquierda.last {
    width: 90%;
    justify-content: center;
    padding-left: 3%;
  }

  .nmbers-right {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .numbers-guy {
    width: 100%;
  }

  .flex-box {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 3%;
    padding-right: 3%;
  }

  .flex-brand {
    flex-wrap: wrap;
  }

  .form-block._2.home {
    /*background-image: url('../images/APOYO-GRAFICOS_AZUL-2.jpg');*/
    background-position: 0 0;
    background-size: auto;
  }

  .h2 {
    font-size: 42px;
    line-height: 50px;
  }

  .h2.azul {
    color: #181818;
    text-align: left;
    text-shadow: none;
  }

  .side-contact {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-flex.fondo-foto {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
  }

  .contact-right.contacto {
    margin-left: 0;
  }

  .team-member-left {
    width: 65%;
  }

  .h5-small {
    font-size: 32px;
    line-height: 40px;
  }

  ._3d-container {
    width: 100%;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-subtitle {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .hero-subtitle.landscape {
    margin-top: 0;
  }

  .hero-subtitle-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    display: flex;
  }

  .services-right {
    width: 80%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-services-section {
    min-height: 70vw;
    margin-top: 140px;
    padding-top: 0;
    bottom: 0;
  }

  .intro-mobile3 {
    max-height: none;
    max-width: none;
    object-fit: fill;
    flex: 0 auto;
    align-self: flex-end;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .numbers-title {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-title-small {
    direction: ltr;
    text-align: center;
    margin-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    left: 0;
    overflow: visible;
  }

  .subtitle-box-copy {
    margin-top: 25px;
  }

  .brand-column {
    width: 100%;
    flex: 0 auto;
  }

  .brand-left {
    width: 100%;
    margin-bottom: 60px;
  }

  .services-list-left {
    width: 100%;
    margin-right: 0%;
    padding-right: 0;
  }

  .services-list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-list-right {
    width: 100%;
    margin-top: 60px;
  }

  .bottom-curve {
    margin-bottom: 0;
    padding-left: 21%;
  }

  .subtitle-contact {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .subtitle-pricing,
  .pricing-plan {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .pricing-plan.mexq-apps.fondo-blanco {
    text-align: center;
  }

  .tags-text,
  .tag-links {
    font-size: 18px;
  }

  .author-left {
    width: 40%;
  }

  .hero-mini-title {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .showreel-heading {
    font-size: 56px;
    bottom: -18px;
  }

  .showreel-video {
    margin-left: 0;
  }

  .image-8 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-2,
  .paragraph-4 {
    text-align: center;
  }

  .image-9 {
    display: inline-block;
  }

  .image-12 {
    margin-left: 0;
  }

  .intro-mobile-2 {
    margin-top: 0;
  }

  .bold-text-3,
  .bold-text-4 {
    font-size: 30px;
  }

  .bold-text-5 {
    justify-content: center;
    align-items: center;
    font-size: 30px;
    display: flex;
  }

  .bold-text-6 {
    text-align: center;
    font-size: 30px;
    display: flex;
  }

  .bold-text-7 {
    font-size: 30px;
  }

  .image-18 {
    margin-top: 0;
  }

  .heading-2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3,
  .heading-6 {
    text-align: center;
  }

  .image-20 {
    padding-right: 0;
  }

  .button-6 {
    margin-bottom: 20px;
  }

  .column-3 {
    clear: left;
    padding-left: 100px;
  }

  .column-5 {
    justify-content: center;
    align-self: center;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-3 {
    width: auto;
    align-self: center;
    display: block;
  }

  .section-2 {
    padding-top: 220px;
  }

  .div-block-14 {
    padding-top: 115px;
  }

  .heading-18 {
    margin-top: 0;
  }

  .column-10 {
    flex-flow: column;
    align-content: flex-start;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    margin-top: 40px;
  }

  .column-11,
  .column-12,
  .column-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-35 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .link-2 {
    width: 45vw;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 80px;
    font-size: 18px;
  }

  .intro-mobile-2-copy {
    margin-top: 0;
    top: 0;
  }

  .column-16 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .columns-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-17 {
    justify-content: center;
    display: flex;
  }

  .image-36 {
    display: block;
  }

  .image-37 {
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .columns-9 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .div-block-31 {
    justify-content: center;
    display: flex;
  }

  .div-block-32 {
    width: auto;
    height: auto;
  }

  .div-block-33 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .div-block-34 {
    text-align: center;
  }

  .container-services {
    margin-top: 0;
  }

  .image-services-right {
    width: 100%;
  }

  .image-services-left {
    padding-top: 0;
  }

  .row-box-services {
    flex-direction: column;
    display: flex;
  }

  .box-row-copy {
    margin-bottom: 40px;
  }

  .box-row-copy.last {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .image-38 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-39 {
    margin-bottom: 20px;
  }

  .image-40 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-35 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-19 {
    height: 90vw;
  }

  .div-block-38 {
    margin-left: 0;
    padding-left: 15px;
  }

  .div-block-40 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .link-block {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h3,
  h4 {
    font-size: 26px;
    line-height: 32px;
  }

  h5 {
    font-size: 24px;
    line-height: 30px;
  }

  h6 {
    font-size: 22px;
    line-height: 28px;
  }

  .hero-bg {
    height: 90%;
    margin-bottom: -70px;
    padding-top: 0;
    padding-bottom: 90px;
    overflow: scroll;
  }

  .top-margin {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .top-margin._20-pixels {
    display: flex;
  }

  .top-margin._30-pixels {
    align-items: center;
  }

  .social-mini-icon {
    width: 30px;
    height: 30px;
  }

  .gallery-item-4 {
    margin-bottom: 3%;
  }

  .navlink {
    color: #0f0f0f;
    justify-content: center;
    align-self: center;
    transition: background-color 0.2s;
  }

  .buy-template-container {
    justify-content: center;
    align-self: flex-end;
  }

  .hero-inner-box {
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-inner-text {
    font-size: 40px;
    line-height: 46px;
  }

  .content-section-1 {
    padding-top: 20px;
    overflow: hidden;
  }

  .content-section-1.inner-pages {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .content-section-1.double {
    margin-top: 20px;
    padding-top: 0;
  }

  .content-section-1.bottom-margin {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 0;
    display: flex;
  }

  .content-section-1.no-top-padding {
    padding-bottom: 40px;
  }

  .content-section-1.post {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content-section-1.works {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .content-section-1.box {
    padding-top: 0;
  }

  .content-section-1.flex-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 25px;
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
  }

  .hidden {
    display: inline;
  }

  .go-up-button {
    background-size: 16px, auto;
  }

  .go-up-button.w--current {
    z-index: 8;
  }

  .title-small {
    font-size: 13px;
    line-height: 13px;
  }

  .underline-hover {
    display: none;
  }

  .content-wrapper {
    height: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-self: center;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .content-wrapper.lema {
    margin-top: 0;
  }

  .content-wrapper.content-faq {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3 {
    text-align: center;
    font-size: 42px;
    line-height: 50px;
  }

  .h3.fondo-blanco {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .preloader {
    display: none;
  }

  .inner-hero-section {
    max-width: none;
    min-height: 100px;
    flex-direction: column;
    align-items: stretch;
  }

  .tex {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .tex.fondo-blanco {
    direction: ltr;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button {
    height: auto;
    padding-top: 5vh;
  }

  .gallery-left-column {
    width: 100%;
    margin-bottom: 3%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .content-faq {
    margin-top: 0;
  }

  .gallery-right {
    width: 100%;
    flex: 0 auto;
  }

  .hero-inner-padding {
    margin-top: 30px;
  }

  .brand {
    flex-direction: row;
    justify-content: center;
    padding-top: 0;
    padding-left: 20px;
    display: inline-block;
  }

  .brand.w--current {
    height: auto;
    justify-content: flex-start;
    padding-top: 0;
  }

  .button-flex {
    justify-content: center;
  }

  .curve-bg {
    width: 100%;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0;
    position: absolute;
    bottom: 100px;
  }

  .curve-bg.services-curve {
    padding-top: 5px;
  }

  .curve-text-container {
    margin-left: auto;
  }

  .curve-text-container.servicios-num {
    width: 100vw;
    justify-content: center;
    align-items: center;
    margin-left: -17px;
  }

  .curve-text-box {
    margin-bottom: 20px;
    margin-left: 50px;
    margin-right: 0%;
  }

  .mini-title-link {
    width: 100%;
    min-width: 200px;
    text-align: center;
    border-radius: 1px;
    flex: 0 auto;
    align-self: center;
    margin: 20px 0 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 17px;
    display: block;
  }

  .hero-flex {
    margin-top: 0;
    padding-top: 0;
  }

  .hero-flex.services {
    align-items: flex-end;
    padding-top: 0;
  }

  .hero-left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 550px;
    padding-right: 0;
  }

  .hero-left.services {
    clear: left;
    flex: 0 auto;
    margin-top: 40px;
    margin-bottom: 550px;
    position: -webkit-sticky;
    position: sticky;
  }

  .hero-left.service-mobile {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .hero-text {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 42px;
    line-height: 48px;
    display: block;
  }

  .hidden-4 {
    display: inline;
  }

  .h3-title.no-top-margin {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .subtitle-box {
    color: #181818;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .subtitle-box._30-pixels,
  .subtitle-box._20-pixels {
    margin-top: 15px;
  }

  .max-506-pixels {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .hero-section {
    min-height: 1300px;
    padding-top: 0;
    overflow: hidden;
  }

  .hero-section.home {
    min-height: 1100px;
    padding-top: 60px;
  }

  .signature-box {
    justify-content: center;
    display: flex;
  }

  .hero-bottom-bg {
    margin-bottom: 0;
    padding-top: 0;
  }

  .hero-bottom-bg.services-landscape {
    width: 100%;
    height: 150px;
    justify-content: center;
    margin-top: 0;
    display: inline-block;
    top: auto;
    bottom: 10%;
    left: 0%;
    right: 0%;
  }

  .heading {
    width: 90%;
  }

  .subheading {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .subheading.fondo-blanco {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing {
    flex-wrap: wrap;
  }

  .pricing.mexqapps {
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 0;
  }

  .pricing.mexqapps.pircing-work {
    justify-content: flex-start;
  }

  .intro-top-box._90-percent {
    padding-top: 0;
  }

  .intro-thumbnails-container {
    width: 75%;
  }

  .intro-box {
    width: 100%;
    max-width: 309px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-box.last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .paragraph-gray {
    font-size: 18px;
    line-height: 26px;
  }

  .intro-text-box {
    margin-top: 40px;
    margin-left: -4px;
    padding-left: 0;
  }

  .link-block-box {
    align-self: center;
    margin-top: 10px;
  }

  .heading-link {
    text-align: center;
  }

  .intro-guy {
    left: auto;
  }

  .content-section-slider {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .heading-left {
    max-width: none;
    margin-bottom: 0;
  }

  .heading-left.slider {
    width: 100%;
  }

  .heading-left.heading-home-srvices {
    padding-left: 0%;
  }

  .website-slide {
    margin-right: 20px;
  }

  .websites-slider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .websites-arrow {
    width: 55px;
    height: 55px;
    margin-left: -10px;
  }

  .websites-arrow.right {
    margin-right: -10px;
  }

  .change-this-image {
    margin-top: 100px;
    margin-right: -60px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .figure {
    width: 28vw;
    height: auto;
    min-height: 40px;
    margin-top: 5px;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .big-words-container {
    max-width: 100%;
  }

  .figure-2 {
    width: 28vw;
    height: auto;
    min-height: 40px;
    margin-top: 5px;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .bg-lines {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .mobile-line-2.hero {
    margin-top: 112px;
  }

  .mobile-line-2._3 {
    margin-top: 106px;
  }

  .mobile-only {
    display: block;
  }

  .figure-3 {
    width: 28vw;
    height: auto;
    min-height: 40px;
    margin-top: 5px;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .big-words {
    margin-top: 0;
    font-size: 20vw;
    line-height: 20vw;
  }

  .hi-there-text {
    font-size: 22px;
    line-height: 28px;
  }

  .ball {
    width: 13vw;
  }

  .work-item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .work-item.no-bottom-margin {
    margin-bottom: 50px;
  }

  .bottom-work-margin {
    margin-bottom: 40px;
  }

  .preview-link {
    font-size: 22px;
    line-height: 28px;
  }

  .text-box {
    padding-left: 3%;
    padding-right: 3%;
  }

  .move-on-scroll.offices {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-box-white {
    width: 90%;
    padding: 40px 7%;
  }

  .team-item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .content-section-clients {
    padding-top: 60px;
  }

  .client-logo {
    width: 100%;
    margin-bottom: 40px;
  }

  .client-logo.last {
    margin-bottom: 0;
  }

  .pricing-left {
    width: auto;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 7% 20px;
    display: block;
  }

  .pricing-title {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }

  .pricing-right {
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .full-button {
    min-width: 160px;
  }

  .button-subtitle-box {
    text-align: left;
  }

  .accordion-wrapper {
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-wrapper.faq {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
  }

  .accordion-wrapper.last {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .open-close-box {
    height: 100%;
    margin-left: 5px;
  }

  .faq-arrow {
    width: 18px;
    margin-top: 10px;
  }

  .flex-no-wrap {
    text-align: center;
    justify-content: center;
    padding-left: 0;
  }

  .pricing-detail {
    font-size: 18px;
    line-height: 20px;
  }

  .checkbox-box {
    margin-right: 5px;
    padding-top: 12px;
  }

  .answer {
    overflow: hidden;
  }

  .flex.mobile-wrap {
    flex-wrap: wrap;
  }

  .need-help-box {
    max-height: none;
    max-width: none;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0%;
  }

  .faq-left {
    width: 100%;
  }

  .faq-right {
    width: 100%;
    margin-top: 30px;
  }

  .question {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

  .testimonials-right {
    width: 100%;
    height: 350px;
  }

  .testimonials-left {
    width: 100%;
    padding: 40px 5%;
  }

  .testimonials-flex {
    flex-wrap: wrap;
  }

  .testimonial {
    padding-left: 10px;
  }

  .testimonial-right-arrow {
    margin-right: 0%;
  }

  .insta-pic {
    width: 50%;
  }

  .heading-full {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .post-item:last-child {
    margin-bottom: 0;
  }

  .cta-left {
    width: 100%;
    margin-top: 40px;
  }

  .cta-right {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 0%;
  }

  .h4 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 38px;
    line-height: 44px;
  }

  .h4.small {
    font-size: 32px;
    line-height: 36px;
  }

  .h4.small-mobile.fondo-blanco {
    text-align: center;
    justify-content: center;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    display: block;
  }

  .form {
    max-width: 350px;
  }

  .cta-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-box.left-padding {
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .scroll-down {
    width: 48px;
    height: 73px;
    display: none;
  }

  .scroll-arrow {
    width: 18px;
  }

  .paragraph-spans {
    font-size: 32px;
    line-height: 47px;
  }

  .span {
    width: 68px;
    height: 35px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .span._1 {
    background-size: 38px;
  }

  .span._2 {
    background-size: 29px;
    position: relative;
    bottom: -8px;
  }

  .span._3 {
    background-size: 27px;
    bottom: -4px;
  }

  .span._4 {
    background-size: 49px;
  }

  .numbers {
    width: 100%;
    margin-right: 0%;
  }

  .number-item {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .bottom-bg {
    height: 41%;
  }

  .slider-arrow {
    width: 50px;
    height: 50px;
    margin-right: 55px;
    position: relative;
    bottom: -22px;
  }

  .slider-arrow.right {
    bottom: 29px;
  }

  .text-left-column {
    padding-top: 50px;
  }

  .guy-column {
    margin-top: 50px;
  }

  .column-center-flex,
  .column-left-flex {
    width: 100%;
  }

  .container-bottom-line {
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .max-456-pixels {
    width: auto;
    max-width: none;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .max-456-pixels.final {
    width: 100%;
  }

  .feature-list-line {
    margin-bottom: 10px;
  }

  .feature-list-line.last {
    padding-bottom: 0;
  }

  .text-left-padding {
    padding-bottom: 50px;
  }

  .options-list {
    margin-top: 30px;
  }

  .flex-align-top {
    width: 40px;
    margin-right: 15px;
  }

  .play-button {
    width: 80px;
    height: 80px;
  }

  .service-sample-text {
    margin-bottom: 25px;
    font-size: 33px;
    line-height: 42px;
  }

  .span-small {
    width: 83px;
    height: 39px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    bottom: -2px;
  }

  .span-small.imac {
    background-size: 68px;
  }

  .span-small.girl {
    background-size: 45px;
  }

  .span-small.keyboard {
    background-size: 51px;
  }

  .span-small.headphones {
    background-size: 34px;
  }

  .span-small.cup {
    background-size: 41px;
  }

  .cta-form-rounded {
    width: 100%;
    max-width: 300px;
    border-radius: 5px;
    margin-right: auto;
    padding: 10px 15px 20px;
  }

  .form-rounded {
    flex-wrap: wrap;
  }

  .name-input {
    width: 100%;
    height: 45px;
    max-width: 100%;
    border-radius: 0;
    flex: 0 auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .email-input {
    width: 100%;
    height: 45px;
    max-width: 100%;
    border-top-style: none;
    border-top-color: #fff;
    border-bottom-style: solid;
    border-left-style: none;
    border-left-color: #bdc9d6;
    border-right-color: #bdc9d6;
    border-radius: 0;
  }

  .newsletter-submit-button {
    width: 100%;
    height: 52px;
    min-height: auto;
    border-left-style: none;
    border-radius: 2.5px;
    margin-top: 20px;
    margin-left: 0;
  }

  .service-slide {
    width: 100%;
    margin-right: 0%;
  }

  .services-slider {
    margin-bottom: 0;
  }

  .classes-section {
    margin-left: 0;
  }

  .classes-block {
    width: 100%;
    height: auto;
  }

  .frame {
    height: 100%;
    min-height: auto;
    top: 0;
  }

  .contact-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
  }

  .contact-row.last {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
  }

  .icon-right {
    width: 22px;
    margin-right: 10px;
  }

  .link {
    font-size: 16px;
  }

  .text-left-scroll {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .image-column-scroll {
    width: 100%;
  }

  .guy-column-services {
    margin-bottom: 10px;
  }

  .bootm-bg {
    height: 59%;
  }

  .relative-box {
    padding-right: 6%;
  }

  .value-row {
    width: 100%;
    flex-wrap: wrap;
  }

  .values-item {
    width: 100%;
    margin-right: 0%;
    padding-right: 0%;
  }

  .right-hand {
    z-index: 0;
    width: 40%;
    display: none;
  }

  .half-column {
    width: 100%;
    flex-wrap: nowrap;
    align-self: center;
    margin-bottom: 0;
    padding-top: 0%;
    display: block;
  }

  .image-flex-center {
    width: auto;
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
  }

  .box-row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .box-row.last {
    flex-wrap: wrap-reverse;
    justify-content: center;
    margin-bottom: 0;
  }

  .content-section-dark {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-block {
    flex-wrap: wrap;
    padding: 40px 5%;
  }

  .image-inside-padding {
    width: 100%;
    margin-top: 20px;
  }

  .grid-block-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
    padding-top: 40px;
  }

  .bottom-padding {
    margin-bottom: 30px;
  }

  .grid-block-right {
    width: 100%;
  }

  .column-image {
    width: 100%;
    height: 300px;
  }

  .text-padding-column {
    width: 100%;
    padding: 60px 5%;
  }

  .flex-skills {
    flex-wrap: wrap;
  }

  .column-item {
    width: 100%;
    margin-bottom: 20px;
  }

  ._50-percent-column {
    width: 100%;
  }

  .column-item-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .stats-column {
    width: 100%;
    margin-top: 10px;
  }

  .content-section-image {
    height: 300px;
  }

  .footer-left {
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    padding-right: 0;
  }

  .footer-about-left {
    width: 100%;
    margin-right: 0;
  }

  .menu {
    width: 50%;
    padding-right: 10px;
  }

  .menu._44-percent {
    margin-bottom: 0;
  }

  .footer-1440-pixels {
    max-width: none;
  }

  .footer-container {
    margin-bottom: 40px;
  }

  .footer {
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-column {
    width: 100%;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .footer-expand {
    margin-top: 10px;
  }

  .footer-expand.middle {
    width: 100%;
    margin-top: 10px;
  }

  .faq-column-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .faq-set {
    margin-bottom: 60px;
  }

  .instructions-set {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .instructions-set.last {
    margin-bottom: 0;
  }

  .post-item-grid {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .hero-blog-left {
    width: 100%;
    height: 350px;
  }

  .hero-right-blog {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .pagination {
    justify-content: center;
    align-items: center;
  }

  .post-heading-box {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .list-heading-left {
    margin-bottom: 0;
  }

  .work-left-column {
    margin-right: 0;
    padding-right: 0;
  }

  .side-block {
    margin-bottom: 0;
  }

  .post-title {
    font-size: 40px;
    line-height: 46px;
  }

  .flex-work-page {
    flex-wrap: wrap-reverse;
  }

  .work-right {
    margin-bottom: 20px;
  }

  .flex-intro {
    flex-wrap: wrap;
  }

  .rocks {
    width: 40vw;
  }

  .text-padding-right {
    width: 100%;
    order: -1;
    align-items: center;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .relleno-de-texto-a-la-izquierda {
    width: 100%;
    padding-top: 0;
  }

  .relleno-de-texto-a-la-izquierda.last {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nmbers-right,
  .flex-grid {
    flex-wrap: wrap;
  }

  .numbers-box {
    margin-top: 30px;
  }

  .flex-box {
    flex-wrap: wrap;
    padding-bottom: 26px;
  }

  .image-guy-column {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-brand,
  .flex-block,
  .flex-experience {
    flex-wrap: wrap;
  }

  .submit {
    width: 57%;
  }

  .form-block._2.home {
    /*background-image: url('../images/APOYO-GRAFICOS_AZUL-2.jpg');*/
    background-position: 0 0;
    background-size: auto;
  }

  .h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .h2.azul {
    color: #181818;
    text-align: center;
    text-shadow: none;
  }

  .side-contact {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .textarea {
    color: #181818;
    position: static;
  }

  .left-heading-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-right-side {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0%;
  }

  .contact-form-flex.fondo-foto {
    background-image: none;
    justify-content: center;
  }

  .contact-right {
    width: 100%;
  }

  .contact-right.contacto {
    margin-left: 0;
  }

  .checkbox-field {
    margin-right: 25px;
  }

  .post-title {
    text-align: center;
  }

  .team-member-left {
    width: 100%;
    padding-right: 0%;
  }

  .team-member-right {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  .flex-team {
    flex-wrap: wrap-reverse;
  }

  .flex-blog {
    flex-wrap: wrap;
  }

  ._3d-container {
    width: 80%;
    justify-content: center;
    align-self: flex-start;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .hero-subtitle {
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
  }

  .hero-subtitle.landscape {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .hidden-2,
  .hidden-3 {
    display: inline;
  }

  .hidden-5 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .hero-subtitle-box {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .services-right {
    flex-direction: row;
  }

  .hero-services-section {
    min-height: 850px;
    margin-top: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro-mobile3 {
    object-fit: none;
    align-self: center;
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    bottom: 0%;
  }

  .numbers-title {
    margin-top: 10px;
    position: -webkit-sticky;
    position: sticky;
  }

  .gallery-item-1 {
    margin-bottom: 3%;
  }

  .hero-title-small {
    float: none;
    clear: none;
    object-fit: contain;
    display: inline;
    position: static;
  }

  .subtitle-box-copy {
    margin-top: 20px;
  }

  .post-tile-box {
    margin-top: 5px;
  }

  .brand-left {
    margin-bottom: 20px;
  }

  .services-list-left {
    margin-right: 0;
    padding-right: 0;
  }

  .services-list {
    width: 100%;
  }

  .services-list-right {
    margin-top: 40px;
  }

  .bottom-curve {
    width: 104%;
    padding-left: 36%;
  }

  .hero-imac {
    width: 61%;
    margin-left: 92px;
  }

  .team-text-padding {
    padding-left: 5%;
  }

  .subtitle-contact,
  .subtitle-pricing,
  .pricing-plan {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .pricing-plan.mexq-apps {
    color: #181818;
    text-align: center;
  }

  .pricing-plan.mexq-apps.fondo-blanco {
    color: #181818;
  }

  .tags {
    flex-wrap: nowrap;
  }

  .about-the-author {
    flex-wrap: wrap;
  }

  .author-left {
    width: 100%;
  }

  .author-right {
    margin-top: 5%;
    margin-left: 0%;
  }

  .hero-mini-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .showreel-wrapper {
    height: 30vh;
    min-height: 250px;
  }

  .showreel-heading {
    font-size: 48px;
  }

  .showreel-video {
    margin-left: 0;
  }

  .image-8 {
    align-self: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-3,
  .fondo-blanco {
    text-align: center;
  }

  .intro-mobile-2 {
    margin-top: 40px;
    top: 8px;
  }

  .bold-text-3 {
    display: flex;
  }

  .bold-text-9 {
    align-self: center;
    padding-right: 0;
  }

  .bold-text-10 {
    align-self: center;
  }

  .heading-2 {
    text-align: center;
    padding-left: 0;
  }

  .image-19 {
    width: 100px;
    max-width: none;
    object-fit: none;
    position: relative;
  }

  .image-20 {
    padding-right: 0;
  }

  .navlink-2 {
    color: #0f0f0f;
  }

  .logo {
    max-width: none;
    margin-top: 25px;
    display: block;
  }

  .column-2 {
    align-items: flex-start;
    padding-left: 0;
  }

  .column-4 {
    padding-top: 20px;
  }

  .form-3 {
    width: auto;
  }

  .columns-4 {
    margin-left: -45px;
    padding-left: 0;
  }

  .columns-5 {
    margin-top: 100px;
  }

  .image-32 {
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
  }

  .div-block-4 {
    justify-content: center;
    display: flex;
  }

  .heading-12 {
    font-size: 20px;
  }

  .image-33 {
    margin-top: 20px;
    display: block;
  }

  .section-2 {
    padding-top: 230px;
  }

  .columns-6 {
    flex-direction: column;
  }

  .image-34,
  .column-7 {
    clear: left;
  }

  .div-block-8 {
    justify-content: center;
    display: flex;
  }

  .columns-7 {
    flex-direction: column;
  }

  .button-11 {
    margin-bottom: 20px;
  }

  .div-block-12 {
    margin-top: 20px;
  }

  .div-block-14 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    display: flex;
  }

  .heading-18 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .column-10,
  .column-11 {
    margin-bottom: 15px;
  }

  .column-12,
  .column-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-16 {
    justify-content: center;
    display: flex;
  }

  .div-block-17 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-18 {
    justify-content: center;
    display: flex;
  }

  .div-block-20 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-21 {
    align-self: center;
    align-items: center;
  }

  .div-block-22 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-24 {
    align-self: center;
  }

  .div-block-25 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-26 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .link-2 {
    width: 60vw;
    margin-left: 100px;
    font-size: 16px;
  }

  .intro-mobile-2-copy {
    margin-top: 40px;
    top: 8px;
  }

  .link-3 {
    text-align: center;
    justify-content: center;
  }

  .image-37 {
    margin-top: 32px;
    padding-bottom: 0;
  }

  .div-block-32 {
    width: auto;
    height: auto;
  }

  .div-block-33 {
    margin-top: 0;
  }

  .div-block-34 {
    padding-bottom: 20px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .container-services {
    margin-top: 0;
  }

  .content-wrapper-services {
    max-width: 100%;
    margin-top: 0;
  }

  .image-services-left {
    width: 100%;
  }

  .row-box-services {
    flex-direction: column;
  }

  .box-row-copy {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .box-row-copy.last {
    width: 100%;
    flex-wrap: wrap-reverse;
    justify-content: center;
    margin-bottom: 0;
  }

  .column-18 {
    justify-content: flex-start;
    align-items: center;
    bottom: 0;
  }

  .column-19 {
    height: 100vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-36 {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-38,
  .paragraph-11,
  .rich-text-block {
    text-align: center;
  }

  .link-block {
    width: 40px;
    height: 40px;
  }
}

#w-node-f17e5904-387e-1357-91df-287b81933f11-1ed3fd4c {
  grid-area: Area;
}

#D-as-de-servicio-2.w-node-d4924624-ffc1-d9d2-631f-85d09b4c93f7-9b4c93de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-d4924624-ffc1-d9d2-631f-85d09b4c93e6-9b4c93de {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-d4924624-ffc1-d9d2-631f-85d09b4c93f9-9b4c93de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d4924624-ffc1-d9d2-631f-85d09b4c93f9-9b4c93de {
    justify-self: auto;
  }
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gothambook";
  src: url("../fonts/GothamBook.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-medium.ttf") format("truetype"),
    url("../fonts/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sportinggrotesque";
  src: url("../fonts/SportingGrotesque-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sportinggrotesque";
  src: url("../fonts/SportingGrotesque-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.unified-wrapper {
  background-image: linear-gradient(287deg, #070617, #007782);
}

.unified-wrapper > h3 {
  padding-top: 50px;
  color: white;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}

.form-block._2.contact-page {
  background-image: linear-gradient(287deg, #070617, #007782);
}
