/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/stylesheets/pages/pages.scss ***!
  \*******************************************************************************************************************************************************/
@charset "UTF-8";
section {
  padding-block: 100px;
}
section img {
  width: -webkit-fill-available;
}

.button-next,
.button-prev {
  position: absolute;
  z-index: 100;
  inset: 0;
  margin-block: auto;
}

.button-next {
  left: auto;
  right: -2.5rem;
}
@media (min-width: 1200px) {
  .button-next {
    right: -3rem;
  }
}

.button-prev {
  right: auto;
  left: -2.5rem;
}
@media (min-width: 1200px) {
  .button-prev {
    left: -3rem;
  }
}

@media (min-width: 992px) {
  .about-resume .card-title {
    position: relative;
    height: 160px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    left: -115px;
  }
  .about-resume .card-title span {
    line-height: 1;
  }
  .about-resume .card-title :nth-child(1) {
    font-weight: 500;
    font-size: 60px;
  }
  .about-resume .card-title :nth-child(2) {
    font-weight: 600;
    font-size: 74px;
  }
}

.bg-lines {
  background-image: url("../assets/images/background/site.png");
  background-repeat: no-repeat;
  background-position: center;
}

.bg-waves {
  position: relative;
}
.bg-waves::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50px;
  display: block;
  background-image: url("../assets/images/utils/arrow.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  z-index: 1;
}

.bg-maps {
  background-image: linear-gradient(270deg, #ffffff 50%, rgba(255, 255, 255, 0) 80%), url("../assets/images/background/maps.jpg");
  background-repeat: no-repeat;
  background-position: center left;
}

.bg-thumb-video {
  position: relative;
  cursor: pointer;
  border-radius: 20px 20px 20px 200px;
  overflow: hidden;
  padding: 0;
}
.bg-thumb-video::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  background-image: url("../assets/images/utils/play.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  z-index: 1;
  pointer-events: none;
}
.bg-thumb-video::after {
  content: "Assista ao vídeo";
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ds-color-white);
  width: 100%;
  height: 100%;
  font-weight: 500;
  margin-bottom: -5rem;
  aspect-ratio: 1;
  z-index: 1;
  pointer-events: none;
}

#modalVideo iframe {
  aspect-ratio: 16/9;
  margin: auto;
  width: -webkit-fill-available;
  height: auto;
  max-height: 80vh;
}
#modalVideo .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ao-lado {
  display: inline;
}

.acima {
  display: none;
}

.abaixo {
  display: none;
}

@media (max-width: 767px) {
  .ao-lado {
    display: none;
  }
  .acima {
    display: inline;
  }
  .abaixo {
    display: inline;
  }
}
@media (max-width: 1000px) {
  .logo-tela-grande {
    display: none;
  }
}
header {
  min-height: 90px;
}

.navigation-toggle {
  margin: 25px 0;
}
