@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comforter+Brush&family=Dongle&family=Edu+SA+Beginner:wght@500&family=Edu+VIC+WA+NT+Beginner:wght@500&family=Fjalla+One&family=Lato:ital@1&family=Montserrat:wght@300&family=Mouse+Memoirs&family=Oswald:wght@200&family=Poppins:ital,wght@0,400;0,600;0,700;1,700&family=Roboto:wght@300&family=The+Nautigal:wght@700&family=Updock&display=swap");
nav {
  background-color: rgba(0, 0, 0, 0.329);
  color: white;
}
nav .tamañoLogo {
  width: 8vw;
}
nav .tamañoImagen {
  width: 20%;
}
nav header {
  grid-area: up;
}

.main {
  background-color: rgba(0, 0, 0, 0.329);
  margin-top: 1rem;
  color: white;
}

main {
  grid-area: middle;
}

footer {
  grid-area: down;
  background-color: rgba(0, 0, 0, 0.329);
  margin-top: 1rem;
  color: white;
}

.link {
  text-decoration: none;
}

.position {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  text-align: center;
  font-weight: bold;
  padding: 1rem;
}

.dimentions {
  width: 80vw;
  height: 75vh;
}

.formImg {
  display: flex;
  flex-direction: column;
  align-items: center;
}

* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

body {
  background-image: url(../Assets/Background/1184118.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.grid {
  display: grid;
  grid-template-areas: "up" "middle" "down";
}

.centrar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .imgGuia {
    width: 50%;
  }
}/*# sourceMappingURL=Style.css.map */