@font-face {
  font-family: Arboria;
  src: url('../fonts/Arboria-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Arboria;
  src: url('../fonts/Arboria-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arboria;
  src: url('../fonts/Arboria-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Arboria;
  src: url('../fonts/Arboria-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arboria book;
  src: url('../fonts/Arboria-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arboria;
  src: url('../fonts/Arboria-BookItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --dim-gray: dimgrey;
  --h1: #1c1c1c;
  --h2: #666;
  --dodger-blue: #09f;
  --light-background: #f7f7f7;
}

body {
  color: #333;
  height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #1c1c1c;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
}

h2 {
  color: #707070;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: EB Garamond, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

h3 {
  color: #333;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h3:hover {
  color: #09f;
}

h4 {
  color: #707070;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: #111;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

h6 {
  color: #222;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: EB Garamond, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

p {
  color: #707070;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: none;
  background-color: #696969;
  border-radius: 30px;
  padding: 10px 40px;
  font-family: Arboria, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button:hover {
  background-color: #09f;
}

.section-full {
  height: 100%;
}

.section-full._1 {
  background-color: #0000;
  background-image: linear-gradient(#1c1c1ccc, #1c1c1ccc), url('../images/Zebra-Optimizado-Web.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 200px;
  padding-bottom: 100px;
  display: block;
  position: static;
}

.section-full._3 {
  opacity: 1;
  background-color: #1c1c1c;
  background-image: linear-gradient(#1c1c1cf7, #1c1c1cf7), url('../images/zebra_skin_by_photolight-d49ih6o.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: static;
}

.color-section {
  background-color: #9c9c9c38;
  height: 540px;
  padding-top: 120px;
  padding-bottom: 90px;
  display: block;
}

.portfolio-section {
  color: #696969;
  margin-top: 80px;
  padding-bottom: 150px;
  padding-left: 90px;
  padding-right: 90px;
}

.portfolio-column {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: visible;
}

.portfolio-row {
  margin-bottom: 40px;
  display: block;
}

.link-block {
  text-decoration: none;
  overflow: hidden;
}

.banner-section {
  background-color: #1c1c1c;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.banner-container {
  z-index: 2;
  text-align: center;
  position: static;
  top: -16px;
}

.clinets-section {
  background-color: #000;
  height: 1100px;
  padding-top: 144px;
  padding-bottom: 90px;
}

.footer {
  background-color: #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  height: auto;
  padding-top: 60px;
  padding-bottom: 36px;
}

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

.line {
  text-align: center;
  background-color: #09f;
  width: 20%;
  height: 2px;
  margin: 40px auto 30px;
  display: block;
}

.clinet-logos-row {
  margin-top: 20px;
}

.big-text {
  color: #1c1c1c;
  letter-spacing: -2px;
  margin-bottom: 22px;
  font-family: Avertastd;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
}

.footer-copyright {
  float: left;
  color: #555;
  font-family: Avertastd;
  font-size: 14px;
  font-weight: 600;
}

.footer-left-column {
  padding-top: 28px;
  padding-left: 50px;
}

.arrow-down {
  opacity: .5;
  text-align: center;
  background-color: #fff;
  border-radius: 43px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  display: block;
  position: absolute;
  bottom: 62px;
  left: 0;
  right: 0;
  box-shadow: 3px 3px 4px #00000021;
}

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

.arrow-down.w--current {
  bottom: 0;
  left: 0;
}

.portfolio-title-container {
  text-align: center;
  display: block;
}

.headline {
  width: 400px;
  padding-right: 30px;
  position: relative;
  top: 22%;
  left: 10%;
}

.big-text-2 {
  float: left;
  clear: none;
  color: #e3e3e3;
  text-align: center;
  letter-spacing: -.05em;
  width: 100%;
  margin-bottom: 28px;
  margin-right: 0;
  font-family: Avertastd;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  text-decoration: none;
  display: none;
  position: static;
}

.footer-container {
  border-top: 1px #000;
}

.social-link {
  color: #555;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.social-link:hover {
  color: #09f;
}

.footer-right-column {
  text-align: right;
  padding-top: 28px;
  padding-right: 50px;
}

.section-info {
  border-top: 1px solid #ebebeb;
  padding: 100px 120px;
}

.work-info-container {
  text-align: center;
}

.work-section {
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  margin-bottom: 0;
  padding: 60px 120px;
}

.images-div {
  text-align: center;
  margin-bottom: 30px;
}

.arrow-link {
  width: 50px;
}

.metro-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero_6.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.portfolio-item {
  overflow: hidden;
}

.navbar1 {
  z-index: 9;
  background-color: #0000;
  height: 80px;
  padding-left: 30px;
  padding-right: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.menu-button-2 {
  display: block;
}

.menu-button-2.w--open {
  z-index: 20;
  background-color: #0000;
  margin-right: 10px;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
}

.brand2 {
  z-index: 10;
  padding-top: 20px;
  position: absolute;
}

.brand2.w--current {
  z-index: 10;
  position: absolute;
}

.menu-icon-2 {
  opacity: .7;
  color: #333;
  background-color: #0000;
  font-size: 32px;
  display: block;
  overflow: visible;
}

.menu-icon-2:hover {
  opacity: 1;
  color: #303030;
}

.nav-menu-open {
  z-index: 9;
  background-color: #fff;
  width: 100%;
  height: 80px;
  padding-top: 4px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navlink1 {
  color: #909090;
  letter-spacing: 0;
  font-family: Arboria book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.navlink1:hover {
  color: #303030;
}

.navlink1.w--current {
  color: #303030;
  font-family: Avertastd;
  font-size: 18px;
}

.navlink1.hide {
  display: none;
}

.link-text {
  text-decoration: line-through;
}

.big-text-div-2 {
  float: none;
  clear: none;
  text-align: center;
  padding: 0 90px 0 60px;
  font-style: italic;
  display: block;
  position: static;
  top: 8%;
}

.about-header {
  background-image: url('../images/about-header-min.jpg');
  background-position: 50% 129%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 60%;
}

.otros-proyectos {
  background-color: #0000;
  padding: 120px 120px 80px;
  display: block;
}

.section-team {
  padding-top: 20px;
  padding-bottom: 140px;
}

.team-image {
  background-image: url('../images/team1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 383px;
}

.next-portfolio-item {
  padding-bottom: 90px;
  display: none;
}

.next-column {
  text-align: left;
  padding-left: 80px;
}

.prev-column {
  text-align: right;
  padding-right: 80px;
}

.prev-arrow {
  opacity: .5;
  height: 40px;
  transition: all .5s;
}

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

.next-arrow {
  opacity: .5;
  height: 40px;
  transition: all .5s;
}

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

.play-icon {
  opacity: .5;
}

.play-icon:hover {
  opacity: 1;
}

.team-1 {
  position: static;
}

.team-info {
  background-color: #fff;
  margin-top: 20px;
}

.social-icon {
  opacity: .5;
  text-align: center;
  margin-right: 5px;
}

.social-icon:hover {
  opacity: 1;
}

.social-links {
  text-align: center;
  margin-top: 20px;
}

.team-1-hover {
  background-image: url('../images/team1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.team-2 {
  position: static;
}

.team-2-image {
  background-image: url('../images/team2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 383px;
}

.team-2-hover {
  background-image: url('../images/team2-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.team-3-image {
  background-image: url('../images/team3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 383px;
}

.team-3-hover {
  background-image: url('../images/team3-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.dark-section {
  background-color: #fafafa;
  border-top: 1px solid #f2f2f2;
  padding-top: 100px;
  padding-bottom: 150px;
}

.gallery-row {
  margin-top: 40px;
}

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

.testimonial-section {
  padding-top: 120px;
  padding-bottom: 120px;
  transition: all .5s;
}

.slide-1 {
  background-color: #fff;
  padding-top: 45px;
}

.testimonial-name {
  margin-top: 60px;
}

.slider-icons {
  opacity: 0;
  color: #303030;
  transition: all .5s;
}

.slider-icons:hover {
  opacity: 1;
}

.slide-2, .slide-3 {
  background-color: #fff;
  padding-top: 45px;
}

.text-field {
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-area {
  border-radius: 3px;
  margin-bottom: 30px;
}

.form-title {
  text-align: left;
}

.social-left {
  text-align: left;
  display: block;
}

.social-right {
  text-align: right;
}

.social-center {
  display: none;
}

.social-row {
  margin-top: 20px;
  display: none;
}

.form-section {
  background-color: #fafafa;
  border-top: 1px solid #f2f2f2;
  padding: 120px;
  display: none;
}

.contact-header {
  background-color: #f7f7f7;
  background-image: url('../images/black-box-isolated-Optimizada.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
}

.white-head-line {
  color: #dbdbdb;
  font-family: Arboria, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.contact-info, .hello-info {
  text-align: center;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
}

.container {
  margin-top: 0;
  display: inline-block;
}

.big-text-definition {
  float: none;
  clear: none;
  color: #d6d6d6;
  text-align: center;
  width: 40%;
  margin: 188px auto 30px;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 10%;
  left: 30%;
}

.body {
  font-style: normal;
  font-weight: 400;
}

.heading {
  font-family: Avertastd;
  font-style: normal;
  font-weight: 300;
}

.text-span, .emphasized-text, .emphasized-text-2, .emphasized-text-3, .emphasized-text-4, .emphasized-text-5, .emphasized-text-6, .emphasized-text-7 {
  color: #696969;
}

.heading-2 {
  font-family: Arboria book, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-3 {
  font-family: Arboria book, sans-serif;
  font-weight: 400;
}

.project-heading {
  margin-bottom: 100px;
  font-family: Arboria, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 42px;
}

.heading-5 {
  text-align: left;
  margin-top: 0;
  font-family: Arboria book, sans-serif;
}

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

.aramarte-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero_7.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.logo-container {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
}

.logo {
  flex: 0 auto;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote {
  color: #ccc;
  text-align: center;
  border-style: none;
  border-left-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-left: 12%;
  padding-right: 12%;
  font-family: Arboria book, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.person {
  color: #929292;
  font-family: Arboria, sans-serif;
  font-size: 26px;
  font-weight: 800;
}

.position {
  color: #696969;
  margin-top: -2px;
  font-family: Arboria book, sans-serif;
}

.company {
  letter-spacing: 3px;
  margin-top: 4px;
  font-family: Arboria, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.sub-compnay {
  letter-spacing: 3px;
  margin-top: -6px;
  font-family: Avertastd;
  font-size: 12px;
}

.slider-text-div {
  margin-bottom: 0;
  position: absolute;
  top: 45%;
  transform: translate(0, -50%);
}

.slider-2 {
  background-color: #000;
  margin-bottom: 160px;
}

.left-arrow-2, .right-arrow-2 {
  background-color: #000;
}

.slide-nav {
  margin-top: 0;
  padding-top: 23px;
}

.icon, .icon-2 {
  opacity: .5;
}

.mask {
  color: #000;
  background-color: #000;
}

.slide-4 {
  background-color: #000;
}

.div-block {
  display: none;
}

.heading-6 {
  margin-bottom: 36px;
  font-family: Arboria, sans-serif;
  font-weight: 800;
}

.heading-7 {
  width: 76%;
  margin-left: auto;
  margin-right: auto;
  font-family: Arboria book, sans-serif;
  font-size: 24px;
  display: block;
}

.fb-icon-large {
  width: auto;
}

.related-projects {
  background-color: #fafafa;
  padding: 120px;
  display: none;
}

.heading-8 {
  margin-bottom: 2px;
  font-family: Arboria, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.heading-9 {
  font-family: Arboria book, sans-serif;
  font-size: 14px;
}

.q500-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Plantilla-de-Proyectos-Q500_--03.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.corona-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.email {
  color: #0000;
  margin-bottom: -20px;
  text-decoration: none;
  display: block;
}

.link-block-2 {
  float: none;
  position: relative;
}

.tel {
  color: #999;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 16px;
  font-family: Arboria book, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.mail {
  color: #bebebe;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 12px;
  font-family: Arboria, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.emphasized-text-8 {
  font-style: normal;
  font-weight: 600;
}

.text-span-2 {
  color: #696969;
  letter-spacing: 1px;
  font-size: 21px;
  font-weight: 300;
}

.modern-government-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero_8.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.destination-queretaro-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero-Horizontal.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.siempre-adelante-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Siempre-Adelante.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1280px;
  background-attachment: fixed;
  height: 100%;
}

.jfk-times-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero_9.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.invest-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero_2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.atrocity-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.hero-header {
  color: #909090;
  font-family: Arboria book, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
}

.filter-portfolio {
  margin-bottom: 72px;
  display: none;
}

.menu-link {
  font-weight: 400;
  text-decoration: none;
}

.portfolio-menu-link {
  width: 100%;
  font-family: Avertastd;
  font-weight: 700;
  text-decoration: none;
}

.text-span-3 {
  color: #1c1c1c;
  font-size: 34px;
  font-weight: 600;
}

.permitenos-ayudarte {
  margin-top: 60px;
  margin-bottom: 36px;
  font-family: Arboria, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.text-span-4 {
  line-height: 60px;
}

.supply-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero_5.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.ap70-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero_4.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.videos-div {
  text-align: center;
  width: auto;
  margin-bottom: 30px;
  margin-left: 0%;
  margin-right: 0%;
}

.arqlabs-web-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.fce-2917-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.logos-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero_10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.jfk-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero-V.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.tab-link {
  background-color: #0000;
  padding-top: 20px;
}

.tab-link:hover {
  font-weight: 400;
}

.tab-link.w--current {
  color: #1c1c1c;
  background-color: #0000;
  border-top: 2px solid #1c1c1c;
  padding-top: 15px;
  padding-bottom: 6px;
}

.tab-text {
  color: #696969;
  font-family: Arboria book, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.tabs-menu {
  justify-content: space-around;
  margin-bottom: 80px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-10 {
  margin-bottom: 12px;
  font-family: Avertastd;
  font-weight: 700;
}

.text-block {
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Avertastd;
  font-size: 16px;
  line-height: 23px;
}

.image {
  margin-bottom: 12px;
}

.home-banner {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 110px;
  display: block;
}

.footer-center-column {
  padding-top: 28px;
}

.maco-2018-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero_H.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.fce-2018-hero {
  background-color: #f7f7f7;
  background-image: url('../images/FCE_2018_Hero_H.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.zonamaco-2018-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero_H.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.kuri-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Kuri_Portada_2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.pastrana-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Pastrana_Header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.mexico-hero {
  background-color: #f7f7f7;
  background-image: url('../images/Hero-MiM.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.logos-div {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

html.w-mod-js [data-ix="portfolio-item-up"] {
  opacity: 0;
  transform: translate(0, 200px);
}

html.w-mod-js [data-ix="portfolio-item-down"] {
  opacity: 0;
  transform: translate(0, -200px);
}

html.w-mod-js [data-ix="new-interaction"], html.w-mod-js [data-ix="new-interaction-2"] {
  opacity: 0;
}

html.w-mod-js [data-ix="team-1-hover-no-show"], html.w-mod-js [data-ix="team-2-hover-no-show"], html.w-mod-js [data-ix="team-3-hover-no-show"] {
  display: none;
}

html.w-mod-js [data-ix="gallery-column"] {
  transform: scale(.6);
}

html.w-mod-js [data-ix="heres-what-we-think"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="the-modern-web-is-elegant"] {
  opacity: 0;
  transform: translate(0, -33px);
}

html.w-mod-js [data-ix="play-icon"] {
  opacity: .01;
  transform: scale(.54);
}

html.w-mod-js [data-ix="the-color-of-black-gold"] {
  opacity: 0;
  transform: translate(0, -100px);
}

html.w-mod-js [data-ix="start-your-project-btn"] {
  opacity: 0;
  transform: translate(0, 100px);
}

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

  h2 {
    margin-top: -11px;
    padding-right: 0;
    font-size: 22px;
  }

  h3 {
    font-size: 12px;
  }

  h4 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  h5 {
    line-height: 40px;
  }

  .button {
    letter-spacing: 1.5px;
    font-family: Avertastd;
    font-size: 15px;
    font-weight: 300;
  }

  .section-full._1 {
    background-color: #e1e1e1;
    background-image: linear-gradient(#1c1c1ccc, #1c1c1ccc), url('../images/Zebra-Optimizado-Web.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 0 20px;
    position: relative;
  }

  .section-full._3 {
    background-image: linear-gradient(#000000e6, #000000e6), url('../images/zebra_skin_by_photolight-d49ih6o.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: auto;
  }

  .color-section {
    height: 340px;
    padding-top: 95px;
  }

  .portfolio-section {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-column {
    padding-left: 18px;
    padding-right: 18px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .big-text {
    font-size: 48px;
    display: block;
  }

  .arrow-down {
    display: none;
  }

  .headline {
    text-align: center;
    width: 600px;
    padding-right: 0;
    top: 70%;
    left: 10%;
  }

  .big-text-2 {
    margin-bottom: 24px;
    font-size: 38px;
    line-height: 44px;
  }

  .footer-container {
    border-top-style: none;
    border-top-color: #000;
  }

  .section-info {
    padding: 80px 20px;
  }

  .work-section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-menu-open {
    background-color: #fff;
    height: 100%;
    padding-top: 100px;
  }

  .navlink1 {
    text-align: center;
    display: block;
  }

  .otros-proyectos {
    padding: 50px 10px;
  }

  .gallery-row {
    margin-top: 20px;
  }

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

  .testimonial-name {
    margin-top: 40px;
    font-size: 24px;
  }

  .form-title {
    font-size: 20px;
  }

  .form-section {
    padding: 10px;
  }

  .white-head-line {
    font-size: 38px;
  }

  .hero-text {
    text-align: center;
    padding-top: 150px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
  }

  .big-text-definition {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-3 {
    font-size: 15px;
  }

  .heading-5 {
    margin-top: 0;
  }

  .logo-container {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
  }

  .quote {
    border-left-style: none;
    padding-left: 8%;
    padding-right: 8%;
  }

  .company {
    margin-top: 6px;
  }

  .sub-compnay {
    margin-top: 2px;
  }

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

  .related-projects {
    padding: 50px 10px;
  }

  .heading-8 {
    font-size: 20px;
  }

  .heading-9 {
    margin-top: 6px;
    font-size: 16px;
  }

  .tab-link.w--current {
    padding-top: 18px;
  }

  .tab-text {
    font-size: 21px;
  }

  .image {
    margin-bottom: 32px;
  }
}

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

  h2 {
    font-size: 18px;
    line-height: 35px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    line-height: 42px;
  }

  .button {
    letter-spacing: 1px;
    padding: 8px 5%;
  }

  .section-full._1 {
    background-image: linear-gradient(#1c1c1ccc, #1c1c1ccc), url('../images/Zebra-Optimizado-Web.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-full._3 {
    background-image: none;
    height: auto;
  }

  .color-section {
    height: 286px;
  }

  .portfolio-section {
    padding-bottom: 60px;
  }

  .portfolio-column {
    margin-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .portfolio-row {
    margin-bottom: 0;
  }

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

  .clinets-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .clinet-logos-row {
    margin-top: 0;
  }

  .big-text {
    margin-bottom: 0;
    font-size: 36px;
  }

  .footer-copyright {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-left-column {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    display: block;
  }

  .arrow-down {
    display: none;
  }

  .headline {
    width: 530px;
    top: 10%;
    left: 0;
  }

  .big-text-2 {
    margin-bottom: 12px;
    font-size: 32px;
  }

  .footer-container {
    background-color: #000;
    padding-bottom: 20px;
  }

  .footer-right-column {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .section-info {
    padding: 60px 20px 40px;
  }

  .work-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar1 {
    padding-left: 10px;
    padding-right: 0;
  }

  .menu-button-2.w--open {
    margin-right: 0;
  }

  .big-text-div-2 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    top: 8%;
  }

  .otros-proyectos {
    padding: 0;
  }

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

  .next-column {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .prev-column {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .dark-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-column {
    margin-bottom: 20px;
  }

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

  .testimonial-name {
    margin-top: 30px;
    font-size: 20px;
  }

  .social-left, .social-right, .social-center {
    text-align: center;
    margin-bottom: 20px;
  }

  .form-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-header {
    background-position: 50% 0;
    background-size: 100%;
  }

  .white-head-line {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 28px;
  }

  .client-logos {
    margin-bottom: 30px;
  }

  .hero-text {
    text-align: center;
    padding-top: 0;
    position: relative;
    top: 4%;
  }

  .big-text-definition {
    margin-bottom: 36px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading {
    margin-top: 0;
  }

  .heading-2 {
    font-size: 17px;
    line-height: 20px;
  }

  .heading-3 {
    margin-top: 4px;
    font-size: 13px;
  }

  .project-heading {
    text-align: left;
    margin-bottom: 40px;
    font-size: 42px;
  }

  .heading-5 {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
  }

  .logo-container {
    width: 70%;
    position: relative;
    top: 0%;
  }

  .logo {
    flex: 0 auto;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .quote {
    border-left-style: none;
    padding-left: 6%;
    padding-right: 6%;
    font-size: 17px;
    line-height: 27px;
  }

  .person {
    font-size: 21px;
  }

  .position {
    font-size: 13px;
  }

  .company {
    margin-top: 9px;
    font-size: 9px;
  }

  .sub-compnay {
    margin-top: 4px;
  }

  .slider-2 {
    margin-bottom: 80px;
  }

  .left-arrow-2, .right-arrow-2, .div-block {
    display: none;
  }

  .related-projects {
    padding: 0;
  }

  .heading-8 {
    font-size: 18px;
    line-height: 19px;
  }

  .heading-9 {
    font-size: 15px;
  }

  .q500-hero {
    background-position: 50%;
  }

  .invest-hero {
    background-size: cover;
  }

  .hero-header {
    margin-top: 0;
  }

  .supply-hero, .ap70-hero, .arqlabs-web-hero {
    background-size: cover;
  }

  .fce-2917-hero, .logos-hero, .jfk-hero {
    background-position: 50% 0;
  }

  .tab-link.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-text {
    font-size: 17px;
    line-height: 26px;
  }

  .heading-10 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 21px;
  }

  .image {
    margin-bottom: 21px;
  }

  .home-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-center-column {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
  }

  .maco-2018-hero {
    background-size: cover;
  }

  .fce-2018-hero {
    background-position: 50% 0;
  }

  .zonamaco-2018-hero {
    background-size: cover;
  }

  .kuri-hero, .pastrana-hero {
    background-position: 50%;
  }

  .mexico-hero {
    background-size: cover;
  }
}

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

  h2 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 21px;
    line-height: 30px;
  }

  h6 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .button {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
  }

  .section-full._1 {
    text-align: center;
    background-image: linear-gradient(#1c1c1ccc, #1c1c1ccc), url('../images/Zebra-Optimizado-Web.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 16%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-full._3 {
    background-image: none;
    height: auto;
  }

  .color-section {
    height: 232px;
    padding-top: 51px;
    padding-bottom: 40px;
  }

  .portfolio-section {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-column {
    padding-left: 6px;
    padding-right: 6px;
  }

  .portfolio-row {
    margin-bottom: 0;
  }

  .clinets-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    border-style: none;
    height: 145px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .clinet-logos-row {
    padding-left: 0;
    padding-right: 0;
  }

  .big-text {
    font-size: 27px;
    line-height: 41px;
  }

  .footer-copyright {
    float: none;
  }

  .footer-left-column {
    border-style: none;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .headline {
    width: 300px;
    top: 10%;
  }

  .big-text-2 {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 42px;
  }

  .footer-container {
    border-top-style: none;
    border-top-color: #000;
    width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-link {
    margin-top: 8px;
    margin-right: 0;
    display: block;
  }

  .footer-right-column {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-right: 10px;
    position: relative;
  }

  .section-info {
    padding: 40px 10px 40px 20px;
  }

  .work-info-container {
    padding-left: 0;
    padding-right: 0;
  }

  .work-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .metro-hero {
    background-image: url('../images/Hero-Movil.jpg');
    background-position: 100% 100%;
    background-size: cover;
  }

  .navbar1 {
    height: 66px;
    padding-left: 10px;
    padding-right: 0;
  }

  .nav-menu-open {
    text-align: center;
    height: 100%;
    padding-top: 74px;
  }

  .navlink1 {
    text-align: center;
    display: block;
  }

  .big-text-div-2 {
    padding: 36px;
    top: 8%;
  }

  .about-header {
    background-position: 76%;
  }

  .otros-proyectos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-team {
    padding-bottom: 60px;
  }

  .next-portfolio-item {
    flex-flow: row;
    place-content: space-around flex-start;
    padding-bottom: 43px;
    display: none;
  }

  .next-column {
    flex-wrap: nowrap;
    justify-content: flex-end;
    display: inline-block;
  }

  .prev-column {
    flex-direction: row;
    display: inline-block;
    position: relative;
    overflow: visible;
  }

  .team-1, .team-2, .team-3 {
    text-align: center;
    margin-bottom: 30px;
  }

  .dark-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-row {
    margin-top: 0;
  }

  .gallery-column {
    margin-bottom: 20px;
  }

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

  .testimonial-name {
    margin-top: 20px;
  }

  .contact-header {
    background-image: url('../images/black-box-isolated-Optimizada-Movil.jpg');
    background-position: 50% 0;
    background-size: 100%;
  }

  .white-head-line {
    font-size: 27px;
    line-height: 34px;
  }

  .hero-text {
    top: 36%;
  }

  .big-text-definition {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 31px;
  }

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

  .heading-3 {
    font-size: 15px;
  }

  .project-heading {
    text-align: left;
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 42px;
  }

  .aramarte-hero {
    background-image: url('../images/Hero-Movil_2.jpg');
    background-size: cover;
  }

  .logo-container {
    width: 75%;
    top: 20%;
  }

  .logo {
    width: 100%;
    margin-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .quote {
    background-color: #000;
    border-left-width: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
    line-height: 26px;
  }

  .person {
    font-size: 23px;
  }

  .position {
    font-size: 13px;
  }

  .company {
    margin-top: 12px;
    font-size: 10px;
    line-height: 15px;
  }

  .sub-compnay {
    margin-top: 6px;
  }

  .slider-2 {
    height: 440px;
  }

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

  .heading-7 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .q500-hero {
    background-image: url('../images/Plantilla-de-Proyectos-Q500_Artboard-26.jpg');
    background-size: cover;
  }

  .corona-hero {
    background-image: url('../images/Hero-Movil-2.jpg');
    background-size: cover;
  }

  .column, .column-2, .column-3, .column-4, .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    border-style: none;
    border-top-width: 1px;
    border-top-color: #000;
  }

  .tel {
    padding-top: 10px;
  }

  .modern-government-hero {
    background-image: url('../images/Hero-Mobil.jpg');
    background-size: cover;
  }

  .destination-queretaro-hero {
    background-image: url('../images/Hero-Horizontal.jpg');
    background-size: cover;
  }

  .siempre-adelante-hero {
    background-image: url('../images/Siempre-Adelante-V.jpg');
    background-size: cover;
  }

  .jfk-times-hero {
    background-image: url('../images/Hero-V_3.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .invest-hero {
    background-image: url('../images/Hero-vertical_2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .atrocity-hero {
    background-image: url('../images/Hero-Vertical_3.jpg');
    background-size: cover;
  }

  .hero-header {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 19px;
    line-height: 26px;
  }

  .permitenos-ayudarte {
    font-size: 26px;
  }

  .supply-hero {
    background-image: url('../images/Portada-Movil.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .ap70-hero {
    background-image: url('../images/Hero-Vertical_1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .arqlabs-web-hero {
    background-image: url('../images/Hero-Vertical.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .fce-2917-hero {
    background-image: url('../images/Hero-V_2.jpg');
    background-size: cover;
  }

  .logos-hero {
    background-image: url('../images/Hero-Movil_1.jpg');
    background-size: cover;
  }

  .jfk-hero {
    background-image: url('../images/Hero-V_1.jpg');
    background-size: cover;
  }

  .tab-link {
    text-align: center;
    flex: 1;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    display: block;
  }

  .tab-link.w--current {
    border-style: none;
    border-left-width: 2px;
    border-left-color: #000;
    flex: none;
    order: -1;
    width: 50%;
    padding: 6px 30px 6px 12px;
  }

  .tab-text {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tabs-menu {
    text-align: left;
    flex-flow: wrap;
    place-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .heading-10 {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 35px;
  }

  .image {
    margin-bottom: 21px;
  }

  .home-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-center-column {
    border-style: none;
  }

  .maco-2018-hero {
    background-image: url('../images/Portada-Movil.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .fce-2018-hero {
    background-image: url('../images/FCE_2018_Hero_CH.jpg');
    background-size: cover;
  }

  .zonamaco-2018-hero {
    background-image: url('../images/Artboard-260.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .kuri-hero {
    background-image: url('../images/Kuri_PortadaMovil.jpg');
    background-size: cover;
  }

  .pastrana-hero {
    background-image: url('../images/Pastrana_HeaderMovil.jpg');
    background-size: cover;
  }

  .mexico-hero {
    background-image: url('../images/Hero-Vertical_4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .logos-div {
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Arboria';
  src: url('../fonts/Arboria-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arboria';
  src: url('../fonts/Arboria-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arboria';
  src: url('../fonts/Arboria-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arboria';
  src: url('../fonts/Arboria-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arboria book';
  src: url('../fonts/Arboria-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arboria';
  src: url('../fonts/Arboria-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}