@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* CLASSES DE FONTES */
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* FIM DAS USADAS */
* {
  margin: 0;
  padding: auto;
  font-family: "Poppins", sans-serif;
}

.header {
  background-color: white;
  text-align: center;
}

.nav-item i {
  background-color: #4D5935;
  border: solid .3rem #4D5935;
  border-radius: 50%;
  color: white;
}

.perfil {
  color: #EA9842;
}

.perfil img {
  margin-top: -.5rem;
  width: 250px;
  height: 250px;
  /*border: solid 5px #96AF64;*/
}

.clipe {
  border: solid .2rem #96AF64;
  border-radius: .3rem;
  margin-top: 2rem;
}

.img-bancos {
  border: solid .2rem #96AF64;
  width: 300px;
}

.arrow-down {
  color: white;
  background-color: #96AF64;
  border: solid .2rem #96AF64;
  border-radius: 50%;
}

.copyright-desenvolvedor {
  background-color: #3c3c3f;
  height: min-content;
  width: 100%;
  font-size: x-small;
}

.copyright-desenvolvedor a {
  text-decoration: none;
  color: #f1f1f1;
}

.logo-desenvolvedor {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0.2rem;
}

.img-carousel {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
}

.logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: whitesmoke;
}

@media screen and (max-width: 768px) {
  .img-carousel {
    width: 500px;
    height: 500px;
  }
  .img-bancos {
    width: 80%;
    margin-bottom: 1rem;
  }
  .logo {
    margin-top: -2rem;
  }
}

#btnTop {
  position: fixed;
  bottom: 100px;
  right: 35px;
  width: 50px;
  height: 50px;
  background-color: #4D5935;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#btnTop:hover {
  scale: 0.9;
}

.arrow {
  margin-top: .3rem;
  border: solid white;
  border-width: 0 7px 7px 0;
  padding: 5px;
  display: inline-block;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
