@import url("https://fonts.googleapis.com/css2?family=Momo+Trust+Display&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Momo Trust Display;
  width: auto;
}

body {
  margin-left: 25px;
  margin-right: 25px;
  background-color: snow;
}

body main .nos .nos1, body main .nos .nos2, body main .nos .nos3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 20vw;
  height: auto;
  border: 2px solid black;
  border-radius: 15px;
  gap: 20px;
}

header {
  display: flex;
  background-color: snow;
  align-items: center;
  gap: 1rem;
}
header .nav-link {
  color: blueviolet;
}
header .navbar-nav .nav-link.active {
  color: blueviolet;
  border: 1px solid hotpink;
  border-radius: 10px;
}
header .logo {
  height: 10vh;
  width: 10vh;
}
@media (min-width: 451px) and (max-width: 800px) {
  header {
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 450px) {
  header {
    height: auto;
  }
}

footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 25px;
  color: blueviolet;
  gap: 5rem;
}
footer a {
  border: none;
  outline: none;
}
footer .redes i {
  color: hotpink;
  border: none;
  outline: none;
  margin: 15px;
}
footer .fo {
  line-height: 60px;
  font-size: 15px;
}
@media (min-width: 320px) and (max-width: 450px) {
  footer {
    display: flex;
    flex-direction: column;
    row-gap: 0;
  }
}

body {
  margin-left: 25px;
  margin-right: 25px;
  background-color: snow;
}
body main h1 {
  font-size: 35 px;
  color: blueviolet;
}
body main h2 {
  color: blueviolet;
}
body main h3 {
  color: blueviolet;
}
body main p {
  font-family: sans-serif;
}
body main #violetnos {
  color: blueviolet;
}
body main .portada {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: space-around;
}
body main .portada .inicio .list {
  list-style-type: circle;
  margin-left: 25px;
  font-size: medium;
}

@media (min-width: 451px) and (max-width: 800px) {
  body {
    height: auto;
    width: auto;
  }
  body .portada {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 60vh;
  }
}
@media (min-width: 320px) and (max-width: 450px) {
  main {
    width: auto;
    height: auto;
  }
  main .portada {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  main .portada .inicio .list {
    width: 70%;
  }
}
body {
  margin-left: 25px;
  margin-right: 25px;
  background-color: snow;
}
body main .violet {
  color: black;
}
body main .list {
  list-style-type: circle;
  margin-left: 25px;
  font-size: medium;
}
body main .galeria {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "p2 p2 p1 p4" "p2 p2 p3 p5";
  align-items: center;
  justify-items: center;
  justify-content: center;
  gap: 20px;
}
body main .galeria .p1 {
  grid-area: p1;
}
body main .galeria .p2 {
  grid-area: p2;
}
body main .galeria .p2 img {
  height: 45vh;
  width: 50vh;
}
body main .galeria .p3 {
  grid-area: p3;
}
body main .galeria .p4 {
  grid-area: p4;
}
body main .galeria .p5 {
  grid-area: p5;
}
body main .galeria .productos .productos {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
body main .galeria .productos img {
  height: 15vh;
  width: 15vh;
}
@media (min-width: 320px) and (max-width: 450px) {
  body main .galeria {
    grid-template-areas: "p1" "p2" "p3" "p4" "p5";
    place-items: center;
    row-gap: 12px;
  }
  body main .galeria .p1,
  body main .galeria .p2,
  body main .galeria .p3,
  body main .galeria .p4,
  body main .galeria .p5 {
    width: 18rem;
    margin: 0 auto;
    text-align: center;
  }
  body main .galeria .galeria img {
    display: block;
    margin: 0 auto;
    width: 18rem;
    height: auto;
  }
}
@media (min-width: 451px) and (max-width: 800px) {
  body main body {
    height: auto;
    width: auto;
  }
}
body .boton {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid hotpink;
  border-radius: 15px;
  background-color: hotpink;
}
body .boton a {
  color: blueviolet;
  text-decoration: none;
}

body {
  margin-left: 25px;
  margin-right: 25px;
  background-color: snow;
}
body .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
body .cards .card img {
  height: 30vh;
  width: auto;
}
body .pink {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "f5 f2 f1" "f3 f4 f1";
  align-items: center;
  justify-items: center;
}
body .f1 {
  grid-area: f1;
}
body .f2 {
  grid-area: f2;
}
body .f3 {
  grid-area: f3;
}
body .f4 {
  grid-area: f4;
}
body .f5 {
  grid-area: f5;
}
body .pink img {
  height: 25vh;
  width: auto;
  margin: 0;
}
@media (min-width: 320px) and (max-width: 450px) {
  body .pink {
    grid-template-columns: 1 1fr;
    grid-template-rows: auto;
    grid-template-areas: "f1" "f2" "f3" "f4" "f5";
    align-items: center;
    justify-items: center;
    justify-content: center;
    row-gap: 12px;
  }
  body .pink .f1 .f2,
  body .pink .f3,
  body .pink .f4,
  body .pink .f5 {
    width: 100%;
    margin: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }
  body .pink .f1 .f2 img,
  body .pink .f3 img,
  body .pink .f4 img,
  body .pink .f5 img {
    margin: 0;
    width: 100%;
    height: 25vh;
    justify-items: center;
    align-items: center;
  }
}

@media (min-width: 451px) and (max-width: 800px) {
  body .pink {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "f5 f2 f1" "f3 f4 f1";
    align-items: center;
    justify-items: center;
  }
  body .pink img {
    height: 10vh;
    width: 20vw;
  }
  body .cards {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-bottom: 30px;
  }
  body .cards .card {
    flex: 1 1 22%;
    max-width: 22%;
    height: 25vh;
  }
  body .cards .card img {
    width: 100%;
    height: 15vh;
  }
}
body {
  margin-left: 25px;
  margin-right: 25px;
  background-color: snow;
}
body main {
  margin-bottom: 10vh;
}
body main .violet {
  color: black;
}
body main .nos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
body main .nos .nos1 {
  background-color: darkmagenta;
}
body main .nos .nos1 img {
  width: 15vw;
  height: 40vh;
}
body main .nos .nos2 {
  background-color: deeppink;
}
body main .nos .nos2 img {
  width: 15vw;
  height: 40vh;
}
body main .nos .nos3 {
  background-color: mediumorchid;
}
body main .nos .nos3 img {
  width: 15vw;
  height: 40vh;
}
@media (min-width: 320px) and (max-width: 450px) {
  body main .nos {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  body main .nos .nos1 {
    width: 90vw;
    height: 50vh;
  }
  body main .nos .nos1 img {
    width: 80vw;
    height: 50vh;
  }
  body main .nos .nos2 {
    width: 90vw;
    height: 50vh;
  }
  body main .nos .nos2 img {
    width: 80vw;
    height: 50vh;
  }
  body main .nos .nos3 {
    width: 90vw;
    height: 50vh;
  }
  body main .nos .nos3 img {
    width: 80vw;
    height: 50vh;
  }
}
@media (min-width: 451px) and (max-width: 800px) {
  body main .nos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 2vw;
  }
  body main .nos .nos1,
  body main .nos .nos2,
  body main .nos .nos3 {
    width: 28vw;
    height: 35vh;
  }
  body main .nos .nos1 img,
  body main .nos .nos2 img,
  body main .nos .nos3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

body {
  margin-left: 25px;
  margin-right: 25px;
  background-color: snow;
}
body .footerc {
  height: 60vh;
}
body input:focus-visible,
body textarea:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 120, 255, 0.35);
  border-color: #0078ff;
}

@media (min-width: 451px) and (max-width: 800px) {
  body {
    width: auto;
    height: auto;
  }
  body .footerc {
    height: 65vh;
  }
}
@media (min-width: 320px) and (max-width: 450px) {
  body {
    height: auto;
    width: auto;
  }
}

/*# sourceMappingURL=styles.css.map */
