
  @media only screen and (max-width: 1919px) {
    .hero-area .section-title {
        font-size: 112px;
        margin-top: -2px;
        margin-bottom: -14px;
      }
  }

  .about-area .section-subtitle {
      font-size: 35px;
      line-height: 1;
      display: inline-block;
      font-weight: 500;
      color: var(--black);
  }

  ul, ol {
      color: var(--black);
      padding: 0;
      margin: 0;
      font-size: 25px;
      margin-top: 15px;
      line-height: 35px;
  }

  .section-subtitle {
    font-size: 16px;
    text-transform: none;
    color: var(--primary);
    display: block;
    margin-top: -3px;
  }

  @media only screen and (max-width: 1919px) {
    .about-area .section-content .text {
        font-size: 35px;
        margin-top: -5px;
        font-weight: 500;
      }
  }

  @media (max-width: 575px) {
      .hero-area .section-title {
          font-size: 50px;
      }
  }  

  .title-wrapper h4  {
      color: var(--black);
  }

  .dark .title-wrapper h4  {
      color: var(--white);
  }

  .dark .title-wrapper h1, h4  {
      color: var(--white);
  }
  .dark .section-subtitle { color: var(--white);}
  .dark li { color: var(--white);}
  .dark .about-area .section-content .text { color:var(--white);}
  .service-area .services-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .process-box p { padding:15px; }
  .process-box .title{ margin-left: 10px;margin-right: 10px; }
  .noshow{ display:none; }

    @media only screen and (max-width: 1919px) {
        .hero-area .section-title span {
            font-size: 30px;
            border-width: 3px;
            padding: 15px 24px;
            transform: translateY(-83px);
            top:50px;
            left:20px;
        }
    }

    @media (max-width: 575px) {
        .hero-area .section-title span {
            font-size: 18px;
            transform: translate(20px, -25px);
            border-width: 2px;
            padding: 10px 17px;
            top: 15px;
            left: -15px;
        }
        .work-box .tags {
            display: flex;
            gap: 5px;
            margin-top: 17px;
            flex-direction: column;
        }
        .service-area .services-wrapper {
            display: grid;
            gap: 20px;
            grid-template-columns: repeat(1, 1fr);
        }        
    }

    .work-area h4 { color:#000;line-height: 35px; }

    @media only screen and (max-width: 1919px) {
    
        .newsletterCustom{ min-width:285px !important; }
        .footer-nav-list img{ border-radius: 35px;padding: 18px; }
        .fimg img{ max-width: 100%;min-width: 100%;margin-top: 30px;
        padding: 10px 10px 10px 0px;}

    }

    .subscribe-form .input-field input {
        border: 0;
        background-color: #202020;
        color: #f5f5f5;
        width: 100%;
    }

    .switcher__area {
    position: relative;
    direction: ltr;
    z-index: 99999;
}

@media (max-width: 575px) {
    .cta-area .section-content .section-title {
        font-size: 48px;
    }
    .footer-area-inner {
        grid-template-columns: max-content;
        padding-bottom: 50px;
    }
    .footer-area .footer-widget-wrapper .title {
        font-size: 22px;
        margin-left: 20px;
    }
    .footer-area .footer-nav-list {
        margin-top: 5px;
        margin-left: 20px;
        width: 345px; max-width: 345px;
    }
    .fimg img{ max-width: 336px;min-width: 200px;margin-top: 30px;padding: 10px 20px 10px 20px;}
    .footer-area-inner {
        padding-top: 20px;
        padding-bottom: 54px;
        gap: 20px 10px;
    }
    .subscribe-form {
        margin-top: 25px;
    }
    .subscribe-form .input-field input {
        border: 0;
        background-color: #202020;
        color: #f5f5f5;
        width: 70%;
    }

}

.navbar--menu-trigger {
  width: 56px;   /* desktop */
  cursor: pointer;
  color: #111;
}

/* Dark mode */
.dark .navbar--menu-trigger {
  color: #fff;
}

.navbar--menu-trigger svg {
  width: 100%;
  height: auto;
}

/* Mobile */
@media (max-width: 768px) {
  .navbar--menu-trigger {
    width: 40px;
  }
}

/*FOOTER AQUI*/

@media only screen and (max-width: 1919px) {
    .footer-area-inner { grid-template-columns: initial;}
}

.footer-area-inner {
    display: initial;
    gap: initial;
    grid-template-columns: 655px 190px 190px 385px;
    justify-content: space-between;
    overflow: initial;
    padding-bottom: 0px;
}

.footer-area-inner .shape-1 {
    position: absolute !important;
    top: 0;
    inset-inline-start: calc(100% - 235px);
    width: 550px;
    z-index: -1;
}

@media only screen and (max-width: 1919px) {
    .footer-area .section-title {
        font-size: 100px;
        margin-top: 60px;
        color: var(--white);
    }

    .title-wrapper h4 {
        color: #ffffff;
    }    

}

.footer-area .section-header .text-wrapper {
    margin-top: 18px;
}

.footer-area .section-header .text {
    font-size: 32px;
    line-height: 1.26;
    max-width: 850px;
    font-weight: 300;
    color: var(--white-2);
}

@media only screen and (max-width: 1919px) {
    .footer-cta {
        padding-top: 59px;
        padding-bottom: 59px;
        margin-top: 50px;
    }
}

.footer-cta {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 79px;
    padding-bottom: 79px;
    margin-top: 60px;
    display: grid;
    gap: 30px 120px;
    grid-template-columns: 190px 190px 1fr;
}
.footer-area .footer-widget-wrapper .title {
    color: var(--white);
    font-size: 21px;
    line-height: .73;
}

@media (max-width: 575px) {
.footer-cta {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 18px;
    padding-bottom: 79px;
    margin-top: 60px;
    display: flex;
    gap: 30px 120px;
    grid-template-columns: 190px 190px 1fr;
    flex-direction: column;
    }
    .footer-area .section-title {
        font-size: 25px;
        margin-top: 60px;
        color: var(--white);
    }

    .footer-area .section-header .text {
    font-size: 18px;
    line-height: 1.26;
    max-width: 850px;
    font-weight: 300;
    color: var(--white-2);
    }

    .footer-area .section-title {
        font-size: 25px;
        margin-top: 60px;
        color: var(--white);
        padding: 0px 20px 0px 20px;
    }
    .footer-area .section-header .text{ 
        padding: 0px 20px 0px 20px;
    }
        .subscribe-form {
        margin-top: 0px;
    }

    .about-area .section-content .text {
        font-size: 28px;
        margin-top: -5px;
        font-weight: 500;
    }

    .about-area .section-subtitle {
        font-size: 28px;
        line-height: 1;
        display: inline-block;
        font-weight: 500;
        color: var(--black);
    }    
        .title-wrapper h4 {
            color: #ffffff;
        }

}

.experiencia h4{ color:#000000;}
.promo_txt p {  font-size: 28px; text-align: center; }
.process-box .title {
    font-size: 16px;
    line-height: 1.33;
    padding: 75px 30px 61px;
    border: 1px solid #b7c5c1;
    border-radius: 15px;
    text-align: center;
    height: 150px;
    max-height: 150px;
    min-height: 150px;
}

.font-heading-instumentsans-semibold h1, .font-heading-instumentsans-semibold h2, .font-heading-instumentsans-semibold h3, .font-heading-instumentsans-semibold h4, .font-heading-instumentsans-semibold h5, .font-heading-instumentsans-semibold h6
 {
    font-family: var(--font_instrumentsans)!important;
    font-weight: 600!important;
    line-height: 1!important;
}

@media only screen and (max-width: 991px) {
    .offcanvas-3__menu li a {
        font-size: 5vh;
    }
}
@media (max-width: 768px) {
  .offcanvas-3__menu li a { font-size: 5vh; }
}

.grecaptcha-badge{ top: 485px; }

[lang="en"] .hero-area .section-title,
.lang-en .hero-area .section-title {
    font-size:105px;
}

@media (max-width: 575px) {
    [lang="en"] .hero-area .section-title {
        font-size: 45px;
    }

    [lang="en"] .hero-area .section-title span {
        font-size: 18px;
        transform: translate(20px, -25px);
        border-width: 2px;
        padding: 10px 17px;
        top: 19px;
        left: -30px;
    }
}

@media (max-width: 768px) {
      .section-title h2 {
        font-size: 25px;
        margin-top: 0px;
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .section-title h2{
        font-size: 25px;
        margin-top: 0px;
        padding-bottom: 10px;
    }
}

