:root {
  --brand-color-1: #0E0B0F;
  --brand-color-2: #5C4A20;
  --brand-color-3: #FFB607;
  --brand-color-4: #FFFCF5;
}

body {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: var(--brand-color-1);
}

.nav-links {
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  display: flex;
  gap: 40px;
  justify-content: end;
}
.nav-links a {
  text-decoration: none;
  font-size: 20px;
  color: var(--brand-color-2);
}
.nav-links a.active {
  font-weight: 700;
}

.andre-oliveira-logo {
  display: inline-block;
  margin-bottom: 160px;
  margin-top: 12px;
}

h1 {
  font-size: 12vw;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 24vh;
}
@media (max-width: 768px) {
  h1 {
    margin-bottom: 16vh;
  }
}
@media (min-width: 961px) {
  h1 {
    text-align: center;
    font-size: 5vw;
  }
}
@media (min-width: 961px) {
  h1.about-title {
    font-size: 5vw;
  }
}

.item-project {
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 80px 0;
  color: var(--brand-color-2);
  background-color: white;
  transform-origin: center center;
  transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.item-project.project-one {
  margin-top: 20vh;
  top: 5vh;
}
.item-project.project-two {
  top: 6vh;
}
.item-project.project-three {
  top: 7vh;
}
.item-project img {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.item-project h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.about-subtitle {
  font-size: 1.8rem;
  margin-bottom: 50px;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 961px) {
  .about-subtitle {
    font-size: 2.5rem;
  }
}

.contact {
  text-align: center;
  padding: 160px 0;
}
.contact h3 {
  font-size: 9vw;
  font-weight: 600;
  margin-bottom: 50px;
}
@media (min-width: 961px) {
  .contact h3 {
    font-size: 36px;
  }
}
.contact .btn {
  background-color: var(--brand-color-1);
  color: var(--brand-color-4);
  padding: 20px;
  font-weight: 500;
  font-size: 20px;
}

main .tag {
  font-size: 20px;
  display: block;
  padding-bottom: 2.6666666667rem;
}
main .separator {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #ececec;
}

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

footer {
  z-index: -1;
  min-height: 100vh;
  background-color: var(--brand-color-4);
  display: flex;
  align-items: end;
  background-image: url("../images/predinhos.svg");
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 80px;
}
footer.footer-project {
  background-image: none;
}
@media (min-width: 961px) {
  footer {
    padding-bottom: 160px;
  }
}
footer .gap-50 {
  gap: 50px;
}
footer a[href*=mailto] {
  font-size: 8.5vw;
  font-weight: 600;
  color: var(--brand-color-2);
  text-decoration: none;
  display: block;
  margin-bottom: 50px;
}
@media (min-width: 961px) {
  footer a[href*=mailto] {
    font-size: 32px;
    margin-bottom: 160px;
  }
}
footer p {
  margin-bottom: 8px;
}

.social-media {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-bottom: 50px;
}
@media (min-width: 961px) {
  .social-media {
    flex-direction: row;
    gap: 50px;
  }
}
.social-media li a {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/social-media.png");
  background-size: 30px 120px;
}
.social-media li a.dribbble {
  background-position: 0 -30px;
}
.social-media li a.instagram {
  background-position: 0 -60px;
}
.social-media li a.linkedin {
  background-position: 0 -90px;
}

p {
  line-height: 1.6;
  margin-bottom: 2.4rem;
}
@media (min-width: 961px) {
  p {
    line-height: 1.8;
  }
}

.skills {
  padding: 0;
  margin: 0;
  list-style: none;
}
.skills li {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 4rem;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--brand-color-1); /* Cor de fundo do preloader */
  display: flex;
  align-items: center;
  justify-content: left;
  z-index: 9999;
  padding: 0;
}

#progress-bar {
  position: fixed;
  width: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: white; /* Cor da barra de progresso */
  display: flex;
  align-items: end;
  justify-content: end;
}

#percentage {
  font-size: 4rem;
  color: var(--brand-color-1); /* Cor do texto percentual */
  margin-right: 3rem;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  #percentage {
    font-size: 8rem;
  }
}

.projects {
  background-color: black;
  padding-top: 100px;
  padding-bottom: 100px;
}

.worked .col {
  padding-top: 32px;
  padding-bottom: 32px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .worked .col {
    padding-left: 32px;
    padding-right: 32px;
    width: 243px;
  }
}
.worked .logo-carousel {
  display: flex;
}
@media (max-width: 768px) {
  .worked .logo-carousel {
    width: 2430px;
    animation: scrollLeft 16s linear infinite;
  }
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1215px);
  }
}

.project {
  color: white;
  margin-bottom: 128px;
}
.project img {
  width: 100%;
  margin-bottom: 24px;
}
.project h4 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 16px;
}
.project p {
  margin-top: 16px;
  line-height: normal;
}

.logo-img {
  max-height: 50px;
  max-width: 100px;
  margin: 0 auto;
}

.worked img {
  transition: transform 0.3s ease;
}
.worked img:hover {
  transform: scale(1.1);
}

.row > * {
  max-width: inherit !important;
}/*# sourceMappingURL=style.css.map */