/*CONFIG GERAL*/

* {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  color: black !important;
}

body {
  width: 100vw;
  overflow: hidden !important;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

:root {
  --Branco: #f0f8ff;
  --Azul: #2198e5;
  --AzulEscuro: #22608e;
}

@font-face {
  font-family: Assinada;
  src: url(/amsterdam-four.ttf);
}

/*FIM CONFIG GERAL*/

.LogoArea {
  width: 80%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  position: fixed;
  top: 50px;
}

.IMGLogo {
  width: 40%;
  height: 60%;
  background-image: url(/Image/LogoSite.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.TXTLogo {
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Assinada;
  color: black;
  opacity: 0.8;
  font-size: 15px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

/**/

.TxtTop {
  width: 100%;
  height: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--AzulEscuro);
  font-size: 13px;
  margin-bottom: 50px;
  margin-top: 100px;
}

/**/

.AreaLinks {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  flex-direction: column;
  gap: 10%;
}

.Link {
  width: 60%;
  height: 60px;
  border-radius: 15px;
  box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 10px;
  color: var(--AzulEscuro);
  transition: 0.5s ease-in-out;
}

.Link a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 10px;
  gap: 5%;
  color: var(--AzulEscuro);
}

.Link:hover {
  transform: scale(1.05);
}

.LogoInsta {
  width: 40px;
  height: 40px;
  background-image: url(/Image/instagram.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.LogoWhats {
  width: 40px;
  height: 40px;
  background-image: url(/Image/whatsapp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.LogoTele {
  width: 40px;
  height: 40px;
  background-image: url(/Image/telegram.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -10px;
}

.LogoTik {
  width: 50px;
  height: 50px;
  background-image: url(/Image/Tiktok.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -20px;
}

footer {
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0px;
  font-size: 10px;
  color: var(--AzulEscuro);
}

.Img1 {
  width: 150px;
  height: 150px;
  position: fixed;
  background-image: url(/Image/melancia.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  top: 50px;
  right: -70px;
  rotate: -90deg;
  z-index: -100;
}

.Img2 {
  width: 150px;
  height: 150px;
  position: fixed;
  background-image: url(/Image/pera.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  bottom: 0px;
  left: -50px;
  z-index: -100;
  rotate: 40deg;
}

@media (min-width: 480px) {
  .IMGLogo {
    background-size: 80%;
  }
}

@media (min-width: 600px) {
  .IMGLogo {
    background-size: 80%;
  }
}

@media (min-width: 900px) {
  .LogoArea {
    top: 10px;
  }

  .IMGLogo {
    background-size: 30%;
  }

  .AreaLinks {
    width: 500px;
    height: 300px;
  }

  .Link {
    padding: 5px;
    height: 50px;
  }

  .Link a {
    justify-content: center;
    gap: 5%;
  }

  .TxtTop {
    margin-top: 150px;
    margin-bottom: 0px;
  }
}
