@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {
}

@media (max-width: 991.98px) {
  .logoNav__wrap .logo img {
    width: 110px;
  }
  .navList {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    max-width: 400px;
    height: 100%;
    transform: translateX(130%);
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease; /* smooth animation */
  }

  .navList.active {
    transform: translateX(0);
  }

  .navList ul {
    flex-direction: column;
    margin-top: 70px;
  }
  .closeMenu {
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
  }
  .burgurMenu {
    cursor: pointer;
    font-size: 30px;
  }

  /* hero */
  .hero {
    padding: 40px 0 80px 0;
  }
  .hero__left {
    padding-left: unset;
  }
  .hero__left h1 {
    font-size: 35px;
  }
  .heroInfo {
    padding: unset;
  }
  .heroButton {
    padding: unset;
  }
  .cretificoes__left {
    padding: 30px;
  }
  .cretificoes__right ul {
    flex-direction: column;
    gap: 40px;
  }
  .homeServices .swiper-slide img {
    height: 400px;
  }

  .sobreNos .container {
    margin-top: 30px;
  }
  .heading {
    font-size: 25px;
  }
  .sboreInner {
    padding-left: unset;
  }
  .sobreInner__right {
    margin-top: 30px;
  }
  .servicesSwipArrows .swiper-button-next {
    right: 20px;
  }
  .servicesSwipArrows .swiper-button-prev {
    right: 18%;
  }
  .narisWrap {
    margin-top: 30px;
  }
  .counterNum h4 {
    font-size: 40px;
  }
  .counterBtns {
    margin-top: 20px;
  }

  .homeImageInfo__left img {
    height: 350px;
  }
  .homeImageInfo__left--top {
    margin-left: unset;
    padding: 15px;
  }
  .homeImageInfo__left--top h5 {
    font-size: 25px;
  }

  .homeImageInfo__left--bottom {
    padding: 15px;
  }
  .sectoresWrap {
    margin-top: 30px;
  }
  .sectoresWrap .container {
    margin-top: 0;
  }
  .sectorWrapArrow .swiper-button-next {
    left: 60%;
  }
  .homeCta h4,
  .technology__left h4 {
    font-size: 25px;
  }
  .noticiasWrap__left {
    margin-left: unset;
  }

  .homeprojeto .container {
    margin-top: 0;
  }
  .homeprojeto .container {
    padding-block: 25px;
  }
  .noticiasWrap__left {
    padding: 50px 30px;
  }
  .footer__left .footerLogo {
    width: 180px;
  }
  .footer__right {
    border-left: unset;
    padding-left: unset;
  }
  .footer__right__top {
    flex-direction: column;
  }
  .footer__right {
    padding-block: 20px;
  }
  .footer__right__top--right {
    margin-top: 30px;
  }
  .subscribe__form {
    padding: 0;
    gap: unset;
  }
  .subscribe__btn {
    width: 100%;
    border-radius: 0;
  }
  .pageHeader {
    height: 50vh;
    background-attachment: unset;
  }

  .pageHeader h2 {
    font-size: 35px;
  }
  .contactPage::after {
    background-color: transparent;
  }
  .contactPage__left {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contactPage__right {
    padding-left: unset;
    background-color: #f2f2f2;
    padding: 20px;
  }
  .noticesPageSingle {
    margin-top: 30px;
  }
  .servicosToggle__item {
    display: unset;
  }
  .servicosToggle__item .item__detail {
    flex-direction: column;
  }

  .servicosToggle__item {
    position: relative;
  }
  .togalIcon {
    position: absolute;
    top: 0;
    right: 0;
  }
  .servicosToggle__item .item__head h3 {
    padding-right: 25px;
  }

  .togalIcon .toggleIcon {
    height: 25px;
    width: 25px;
    font-size: 16px;
  }

  .servicosToggle .row {
    gap: 40px;
  }
  .servicosToggle__item.is-open .item__detail {
    padding-top: 20px;
  }

  .belorani__left .groupOfBtn {
    flex-wrap: wrap;
  }
  .belorani__right img,
  .belorani__right {
    height: 350px;
  }

  .aboutPageTop__left--info {
    display: none;
  }
  .aboutPageTop__right {
    margin-top: 20px;
  }
  .aboutPageTop__right--info {
    margin: 0;
    padding: 0;
  }

  .missionVison {
    margin-top: 30px;
  }

  .missionVison__left {
    margin-bottom: 30px;
  }
  .clientesWrap {
    margin-top: 35px;
  }
  .clientesWrap__left img {
    height: 350px;
  }
  .clientesWrap__right h4 {
    font-size: 24px;
  }
  .clientPart {
    margin-top: 30px;
  }
}
