:root {
  --color--neutral-50: white;
  --display: "Titillium Web", sans-serif;
  --color--secundary_color: #0047ba;
  --color--primary_color: #00bed6;
  --body: "Nunito Sans", sans-serif;
  --color: #110f0f;
  --color--neutral-200: #bcbec0;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
}

.main {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.hero {
  grid-row-gap: 48px;
  background-image: linear-gradient(#1d1d1b91, #1d1d1b91), url('../images/Hero_bg-1_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80svh;
  margin-top: -9rem;
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero.home {
  height: 80svh;
  min-height: auto;
  margin-top: -9rem;
}

.navbar-logo-left {
  z-index: 5;
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-logo-left.bg_white {
  background-color: var(--color--neutral-50);
}

.navbarcontainer {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.brand_logo {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 99.5%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-family: var(--display);
  color: var(--color--neutral-50);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.navbar-link.dark_blue {
  color: var(--color--secundary_color);
}

.text {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
  text-decoration: none;
}

.navbar-button {
  grid-column-gap: 8px;
  background-color: var(--color--primary_color);
  font-family: var(--display);
  color: var(--color--neutral-50);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .8rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navbar-button:hover {
  transform: scale(1.05);
}

.navbar-button.w--current {
  color: var(--color--neutral-50);
}

.footer-links {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.socialmedia-icons {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 25px;
  height: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.content {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding: 20px 2rem .25rem;
  text-decoration: none;
  display: flex;
}

.content.service {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.tittle_content {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.display_block {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.paragraph {
  font-family: var(--body);
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.2em;
  text-decoration: none;
}

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

.paragraph.white {
  color: var(--color--neutral-50);
}

.button_container {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.copyright_text {
  font-family: var(--display);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.section {
  z-index: 3;
  grid-column-gap: 48px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 4rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.vertical {
  grid-row-gap: 48px;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.section.vertical.no_bottom {
  padding-bottom: 0;
}

.section.vertical.over {
  z-index: 4;
  padding-bottom: 2rem;
}

.content-horizontal {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.title_block {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.title_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 497px;
  text-decoration: none;
  display: flex;
}

.section_title-1 {
  font-family: var(--display);
  color: #bcbec0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.section_title {
  font-family: var(--display);
  color: var(--color--secundary_color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.footer {
  grid-row-gap: 40px;
  background-color: #0047ba;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px 8px;
  text-decoration: none;
  display: flex;
}

.columns {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.logo-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.brand_logo_footer {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 64px;
  text-decoration: none;
  display: flex;
}

.small-columns {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.content-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer_title {
  font-family: var(--display);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.footer-links-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link {
  font-family: var(--display);
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.2em;
  text-decoration: none;
}

.content-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contacto {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer_icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  display: flex;
}

.copyright {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.icon_tag {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.tag {
  width: 100%;
  height: 100%;
}

.container {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.container.wth_divider {
  border-right: 2.5px solid var(--color--secundary_color);
  padding-right: 2rem;
}

.container.small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.img_container {
  width: 100%;

  & img {
    width: 100%;
  }
}

.image.mobile {
  display: none;
}

.display_title {
  font-family: var(--display);
  color: var(--color--neutral-50);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1em;
}

.display_title.light_blue {
  color: var(--color--primary_color);
}

.text_span {
  font-weight: 600;
}

.text_span.light_blue {
  color: var(--color--primary_color);
  font-weight: 700;
}

.display_text {
  font-family: var(--body);
  color: var(--color--neutral-50);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.2em;
  text-decoration: none;
}

.cta {
  grid-row-gap: 48px;
  background-image: linear-gradient(#1d1d1b91, #1d1d1b91), url('../images/fotogrupal4_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 314px;
  padding: 4rem 2rem;
  text-decoration: none;
  display: flex;
}

.cta_block {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.tittle_content-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cta_text {
  font-family: var(--display);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--primary_color);
  font-family: var(--display);
  color: var(--color--neutral-50);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button:hover {
  transform: scale(1.05);
}

.button.dark_blue {
  background-color: var(--color--secundary_color);
  font-size: 1rem;
}

.button.line {
  border: 1.5px solid var(--color--neutral-50);
  background-color: #0000;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.brand_logo_chance {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.navbar_shadow {
  position: absolute;
  inset: 0%;
  box-shadow: 0 5px 20px #110f0f40;
}

.col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo_client {
  object-fit: contain;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.client_img {
  background-color: var(--color--neutral-50);
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 18em;
  height: 18em;
  padding: 1rem;
  transition: all .2s;
  display: flex;
  box-shadow: 0 5px 20px #110f0f40;
}

.client_img:hover {
  transform: scale(1.05);
}

.column-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.wrapper_number {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card_text {
  font-family: var(--body);
  color: var(--color--neutral-50);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 120%;
  text-decoration: none;
  display: none;
}

.card_link {
  font-family: var(--body);
  color: var(--color--neutral-50);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  display: none;
}

.icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 55.1543px;
  height: 55.1543px;
  text-decoration: none;
  display: flex;
}

.card_container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  text-decoration: none;
  display: flex;
}

.number {
  font-family: var(--display);
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.card_title {
  font-family: var(--display);
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.card {
  grid-row-gap: 15px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  max-width: 400px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_line {
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 3px;
  text-decoration: none;
  display: flex;
}

.card_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.card_block {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.color_card_bg {
  background-color: #0047bab3;
  display: none;
  position: absolute;
  inset: 0%;
}

.whatsapp-button {
  z-index: 100;
  border-radius: 100%;
  width: 4.5em;
  margin-bottom: 0;
  transition: all .2s;
  position: fixed;
  inset: auto 1.5rem 56px auto;
  box-shadow: 0 5px 20px #0003;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp {
  width: 100%;
  height: 100%;
}

.social_chance {
  position: absolute;
}

.button_moblie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--primary_color);
  font-family: var(--display);
  color: var(--color--neutral-50);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button_moblie:hover {
  transform: scale(1.05);
}

.button_moblie.dark_blue {
  background-color: var(--color--secundary_color);
  font-size: 1rem;
  display: none;
}

.patern_bg {
  width: 100%;
}

.pattern {
  z-index: 1;
  width: 28em;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.underline {
  background-color: var(--color--neutral-50);
  width: 0;
  height: 2px;
}

.underline.dark_blue {
  background-color: var(--color--secundary_color);
}

.code-embed {
  display: block;
}

.container-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 20px;
  flex-flow: row;
  place-content: space-between center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.section_counter {
  grid-column-gap: 64px;
  background-color: var(--color--secundary_color);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 50px 60px;
  text-decoration: none;
  display: flex;
}

.counter_up {
  display: flex;
}

.achievement {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 218px;
  text-decoration: none;
  display: flex;
}

.number_counter {
  font-family: var(--display);
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.paragraph-2 {
  color: #110f0f;
  font-size: 1.3em;
}

.paragraph-2.white {
  font-family: var(--body);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2em;
}

.hero_page {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36svh;
  padding: 5rem 2rem;
  display: flex;
  position: relative;
}

.hero_page.contact {
  height: 24svh;
}

.content_hero {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  padding: 20px 2rem;
  text-decoration: none;
  display: flex;
}

.content_hero.classic {
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero_img_bg {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg_hero {
  z-index: 1;
  background-image: linear-gradient(#110f0f40, #fff);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gradient_hero {
  z-index: 2;
  background-color: #1d1d1b91;
  position: absolute;
  inset: 0%;
}

.column-3 {
  grid-column-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card_achievement {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  max-width: 500px;
  text-decoration: none;
  display: flex;
}

.achieve_block {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 300px;
  text-decoration: none;
  display: flex;
}

.header_content {
  grid-row-gap: 5px;
  border: 0 solid #0047ba;
  border-bottom-width: 6.5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 55.1543px;
  height: 55.1543px;
  text-decoration: none;
  display: flex;
}

.value_column {
  grid-column-gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 81px;
  text-decoration: none;
  display: flex;
}

.content-9 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subtitle {
  font-family: var(--display);
  color: var(--color--primary_color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

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

.subtitle.left.dark_blue {
  color: var(--color--secundary_color);
  font-size: 1.5rem;
}

.subtitle.dark_blue.small {
  color: var(--color--secundary_color);
  font-size: 1.25rem;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 93px;
  text-decoration: none;
  display: flex;
}

.img_bg_about {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section_subtitle {
  font-family: var(--display);
  color: var(--color--neutral-200);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.card_value {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.tab {
  border-bottom: 6.5px solid var(--color--secundary_color);
  background-color: var(--color--neutral-50);
  font-family: var(--display);
  color: var(--color--secundary_color);
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
  transition: all .2s;
  display: flex;
}

.tab:hover {
  background-color: var(--color--secundary_color);
  box-shadow: none;
  color: var(--color--neutral-50);
  white-space: normal;
}

.tab.w--current {
  background-color: var(--color--secundary_color);
  box-shadow: none;
  color: var(--color--neutral-50);
  white-space: normal;
  font-size: 1.5rem;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tab_blur {
  background-image: linear-gradient(90deg, #0000 34%, #fff);
  transition: all .2s;
  display: none;
  position: absolute;
  inset: 0%;
}

.tab_blur:hover {
  opacity: 0;
}

.tab_content {
  flex-flow: row;
  display: flex;
}

.tab_img {
  width: 100%;
  position: relative;
}

.content_text_tab {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  padding: 20px 2rem .25rem;
  text-decoration: none;
  display: flex;
}

.collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  display: grid;
  overflow: hidden;
}

.collection_item {
  z-index: 1;
  border-radius: .25rem;
  flex-flow: column;
  min-width: 400px;
  max-width: 24rem;
  min-height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project_img {
  min-height: 300px;
  max-height: 300px;
}

.project_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.tag_service_title {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tag_subtitle {
  font-family: var(--display);
  color: var(--color--neutral-200);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tag_title {
  font-family: var(--display);
  color: #0047ba;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.tag_job {
  grid-column-gap: 16px;
  background-color: #fff;
  border: 0 solid #fff;
  border-bottom-width: 5.5px;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.tag_icon {
  width: 100%;
}

.categories_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.icon-3 {
  color: var(--color--secundary_color);
  font-size: 1rem;
}

.dropdown {
  border: 2.5px solid var(--color--secundary_color);
  padding: 1rem 4rem 1rem 2rem;
}

.dropdown.w--open {
  transition: all .2s;
}

.drop_list {
  font-family: var(--display);
  min-width: 390px;
  font-weight: 700;
  right: 0%;
}

.drop_list.w--open {
  background-color: var(--color--neutral-50);
  padding: 1rem;
  box-shadow: 5px 5px 20px #00000040;
}

.dropdown_categories {
  z-index: 4;
}

.wrapper_none, .hide {
  display: none;
}

.filter_radio_group {
  font-family: var(--display);
  color: var(--color--neutral-200);
  text-transform: uppercase;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1em;
}

.filter_radio_group.fs-cmsfilter_active {
  background-color: var(--color--secundary_color);
  color: var(--color--neutral-50);
}

._w-form-label {
  font-weight: 700;
}

.empty_state {
  background-color: var(--color--neutral-200);
  font-family: var(--display);
  color: var(--color);
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1em;
}

.lightbox-link {
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.form-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form_contact {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-text-input {
  grid-column-gap: 8px;
  font-family: var(--body);
  color: var(--color--neutral-200);
  background-color: #fff;
  border: 0 solid #bcbec0;
  border-bottom-width: 1.5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.5rem 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.form-text-input::placeholder {
  color: #bcbec0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.form-textarea {
  grid-column-gap: 8px;
  font-family: var(--body);
  color: #bcbec0;
  background-color: #fff;
  border: 0 solid #bcbec0;
  border-bottom-width: 1.5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 120px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.5rem 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.form-textarea::placeholder {
  color: #bcbec0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.form-button {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #0047ba;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 2rem;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.download-button {
  grid-column-gap: 16px;
  background-color: #00bed6;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.code_map {
  width: 100%;
}

.heading {
  font-size: 1.2rem;
}

@media screen and (min-width: 1280px) {
  .hero {
    background-image: linear-gradient(#1d1d1b33, #1d1d1b91), url('../images/Hero_bg-1_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .tab_content {
    flex-flow: row;
  }
}

@media screen and (max-width: 991px) {
  .navbar-menu {
    grid-row-gap: 32px;
    background-color: #110f0fbf;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    display: flex;
  }

  .navbar-link {
    justify-content: center;
    align-items: center;
  }

  .navbar-link.dark_blue {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text {
    color: var(--color--neutral-50);
  }

  .navbar-button {
    justify-content: center;
  }

  .footer-links {
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .socialmedia-icons {
    height: auto;
  }

  .content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .button_container {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .section {
    grid-row-gap: 48px;
    flex-flow: column;
  }

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

  .column {
    align-items: center;
  }

  .content-3, .footer-links-2, .content-4 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.wth_divider {
    border-right-width: 0;
  }

  .image {
    display: none;
  }

  .image.mobile {
    display: block;
  }

  .display_title {
    font-size: 3rem;
  }

  .display_text {
    font-size: 1.25rem;
  }

  .cta_text {
    font-size: 2rem;
  }

  .client_img {
    width: 15em;
    height: 15em;
  }

  .whatsapp-button {
    margin-bottom: 0%;
    margin-right: 0;
    bottom: 56px;
    right: 1.5rem;
  }

  .social_chance {
    display: none;
  }

  .menu-button {
    padding: .25rem;
  }

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

  .icon-2 {
    color: var(--color--neutral-50);
    font-size: 3.25rem;
    line-height: 1em;
  }

  .underline.dark_blue {
    background-color: var(--color--neutral-50);
  }

  .container-3 {
    flex-flow: column;
  }

  .container-3.counter {
    flex-flow: row;
  }

  .paragraph-2.white {
    font-size: 1.1em;
  }

  .content_hero {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 2rem 0;
  }

  .tab {
    white-space: normal;
    width: auto;
    max-width: none;
  }

  .tabs-menu {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .tabs {
    flex-flow: column;
  }

  .tab_blur {
    display: none;
  }

  .icon_menu {
    color: var(--color--secundary_color);
    font-size: 3.25rem;
    line-height: 1em;
  }

  .tab_content {
    flex-flow: column;
  }

  .content_text_tab {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .project_block {
    opacity: 1;
    display: flex;
  }

  .form-textarea {
    min-height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 100svh;
  }

  .navbar-logo-left {
    padding: .5rem 1rem;
  }

  .navbar-brand {
    width: 12em;
  }

  .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section {
    grid-row-gap: 48px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.vertical.over {
    padding-bottom: 0;
  }

  .content-horizontal {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section_title-1 {
    font-size: 2rem;
  }

  .section_title {
    font-size: 2.5rem;
  }

  .columns {
    justify-content: space-between;
    align-items: flex-start;
  }

  .column {
    justify-content: center;
    align-items: flex-start;
  }

  .small-columns {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .display_title {
    font-size: 2.5rem;
  }

  .display_text {
    font-size: 1.25rem;
  }

  .cta {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.dark_blue {
    display: none;
  }

  .client_img {
    width: 10em;
    height: 10em;
  }

  .whatsapp-button {
    width: 55px;
    margin-bottom: 0%;
    margin-right: 0%;
    right: 34px;
  }

  .button_moblie.dark_blue {
    display: flex;
  }

  .pattern {
    width: 20em;
  }

  .container-3.counter {
    flex-flow: column;
  }

  .paragraph-2.white {
    font-size: 16px;
  }

  .content_hero {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .section_subtitle {
    font-size: 2rem;
  }

  .tab {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs-menu {
    grid-template-columns: 1fr;
  }

  .content_text_tab {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .collection_item {
    width: 100%;
    min-width: auto;
  }

  .icon-3 {
    font-size: 1.5rem;
  }

  .dropdown {
    width: 100%;
  }

  .drop_list {
    min-width: auto;
  }

  .dropdown_categories, .form-block, .form {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .small-columns {
    flex-direction: column;
    align-items: center;
  }

  .client_img {
    width: 9em;
    height: 9em;
  }

  .paragraph-2.white {
    font-size: 16px;
  }

  .hero_page {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_page.contact {
    justify-content: center;
    align-items: center;
  }

  .content_hero {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .form-textarea {
    min-height: 200px;
  }
}


