:root {
  --oil-black: #0c0c0c;
  --seasalt: #fafafa;
  --eerie-black: #262626;
  --mars-red: #ea5e2a;
  --mars-red-dark: #9d3f1c;
  --battleship-gray: #989898;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

body {
  background-color: var(--oil-black);
  color: var(--seasalt);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 67px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1em;
}

h4 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1em;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.5em;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.section.footer {
  min-height: auto;
  padding-bottom: 20px;
}

.section.no-margin {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.servicios {
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.gray-bg {
  background-color: #26262680;
}

.section.nosotros {
  background-color: #26262680;
  width: auto;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.blog-post {
  justify-content: flex-start;
  padding-top: 0;
}

.section.clientes {
  min-height: auto;
  padding-top: 100px;
}

.section.hero {
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.container-v {
  z-index: 5;
  flex-direction: column;
  width: 85vw;
  max-width: 1300px;
  display: flex;
  position: relative;
}

.container-v.align-center {
  z-index: 5;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container-v._50 {
  width: 50%;
}

.p-large {
  color: #f5f5f5;
  letter-spacing: .01rem;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

.p-large.opacity {
  opacity: .6;
  text-align: center;
}

.brands-heading {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.client-item {
  background-color: var(--eerie-black);
  opacity: .6;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .24s;
  display: flex;
}

.client-item:hover {
  opacity: 1;
}

.client-logo {
  width: 75%;
}

.grid-4c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.container-h {
  width: 85vw;
  max-width: 1300px;
  display: flex;
}

.container-h._2-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.column {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.column._40 {
  width: 47%;
}

.column._60 {
  width: 53%;
}

.column.blog {
  padding: 100px 20px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.video-nosotros {
  opacity: 1;
  border-radius: 10px;
  height: 600px;
}

.hero-video-bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.paragraph-wrapper.max-580 {
  max-width: 640px;
}

.paragraph-wrapper.max-580.center {
  display: flex;
}

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

.heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.heading.left {
  align-items: flex-start;
}

.heading.left.hero {
  width: 55%;
}

.circle {
  background-color: var(--mars-red);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .3s;
  display: flex;
}

.circle:hover {
  background-color: var(--mars-red-dark);
}

.lightbox-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: none;
}

.play-icon {
  width: 30px;
  padding-left: 5%;
}

.lightbox-wrapper {
  display: none;
}

.c-front-info {
  align-items: flex-end;
  width: 100%;
  height: 20%;
  display: flex;
}

.c-card-front-2 {
  background-color: var(--eerie-black);
  perspective: 1000px;
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  height: 240px;
  padding: 24px;
  display: flex;
}

.flipcard-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bullet-list {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.text-block {
  color: var(--battleship-gray);
  white-space: normal;
  font-size: 16px;
  line-height: 1.5em;
}

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

.text-block.semibold {
  color: #fafafab8;
  font-size: 17px;
  font-weight: 600;
}

.text-block.white {
  color: var(--seasalt);
}

.item-block {
  width: 100%;
}

.c-card-back-2 {
  background-color: var(--mars-red);
  perspective: 1000px;
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 240px;
  padding: 24px;
  display: none;
}

.opacity {
  opacity: .25;
}

.bullet-item {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

._w-flip-card-2 {
  z-index: 4;
  perspective: 1000px;
  cursor: pointer;
  width: 100%;
  display: flex;
  position: relative;
}

.flipcard-more-2 {
  cursor: pointer;
  width: 20px;
}

.flipcard-more-2.back {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.check-circle {
  object-fit: contain;
  background-image: url('../images/check-circle-green.svg');
  background-position: 50%;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.c-flip-card {
  width: 100%;
  position: relative;
}

.card-info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.center {
  text-align: center;
}

.image {
  object-fit: cover;
  border-radius: 10px;
  height: 600px;
}

.slider-wrapper {
  width: 100%;
}

.project-cover {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.l-arrow-project {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  left: 8%;
}

.l-arrow-project.slider {
  width: 200px;
  height: 100%;
  left: 0%;
}

.project-info {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.arrow-icon-action {
  width: 16px;
}

.project-image-cover {
  object-fit: cover;
  border-radius: 10px;
  height: 400px;
}

.slide-nav-2 {
  display: none;
}

.link-arrow {
  width: 16px;
}

.tag {
  opacity: .6;
  color: var(--seasalt);
  text-align: center;
  letter-spacing: .01rem;
  text-transform: capitalize;
  border: 4px solid #98989833;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.project-tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.text-button {
  color: #f5f5f5;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-button {
  opacity: .5;
  cursor: pointer;
  background-color: #484747;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.arrow-button:hover {
  opacity: 1;
}

.arrow-button.slider {
  background-color: #484747;
  height: 40px;
  display: none;
}

.arrow-button.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.slider-2 {
  background-color: #0000;
  height: auto;
  overflow: hidden;
}

.r-arrow-project {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: auto;
  display: flex;
  right: 8%;
}

.r-arrow-project.slider {
  width: 200px;
  height: 100%;
  right: 0%;
}

.slider-mask {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.project-item {
  padding-left: 20px;
  padding-right: 20px;
}

.info-block-wrapper {
  width: 70%;
}

.input {
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.c-error-message {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.c-success-icon {
  width: 100%;
  margin-bottom: 20px;
}

.p-small {
  color: var(--seasalt);
  letter-spacing: .01rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.p-small.bold {
  font-weight: 700;
  transition: all .3s;
}

.p-small.bold:hover {
  color: #f5f5f5;
}

.warning-icon {
  width: 32px;
}

.p-large-2 {
  color: #f5f5f5;
  letter-spacing: .01rem;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.input-label {
  z-index: 1;
  color: var(--battleship-gray);
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.error-message {
  color: #f5f5f5;
  background-color: #d93a3a;
  border-radius: 8px;
  margin-top: 40px;
  padding: 20px;
  font-family: Poppins, sans-serif;
}

.div-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-top: 2px;
  display: flex;
}

.form {
  width: 100%;
}

.input-4 {
  color: #fff;
  letter-spacing: .01rem;
  background-color: #141414;
  border: 2px solid #363535;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  position: relative;
}

.input-4:hover {
  border-color: #f5f5f5;
}

.input-4:focus, .input-4:focus-visible, .input-4[data-wf-focus-visible] {
  border-color: #ea5e2a;
}

.input-4::placeholder {
  color: #ffffff7d;
}

.input-4.int-phone {
  border-color: var(--eerie-black);
  background-color: var(--oil-black);
}

.p-normal {
  color: #f5f5f5;
  letter-spacing: .01px;
  white-space: normal;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.button-wrapper.full-width {
  width: 50%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.form-input {
  margin-bottom: 20px;
}

.link-meeting-call {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.link-meeting-call.center {
  display: none;
}

.arrow-mini {
  width: 8px;
}

.form-block {
  width: 100%;
}

.button {
  border: 2px solid var(--mars-red);
  background-color: var(--mars-red);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 100px;
  align-items: center;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5em;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  border-color: var(--mars-red-dark);
  background-color: var(--mars-red-dark);
}

.button.full-width {
  text-align: center;
  width: 100%;
}

.button.small {
  text-transform: capitalize;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button.secondary {
  border: 2px solid var(--mars-red);
  background-color: #0000;
}

.button.secondary:hover {
  border-color: var(--mars-red);
  background-color: var(--mars-red);
}

.checkbox-field {
  color: #f5f5f5;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

._2-column-input {
  grid-column-gap: 20px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.form-wrapper {
  width: 60%;
  margin-left: 40px;
}

.sucess-icon {
  width: 80px;
}

.input-field {
  border: 2px solid var(--eerie-black);
  background-color: var(--oil-black);
  color: var(--seasalt);
  letter-spacing: .01rem;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.input-field:hover {
  border-color: var(--seasalt);
}

.input-field:focus, .input-field:focus-visible, .input-field[data-wf-focus-visible] {
  border-color: var(--mars-red);
}

.success-message {
  background-color: #1e1c1c;
  border-radius: 15px;
  padding: 60px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 85vw;
  max-width: 1300px;
  display: flex;
}

.location-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 85vw;
  max-width: 1300px;
  padding-top: 10px;
  display: none;
}

.locales-list {
  display: flex;
}

.nav-menu {
  letter-spacing: .1rem;
  text-transform: uppercase;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.c-flag {
  width: 20px;
}

.vertical-div {
  background-color: #f5f5f5;
  width: 1.5px;
  height: 16px;
  margin-left: 12px;
  margin-right: 12px;
}

.c-language {
  align-items: center;
  display: flex;
}

.nav-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spanish {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #f5f5f5;
  letter-spacing: .02rem;
  text-transform: uppercase;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 0;
  text-decoration: none;
  display: flex;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  position: fixed;
}

.brand-link {
  width: 140px;
  padding-left: 0;
}

.navbar-logo {
  object-fit: contain;
}

.translate-link.w--current {
  color: #f5f5f5;
  letter-spacing: .01rem;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.translate-link.w--current:visited {
  color: #f5f5f5;
}

.nav-contact-wrapper {
  margin-left: 10px;
}

.button-2 {
  background-color: var(--mars-red);
  letter-spacing: .1rem;
  text-transform: uppercase;
  border: 3px solid #0000;
  border-radius: 60px;
  align-items: center;
  width: auto;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.button-2:hover {
  background-color: #9d3f1c;
}

.button-2.small {
  background-color: var(--mars-red);
  padding: 6px 15px;
}

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

.language-divider {
  display: block;
}

.nav-link {
  color: var(--seasalt);
  text-align: center;
  letter-spacing: .03rem;
  text-transform: none;
  border-bottom: 2px solid #0000;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .3s;
  display: flex;
}

.nav-link:hover {
  color: var(--mars-red);
}

.nav-link.w--current {
  border-bottom: 2px solid var(--mars-red);
  color: var(--seasalt);
}

.nav-link.w--current:hover {
  opacity: 1;
}

.english {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #f5f5f5;
  letter-spacing: .02rem;
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 0;
  text-decoration: none;
  display: flex;
}

.flag-image {
  object-fit: cover;
  width: auto;
}

.c-locaction {
  padding-left: 20px;
}

.locales-wrapper {
  display: none;
}

.c-footer {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: 60px;
  display: flex;
}

.copyright-head-resp {
  display: none;
}

.link-3 {
  color: #f5f5f5;
  letter-spacing: .05px;
  line-height: 1.5em;
  text-decoration: none;
}

.footer-column {
  width: 33.3333%;
}

.footer-block {
  flex-direction: column;
  align-items: center;
  width: 85vw;
  max-width: 1300px;
  display: none;
}

.footer-nav-link {
  color: var(--seasalt);
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
}

.footer-nav-link:hover {
  color: var(--mars-red);
}

.c-footer-line {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 15px;
}

.logo {
  width: 200px;
}

.contact-icon {
  object-fit: contain;
  width: 20px;
}

.copyright-head {
  border-bottom: 2px solid var(--eerie-black);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.copyright {
  z-index: 5;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.project-title {
  z-index: 5;
  padding-top: 10px;
}

.h5-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.c-project-tag {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.tag-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tag-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.project-image-opacity {
  background-color: #0c0c0c1a;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pre-footer-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-pre-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: absolute;
}

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

.div-block-6 {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.email-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.lightbox-link-2 {
  justify-content: center;
  align-items: center;
  position: relative;
}

.play-button-circle {
  z-index: 1;
  background-color: var(--mars-red);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
  position: absolute;
}

.play-icon-2 {
  padding-left: 6px;
}

.circle-2 {
  background-color: var(--mars-red);
  border-radius: 100px;
  width: 110px;
  height: 110px;
}

.lightbox-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.h3-2 {
  font-size: 19px;
}

.opacity-layer {
  background-color: #0c0c0c80;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-text {
  color: var(--seasalt);
}

.flipcard-wrapper {
  width: 100%;
  position: relative;
}

.flipcard-front {
  background-color: var(--eerie-black);
  backface-visibility: hidden;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  flex-flow: column;
  height: 240px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flipcard-front.altas-bajas-temp {
  background-image: linear-gradient(#26262659, #26262659), url('../images/altas-bajas-temp-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.flipcard-front.planta-industrial {
  background-image: linear-gradient(#26262659, #26262659), url('../images/planta-industrial_vf-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.flipcard-front.maquinaria {
  background-image: linear-gradient(#26262659, #26262659), url('../images/maquinaria.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.flipcard-front.procesos-ind {
  background-image: linear-gradient(#26262659, #26262659), url('../images/procesos-industriales_vf.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.flipcard-front.unboxing {
  background-image: linear-gradient(#26262659, #26262659), url('../images/unboxing-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.flipcard-front.testimonios {
  background-image: linear-gradient(#26262659, #26262659), url('../images/testimonios-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.flipcard-front.vuelos-drone {
  background-image: linear-gradient(#26262659, #26262659), url('../images/vuelos-drone-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.flipcard-front.institucional {
  background-image: linear-gradient(#26262659, #26262659), url('../images/institucional-final-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.flipcard-title {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 56px;
  line-height: 62px;
}

.flipcard-subtitle {
  max-width: 215px;
  font-weight: 700;
  line-height: 21px;
}

.flipcard-more {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.flipcard-back {
  background-color: var(--mars-red);
  backface-visibility: hidden;
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  height: 240px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.flipcard-back-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #90ca5a, #d7d65a 50%, #dac355);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 44px;
  line-height: 48px;
}

.flipcard-less {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.columns {
  flex-direction: row;
  justify-content: center;
  display: none;
  position: relative;
}

.blog-cover-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.blog-page-image-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blogposts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.blog-entries {
  width: 100%;
  padding: 100px 30px;
}

.blog-head-wrapper {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.h2-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.h2-no-margin.center {
  margin-bottom: 27px;
}

.div-block-8 {
  width: 50%;
}

.post-thumbnail {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 2px solid var(--mars-red);
  color: var(--seasalt);
  background-color: #fafafa00;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.post-thumbnail:hover {
  background-color: #fafafa0a;
}

.blog-image {
  border-radius: 10px;
  width: 50%;
  height: 600px;
  position: sticky;
  top: 50px;
  overflow: hidden;
}

.post-info {
  width: 65%;
}

.thumbail-image {
  border-radius: 10px;
  width: 35%;
  height: 180px;
  overflow: hidden;
}

.blog-post-cover {
  width: 100%;
  height: 60vh;
}

.post-content {
  width: 45vw;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.head-more {
  border-bottom: 2px solid var(--eerie-black);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
}

.back-to-blog {
  text-decoration: none;
}

.return-to-blog {
  color: var(--seasalt);
  letter-spacing: .01rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
}

.return-to-blog:hover {
  color: var(--mars-red);
}

.return-to-blog.white {
  color: #f5f5f5;
  transition: all .2s;
}

.return-to-blog.white:hover {
  color: #ea5e2a;
}

.h4-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

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

.post-thumbnail-2 {
  color: var(--seasalt);
  width: 100%;
  text-decoration: none;
}

.read-more-block {
  padding-bottom: 5px;
  display: inline-block;
}

.cta-text-2 {
  color: var(--mars-red);
  letter-spacing: .01rem;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.thumbnail-image-2 {
  border-radius: 10px;
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 85vw;
  max-width: 1300px;
  display: none;
}

.blog-row {
  flex-direction: column;
  width: 85vw;
  max-width: 1300px;
  display: none;
}

.heading-2 {
  font-size: 59px;
}

.paragraph-2 {
  width: 450px;
  height: auto;
}

.flipcard-back-icon {
  opacity: 1;
  width: 20px;
  position: absolute;
  inset: auto 20px 20px auto;
}

.blog-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.blog-main-banner {
  display: none;
  position: sticky;
}

.paragraph-wrapper-resp, .nav-menu-bg {
  display: none;
}

.pre-footer-video {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.flipcard-image {
  height: 80%;
}

.h2 {
  font-size: 48px;
}

.h3-3 {
  font-size: 24px;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.h3-no-margin {
  margin-top: 0;
}

.head-wrapper {
  width: 80%;
}

.heading-3 {
  margin-bottom: 23px;
}

.heading-4 {
  width: 500px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 25px;
  }

  p {
    font-size: 17px;
  }

  .section {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .section.blog {
    padding-top: 0;
  }

  .container-v {
    width: 90vw;
  }

  .p-large {
    font-size: 19px;
  }

  .client-logo {
    width: 90%;
  }

  .container-h {
    width: 90vw;
  }

  .column.blog {
    width: 90%;
    padding-top: 60px;
    position: relative;
  }

  .c-card-front-2 {
    height: 320px;
    padding: 30px;
  }

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

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

  .c-card-back-2 {
    height: 320px;
    padding: 30px;
  }

  .grid-2c {
    grid-template-columns: 1fr 1fr;
  }

  .image {
    height: 540px;
  }

  .paragraph {
    font-size: 17px;
  }

  .l-arrow-project.slider {
    width: 100px;
  }

  .project-image-cover {
    height: 400px;
  }

  .r-arrow-project.slider {
    width: 100px;
  }

  .slider-mask {
    width: 85%;
  }

  .info-block-wrapper {
    width: 100%;
  }

  .form-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .navbar-wrapper {
    width: 90vw;
  }

  .location-wrapper {
    display: flex;
  }

  .nav-menu {
    background-color: #0000;
    flex-direction: column;
    height: 100vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .icon {
    color: #f5f5f5;
    font-size: 32px;
  }

  .nav-container {
    padding-top: 0;
  }

  .nav-contact-wrapper {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-2.small {
    letter-spacing: .05rem;
    text-transform: capitalize;
    background-color: #ea5e2a;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .nav-link {
    letter-spacing: .05rem;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .c-locaction {
    display: none;
  }

  .c-footer {
    flex-direction: column;
  }

  .footer-info {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .footer-block {
    width: 90vw;
  }

  .logo-wrapper {
    width: 100%;
  }

  .tag-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .columns, .blog-cover-sticky {
    display: none;
  }

  .blog-entries {
    width: 90vw;
    padding: 40px 0 60px;
  }

  .blog-head-wrapper {
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-image {
    width: 100%;
    height: 400px;
    position: static;
  }

  .return-to-blog, .cta-text-2 {
    font-size: 15px;
  }

  .blog-column {
    display: none;
  }

  .blog-row {
    width: 90vw;
    display: none;
  }

  .paragraph-2.verticalphone.verticaltablet, .paragraph-2.verticalphone.tabletvertical {
    width: 300px;
  }

  .blog-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .blog-main-banner {
    width: 100%;
    height: 450px;
    display: flex;
  }

  .nav-menu-bg {
    z-index: 20;
    background-color: var(--eerie-black);
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0%;
  }

  .blog-column-wrapper {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 15px;
  }

  .section {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .p-large {
    font-size: 16px;
  }

  .client-logo {
    width: 70%;
  }

  .grid-4c {
    grid-template-columns: 1fr 1fr;
  }

  .container-h._2-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .column, .column._40, .column._60, .column.blog {
    width: 100%;
  }

  .video-nosotros {
    height: 300px;
  }

  .heading.left.hero {
    width: 100%;
  }

  .play-icon {
    width: 27px;
    padding-left: 4px;
  }

  .c-card-front-2 {
    height: 196px;
  }

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

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

  .c-card-back-2 {
    height: 196px;
  }

  .check-circle {
    width: 20px;
    height: 20px;
  }

  .grid-2c {
    grid-template-columns: 1fr;
  }

  .image {
    height: 480px;
  }

  .l-arrow-project.slider {
    width: 50px;
  }

  .project-image-cover {
    height: 320px;
  }

  .text-button {
    font-size: 12px;
  }

  .r-arrow-project.slider {
    width: 50px;
  }

  .slider-mask {
    width: 85%;
  }

  .project-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-large-2 {
    font-size: 16px;
  }

  .p-normal {
    font-size: 15px;
  }

  .nav-menu {
    padding-top: 20px;
  }

  .footer-column {
    width: 100%;
  }

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

  .copyright-head {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .tag-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .play-button-circle {
    width: 90px;
    height: 90px;
  }

  .play-icon-2 {
    width: 27px;
    padding-left: 4px;
  }

  .circle-2 {
    width: 90px;
    height: 90px;
  }

  .blog-page-image-bg {
    height: 160%;
  }

  .blog-entries {
    padding-top: 20px;
  }

  .blog-head-wrapper {
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .post-thumbnail {
    flex-direction: column;
  }

  .blog-image {
    height: 320px;
  }

  .post-info, .thumbail-image {
    width: 100%;
  }

  .paragraph-2.verticalphone.verticaltablet.landscape-tablet {
    width: 450px;
  }

  .h2 {
    font-size: 36px;
  }

  .h3-3 {
    font-size: 23px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  .section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section.servicios {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.nosotros {
    padding-top: 60px;
  }

  .section.contact {
    padding-bottom: 80px;
  }

  .section.clientes {
    padding-top: 40px;
  }

  .section.cellphoneverticalspace {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .brands-heading {
    width: 75%;
  }

  .client-logo {
    width: 80%;
  }

  .paragraph-wrapper.max-580 {
    display: none;
  }

  .play-icon {
    width: 24px;
  }

  .c-card-front-2 {
    width: 100%;
    height: 240px;
    padding: 20px;
  }

  .bullet-list {
    flex-direction: column;
  }

  .c-card-back-2 {
    width: 100%;
    height: 240px;
    padding: 20px;
  }

  .l-arrow-project.slider {
    width: 25px;
  }

  .project-info {
    flex-direction: column;
    padding-top: 10px;
  }

  .project-image-cover {
    height: 200px;
  }

  .tag {
    height: 58px;
    font-size: 13px;
  }

  .r-arrow-project.slider {
    width: 25px;
  }

  .slider-mask {
    width: 85%;
  }

  .project-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .p-small {
    text-align: center;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-wrapper.full-width {
    width: 100%;
    margin-top: 30px;
  }

  .link-meeting-call.center {
    flex-direction: column;
    align-items: center;
  }

  ._2-column-input {
    flex-direction: column;
  }

  .success-message {
    padding: 40px 20px;
  }

  .footer-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .copyright-head-resp {
    display: block;
  }

  .footer-column {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .footer-column.policy {
    margin-top: 20px;
  }

  .logo {
    width: 240px;
  }

  .copyright {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .tag-wrapper {
    flex-direction: column;
  }

  .lightbox-link-2 {
    height: 150px;
  }

  .play-button-circle {
    width: 80px;
    height: 80px;
  }

  .play-icon-2 {
    width: 24px;
  }

  .circle-2 {
    width: 80px;
    height: 80px;
  }

  .flipcard-front.altas-bajas-temp, .flipcard-back {
    padding: 20px;
  }

  .blog-page-image-bg {
    height: 140%;
  }

  .blog-head-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-no-margin {
    margin-top: 0;
  }

  .h2-no-margin.center {
    object-fit: fill;
  }

  .blog-image {
    height: 240px;
  }

  .paragraph-2.verticalphone {
    width: 300px;
  }

  .paragraph-wrapper-resp {
    width: 100%;
    display: block;
  }

  .h2 {
    font-size: 32px;
  }

  .h3-3 {
    font-size: 21px;
  }

  .heading-4 {
    width: 300px;
  }
}

#w-node-c523ebee-76d1-309a-34b4-818443cabd10-593797f7, #w-node-fbebab97-91ac-8a06-0177-1c47d0769fe3-593797f7, #w-node-cef39d5b-678b-69c0-0d7b-082d38812115-593797f7, #w-node-_3239c73e-fc5a-a852-a7b2-c0445794a32c-593797f7, #w-node-_159df397-7871-ce02-cab1-dbc5fe0cd0df-593797f7, #w-node-_8825c5f3-9d34-1821-5713-5b632ee49d68-593797f7, #w-node-_90d35be5-1b83-2d78-58b4-dd2846cd872b-593797f7, #w-node-_049fbb43-2202-527b-ab70-efb605766fd0-593797f7, #w-node-e425db93-e96e-948e-f028-aa2cb2a3bb0b-593797f7, #w-node-_3f79644f-0847-33a7-1e70-f7f0ecbdf4ff-593797f7, #w-node-e425db93-e96e-948e-f028-aa2cb2a3bb0d-593797f7, #w-node-e425db93-e96e-948e-f028-aa2cb2a3bb0f-593797f7, #w-node-_3ddf53aa-b974-b119-33c7-72e47c5b399a-593797f7, #w-node-a5fa2e57-0148-0702-6ce9-06acb05ce1ff-593797f7, #w-node-e425db93-e96e-948e-f028-aa2cb2a3bb11-593797f7, #w-node-e425db93-e96e-948e-f028-aa2cb2a3bb13-593797f7, #w-node-caccf3f0-69d0-f534-fd63-8fb2afb93690-593797f7, #w-node-_28c7f0c6-9430-aa0d-dd88-38de9b2f154b-593797f7, #w-node-b1ddcf66-c35e-b981-35b5-7041da3d35f7-593797f7, #w-node-_7e9d5259-5448-5318-50aa-2c8925d32ac3-593797f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3f79644f-0847-33a7-1e70-f7f0ecbdf4ff-593797f7, #w-node-_3ddf53aa-b974-b119-33c7-72e47c5b399a-593797f7, #w-node-a5fa2e57-0148-0702-6ce9-06acb05ce1ff-593797f7, #w-node-caccf3f0-69d0-f534-fd63-8fb2afb93690-593797f7, #w-node-_28c7f0c6-9430-aa0d-dd88-38de9b2f154b-593797f7, #w-node-b1ddcf66-c35e-b981-35b5-7041da3d35f7-593797f7, #w-node-_7e9d5259-5448-5318-50aa-2c8925d32ac3-593797f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


