@import url("https://fonts.googleapis.com/css2?family=Forum&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Aboreto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arvo&display=swap");

header {
  display: inline-block;
  background-color: #510986;
}

.privacy-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px;
    text-align: center;
    background-color: #510986;
    color: white;
    border-top: 2px solid #cd6025;
    animation: comecar 1s ease-in;
  }
  
#accept-privacy{
    background-color: #cd6025;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    margin-left: 10px;
}
@keyframes comecar {
  0% {
    display: none;
    transform: translateY(100px);
  }
  100% {
    opacity: 100;
  }
}

.esconder {
  display: none;
}

body {
  background-color: #510986;
}

#navbar {
  background-color: #510986;
  justify-content: space-between;
}

#rodape {
  background-color: #510986;
}

#logo {
  width: 100px;
}

.projetos {
  margin-bottom: -120px;
}

.links {
  font-family: "Arvo", serif;
  color: white;
}

.subtitle {
  padding-bottom: 5%;
  display: flex;
  font-family: "Aboreto", cursive;
  color: white;
  font-size: x-large;
  animation: subir 2s ease-in-out infinite;
}

.paragraphs {
  font-family: "Montserrat", sans-serif;
  font-size: large;
  color: white;
  animation: subir 2s ease-in-out forwards;
}

.disclose {
  background-color: #cd6025;
  display: inline-block;
  padding-left: 2%;
}

#contact {
  display: inline-block;
  padding-left: 2%;
}

.disclose_img {
  width: 40%;
}
.about_img {
  width: 40%;
}

@media (max-width: 769px) {
  .img_projetos {
    width: 70%;
  }

  #logo_texto {
    display: inline;
    font-size: small;
    margin-left: 4%;
    padding-top: 20%;
    font-family: "Varela Round", sans-serif;
  }

  #dev {
    width: 100%;
  }

  #logo_rodape {
    width: 50px;
    margin-left: 2%;
    padding: 2%;
  }

  #logo_texto {
    display: inline;
    font-size: small;
    margin-left: 4%;
    padding-top: 20%;
    font-family: "Varela Round", sans-serif;
  }

  .redes {
    font-size: 20px;
  }
  .social {
    padding-left: 5%;
    margin-top: 2%;
  }

  .projetos {
    margin-top: -120px;
  }

  #disclose_img {
    width: 60%;
    margin-left: 5%;
    margin-bottom: 5%;
    margin-top: -10%;
  }

  .imgs {
    padding-left: 5%;
    display: flex;
    gap: 5%;
  }

  .disclose_img {
    display: none;
  }

  #about_img {
    width: 60%;
    margin-left: 5%;
    margin-bottom: 5%;
    margin-top: -20%;
  }

  .about_img {
    display: none;
  }
}

@media (min-width: 768px) {
  #logo_texto {
    display: inline;
    margin-left: 2%;
    padding-top: 20%;
    font-family: "Varela Round", sans-serif;
  }
  .redes {
    font-size: 30px;
  }
  #logo_rodape {
    width: 100px;
    padding-left: 5%;
  }
  #disclose_img {
    display: none;
  }
  #about_img {
    display: none;
  }

  .imgs {
    padding-left: 5%;
    display: flex;
    gap: 20%;
  }
}

#logo1 {
  width: 25%;
  margin-top: 2%;
}

#dev {
  max-width: 100%;
}

ion-icon {
  color: white;
}

.justify-content-end {
  margin-right: 5%;
}
.lead {
  margin: 5%;
}

.thumbnail {
  top: -50px;
  left: -35px;
  display: block;
  z-index: 999;
  cursor: pointer;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
.thumbnail:hover {
  transform: scale(1.1);
}
