:root {
  --coral: #ff7a3a;
  --coral-2: #c83a31;
  --firebrick: #141d36;
  --midnight-blue: #192766;
  --midnight-blue-2: #891d15;
  --white: white;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

.section {
  font-family: Bahnschrift, sans-serif;
  font-weight: 400;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.margin-xsmall {
  margin: .5rem;
}

.icon-large {
  height: 4rem;
}

.show-tablet {
  display: none;
}

.overflow-auto {
  overflow: auto;
}

.show {
  display: block;
}

.padding-xhuge {
  padding: 8rem;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.heading-small {
  font-family: Bahnschrift, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-0 {
  padding: 0;
}

.form {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.text-weight-semibold {
  font-family: "Bahnschrift 10", sans-serif;
  font-weight: 600;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-style-strikethrough {
  font-family: "Bahnschrift 3", sans-serif;
  text-decoration: line-through;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-color-black {
  color: #000;
  font-family: "Bahnschrift 3", sans-serif;
}

.text-color-grey {
  color: gray;
  font-family: "Bahnschrift 3", sans-serif;
}

.form-message-success {
  padding: 1.25rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-small {
  padding: 1rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.text-weight-normal {
  font-family: "Bahnschrift 3", sans-serif;
  font-weight: 400;
}

.button {
  grid-column-gap: 10px;
  background-color: #0000;
  background-image: linear-gradient(137deg, var(--coral) 34%, var(--coral-2));
  color: #fff;
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .875rem 2rem;
  font-family: Bahnschrift, sans-serif;
  font-size: 18px;
  font-weight: 100;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.298, .001, .006, .989);
  display: flex;
}

.button:hover {
  transform: translate(0, -10px);
}

.button.hidden-desktop {
  display: none;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.text-style-italic {
  font-family: "Bahnschrift 3", sans-serif;
  font-style: italic;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: .125rem solid #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 14px 36px;
  font-family: Bahnschrift, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

.button-secondary.white {
  margin-top: 23px;
}

.button-secondary.gracias {
  color: var(--coral-2);
  background-color: #ffffffe8;
  margin-top: 30px;
  font-family: "Bahnschrift 3", sans-serif;
  font-weight: 400;
}

.text-weight-medium {
  font-family: "Bahnschrift 3", sans-serif;
  font-weight: 500;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.text-size-tiny {
  font-family: "Bahnschrift 3", sans-serif;
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-small {
  height: 2rem;
}

.background-color-grey {
  background-color: #a8c1d833;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.heading-xsmall {
  font-family: Bahnschrift, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-xsmall.white {
  color: #fff;
  text-transform: none;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.4em;
}

.text-weight-light {
  font-family: "Bahnschrift 3", sans-serif;
  font-weight: 300;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.text-style-link {
  text-decoration: underline;
}

.text-size-regular {
  font-family: "Bahnschrift 3", sans-serif;
  font-size: 1rem;
}

.text-weight-xbold {
  font-family: "Bahnschrift 10", sans-serif;
  font-weight: 800;
}

.margin-huge {
  margin: 6rem;
}

.text-align-right {
  text-align: right;
  font-family: "Bahnschrift 3", sans-serif;
}

.text-weight-bold {
  font-family: "Bahnschrift 10", sans-serif;
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #545454;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-medium {
  padding: 2rem;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
  text-transform: none;
  font-family: Bahnschrift, sans-serif;
  font-size: 24px;
  line-height: 1.4em;
}

.text-style-muted.white {
  color: #fff;
}

.text-size-small {
  font-family: "Bahnschrift 3", sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.form-label {
  color: #818181;
  margin-bottom: 9px;
  font-family: Bahnschrift, sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
  font-family: "Bahnschrift 3", sans-serif;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-align-left {
  text-align: left;
  font-family: "Bahnschrift 3", sans-serif;
}

.form-input {
  background-color: #0000;
  border: 2px solid #b5b5b5;
  border-radius: 20px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-input.texttarea {
  min-height: 6rem;
}

.fs-styleguide_classes {
  display: none;
}

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

.text-size-large {
  font-family: "Bahnschrift 3", sans-serif;
  font-size: 1.5rem;
  line-height: 1.4em;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-large {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bahnschrift, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2;
}

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

.heading-large.bold {
  font-family: "Bahnschrift 3", sans-serif;
}

.heading-large.boldwitrac {
  width: 745px;
  margin-right: auto;
  font-family: "Bahnschrift 3", sans-serif;
}

.heading-large.inside {
  margin-bottom: 40px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-allcaps {
  text-transform: uppercase;
  font-family: "Bahnschrift 3", sans-serif;
}

.overflow-scroll {
  overflow: scroll;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.show-mobile-landscape {
  display: none;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.icon-medium {
  height: 3rem;
}

.text-align-center {
  text-align: center;
  font-family: "Bahnschrift 3", sans-serif;
}

.form-wrapper {
  margin-bottom: 0;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.margin-xxhuge {
  margin: 12rem;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.show-mobile-portrait {
  display: none;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.margin-0 {
  margin: 0;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.heading-xlarge {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bahnschrift, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-xlarge.light {
  margin-top: 0;
  margin-bottom: 1px;
  font-family: Bahnschrift, sans-serif;
}

.heading-xlarge.light.white {
  color: #fff;
  font-family: Bahnschrift, sans-serif;
  font-size: 4rem;
  font-weight: 100;
}

.heading-xlarge.light.white.wt-home {
  font-size: 3rem;
}

.heading-xlarge.center.white {
  color: #fff;
  text-align: center;
}

.heading-xlarge.center-footer {
  display: none;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-style-2lines {
  font-family: "Bahnschrift 3", sans-serif;
}

.text-size-medium {
  font-family: "Bahnschrift 3", sans-serif;
  font-size: 1.25rem;
  line-height: 1.4em;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.text-style-3lines {
  font-family: "Bahnschrift 3", sans-serif;
}

.hide {
  display: none;
}

.heading-medium {
  padding-right: 169px;
  font-family: "Bahnschrift 2", sans-serif;
}

.heading-medium.white {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 21px;
  padding-right: 0;
  font-family: "Bahnschrift 3", sans-serif;
  font-size: 32px;
  font-weight: 100;
}

.heading-medium.white.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.heading-medium.white-platafomra {
  color: #fff;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 24px;
  line-height: 1.5em;
}

.heading-medium.red {
  color: var(--coral-2);
  font-family: "Bahnschrift 2", sans-serif;
  line-height: 1.2em;
}

.heading-medium.orange-strong {
  color: var(--coral);
  font-family: "Bahnschrift 2", sans-serif;
  line-height: 1.2em;
}

.heading-medium.orange {
  color: var(--midnight-blue);
}

.heading-medium.center {
  text-align: center;
  padding-right: 0;
}

.heading-medium.core {
  height: 75px;
  padding-right: 0;
}

.heading-medium.camercy {
  color: var(--midnight-blue-2);
}

.heading-medium.wite {
  color: var(--white);
  padding-right: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.paragraph {
  color: #666;
  font-family: Bahnschrift, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph.white {
  color: #fff;
  font-family: Bahnschrift, sans-serif;
  font-weight: 100;
}

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

.paragraph.white.center._26px {
  font-size: 26px;
}

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

.paragraph.align-center._26px {
  color: #c7c7c7;
  width: 770px;
  margin-bottom: 45px;
  font-size: 26px;
}

.paragraph.faqs {
  font-size: 18px;
}

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

.paragraph.parrafo-1 {
  width: 700px;
  margin-right: auto;
}

.link, .block-quote {
  font-family: "Bahnschrift 3", sans-serif;
}

.hero-home {
  opacity: 1;
  background-image: url('../images/backround-hero-desktop.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 375px;
  position: relative;
}

.contaner-general {
  max-width: 1200px;
}

.div-block {
  padding-top: 237px;
}

.div-block-2 {
  width: 500px;
  padding-right: 84px;
}

.image {
  position: absolute;
  inset: auto 50% 19% auto;
}

.image-2 {
  width: 125px;
  position: absolute;
  inset: auto 5% 8% auto;
}

.section-tecmas-resumen {
  background-color: var(--firebrick);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: -234px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 314px;
  padding-bottom: 155px;
  display: flex;
}

.sevicios-home {
  z-index: 2;
  background-color: #fff;
  background-image: url('../images/patron-gris-2.webp'), url('../images/patron-gris-2.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 800px, 800px;
  padding-bottom: 145px;
  position: relative;
}

.wrapper-servicios-home {
  padding-top: 81px;
}

.contenedor-servicio-1 {
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-right: 112px;
  display: flex;
}

.div-block-5 {
  align-items: center;
  width: 505px;
  height: 675px;
  padding-left: 120px;
  display: flex;
  position: relative;
}

.wrapper-isotipo-titulo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.image-3 {
  z-index: 1;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-4 {
  z-index: 2;
  width: 320px;
  min-width: 320px;
  position: relative;
  inset: 0% auto 0% 0%;
}

.text-block {
  font-family: "Bahnschrift 3", sans-serif;
  font-weight: 100;
}

.sp-32px {
  width: auto;
  height: 32px;
}

.div-block-7 {
  align-items: center;
  width: 50%;
  height: 670px;
  padding-left: 120px;
  display: flex;
  position: relative;
}

.div-block-8 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 156px;
  display: flex;
}

.image-5 {
  z-index: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-6 {
  z-index: 2;
  width: 320px;
  min-width: 320px;
  position: relative;
}

.witrac-section-home {
  z-index: 1;
  background-color: var(--firebrick);
  background-image: url('../images/fomr-section.witrac.webp'), url('../images/img-witrac-section-home.jpg');
  background-position: 0 0, 150%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  margin-top: -10px;
  position: relative;
}

.div-block-9 {
  align-items: center;
  height: auto;
  padding-top: 246px;
  padding-bottom: 149px;
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 648px;
  display: flex;
}

.image-7 {
  width: 195px;
}

.wrapper-fomr {
  padding-top: 102px;
  padding-bottom: 102px;
  display: flex;
}

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

.div-block-12 {
  width: 50%;
  padding-left: 70px;
}

.image-8 {
  width: 100%;
  min-width: 100%;
  padding-right: 28px;
}

.heading-small-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-small-2.naranja {
  color: var(--coral);
  font-family: Bahnschrift, sans-serif;
}

.heading-small-2.azul {
  color: var(--midnight-blue);
  font-family: "Bahnschrift 3", sans-serif;
  font-weight: 100;
}

.footer {
  background-image: url('../images/fondo-footer.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 72px;
  padding-bottom: 0;
}

.div-block-13 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr .4fr .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  min-height: auto;
  text-decoration: none;
}

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

.link-footer {
  grid-column-gap: 0px;
  color: #fff;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.image-9 {
  width: 18px;
  margin-right: 12px;
}

.image-9.pin {
  width: 18px;
}

.div-block-15 {
  display: flex;
}

.text-block-2 {
  color: #bdbdbd;
  margin-right: 7px;
  font-family: Bahnschrift, sans-serif;
  font-weight: 100;
}

.image-10 {
  margin-bottom: 14px;
}

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  max-width: 1200px;
}

.container-navmenu {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 100px;
  display: flex;
}

.brand {
  margin-right: auto;
}

.nav-link {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: "Bahnschrift 2", sans-serif;
  font-size: 16px;
}

.nav-link:hover {
  border: 1px #000;
  font-family: "Bahnschrift 3", sans-serif;
}

.nav-link.w--current {
  color: var(--coral-2);
  font-family: "Bahnschrift 10", sans-serif;
  font-weight: 400;
}

.nav-link.dropdown {
  padding-right: 0;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.div-block-16 {
  padding-left: 20px;
}

.hero-nosotros {
  background-color: #0000;
  background-image: url('../images/img-nosotros-cut.webp'), url('../images/backround-hero-nosotros.webp');
  background-position: 90% 90%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 600px, cover;
}

.div-block-17 {
  padding-top: 257px;
  padding-bottom: 340px;
}

.div-block-18 {
  flex-direction: column;
  align-items: flex-start;
  width: 580px;
  display: flex;
}

.section-mision-vision {
  z-index: 2;
  background-color: #fff;
  padding-bottom: 157px;
  position: relative;
}

.wrapper-icons-ns {
  grid-column-gap: 64px;
  justify-content: center;
  margin-top: 64px;
  padding-top: 0;
  display: flex;
}

.container-icon-text {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 230px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.image-11 {
  width: 50px;
}

.div-block-19 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-ciberseguridad {
  margin-top: 82px;
  display: flex;
}

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

.div-block-21 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.section-map {
  z-index: 1;
  background-image: url('../images/divider-invert.webp'), linear-gradient(93deg, var(--firebrick) 54%, var(--midnight-blue));
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  margin-top: -4px;
  position: relative;
}

.div-block-22 {
  padding-top: 253px;
  padding-bottom: 116px;
}

.text-span {
  color: var(--coral-2);
}

.text-size-smaill {
  font-family: "Bahnschrift 3", sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
}

.text-size-smaill.white {
  color: #d1d1d1;
  text-align: center;
  margin-bottom: 0;
  font-family: Bahnschrift, sans-serif;
  font-weight: 100;
}

.text-size-smaill.services {
  color: #757575;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}

.wraper-icons-map {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 143px;
  display: grid;
}

.div-block-24 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-bottom: 36px;
  display: flex;
}

.image-12 {
  color: var(--firebrick);
  width: 50%;
}

.card-icon-map {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sp-16 {
  width: auto;
  height: 16px;
}

.wrapper-titulo-map {
  margin-bottom: 89px;
}

.map {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-13 {
  width: 80%;
}

.pin-principal {
  cursor: pointer;
  width: 70px;
  min-width: 70px;
  position: absolute;
  inset: 25% auto auto 16%;
}

.pin {
  width: 36px;
}

.pin-el-salvador {
  cursor: pointer;
  width: 36px;
  min-width: 36px;
  position: absolute;
  inset: 39% auto 0% 28%;
}

.pin-honsuras {
  cursor: pointer;
  width: 36px;
  min-width: 36px;
  position: absolute;
  inset: 28% auto 0% 42%;
}

.pin-nicaragua {
  cursor: pointer;
  width: 36px;
  min-width: 36px;
  position: absolute;
  inset: 55% auto 0% 48%;
}

.pin-costarrica {
  cursor: pointer;
  width: 36px;
  min-width: 36px;
  position: absolute;
  inset: 77% auto 0% 55%;
}

.pin-panama {
  cursor: pointer;
  width: 36px;
  min-width: 36px;
  position: absolute;
  inset: auto 22% 14% auto;
}

.div-block-25 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 32px;
  display: none;
}

.link-block-2 {
  grid-column-gap: 6px;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: #272727;
  font-family: Varela, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.image-14 {
  width: 24px;
  margin-bottom: 3px;
  margin-right: 0;
}

.image-15 {
  margin-bottom: 1px;
}

.hero-servicios {
  background-color: #0000;
  background-image: url('../images/1-cyber-seguridad-portada-1.webp'), url('../images/backround-hero-nosotros.webp');
  background-position: 80% 99%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 650px, cover;
}

.div-block-18-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 600px;
  padding-right: 18px;
  display: flex;
}

.wraper-servicios {
  margin-bottom: 61px;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.soporte-tecnico {
  justify-content: flex-end;
  margin-top: 53px;
  padding-right: 0%;
  display: block;
  position: relative;
}

.div-block-27 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: auto;
  margin-top: 50px;
  display: flex;
  position: static;
}

.wraper-icons-ciberseguridad {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  justify-items: stretch;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
}

.wraper-icons-ciberseguridad._3-columnas {
  grid-template-columns: 1fr 1fr 1fr;
}

.circle-icon-services {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 4px 4px 9px #0003;
}

.image-16 {
  width: 500px;
  min-width: 500px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-28 {
  justify-content: flex-end;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0%;
  display: flex;
}

.container-outsorcing {
  justify-content: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0%;
  display: flex;
}

.ciberseguridad-wraper {
  justify-content: flex-end;
  margin-top: 53px;
  padding-right: 0%;
  display: block;
  position: relative;
}

.localizacion {
  justify-content: flex-end;
  margin-top: 0;
  padding-right: 0%;
  display: block;
  position: relative;
}

.faqs {
  display: none;
}

.text-block-20 {
  color: #07123a;
  font-size: 18px;
  font-weight: 400;
}

.image-17 {
  width: 45px;
  min-width: 45px;
  margin-right: 20px;
}

.head-faqs {
  color: var(--firebrick);
  text-align: left;
  background-color: #0000;
  width: 100%;
  height: 75px;
  margin: 0 12px 0 0;
  font-family: Bahnschrift, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.5em;
}

.wrap-content-faqus {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 15px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 5px;
  overflow: hidden;
}

.list {
  padding-top: 0;
  padding-bottom: 19px;
  padding-left: 15px;
}

.icon-faqs {
  justify-content: flex-end;
  align-items: center;
  width: 5%;
  height: 100%;
  padding-top: 6px;
  display: flex;
}

.list-item {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
}

.grid-12 {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  color: #a0a0a0;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 91px;
}

.div-block-31 {
  margin-top: 94px;
  margin-bottom: 42px;
}

.header-faqs {
  border: 1px none var(--coral);
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 8px 20px;
  display: flex;
  box-shadow: 14px 10px 14px -3px #00000014;
}

.image-18 {
  width: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
}

.wraper-all-faqs {
  background-color: #0000;
  border: 1px #ea1d1d;
  border-radius: 0;
  padding: 0;
}

.image-19 {
  width: 425px;
  position: absolute;
  inset: 0% auto 0% -5%;
}

.img-outsourcinng {
  width: 425px;
  position: absolute;
  inset: -8% -5% 0% auto;
}

.img-outsourcinng.alt {
  width: 425px;
  top: -23%;
}

.image-20 {
  margin-top: 11px;
}

.hero-switrac {
  background-color: #0000;
  background-image: url('../images/computadora-witrac-hero.webp'), url('../images/backround-hero-nosotros.webp');
  background-position: 160%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}

.wrapper-what-witrac {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 39px;
  display: grid;
}

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

.caracteristics {
  margin-top: 156px;
  margin-bottom: 50px;
}

.caracteristics.ciber2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-34 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.wraper-cards {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 61px;
  display: grid;
}

.card-witrac-2 {
  background-color: var(--firebrick);
  cursor: crosshair;
  border: 1px solid #ffffff0d;
  flex-direction: column;
  align-items: flex-start;
  height: 360px;
  padding: 48px 18px;
  display: flex;
  position: relative;
}

.wrapper-icon {
  width: 50px;
  min-width: 50px;
}

.wrapper-icon.big {
  width: 70px;
  min-width: 50px;
}

.heading {
  color: #fff;
}

.image-21 {
  margin-top: auto;
}

.wraper-text-cards {
  height: 130px;
  padding-left: 16px;
  padding-right: 32px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.paragraph-2 {
  color: #fff;
  font-family: Bahnschrift, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.paragraph-2.black {
  color: #131313;
}

.paragraph-2.black.core {
  height: 60px;
}

.image-22 {
  width: 100%;
}

.mejores-herramientas {
  background-image: url('../images/backroun-section-2-witrac.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.div-block-35 {
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  display: flex;
}

.div-block-36 {
  padding-top: 166px;
  padding-bottom: 89px;
  display: block;
}

.heading-2 {
  color: #fff;
  font-family: "Bahnschrift 3", sans-serif;
  font-size: 48px;
  line-height: 1.3em;
}

.div-block-37 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-21 {
  color: #fff;
  margin-top: 0;
  font-family: "Bahnschrift 2", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-38 {
  width: 30%;
  padding-right: 48px;
}

.div-block-39 {
  align-items: center;
  width: 70%;
  margin-left: 0;
  padding-top: 75px;
  padding-bottom: 58px;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  display: block;
}

.wraper-card-slide {
  background-color: #fff;
  border-radius: 10px;
  width: 550px;
  margin-right: 16px;
  padding: 24px;
}

.div-block-40 {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  box-shadow: 2px 2px 7px #0006;
}

.image-23 {
  width: 60%;
}

.div-block-41 {
  grid-column-gap: 16px;
  align-items: flex-end;
  display: flex;
}

.mask {
  width: 550px;
  overflow: visible;
}

.slide, .slide-2, .slide-3 {
  width: auto;
  margin-right: 0;
}

.slider-item-2 {
  margin-right: 16px;
  display: flex;
}

.slider-list-2 {
  display: block;
}

.right-arrow {
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
  inset: auto auto -20% 0%;
}

.left-arrow, .icon, .slide-nav {
  display: none;
}

.slide-4, .slide-5 {
  width: 100%;
  min-width: 100%;
}

.section-superpoderes {
  background-color: #ececec;
  padding-bottom: 342px;
}

.div-block-42 {
  padding-top: 51px;
  padding-right: 0;
}

.wrapper-tab {
  padding-top: 29px;
}

.div-block-43 {
  padding-left: 16px;
  padding-right: 572px;
}

.text-span-2 {
  color: var(--coral);
}

.slider-plataforma {
  background-color: #0000;
  width: 100%;
  height: 600px;
}

.wrapper-avalados {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 500px;
  margin: 16px;
  display: grid;
  overflow: hidden;
  box-shadow: 7px 7px 12px 2px #0003;
}

.div-a {
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 37px;
  padding-bottom: 37px;
  display: flex;
}

.div-avalados {
  background-color: var(--firebrick);
  flex-direction: column;
  justify-content: center;
  height: 500px;
  padding: 32px 32px 32px 50px;
  display: flex;
}

.image-24 {
  object-fit: contain;
  width: 80%;
  height: 500px;
  min-height: 500px;
}

.bold-text {
  font-size: 2.5rem;
}

.right-arrow-2 {
  color: #5f5f5f;
  background-color: #ffffffd6;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  inset: 0% 0% 0% auto;
}

.icon-2 {
  color: var(--coral);
  font-size: 48px;
  inset: 0% 0% 0% auto;
}

.icon-2.left {
  inset: 0% auto 0% 0%;
}

.icon-3 {
  inset: auto auto 0% 0%;
}

.tab-link-tab-2 {
  background-color: #504e4e;
}

.tab-link-tab-2.w--current {
  background-color: var(--coral);
  color: #fff;
}

.tab-link-tab-1 {
  grid-column-gap: 0px;
  color: #fff;
  background-color: #504e4e;
  border-radius: 20px;
  padding: 14px 32px;
  font-family: "Bahnschrift 3", sans-serif;
  font-size: 18px;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-color: var(--coral);
}

.image-25 {
  margin-left: 8px;
}

.tabs-menu {
  grid-column-gap: 16px;
  margin-bottom: 35px;
  padding-left: 16px;
  display: flex;
}

.wrapper-all-core-item-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 500px;
  margin: 16px;
  display: grid;
  overflow: hidden;
  box-shadow: 7px 7px 12px 2px #0003;
}

.banner-product {
  margin-top: -202px;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 13px;
  padding-top: 52px;
  padding-bottom: 52px;
  display: flex;
  box-shadow: 6px 6px 20px #00000026;
}

.div-block-45 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.div-block-46 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.section-solutions {
  padding-top: 148px;
}

.image-26 {
  position: absolute;
  bottom: -87.812px;
}

.div-block-47 {
  padding-left: 224px;
  padding-right: 224px;
}

.wrapper-cards-solutions {
  grid-row-gap: 132px;
  flex-direction: column;
  margin-top: 44px;
  display: flex;
}

.card-solutions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-bottom: 0;
  padding: 62px 32px;
  display: flex;
  position: sticky;
  top: 100px;
  box-shadow: 6px 6px 11px #00000026;
}

.card-a-solituons, .card-b-solutions {
  width: 50%;
}

.detail-line {
  background-color: var(--coral);
  width: 32px;
  height: 2px;
}

.wrapper-ison-solutions {
  grid-column-gap: 8px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-22 {
  text-align: center;
  margin-top: 8px;
  font-family: "Bahnschrift 3", sans-serif;
  font-size: 24px;
  line-height: 1.4em;
}

.grid-icons-solutions {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-products {
  background-color: #0000;
  background-image: url('../images/product-hero.webp'), url('../images/backround-hero-nosotros.webp');
  background-position: 130%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 800px, cover;
}

.wrapper-icons-products {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 57px;
  display: grid;
}

.container-icon-product {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.sircle-icon-product {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  box-shadow: 3px 3px 9px #0003;
}

.image-27 {
  width: 70%;
}

.div-block-48 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.slider-product {
  background-color: #0000;
  width: 100%;
  height: 600px;
}

.wrapper-slide-product {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 500px;
  margin: 16px;
  display: grid;
  overflow: hidden;
  box-shadow: 7px 7px 12px 2px #0003;
}

.div-aa-product {
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 37px;
  padding-bottom: 37px;
  display: flex;
}

.div-b-prioduct {
  background-color: var(--firebrick);
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  display: flex;
}

.heading-title-product {
  color: var(--coral);
  font-family: "Bahnschrift 2", sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.4;
}

.heading-title-product.naranja {
  color: var(--coral);
  font-family: Bahnschrift, sans-serif;
}

.heading-title-product.azul {
  color: var(--midnight-blue);
  font-family: "Bahnschrift 3", sans-serif;
  font-weight: 100;
}

.div-block-49 {
  padding-top: 114px;
  padding-bottom: 114px;
}

.pop-pais {
  background-color: #152258;
  border-radius: 20px;
  padding: 15px 19px;
  position: absolute;
  inset: 18% auto auto 5%;
}

.pop-pais.gt {
  top: 19%;
  left: 21%;
}

.pop-pais.salvador {
  top: 35%;
  left: 32%;
}

.pop-pais.honduras {
  top: 22%;
  left: 45%;
}

.pop-pais.nicaragua {
  top: 50%;
  left: 51%;
}

.pop-pais.costarrica {
  inset: auto 30% 22% auto;
}

.pop-pais.panama {
  border-radius: 10px;
  inset: auto 13% 20% auto;
}

.text-block-23 {
  color: #fff;
  font-family: "Bahnschrift 3", sans-serif;
  font-size: 20px;
}

.left-arrow-2 {
  background-color: #ffffffd6;
  border-radius: 10px;
  width: 50px;
  height: 50px;
}

.awwor-invert {
  transform: rotate(90deg);
}

.div-block-51 {
  flex-direction: column;
  display: flex;
}

.wraper-icons-map-mobiel {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 143px;
  display: none;
}

.wraper-cards--mobile {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 61px;
  display: none;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: var(--coral);
}

.div-block-52 {
  flex-direction: column;
  display: flex;
}

.elemnts-mobile {
  display: none;
}

.link-menu-mobile {
  grid-column-gap: 0px;
  color: #fff;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.icon-menu {
  width: 18px;
  margin-right: 12px;
}

.link-block-3, .link-block-3.w--current, .link-block-4 {
  display: none;
}

.div-block-53 {
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.image-35 {
  width: 75px;
}

.section-2 {
  background-image: linear-gradient(#19276640, #141d361a), url('../images/backround-gracias.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
}

.div-block-54 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-3 {
  color: #fff;
  margin-bottom: 3px;
  font-family: Bahnschrift, sans-serif;
  font-size: 64px;
  line-height: 1.2em;
}

.div-block-55 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #fff;
  font-family: Bahnschrift, sans-serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 1.2em;
}

.text-span-9 {
  font-weight: 400;
}

.image-36 {
  width: 250px;
  margin-bottom: 20px;
}

.bold-text-2 {
  font-family: "Bahnschrift 3", sans-serif;
  font-weight: 400;
}

.div-block-56 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.image-37 {
  width: 225px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.button-2 {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(137deg, #ff7a3a 34%, #c83a31);
  border-radius: 20px;
  flex-wrap: nowrap;
  place-content: flex-start center;
  align-items: center;
  padding: .875rem 2rem;
  font-family: Bahnschrift, sans-serif;
  font-size: 18px;
  font-weight: 100;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.298, .001, .006, .989);
  display: flex;
}

.button-2:hover {
  transform: translate(0, -10px);
}

.image-38 {
  padding-top: 0;
}

.section-3 {
  background-color: #ececec;
  margin-top: 60px;
  padding-top: 60px;
}

.text-span-10 {
  color: var(--coral);
}

.grid-13 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.heading-5 {
  color: #666;
  font-family: Bahnschrift, sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.text-span-11 {
  color: #ff7a3a;
}

.card-witrac-2-2 {
  cursor: crosshair;
  background-color: #141d36;
  border: 1px solid #ffffff0d;
  flex-direction: column;
  align-items: flex-start;
  height: 360px;
  padding: 48px 18px;
  display: flex;
  position: relative;
}

.grid-14 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  height: auto;
}

.div-block-57 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 145px;
  padding-top: 0;
  display: flex;
}

.logo-tool {
  text-align: left;
  width: 80%;
}

.section-avalados {
  margin-top: 60px;
}

.grid-15 {
  margin-top: 30px;
}

.icon-5 {
  color: #fff;
  font-family: Bahnschrift, sans-serif;
  font-size: 15px;
}

.dropdown-list {
  background-color: #0000;
  font-family: Bahnschrift, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.dropdown-list-2 {
  background-color: var(--coral);
  font-size: 14px;
  overflow: hidden;
}

.dropdown-link {
  color: var(--white);
  font-size: 14px;
}

.dropdown-link.w--current {
  color: #fff;
}

@media screen and (min-width: 1920px) {
  .heading-large {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-medium.wite {
    padding-right: 0;
    font-family: Bahnschrift, sans-serif;
    font-weight: 400;
    position: static;
  }

  .witrac-section-home {
    background-position: 0 0, 100%;
  }

  .div-block-9 {
    padding-top: 304px;
  }

  .hero-nosotros {
    background-position: 80% 80%, 100% 100%;
  }

  .hero-servicios {
    background-position: 80% 83%, 100% 100%;
    background-size: 650px, cover;
  }

  .wraper-icons-ciberseguridad {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .wraper-icons-ciberseguridad._3-columnas {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-switrac {
    background-position: 110%, 100% 100%;
  }

  .wrapper-icon.big {
    width: 65px;
  }

  .wraper-card-slide, .mask {
    width: 600px;
  }

  .wrapper-avalados {
    grid-template-columns: .5fr 1fr;
    height: 600px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-avalados.fondo-blanco {
    background-color: #fff;
  }

  .hero-products {
    background-position: 100%, 100% 100%;
    background-size: 900px, cover;
  }

  .div-block-56 {
    padding-top: 20px;
  }

  .image-37 {
    width: 250px;
  }

  .logo-tool {
    width: 75%;
  }

  .logo-tool.small {
    width: 65%;
  }

  .heading-6 {
    font-family: "Bahnschrift 2", sans-serif;
  }

  .section-avalados {
    margin-top: -170px;
  }

  .div-block-58 {
    background-color: #fff;
    border-radius: 10px;
    height: 600px;
    box-shadow: 0 2px 5px #0003;
  }

  .grid-15 {
    grid-template-rows: auto;
    margin-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .show-tablet {
    display: block;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .hide-tablet {
    display: none;
  }

  .form {
    background-position: 0 100%;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-secondary, .button-secondary.white {
    color: #fff;
    border-color: #fff;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-xsmall.white {
    font-size: 14px;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-large {
    font-size: 2rem;
  }

  .heading-large.boldwitrac {
    width: 60%;
    font-size: 2rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-xlarge, .heading-xlarge.center.white {
    font-size: 3rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-medium.white {
    margin-top: 20px;
    padding-right: 0;
  }

  .heading-medium.white-platafomra {
    height: 160px;
    padding-right: 0;
  }

  .heading-medium.red, .heading-medium.orange-strong, .heading-medium.orange {
    padding-right: 0;
  }

  .heading-medium.core {
    height: auto;
    padding-right: 0;
    font-size: 24px;
    line-height: 1.4em;
  }

  .heading-medium.camercy {
    padding-right: 0;
  }

  .paragraph {
    font-size: 18px;
  }

  .hero-home {
    background-image: url('../images/backround-hero-mobile.webp');
    background-position: 100% 90%;
    padding-bottom: 248px;
  }

  .contaner-general {
    max-width: 90%;
  }

  .div-block {
    padding-top: 172px;
  }

  .div-block-3 {
    padding-bottom: 68px;
  }

  .contenedor-servicio-1 {
    flex-direction: column;
  }

  .contenedor-servicio-1.mobile {
    flex-direction: column-reverse;
  }

  .div-block-4, .div-block-5 {
    width: 100%;
  }

  .image-3 {
    right: 17%;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-top: 3px;
    padding-left: 0;
  }

  .div-block-8 {
    width: 100%;
    padding-top: 63px;
    padding-bottom: 63px;
    padding-left: 0;
  }

  .image-5 {
    width: 200px;
    inset: 1% auto 0% 0%;
  }

  .image-6 {
    width: 280px;
    min-width: 280px;
    margin-left: 0;
  }

  .witrac-section-home {
    background-position: 0 0, 50% 100%;
    background-size: contain, auto;
    margin-top: 2px;
    padding-top: 111px;
    padding-bottom: 67px;
  }

  .div-block-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-10 {
    background-color: var(--firebrick);
    border-radius: 20px;
    padding: 49px 33px;
  }

  .wrapper-fomr {
    flex-direction: column-reverse;
  }

  .div-block-11 {
    width: 100%;
  }

  .div-block-12 {
    width: 100%;
    padding-left: 0;
  }

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

  .container-navmenu {
    max-width: 90%;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .nav-menu {
    background-color: var(--midnight-blue);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 70%;
    max-width: 70%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 37px;
    padding-bottom: 10px;
  }

  .div-block-16 {
    margin-top: 19px;
    padding-left: 0;
  }

  .hero-nosotros {
    background-position: 100% 98%, 100% 100%;
    background-size: 400px, cover;
  }

  .div-block-17 {
    padding-top: 158px;
  }

  .section-mision-vision {
    padding-top: 31px;
  }

  .wrapper-icons-ns {
    grid-column-gap: 16px;
  }

  .div-block-19 {
    margin-top: 36px;
  }

  .div-block-21 {
    padding-left: 10px;
  }

  .div-block-22 {
    padding-top: 171px;
  }

  .wraper-icons-map {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 81px;
  }

  .card-icon-map {
    justify-content: flex-start;
  }

  .pin-principal.heartbeat {
    width: 40px;
    min-width: 40px;
  }

  .pin-el-salvador.heartbeat2, .pin-honsuras.heartbeat, .pin-nicaragua.heartbeat2, .pin-costarrica.heartbeat {
    width: 25px;
    min-width: 25px;
  }

  .pin-panama.heartbeat2 {
    width: 25px;
    min-width: 25px;
    bottom: 13%;
  }

  .hero-servicios {
    background-image: url('../images/services-img-2.webp'), url('../images/backround-hero-nosotros.webp');
    background-position: 80% 97%, 100% 100%;
    background-size: 425px, cover;
  }

  .wraper-servicios {
    overflow: hidden;
  }

  .soporte-tecnico {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .div-block-27 {
    height: 700px;
  }

  .wraper-icons-ciberseguridad {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .circle-icon-services {
    margin-bottom: 11px;
  }

  .head-faqs {
    height: 100px;
    font-size: 20px;
  }

  .grid-12 {
    margin-top: 56px;
  }

  .image-19 {
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    left: -10%;
  }

  .img-outsourcinng {
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .hero-switrac {
    background-position: 110% 90%, 100% 100%;
    background-size: 600px, cover;
  }

  .section-witrac-1 {
    padding-top: 47px;
  }

  .wraper-cards {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .card-witrac-2 {
    height: 330px;
  }

  .paragraph-2.black.core {
    height: 125px;
  }

  .div-block-36 {
    padding-top: 0;
    padding-bottom: 7px;
  }

  .heading-2, .text-block-21 {
    font-size: 32px;
  }

  .div-block-38 {
    padding-right: 20px;
  }

  .slider {
    height: 420px;
  }

  .wraper-card-slide {
    width: 300px;
    height: 360px;
  }

  .mask {
    width: 300px;
  }

  .slide-2 {
    width: auto;
    margin-right: 0;
  }

  .slide-3 {
    margin-right: 0;
  }

  .right-arrow {
    inset: auto auto 0% 0%;
  }

  .div-block-43 {
    padding-right: 0;
  }

  .slider-plataforma {
    height: 925px;
  }

  .wrapper-avalados {
    grid-template-columns: 1fr;
    height: auto;
  }

  .div-a {
    height: 425px;
  }

  .div-avalados {
    height: 400px;
  }

  .image-24 {
    width: 80%;
  }

  .wrapper-all-core-item-slide {
    grid-template-columns: 1fr;
    height: auto;
  }

  .div-block-44 {
    flex-direction: column-reverse;
    padding-left: 52px;
    padding-right: 52px;
  }

  .div-block-45 {
    width: 100%;
    height: 400px;
  }

  .div-block-46 {
    width: 100%;
  }

  .image-26 {
    width: 400px;
    bottom: -92.812px;
  }

  .div-block-47 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-solutions {
    height: 425px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-products {
    background-position: 100% 100%, 100% 100%;
    background-size: 600px, auto;
  }

  .wrapper-icons-products {
    grid-column-gap: 16px;
  }

  .slider-product, .wrapper-slide-product {
    height: 500px;
  }

  .div-block-49 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .icon-4 {
    color: #fff;
    font-size: 48px;
  }

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

  .image-28 {
    width: 200px;
  }

  .div-block-50 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .slide-nav-2 {
    bottom: -45px;
  }

  .pop-pais.salvador {
    left: 33%;
  }

  .pop-pais.honduras {
    left: 47%;
  }

  .pop-pais.nicaragua {
    left: 52%;
  }

  .pop-pais.costarrica {
    right: 22%;
  }

  .pop-pais.panama {
    right: 7%;
  }

  .div-block-51 {
    flex-direction: column-reverse;
  }

  .wraper-icons-map-mobiel {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 81px;
  }

  .wraper-cards--mobile {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .elemnts-mobile {
    display: block;
  }

  .link-menu-mobile {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-33 {
    width: 125px;
  }

  .link-block-3 {
    margin-bottom: 20px;
    display: block;
  }

  .link-block-4 {
    width: 24px;
    display: block;
    position: absolute;
    inset: 12px 12px auto auto;
  }

  .div-block-53 {
    margin-bottom: 12px;
  }

  .image-35 {
    width: 120px;
  }

  .div-block-54 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-3 {
    text-align: center;
    font-family: Bahnschrift, sans-serif;
    line-height: 1.2em;
  }

  .heading-4 {
    text-align: center;
    font-family: Bahnschrift, sans-serif;
    font-weight: 100;
    line-height: 1em;
  }

  .text-span-9 {
    text-align: center;
    line-height: 1.2em;
  }

  .card-witrac-2-2 {
    height: 330px;
  }
}

@media screen and (max-width: 767px) {
  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .heading-small {
    font-size: 1rem;
  }

  .form {
    background-position: 0 100%;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-secondary.white {
    color: #fff;
    border-color: #fff;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-large {
    font-size: 2rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .paragraph.align-center._26px {
    width: auto;
  }

  .div-block-3 {
    padding-bottom: 52px;
  }

  .contenedor-servicio-1 {
    flex-direction: column;
  }

  .contenedor-servicio-1.mobile {
    flex-direction: column-reverse;
  }

  .div-block-4 {
    width: 100%;
  }

  .div-block-5 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-8 {
    width: 100%;
    padding-top: 74px;
    padding-bottom: 39px;
    padding-left: 0;
  }

  .witrac-section-home {
    background-position: 0 0, 100% 100%;
    background-size: contain, contain;
    margin-top: 15px;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 102px;
    padding-bottom: 0;
  }

  .div-block-10 {
    margin-bottom: 501px;
    padding-top: 32px;
    padding-bottom: 162px;
    padding-right: 0;
  }

  .wrapper-fomr {
    flex-direction: column-reverse;
  }

  .div-block-11 {
    width: 100%;
  }

  .div-block-12 {
    width: 100%;
    padding-bottom: 56px;
    padding-left: 0;
  }

  .heading-small-2 {
    font-size: 1rem;
  }

  .div-block-13 {
    grid-template-columns: 1fr 1fr;
  }

  .text-size-smaill {
    font-size: 1.25rem;
  }

  .wrapper-icons-products {
    grid-column-gap: 8px;
  }

  .container-icon-product {
    padding-left: 0;
    padding-right: 0;
  }

  .sircle-icon-product {
    width: 70px;
    height: 70px;
  }

  .image-27 {
    width: 60%;
  }

  .heading-title-product {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .form {
    background-position: 50% 100%;
    background-size: contain;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button.hidden {
    display: none;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-secondary {
    color: #fff;
    border-color: #fff;
  }

  .button-secondary.gracias {
    margin-top: 18px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-xsmall {
    color: var(--firebrick);
  }

  .heading-xsmall.white {
    text-align: center;
    font-size: 13px;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .text-style-muted {
    text-align: left;
    height: auto;
    font-size: 20px;
    line-height: 1.3em;
  }

  .text-style-muted.services {
    text-align: center;
    height: 65px;
    font-size: 16px;
  }

  .form-label {
    font-size: 16px;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-large {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-large.boldwitrac {
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .show-mobile-portrait {
    display: block;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-xlarge {
    font-size: 2rem;
  }

  .heading-xlarge.light {
    text-align: center;
    margin-top: 20px;
  }

  .heading-xlarge.light.white {
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
  }

  .heading-xlarge.light.white.mobile {
    text-align: center;
  }

  .heading-xlarge.light.white.wt-home {
    font-size: 2rem;
  }

  .heading-xlarge.center.white {
    font-size: 32px;
  }

  .heading-xlarge.center-footer {
    text-align: center;
    margin-bottom: 42px;
    font-size: 1.5rem;
    display: block;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-medium.white {
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: Bahnschrift, sans-serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.4em;
  }

  .heading-medium.white.center {
    font-size: 24px;
  }

  .heading-medium.white-platafomra {
    text-align: center;
    height: auto;
    padding-right: 0;
    font-size: 20px;
  }

  .heading-medium.red, .heading-medium.orange-strong, .heading-medium.orange {
    text-align: center;
  }

  .heading-medium.center {
    margin-top: 0;
    font-size: 1.125rem;
  }

  .heading-medium.core {
    padding-right: 0;
    line-height: 1.4em;
  }

  .heading-medium.camercy {
    text-align: center;
  }

  .heading-medium.wite {
    color: #333;
  }

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

  .paragraph.white {
    text-align: center;
    font-size: 18px;
  }

  .paragraph.align-center._26px {
    margin-bottom: 32px;
    font-size: 18px;
  }

  .paragraph.faqs {
    text-align: left;
  }

  .paragraph.center {
    text-align: center;
    margin-top: 0;
  }

  .paragraph.center.pr {
    display: none;
  }

  .paragraph.parrafo-1 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-home {
    background-image: url('../images/backround-hero-mobile.webp'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    background-position: 100% 110%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: cover, auto, auto;
    padding-bottom: 277px;
    overflow: hidden;
  }

  .div-block-2 {
    width: auto;
    padding-right: 0;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 23%;
  }

  .image-2 {
    width: 80px;
    bottom: 12%;
    right: 14%;
  }

  .div-block-3 {
    padding-top: 263px;
  }

  .sevicios-home {
    padding-bottom: 8px;
  }

  .wrapper-servicios-home {
    padding-top: 49px;
  }

  .contenedor-servicio-1.mobile {
    flex-direction: column-reverse;
    margin-top: 59px;
  }

  .div-block-4 {
    align-items: center;
    margin-top: 15px;
    padding-right: 0;
  }

  .div-block-5 {
    justify-content: center;
    height: 400px;
    margin-top: 26px;
  }

  .wrapper-isotipo-titulo {
    justify-content: center;
  }

  .image-3 {
    width: 150px;
    inset: 0% 25%;
  }

  .image-4 {
    width: 70%;
    min-width: 70%;
  }

  .sp-32px {
    height: 16px;
  }

  .div-block-7 {
    justify-content: center;
    height: 350px;
    padding-left: 0;
  }

  .div-block-8 {
    align-items: center;
  }

  .image-5 {
    width: 130px;
    left: 25%;
  }

  .image-6 {
    width: auto;
    min-width: auto;
    height: 300px;
  }

  .witrac-section-home {
    background-size: contain, cover;
  }

  .div-block-9 {
    padding-top: 0;
  }

  .div-block-10 {
    align-items: center;
    margin-bottom: 0;
    padding: 33px 16px;
  }

  .image-7 {
    width: 150px;
  }

  .wrapper-fomr {
    padding-top: 45px;
    padding-bottom: 59px;
  }

  .div-block-11 {
    flex-direction: column;
    padding-top: 28px;
  }

  .div-block-12 {
    padding-bottom: 9px;
  }

  .logo-sectionfooter {
    margin-bottom: 17px;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-14, .div-block-14._3 {
    align-items: center;
    width: auto;
  }

  .link-footer {
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .image-9.pin {
    width: 16px;
  }

  .div-block-15 {
    justify-content: center;
  }

  .image-10 {
    margin-bottom: 2px;
  }

  .container-navmenu {
    height: 80px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-link {
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .nav-menu {
    z-index: 100;
    background-color: var(--firebrick);
    border-radius: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-top: 24px;
  }

  .div-block-16 {
    margin-top: 17px;
  }

  .hero-nosotros {
    background-position: 100% 98%, 100% 100%;
    background-size: 340px, cover;
    padding-bottom: 36px;
  }

  .div-block-17 {
    padding-top: 141px;
    padding-bottom: 372px;
  }

  .div-block-18 {
    align-items: center;
    width: auto;
  }

  .section-mision-vision {
    padding-bottom: 37px;
  }

  .wrapper-icons-ns {
    grid-column-gap: 8px;
    flex-direction: row;
    margin-top: 32px;
  }

  .container-icon-text {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .image-11 {
    width: 30px;
    margin-bottom: 12px;
  }

  .container-ciberseguridad {
    flex-direction: column;
  }

  .div-block-21 {
    width: 100%;
    margin-top: 54px;
    padding-left: 0;
  }

  .section-map {
    background-image: url('../images/divider-invert.webp'), linear-gradient(147deg, var(--firebrick) 77%, var(--midnight-blue));
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    margin-top: 8px;
    overflow: hidden;
  }

  .div-block-22 {
    padding-top: 97px;
    padding-bottom: 66px;
  }

  .text-size-smaill.white {
    font-size: 1rem;
  }

  .wraper-icons-map {
    grid-template-columns: 1fr;
    display: none;
  }

  .div-block-24 {
    width: 70px;
    min-width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }

  .card-icon-map {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-titulo-map {
    margin-bottom: 28px;
  }

  .image-13 {
    width: 100%;
  }

  .pin-principal {
    z-index: 10;
    width: 20px;
    min-width: 20px;
    left: 3%;
  }

  .pin-principal.heartbeat {
    width: 28px;
    min-width: 28px;
  }

  .pin-el-salvador {
    width: 15px;
    min-width: 15px;
    left: 21%;
  }

  .pin-honsuras {
    width: 15px;
    min-width: 15px;
  }

  .pin-honsuras.heartbeat {
    z-index: 10;
  }

  .pin-nicaragua {
    width: 15px;
    min-width: 15px;
    top: 50%;
    left: 45%;
  }

  .pin-costarrica {
    z-index: 10;
    width: 15px;
    min-width: 15px;
    top: 80%;
    left: 60%;
  }

  .pin-panama {
    z-index: 10;
    width: 15px;
    min-width: 15px;
    bottom: 12%;
    right: 15%;
  }

  .image-14 {
    margin-bottom: 4px;
    margin-right: 0;
  }

  .image-15 {
    width: 100px;
    margin-bottom: -1px;
  }

  .hero-servicios {
    background-position: 0 98%, 100% 100%;
    background-size: 350px, cover;
  }

  .div-block-18-copy {
    align-items: center;
    width: auto;
    padding-right: 0;
  }

  .wraper-servicios {
    margin-bottom: 38px;
    padding-top: 26px;
  }

  .soporte-tecnico {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-27 {
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .wraper-icons-ciberseguridad {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .circle-icon-services {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .div-block-28, .container-outsorcing {
    flex-direction: column;
    max-width: 90%;
  }

  .ciberseguridad-wraper {
    margin-top: 43px;
  }

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

  .faqs {
    display: none;
  }

  .image-17 {
    width: 40px;
    min-width: 40px;
    margin-right: 15px;
  }

  .head-faqs {
    width: 90%;
    height: auto;
    font-size: 18px;
  }

  .wrap-content-faqus {
    margin-top: 29px;
  }

  .grid-12 {
    grid-column-gap: 14px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 23px;
  }

  .div-block-31 {
    margin-bottom: 37px;
  }

  .header-faqs {
    height: auto;
    box-shadow: 13px 9px 14px -3px #0000001a;
  }

  .image-18 {
    width: 20px;
    min-width: 20px;
  }

  .image-19, .img-outsourcinng {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: 0%;
  }

  .image-20 {
    width: 160px;
  }

  .hero-switrac {
    background-position: 50% 85%, 100% 100%;
    background-size: 406px, cover;
  }

  .section-witrac-1 {
    padding-top: 33px;
  }

  .wrapper-what-witrac {
    grid-template-columns: 1.25fr;
  }

  .div-block-33 {
    align-items: center;
  }

  .caracteristics {
    margin-top: 84px;
  }

  .div-block-34 {
    flex-direction: column;
    align-items: center;
  }

  .wraper-cards {
    grid-template-columns: 1fr;
    display: none;
  }

  .card-witrac-2 {
    border-radius: 10px;
    height: auto;
    padding: 20px 16px;
  }

  .image-21 {
    display: none;
  }

  .wraper-text-cards {
    height: auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4em;
  }

  .paragraph-2.black.core {
    height: 100px;
  }

  .mejores-herramientas {
    background-position: 100% 0;
  }

  .div-block-35 {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .div-block-36 {
    padding-top: 65px;
    overflow: hidden;
  }

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

  .text-block-21 {
    margin-top: 12px;
    font-size: 32px;
    line-height: 1.3em;
  }

  .div-block-38 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-39 {
    width: 100%;
    padding-top: 29px;
    padding-bottom: 8px;
  }

  .slider {
    height: 380px;
  }

  .wraper-card-slide {
    width: 300px;
    height: 330px;
    margin-right: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-40 {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .mask {
    width: 300px;
  }

  .slide-2, .slide-3 {
    width: auto;
    margin-right: 0;
  }

  .right-arrow {
    inset: auto auto -2% 0%;
  }

  .section-superpoderes {
    padding-bottom: 147px;
  }

  .div-block-43 {
    padding-right: 0;
  }

  .slider-plataforma {
    height: 680px;
  }

  .wrapper-avalados {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
    height: auto;
    margin-bottom: 63px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .div-a {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 300px;
    padding: 40px;
  }

  .div-avalados {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 300px;
    padding: 16px;
  }

  .div-avalados.fondo-blanco {
    background-color: #fff;
    height: auto;
  }

  .image-24 {
    object-fit: contain;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 300px;
    min-height: 300px;
    max-height: 300px;
    margin-top: 35px;
  }

  .bold-text {
    font-size: 1.5rem;
  }

  .right-arrow-2 {
    width: 30px;
    height: 30px;
  }

  .icon-2 {
    font-size: 20px;
    inset: 0%;
  }

  .icon-2.left {
    inset: 0%;
  }

  .tab-link-tab-1 {
    grid-column-gap: 16px;
    justify-content: center;
    width: 250px;
  }

  .image-25 {
    width: 20px;
  }

  .tabs-menu {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .wrapper-all-core-item-slide {
    grid-template-columns: 1fr;
    height: auto;
    margin-left: 8px;
    margin-right: 8px;
    box-shadow: 6px 0 5px -20px #0003;
  }

  .banner-product {
    margin-top: -106px;
  }

  .div-block-44 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding: 20px 16px;
  }

  .div-block-45 {
    height: 300px;
  }

  .div-block-46 {
    align-items: center;
  }

  .section-solutions {
    margin-bottom: 51px;
    padding-top: 62px;
  }

  .image-26 {
    object-fit: contain;
    width: 90%;
    height: 280px;
    position: static;
    bottom: -44.812px;
  }

  .card-solutions {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    height: 650px;
    padding: 24px 16px;
  }

  .card-a-solituons {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .card-b-solutions {
    width: 100%;
  }

  .text-block-22 {
    height: 60px;
    font-size: 20px;
  }

  .grid-icons-solutions {
    margin-top: 20px;
  }

  .hero-products {
    background-position: 50% 90%, 100% 100%;
    background-size: 350px, auto;
  }

  .wrapper-icons-products {
    grid-column-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-icon-product {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .sircle-icon-product {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .image-27 {
    width: 60%;
  }

  .div-block-48 {
    padding-bottom: 26px;
  }

  .slider-product {
    height: 670px;
  }

  .wrapper-slide-product {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    height: 570px;
    margin-left: 8px;
    margin-right: 8px;
    box-shadow: 1px 1px 8px 1px #0003;
  }

  .div-aa-product {
    align-items: center;
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .div-b-prioduct {
    justify-content: flex-start;
    height: 270px;
    padding: 16px;
  }

  .heading-title-product {
    text-align: center;
    font-size: 2rem;
  }

  .icon-4 {
    font-size: 40px;
  }

  .menu-button {
    z-index: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-28 {
    width: 150px;
  }

  .slide-6 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .slide-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-nav-2 {
    bottom: 0;
  }

  .pop-pais.gt {
    padding: 12px 14px;
    top: 0%;
    left: 6%;
  }

  .pop-pais.salvador {
    top: 16%;
    left: 25%;
  }

  .pop-pais.honduras {
    top: 5%;
  }

  .pop-pais.nicaragua {
    top: 38%;
    left: 53%;
  }

  .pop-pais.costarrica {
    bottom: 21%;
    right: 9%;
  }

  .pop-pais.panama {
    bottom: 29%;
    right: -7%;
  }

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

  .slide-nav-3 {
    bottom: -4px;
  }

  .left-arrow-2 {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .mask-2 {
    height: auto;
  }

  .wraper-icons-map-mobiel {
    grid-template-columns: 1fr;
    display: block;
  }

  .slider-2 {
    background-color: #0000;
  }

  .left-arrow-3, .right-arrow-3 {
    display: none;
  }

  .wraper-cards--mobile {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 32px;
    display: flex;
  }

  .image-29 {
    width: 48px;
  }

  .image-30, .image-31, .image-32 {
    width: 30px;
  }

  .text-span-6, .text-span-7, .text-span-8 {
    color: var(--coral);
  }

  .div-block-52 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .elemnts-mobile {
    margin-top: 41px;
    margin-bottom: 33px;
  }

  .link-menu-mobile {
    grid-column-gap: 12px;
    grid-row-gap: 8px;
    color: var(--firebrick);
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .icon-menu {
    margin-right: 0;
  }

  .icon-menu.pin {
    width: 16px;
  }

  .image-33 {
    width: 100px;
  }

  .link-block-3 {
    width: 200px;
    margin-bottom: 29px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-34 {
    width: 20px;
    position: static;
    inset: 5% 5% auto auto;
  }

  .link-block-4 {
    position: absolute;
    inset: 20px 20px auto auto;
  }

  .div-block-53 {
    margin-bottom: 8px;
    padding-bottom: 18px;
  }

  .image-35 {
    width: 80px;
  }

  .heading-3 {
    margin-bottom: -5px;
    font-size: 48px;
  }

  .heading-4 {
    margin-top: 12px;
    font-size: 32px;
  }

  .image-37 {
    width: 220px;
  }

  .section-3 {
    padding-top: 20px;
  }

  .card-witrac-2-2 {
    border-radius: 10px;
    height: auto;
    padding: 20px 16px;
  }

  .grid-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-items: stretch;
    display: grid;
  }

  .div-block-57 {
    height: 100px;
  }

  .grid-15 {
    grid-template-rows: auto;
  }

  .div-block-59 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

#w-node-_977c9486-c80d-e31f-98b1-c8ab8af876ce-8af876c3, #w-node-_977c9486-c80d-e31f-98b1-c8ab8af876d1-8af876c3, #w-node-_977c9486-c80d-e31f-98b1-c8ab8af876d4-8af876c3, #w-node-_977c9486-c80d-e31f-98b1-c8ab8af876d8-8af876c3, #w-node-_977c9486-c80d-e31f-98b1-c8ab8af876db-8af876c3, #w-node-_977c9486-c80d-e31f-98b1-c8ab8af876df-8af876c3, #w-node-_977c9486-c80d-e31f-98b1-c8ab8af876e2-8af876c3, #w-node-_977c9486-c80d-e31f-98b1-c8ab8af876e7-8af876c3, #w-node-_977c9486-c80d-e31f-98b1-c8ab8af876eb-8af876c3, #w-node-_977c9486-c80d-e31f-98b1-c8ab8af876ef-8af876c3, #w-node-fd59385f-b2ba-c3ee-f3d0-56bf19fce1e3-2f5dd692, #w-node-fd59385f-b2ba-c3ee-f3d0-56bf19fce1e7-2f5dd692, #w-node-fd59385f-b2ba-c3ee-f3d0-56bf19fce1eb-2f5dd692, #w-node-f5d5ce68-67be-427d-fc28-f8fea20978b2-b571e53c, #w-node-_66b0022a-f2ea-bfe3-e0e1-6e34858b73ca-b571e53c, #w-node-fdf63c66-ee74-8d13-3a6f-d93df5c67dae-b571e53c, #w-node-_0e91a992-4a75-da1a-b17b-93dfae0a0589-b571e53c, #w-node-f5d5ce68-67be-427d-fc28-f8fea20978d5-b571e53c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00a23710-b5ec-abe5-22ea-aea3adfdef75-b571e53c, #w-node-_45673709-fb62-1b68-686a-af7b37401469-b571e53c, #w-node-_9ec31490-f0ba-41c4-fbd4-1fe13bf029b2-b571e53c, #w-node-_89fbabae-5836-6a0c-7f73-456c8fc25dcf-b571e53c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_26afac27-7b1f-b223-a60c-ed84876e5265-b571e53c, #w-node-d66bcb99-62bf-b529-ea36-605d026cb29e-b571e53c, #w-node-bf7ef970-9a18-318d-81b7-6b514ac5604f-b571e53c, #w-node-e3dc0059-a96b-579e-c71d-a9574e3b3d2e-b571e53c, #w-node-bad3e94f-b483-62a2-e401-2ca489491760-0371e542, #w-node-_0a4a1b35-ed6a-e168-3423-3ca5b09ca44c-0371e542, #w-node-_4f8b1114-0954-9825-3c38-573a9e640258-9071e543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_66b0022a-f2ea-bfe3-e0e1-6e34858b73ca-b571e53c, #w-node-fdf63c66-ee74-8d13-3a6f-d93df5c67dae-b571e53c, #w-node-_0e91a992-4a75-da1a-b17b-93dfae0a0589-b571e53c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_977c9486-c80d-e31f-98b1-c8ab8af876c6-8af876c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_977c9486-c80d-e31f-98b1-c8ab8af876c6-8af876c3 {
    grid-column: span 3 / span 3;
    place-self: center;
  }

  #w-node-_977c9486-c80d-e31f-98b1-c8ab8af876cc-8af876c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_977c9486-c80d-e31f-98b1-c8ab8af876e4-8af876c3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_70dcbc24-5761-3b7c-45a2-2a3951b4d4b7-b571e53c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46ba0d13-128f-4ebb-cbc2-3a2b17a1ede3-0371e542, #w-node-_67b61339-ccfd-80b5-24ea-6fc983fb68bf-0371e542, #w-node-_8b923a7d-408c-78ef-d204-c5297edf06a3-0371e542, #w-node-_8b923a7d-408c-78ef-d204-c5297edf06ab-0371e542 {
    align-self: start;
  }

  #w-node-_827acd9b-b05e-f2f0-ac16-d210bf392241-0371e542, #w-node-_827acd9b-b05e-f2f0-ac16-d210bf392249-0371e542 {
    align-self: stretch;
  }
}


@font-face {
  font-family: 'Bahnschrift 10';
  src: url('../fonts/BAHNSCHRIFT.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bahnschrift 3';
  src: url('../fonts/BAHNSCHRIFT.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bahnschrift 2';
  src: url('../fonts/BAHNSCHRIFT.TTF') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bahnschrift';
  src: url('../fonts/bahnschrift.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}