@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

body {
  background-image: url('../img/logo/bg-index-1.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.custom-header {
  font-family: 'Press Start 2P', cursive;
  text-shadow: 3px 3px 2px rgba(250, 250, 250, 0.473);
  color: rgb(32, 31, 31);
  font-weight: bold;
}

#logo {
  width: 9rem;
}

.custom-m {
  margin-top: 5.3rem;
}

.custom-p3 {
  text-indent: 5%;
  text-align: justify;
  font-size: 1.25rem;
  padding: 1rem 5rem 1rem 5rem;
}

nav div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main {
  background-color: white;
}

.link-footer:hover {
  text-decoration: none;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 5px;
  border: none;
  background-color: transparent;
}

#back-to-top img {
  max-width: 100px;
}

.gif-menor img {
  width: 70px;
}

@media (max-width: 992px) {
  nav div {
    flex-direction: row;
    justify-content: center;
  }

  .custom-m {
    margin-top: 3rem;
  }

  #ul-dropdown {
    text-align: center;
    width: 100%;
  }

  .custom-p3 {
    font-size: 1rem;
    padding: 1rem;
    margin: 1rem;
  }

  #back-to-top img {
    display: none;
  }
}

@media (max-width: 767px) {
  .container-m {
    min-width: 95%;
  }
}

@media (max-width: 575px) {
  .container-sm {
    width: 90%;
  }
  .custom-p3 {
    font-size: 1rem;
    padding: 1rem;
    margin: 1rem;
  }
}
