@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Playfair Display", serif;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body {
  background: #FFFDF7;
}
body header {
  display: flex;
  justify-content: center;
  z-index: 100;
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 20px;
  color: #1F0021;
}
body header .header-wrapper {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 90vw;
  height: 70px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 0 40px;
  background-color: #FFFDF7;
}
body header .header-wrapper .logo {
  font-weight: bold;
  text-decoration: none;
  color: #FF5E35;
}
body header .header-wrapper div a {
  margin: 0 20px;
  text-decoration: none;
  color: #1F0021;
  font-weight: 400;
  transition: 100ms;
}
body header .header-wrapper div a img {
  height: 24px;
}
body header .header-wrapper div a:hover {
  font-weight: 600;
}
body #main {
  min-height: 80vh;
  min-width: 100%;
  background-color: #FFFDF7;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #main .main-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
}
body #main .main-wrapper .title {
  font-size: 64px;
  margin-top: 100px;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  color: #1F0021;
}
body #main .main-wrapper .title .title-1 {
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 500ms;
}
body #main .main-wrapper .title .title-2 {
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 600ms;
}
body #main .main-wrapper .title .title-2 #nome {
  color: #5E1742;
  font-weight: 800;
}
body #main .main-wrapper .title .title-3 {
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 700ms;
}
body #main .main-wrapper .title .title-4 {
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 800ms;
}
body #main .main-wrapper p {
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1000ms;
  width: 70vw;
  max-width: 600px;
  text-align: center;
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 20px;
  color: #1F0021;
}
body #main .main-wrapper .mobile-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  width: 50%;
  margin: 20px 0;
  display: none;
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1000ms;
}
body #main .main-wrapper .mobile-icons img {
  height: 40px;
}
body #main .main-wrapper #arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 20px 0;
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1000ms;
  transform: translateY(0px);
  transition: 100ms;
}
body #main .main-wrapper #arrow:hover {
  transform: translateY(10px);
}
body #trabalhos {
  height: 80vh;
  min-height: 600px;
  min-width: 100%;
  background: linear-gradient(121.29deg, #FF5E35 1.34%, #C9463D 100%);
  box-shadow: inset rgba(0, 0, 0, 0.15) 0px 7px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
body #trabalhos .wrapper-trabalhos {
  margin: 0 60px;
  padding: 30px 30px;
  height: 95%;
  display: flex;
  justify-content: center;
  flex: 1 1 0;
  align-items: stretch;
  flex-direction: row;
  gap: 20px;
  overflow: hidden;
}
body #trabalhos .wrapper-trabalhos .card {
  display: flex;
  justify-content: center;
  min-width: 200px;
  max-width: 400px;
  position: relative;
  border-radius: 12px;
  background-color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.25) 5px 5px 20px 10px;
  z-index: 0;
  overflow: hidden;
  flex: 1 2 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
body #trabalhos .wrapper-trabalhos .card .foto-trabalho {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  height: 100%;
  opacity: 1;
  transform: scale(1.05);
  filter: blur(0px);
  transition: 300ms;
}
body #trabalhos .wrapper-trabalhos .card .foto-trabalho img {
  height: 100%;
  flex: 1 1 0;
}
body #trabalhos .wrapper-trabalhos .card:hover .foto-trabalho {
  opacity: 0.4;
  transform: scale(1.1);
  filter: blur(4px);
}
body #trabalhos .wrapper-trabalhos .card:hover .card-txt-container {
  opacity: 1;
}
body #trabalhos .wrapper-trabalhos .card .card-txt-container {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 20px;
  color: #1F0021;
  font-size: 1em;
  font-weight: 600;
  color: #FFFDF7;
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 5;
  padding: 24px;
  opacity: 0;
  transition: 300ms;
}
body #trabalhos .wrapper-trabalhos .card .card-txt-container span {
  font-weight: 400;
}
body #trabalhos .wrapper-trabalhos .card .card-txt-container img {
  width: 2.5em;
}
body #sobre {
  position: relative;
  min-width: 100%;
}
body #sobre .wrapper-sobre {
  margin: 80px auto;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body #sobre .wrapper-sobre .container-sobre {
  width: 80%;
  height: 70%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
body #sobre .wrapper-sobre .container-sobre img {
  width: 50%;
  max-width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
body #sobre .wrapper-sobre .container-sobre p {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 20px;
  color: #1F0021;
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 0 30px;
}
body #sobre .wrapper-sobre .container-sobre p span {
  font-weight: 600;
}
body #sobre .wrapper-sobre .container-sobre p:first-child {
  font-size: 48px;
  font-weight: 600;
}
body #sobre .wrapper-sobre .container-icones {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-direction: row;
  width: 50%;
  margin-top: 50px;
}
body #sobre .wrapper-sobre .container-icones img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 16px;
  transform: translateY(0px);
  transition: 100ms;
}
body #sobre .wrapper-sobre .container-icones img:hover {
  transform: translateY(-5px);
}
body footer {
  height: 64px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  background: linear-gradient(121.29deg, #FF5E35 1.34%, #C9463D 100%);
}
body footer a {
  text-decoration: none;
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 20px;
  color: #1F0021;
  color: #FFFDF7;
}
body footer p {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 20px;
  color: #1F0021;
  color: #FFFDF7;
}

@media screen and (max-width: 920px) {
  body header .header-wrapper .links .link-trabalhos {
    display: none;
  }
  body header .header-wrapper .links .link-sobre {
    display: none;
  }
  body header .header-wrapper .links-social {
    display: none;
  }
  body #main {
    height: auto;
  }
  body #main .main-wrapper {
    min-height: auto;
    min-width: 350px;
  }
  body #main .main-wrapper .title {
    padding: 0 16px;
    font-size: max(7vw, 26px);
  }
  body #main .main-wrapper p {
    font-size: max(3vw, 16px);
  }
  body #main .main-wrapper .mobile-icons {
    display: flex;
  }
  body #main .main-wrapper #arrow {
    margin-top: 10px;
  }
  body #trabalhos {
    height: auto;
  }
  body #trabalhos .wrapper-trabalhos {
    flex-direction: column;
    width: 100%;
    margin: 40px 16px;
  }
  body #trabalhos .wrapper-trabalhos .card {
    min-width: 100%;
    max-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #trabalhos .wrapper-trabalhos .card .foto-trabalho {
    opacity: 0.6;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body #trabalhos .wrapper-trabalhos .card .foto-trabalho img {
    width: 100%;
  }
  body #trabalhos .wrapper-trabalhos .card .card-txt-container {
    font-size: 1rem;
    opacity: 1;
  }
  body #trabalhos .wrapper-trabalhos .card .card-txt-container img {
    width: 2.5em;
  }
  body #sobre .wrapper-sobre {
    padding: 0;
    margin: auto;
  }
  body #sobre .wrapper-sobre .container-sobre {
    padding: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  body #sobre .wrapper-sobre .container-sobre img {
    margin: 40px 0;
    width: 70%;
  }
  body #sobre .wrapper-sobre .container-sobre div {
    width: 90%;
  }
  body #sobre .wrapper-sobre .container-sobre div p {
    margin: auto;
    padding: 8px;
    min-width: none;
    font-size: 16px;
  }
  body #sobre .wrapper-sobre .container-icones {
    width: 80vw;
    margin: 32px 0;
    padding: 0;
  }
  body #sobre .wrapper-sobre .container-icones img {
    height: 40px;
  }
}/*# sourceMappingURL=styles.css.map */