@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blanco: #fff;
  --sublines: #ccc;
  --glass: #00000057;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.section {
  background-image: linear-gradient(#00000070, #00000070), url('../images/bg1.jpg');
  background-position: 0 0, 50% 37%;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.section.middle-content {
  align-items: center;
}

.section.middle-content.about-us--div {
  background-image: url('../images/met3-3.jpg');
  background-position: 50% 37%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 10rem;
  display: flex;
}

.section.servicios-edited {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/meta1-2.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.section.servicios-edited.paquetes-edited {
  background-image: linear-gradient(#00000070, #00000070), url('../images/bg-blue1.jpg');
  top: -5px;
}

.section.servicios-edited.contacto-edited {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/bg-form.jpg');
  background-attachment: scroll, fixed;
  height: 115vh;
  position: static;
}

.section.equipo-edited {
  background-image: linear-gradient(#0000, #0000), url('../images/meta2-.jpg');
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 120vh;
  padding-top: 2rem;
  position: relative;
}

.section.data-info {
  background-color: #616161;
  background-image: none;
  background-position: 0 0;
  height: auto;
  padding-top: 10rem;
  padding-right: 2rem;
  display: block;
  position: relative;
}

.section.data-info.is-paquetes {
  background-color: #523838;
}

.section.data-info.is-case-study {
  background-color: #0d0e0b;
}

.section.bg-edited {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.content-hero-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.h1 {
  color: var(--blanco);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 100%;
}

.h1.smaller {
  font-size: 48px;
}

.h1.is-bigger {
  font-size: 120px;
}

.h1.is-tyc-spaced {
  margin-bottom: 35px;
}

.h2 {
  color: var(--blanco);
  letter-spacing: -1px;
  height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.h2.edited-for-service {
  height: auto;
  font-size: 48px;
}

.h2.is-bigger {
  height: auto;
  font-size: 40px;
  line-height: 100%;
}

.h2.is-bigger.is-tyc-spaced {
  margin-top: 35px;
  margin-bottom: 35px;
}

.h2.height-edited {
  height: auto;
  line-height: 1.1;
}

.h2.smaller {
  font-size: 19px;
  font-weight: 400;
}

.navbar {
  display: flex;
}

.navbar-logo-left {
  z-index: 100;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding-top: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 200;
  border-top: 1px solid var(--sublines);
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 5px;
}

.container {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.nav-link {
  color: var(--sublines);
  letter-spacing: -.7px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10 {
  margin-left: 25vw;
}

.button-primary {
  border: 1px solid var(--blanco);
  color: #fff;
  letter-spacing: -.7px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border-radius: 2rem;
  padding: 8px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.spaced {
  margin-top: 25px;
}

.button-primary.service {
  margin-right: 15px;
}

.button-primary.service.w--current {
  background-color: var(--glass);
}

.h4 {
  color: var(--blanco);
  letter-spacing: -.7px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-div {
  margin-top: 55px;
}

.list-item, .list-item-2 {
  margin-right: 2vw;
}

.paragraph {
  color: var(--blanco);
  text-align: justify;
  letter-spacing: -.7px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-weight: 400;
}

.paragraph.bullet {
  border-bottom: .5px none var(--sublines);
  padding-bottom: 5px;
}

.paragraph.aliged-left {
  text-align: center;
  margin-top: 25px;
}

.paragraph.underlined {
  border-bottom: 1px solid var(--sublines);
  padding-bottom: 7px;
}

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

.paragraph.is-tyc-spaced {
  font-size: 16px;
}

.btn-div-hero {
  margin-top: 25px;
}

.btn-1 {
  border: 1px solid var(--blanco);
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  letter-spacing: -.7px;
  text-transform: uppercase;
  border-radius: 2rem;
  padding: 10px 25px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-weight: 400;
  transition: all .2s;
}

.btn-1:hover {
  background-color: var(--glass);
  transform: scale(1.05);
}

.btn-1.is-spaced-right {
  text-transform: uppercase;
  margin-right: 15px;
}

.btn-1.calendly {
  margin-left: 25px;
}

.meta-pro-floating {
  position: absolute;
  left: 75vw;
}

.big-text-div-content {
  margin-top: 55px;
}

.header-service-div {
  height: auto;
  padding-bottom: 25%;
}

.header-service-div.bottom-margin-edited {
  padding-bottom: 15%;
}

.tab-services-dic {
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  height: 100%;
  padding: 1.8rem 25% 3rem 5rem;
}

.tab-services-dic.sub {
  padding-left: 5rem;
  padding-right: 25%;
}

.tab-services-dic.contact-edited {
  justify-content: flex-start;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 1rem;
  display: flex;
}

.tabs-menu {
  border-bottom: 1px solid var(--sublines);
  justify-content: space-between;
  padding-bottom: 25px;
  display: flex;
}

.tabs-menu.sub-menu {
  justify-content: flex-start;
  margin-top: 25px;
  padding-bottom: 25px;
}

.tabs-menu.sub-menu.is-hidden {
  display: none;
}

.tabs-content {
  height: 95%;
}

.column2 {
  height: 100%;
  padding-right: 0;
}

.columns {
  height: 100%;
}

.column {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.tab-link-tab-1 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.tab-link-tab-1.w--current {
  letter-spacing: -1px;
  text-transform: uppercase;
  border-radius: 2rem;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-weight: 400;
}

.tablink {
  border: 1px solid var(--sublines);
  color: var(--blanco);
  letter-spacing: -.7px;
  text-transform: uppercase;
  background-color: #ddd0;
  border-radius: 2rem;
  font-family: "Inter 18 Pt", Arial, sans-serif;
}

.tablink.w--current {
  background-color: var(--glass);
  background-image: linear-gradient(#5e5e5e80, #5e5e5e80);
}

.tablink.sub {
  padding-left: 15px;
  padding-right: 15px;
}

.tablink.sub.w--current {
  margin-right: 15px;
}

.tablink.spaced-left {
  margin-left: 15px;
}

.tablink.case {
  margin-right: 15px;
}

.tablink.case.form {
  margin-top: 25px;
}

.card-service-tab {
  flex-flow: column;
  justify-content: space-between;
  height: 75%;
  margin-top: 15px;
  padding: 40px 100px 0 20px;
  display: flex;
}

.card-service-tab.sub {
  height: 80%;
  padding-right: 0;
}

.img-div-service {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 25vh;
}

.btn-div-cta-service {
  margin-top: 25px;
}

.tabs, .tab-pane-tab-1 {
  height: 100%;
}

.number-style {
  font-size: 16px;
}

.superscript {
  font-size: 14px;
}

.tab-pane-tab-2 {
  height: 100%;
}

.tab-pane-tab-3 {
  height: 100%;
  padding-bottom: 40px;
}

.div-btn-spaced {
  text-align: left;
  margin-top: 45px;
}

.footer-dark {
  z-index: 10;
  background-color: #050505;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 95%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: -.7px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.footer-link {
  color: #7e7e7e;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--blanco);
  font-family: "Inter 18 Pt", Arial, sans-serif;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}

.columns-equipo {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.card-team-member {
  text-align: center;
}

.img-team-div {
  justify-content: center;
  align-items: center;
  height: 30vh;
  margin-bottom: 55px;
  display: flex;
}

.name-team-div {
  margin-top: 35px;
  margin-bottom: 15px;
}

.columns-2 {
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  width: 60%;
  padding: 16px;
}

.column-2 {
  padding: 10px;
}

.floating-img {
  position: absolute;
  inset: 20% 0% 0% 20%;
}

.tabs-2 {
  height: 100%;
}

.tab-pane-tab-1-2 {
  height: 80%;
}

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

.content-comparativa-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 80px;
  display: flex;
}

.content-comparativa-div.is-spaced-top {
  margin-top: 100px;
}

.columns-div-comparativa {
  margin-top: 25px;
}

.service-card-comp {
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  border-radius: 2rem;
  padding: 3rem 2rem;
}

.title-comp-div {
  border-bottom: 1px solid var(--sublines);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.content-div-comp {
  margin-bottom: 10px;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.background-video {
  background-image: linear-gradient(#02020282, #02020282);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.div-block {
  border: .5px solid var(--sublines);
  border-radius: 100%;
  padding: 20px 15px;
}

.carousel_logo-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  overflow-wrap: normal;
  width: 50vw;
  display: flex;
  overflow: hidden;
}

.logo-div-wrapper {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.moving-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 55px;
  display: flex;
}

.cursor-wrapper {
  z-index: 500;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  filter: blur(4px) drop-shadow(0 2px 5px #000000b3);
  background-color: #c50045;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: block;
}

.btn-case-studies {
  margin-top: 45px;
}

.tabs-menu-2 {
  margin-bottom: 30px;
}

.c1-case-study-div {
  background-color: #d3d3d308;
  border-radius: 2rem;
  padding: 5%;
}

.slider {
  height: 650px;
}

.tab-menu-case {
  margin-bottom: 75px;
}

.text-field {
  background-color: #ffffff0d;
  border-radius: 2rem;
}

.field-label {
  color: #fff;
  margin-top: 25px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-weight: 400;
}

.form-block {
  width: 90%;
}

.image, .image-2, .image-3 {
  width: 100%;
}

.image-4, .image-5 {
  margin-top: 25px;
}

.link-block {
  color: #313131;
  text-decoration: none;
}

.body-tc {
  background-color: #2b2b2b;
}

.content-tyc-main-div {
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper-tyc {
  max-width: 940px;
}

.bold-text {
  text-transform: none;
}

.sm1 {
  background-image: url('../images/FBCM-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.sm3 {
  background-image: url('../images/FBCM-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sm4 {
  background-image: url('../images/FBCM-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.sm6 {
  background-image: url('../images/Captura-de-pantalla-2025-11-16-161953.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mu1 {
  background-image: url('../images/Imagen-de-WhatsApp-2025-10-30-a-las-18.50.46_b424e3ef.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mu2 {
  background-image: url('../images/PHOTO-2024-03-13-08-13-57.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mu3 {
  background-image: url('../images/PHOTO-2024-03-15-08-02-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mu4 {
  background-image: url('../images/PHOTO-2024-03-22-07-32-39.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mu5 {
  background-image: url('../images/PHOTO-2024-03-22-07-34-29.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mu6 {
  background-image: url('../images/PHOTO-2024-04-12-10-04-16.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mu7 {
  background-image: url('../images/PHOTO-2024-04-12-10-04-16-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mu8 {
  background-image: url('../images/PHOTO-2024-05-12-11-26-591.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.mu9 {
  background-image: url('../images/PHOTO-2024-05-12-11-10-36-11.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.mu10 {
  background-image: url('../images/PHOTO-2024-05-12-11-10-361.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide {
  background-image: url('../images/PHOTO-2024-06-09-12-19-23-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/PHOTO-2024-06-09-12-19-22.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/PHOTO-2024-06-09-12-19-22-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/PHOTO-2024-06-09-12-19-22-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/PHOTO-2024-06-09-12-19-22-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/PHOTO-2024-06-09-12-19-22-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/PHOTO-2024-06-09-12-19-21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/PHOTO-2024-06-09-12-19-21-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/PHOTO-2024-06-09-12-19-21-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/PHOTO-2024-06-09-12-19-22-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/PHOTO-2024-06-09-12-19-25-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/PHOTO-2024-06-09-12-19-26-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/PHOTO-2024-06-09-12-19-25-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-6, .image-7, .image-8 {
  width: 200px;
  max-width: 80%;
}

.dropdown {
  width: 7%;
}

.checkbox-field {
  margin-top: 20px;
}

.checkbox-label, .link {
  color: var(--blanco);
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .section.middle-content.about-us--div {
    background-image: linear-gradient(#00000070, #00000070), url('../images/met3-3.jpg');
    background-position: 0 0, 50% 37%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 5rem;
    position: relative;
  }

  .section.servicios-edited {
    background-image: linear-gradient(#0009, #0009), url('../images/meta1-2.jpg');
    background-position: 0 0, 50%;
    height: auto;
    padding: 5rem 10px;
    position: relative;
    top: 0;
  }

  .section.servicios-edited.paquetes-edited {
    background-image: linear-gradient(#00000094, #00000094), url('../images/bg-blue1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    top: 0;
  }

  .section.equipo-edited {
    height: auto;
  }

  .section.data-info {
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .content-hero-div {
    display: block;
  }

  .h1 {
    font-size: 48px;
  }

  .h1.smaller {
    font-size: 40px;
  }

  .h1.is-bigger {
    font-size: 46px;
  }

  .h2.edited-for-service {
    height: auto;
  }

  .navbar-logo-left {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .nav-menu-wrapper {
    z-index: 2147483647;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #0000;
    position: absolute;
  }

  .nav-menu-two {
    z-index: 2147483647;
    box-shadow: none;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #161616;
    flex-direction: column;
    position: relative;
  }

  .nav-link {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .mobile-margin-top-10 {
    margin-left: 0;
  }

  .paragraph, .paragraph.underlined {
    text-align: left;
  }

  .btn-1.calendly {
    margin-top: 25px;
    margin-left: 0;
  }

  .header-service-div {
    margin-top: 10%;
  }

  .tab-services-dic, .tab-services-dic.sub {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    display: block;
  }

  .column2 {
    padding-left: 0;
  }

  .column {
    display: block;
  }

  .tablink {
    margin-top: 15px;
  }

  .tablink.spaced-left.w--current {
    margin-left: 0;
  }

  .tablink.case {
    width: 50%;
  }

  .card-service-tab {
    padding-left: 0;
    padding-right: 0;
  }

  .card-service-tab.sub {
    height: 100%;
  }

  .container-2 {
    max-width: none;
  }

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

  .card-team-member {
    margin-top: 25px;
  }

  .columns-2 {
    width: 100%;
    margin-top: 50px;
  }

  .content-comparativa-div {
    margin-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .service-card-comp {
    margin-top: 15px;
    padding: 20px 25px;
  }

  .background-video {
    padding-bottom: 85px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block {
    display: none;
  }

  .moving-div {
    display: block;
  }

  .contact-div {
    text-align: center;
    width: 100%;
  }

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

  .c1-case-study-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-div-wrapper {
    margin-top: 35px;
  }

  .slider {
    height: 300px;
  }

  .tab-menu-case {
    padding-left: 25px;
  }

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

  .icon {
    color: #fff;
  }

  .column-4 {
    margin-top: 0;
  }
}

#w-node-eaca778c-2c72-3b1c-323a-ca256366aba5-6366ab9f, #w-node-eaca778c-2c72-3b1c-323a-ca256366abae-6366ab9f, #w-node-eaca778c-2c72-3b1c-323a-ca256366abb5-6366ab9f, #w-node-_1db0a7ab-a16c-6220-3b6b-17baf7b8bdbf-6366ab9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-be3cc0db-ef8a-5bad-9407-3d39d13f33c6-6366ab9f {
    place-self: auto;
  }
}


@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}