@import url("https://use.typekit.net/oqh1shf.css");
@import url("https://fonts.googleapis.com/css2?family=Praise&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ruluko&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

a,
ul,
li,
ol {
  text-decoration: none;
  list-style-type: none;
}

button,
input {
  border: none;
  outline: none;
  background-color: transparent;
}

a:visited {
  color: #ffffff;
}

.call {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.call .container-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  background-color: #ffffff;
}
.call .container-logo .logo-miriam-momesso {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.call .container-call {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.call .container-call .sub-title-call {
  font-family: "mongoose", sans-serif;
  font-size: min(max(1.7rem, 2vw), 8rem);
  font-weight: 600;
  color: #D88C9A;
  font-style: normal;
}
.call .container-call .call-title {
  font-family: "Praise", cursive;
  font-size: min(max(1rem, 15vw), 15rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
  line-height: 0.7;
}
.call .description-call {
  font-family: "Ruluko", sans-serif;
  font-size: min(max(1rem, 1vw), 1.5rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
}
.call .main-call-img {
  border-radius: 30px;
  width: 100%;
}

@media (min-width: 350px) and (max-width: 1000px) {
  .call {
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
  }
  .main-call-img {
    border-radius: 30px;
    width: 100%;
  }
}
.wrapper {
  display: flex;
  flex-direction: column;
  width: 80%;
  padding: 50px 100px;
  gap: 30px;
  background-color: #F1E1D3;
}

@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper {
    display: flex;
    flex-direction: column;
    width: 98%;
    padding: 10px 10px;
    gap: 10px;
    background-color: #F1E1D3;
  }
}
.wrapper-product-01 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  width: 100%;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 {
    grid-template-columns: 1fr 1fr;
  }
}
.wrapper-product-01 .container-title-product-01 {
  grid-area: 1/1/2/3;
  align-self: center;
  justify-self: center;
}
.wrapper-product-01 .container-title-product-01 .title-product-01 {
  position: relative;
  z-index: 1;
  display: flex;
  font-family: "Praise", cursive;
  font-size: min(max(1rem, 15vw), 15rem);
  font-weight: 300;
  color: #64558E;
  font-style: normal;
  line-height: 0.9;
  padding-top: 60px;
}
.wrapper-product-01 .container-title-product-01 .title-product-01 .ps {
  position: absolute;
  z-index: -1;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 20rem;
  color: #ffffff;
  transform: translateY(-50px);
  right: -150px;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 .container-title-product-01 .title-product-01 .ps {
    font-size: 8rem;
    transform: translateY(-50px);
    right: 20px;
  }
}
.wrapper-product-01 .container-description-product-01 {
  grid-area: 2/1/3/2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 .container-description-product-01 {
    grid-area: 2/1/3/3;
  }
}
.wrapper-product-01 .container-description-product-01 .titles-info-product-01 {
  font-family: "mongoose", sans-serif;
  font-size: min(max(1rem, 2vw), 8rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
}
.wrapper-product-01 .container-description-product-01 .description-product-01 {
  font-family: "Ruluko", sans-serif;
  font-size: min(max(1rem, 1vw), 1.5rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
  text-align: justify;
}
.wrapper-product-01 .container-description-product-01 .list-medida-product-01 {
  font-family: "Ruluko", sans-serif;
  font-size: min(max(1rem, 1vw), 1.5rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
}
.wrapper-product-01 .container-img-div {
  grid-area: 2/2/3/3;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 .container-img-div {
    grid-area: 3/1/4/3;
    height: 15vh;
    background-color: #99C1B9;
    border-radius: 30PX;
  }
}
.wrapper-product-01 .container-img-div .img-product-01 {
  width: 100%;
  position: absolute;
  top: -100px;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 .container-img-div .img-product-01 {
    top: -30px;
  }
}
.wrapper-product-01 .container-img-div .img-product-01-up {
  z-index: 1;
}
.wrapper-product-01 .container-img-div .img-product-02-base {
  mix-blend-mode: multiply;
}
.wrapper-product-01 .container-gallery-product-01 {
  grid-area: 3/1/4/3;
  display: flex;
  gap: 30px;
  width: 100%;
  height: 30vh;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 .container-gallery-product-01 {
    grid-area: 4/1/5/3;
    flex-direction: column;
    height: auto;
  }
}
.wrapper-product-01 .container-gallery-product-01 .container-img-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  border-radius: 30px;
  height: auto;
  overflow: hidden;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 .container-gallery-product-01 .container-img-gallery {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}
.wrapper-product-01 .container-gallery-product-01 .item-gallery {
  height: 100%;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 .container-gallery-product-01 .item-gallery {
    height: 400px;
  }
}
.wrapper-product-01 .anchor-product-01 {
  justify-self: center;
  grid-area: 4/1/5/3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  background-color: #64558E;
  color: #ffffff;
  border-radius: 30px;
  font-family: "mongoose", sans-serif;
  font-size: min(max(1rem, 2vw), 8rem);
  font-weight: 600;
  color: #D88C9A;
  font-style: normal;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 .anchor-product-01 {
    grid-area: 5/1/6/3;
    width: 60%;
    font-size: 2rem;
  }
}

.wrapper-product-01 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  width: 100%;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 {
    grid-template-columns: 1fr 1fr;
  }
}
.wrapper-product-01 .container-title-product-01 {
  grid-area: 1/1/2/3;
  align-self: center;
  justify-self: center;
}
.wrapper-product-01 .container-title-product-01 .title-product-01 {
  position: relative;
  z-index: 1;
  display: flex;
  font-family: "Praise", cursive;
  font-size: min(max(1rem, 15vw), 15rem);
  font-weight: 300;
  color: #64558E;
  font-style: normal;
  line-height: 0.9;
  padding-top: 60px;
}
.wrapper-product-01 .container-title-product-01 .title-product-01 .ps {
  position: absolute;
  z-index: -1;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 20rem;
  color: #ffffff;
  transform: translateY(-50px);
  right: -150px;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 .container-title-product-01 .title-product-01 .ps {
    font-size: 8rem;
    transform: translateY(-50px);
    right: 20px;
  }
}
.wrapper-product-01 .container-description-product-01 {
  grid-area: 2/1/3/2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 .container-description-product-01 {
    grid-area: 2/1/3/3;
  }
}
.wrapper-product-01 .container-description-product-01 .titles-info-product-01 {
  font-family: "mongoose", sans-serif;
  font-size: min(max(1rem, 2vw), 8rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
}
.wrapper-product-01 .container-description-product-01 .description-product-01 {
  font-family: "Ruluko", sans-serif;
  font-size: min(max(1rem, 1vw), 1.5rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
  text-align: justify;
}
.wrapper-product-01 .container-description-product-01 .list-medida-product-01 {
  font-family: "Ruluko", sans-serif;
  font-size: min(max(1rem, 1vw), 1.5rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
}
.wrapper-product-01 .container-img-div {
  grid-area: 2/2/3/3;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 .container-img-div {
    grid-area: 3/1/4/3;
    height: 15vh;
    background-color: #99C1B9;
    border-radius: 30PX;
  }
}
.wrapper-product-01 .container-img-div .img-product-01 {
  width: 100%;
  position: absolute;
  top: -100px;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 .container-img-div .img-product-01 {
    top: -30px;
  }
}
.wrapper-product-01 .container-img-div .img-product-01-up {
  z-index: 1;
}
.wrapper-product-01 .container-img-div .img-product-02-base {
  mix-blend-mode: multiply;
}
.wrapper-product-01 .container-gallery-product-01 {
  grid-area: 3/1/4/3;
  display: flex;
  gap: 30px;
  width: 100%;
  height: 30vh;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 .container-gallery-product-01 {
    grid-area: 4/1/5/3;
    flex-direction: column;
    height: auto;
  }
}
.wrapper-product-01 .container-gallery-product-01 .container-img-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  border-radius: 30px;
  height: auto;
  overflow: hidden;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 .container-gallery-product-01 .container-img-gallery {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
}
.wrapper-product-01 .container-gallery-product-01 .item-gallery {
  height: 100%;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 .container-gallery-product-01 .item-gallery {
    height: 400px;
  }
}
.wrapper-product-01 .anchor-product-01 {
  justify-self: center;
  grid-area: 4/1/5/3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  background-color: #64558E;
  color: #ffffff;
  border-radius: 30px;
  font-family: "mongoose", sans-serif;
  font-size: min(max(1rem, 2vw), 8rem);
  font-weight: 600;
  color: #D88C9A;
  font-style: normal;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-01 .anchor-product-01 {
    grid-area: 5/1/6/3;
    width: 60%;
    font-size: 2rem;
  }
}

.wrapper-product-02 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  width: 100%;
}
.wrapper-product-02 .container-title-product-02 {
  grid-area: 1/1/2/3;
  align-self: center;
  justify-self: center;
}
.wrapper-product-02 .container-title-product-02 .title-product-02 {
  position: relative;
  z-index: 1;
  display: flex;
  font-family: "Praise", cursive;
  font-size: min(max(1rem, 15vw), 15rem);
  font-weight: 300;
  color: #64558E;
  font-style: normal;
  line-height: 0.9;
  padding-top: 60px;
}
.wrapper-product-02 .container-title-product-02 .title-product-02 .vani {
  position: absolute;
  z-index: -1;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 20rem;
  color: #ffffff;
  transform: translateY(-50px);
  right: -150px;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-02 .container-title-product-02 .title-product-02 .vani {
    font-size: min(max(5rem, 5vw), 7rem);
    right: -40px;
    top: 90px;
  }
}
.wrapper-product-02 .container-description-product-02 {
  grid-area: 2/1/3/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-02 .container-description-product-02 {
    grid-area: 2/1/3/3;
  }
}
.wrapper-product-02 .container-description-product-02 .titles-info-product-02 {
  font-family: "mongoose", sans-serif;
  font-size: min(max(1rem, 2vw), 8rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
}
.wrapper-product-02 .container-description-product-02 .description-product-02 {
  font-family: "Ruluko", sans-serif;
  font-size: min(max(1rem, 1vw), 1.5rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
  text-align: justify;
}
.wrapper-product-02 .container-description-product-02 .list-medida-product-02 {
  font-family: "Ruluko", sans-serif;
  font-size: min(max(1rem, 1vw), 1.5rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
}
.wrapper-product-02 .container-img-div {
  grid-area: 2/2/3/3;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-02 .container-img-div {
    grid-area: 3/1/4/3;
  }
}
.wrapper-product-02 .container-img-div .img-product-02 {
  width: 100%;
}
.wrapper-product-02 .container-gallery-product-02 {
  grid-area: 3/1/4/3;
  display: flex;
  gap: 30px;
  width: 100%;
  height: 30vh;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-02 .container-gallery-product-02 {
    grid-area: 4/1/5/3;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.wrapper-product-02 .container-gallery-product-02 .container-img-gallery-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  border-radius: 30px;
  height: auto;
  overflow: hidden;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-02 .container-gallery-product-02 .container-img-gallery-02 {
    width: 100%;
  }
}
.wrapper-product-02 .container-gallery-product-02 .container-img-gallery-02 .item-gallery-02 {
  height: 100%;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-02 .container-gallery-product-02 .container-img-gallery-02 .item-gallery-02 {
    width: 100%;
  }
}
.wrapper-product-02 .anchor-product-02 {
  justify-self: center;
  grid-area: 4/1/5/3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  background-color: #64558E;
  color: #ffffff;
  border-radius: 30px;
  font-family: "mongoose", sans-serif;
  font-size: min(max(2rem, 2vw), 8rem);
  font-weight: 600;
  color: #D88C9A;
  font-style: normal;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-02 .anchor-product-02 {
    grid-area: 5/1/6/3;
    width: 70%;
  }
}

.wrapper-product-03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.wrapper-product-03 .container-title-product-03 {
  grid-area: 1/1/2/3;
  align-self: center;
  justify-self: center;
}
.wrapper-product-03 .container-title-product-03 .title-product-03 {
  position: relative;
  z-index: 1;
  display: flex;
  font-family: "Praise", cursive;
  font-size: min(max(1rem, 15vw), 15rem);
  font-weight: 300;
  color: #64558E;
  font-style: normal;
  line-height: 0.9;
  padding-top: 60px;
}
.wrapper-product-03 .container-title-product-03 .title-product-03 .slim {
  position: absolute;
  z-index: -1;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 20rem;
  color: #ffffff;
  transform: translateY(-50px);
  right: -150px;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-03 .container-title-product-03 .title-product-03 .slim {
    font-size: 6rem;
    right: -50px;
    top: 75px;
  }
}
.wrapper-product-03 .wrapper-gallery-product-03 {
  display: grid;
  grid-template: 1fr 1fr/2fr 1fr 1fr;
  gap: 20px;
  width: 100%;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-03 .wrapper-gallery-product-03 {
    display: flex;
    flex-direction: column;
  }
}
.wrapper-product-03 .wrapper-gallery-product-03 .container-img-main-gallery-03 {
  grid-area: 1/1/3/2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.wrapper-product-03 .wrapper-gallery-product-03 .container-img-main-gallery-03 .item-gallery-main {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-03 .wrapper-gallery-product-03 .container-img-main-gallery-03 .item-gallery-main {
    height: auto;
    width: 100%;
  }
}
.wrapper-product-03 .wrapper-gallery-product-03 .container-img-gallery-03 {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.wrapper-product-03 .wrapper-gallery-product-03 .container-img-gallery-03 .item-gallery-03 {
  width: 100%;
}
.wrapper-product-03 .container-description-product-03 {
  grid-area: 2/1/3/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.wrapper-product-03 .container-description-product-03 .titles-info-product-03 {
  font-family: "mongoose", sans-serif;
  font-size: min(max(1rem, 2vw), 8rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-03 .container-description-product-03 .titles-info-product-03 {
    font-size: 2rem;
  }
}
.wrapper-product-03 .container-description-product-03 .description-product-03 {
  display: block;
  width: 60%;
  font-family: "Ruluko", sans-serif;
  font-size: min(max(1rem, 1vw), 1.5rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
  text-align: center;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-03 .container-description-product-03 .description-product-03 {
    font-size: 1rem;
    width: 100%;
  }
}
.wrapper-product-03 .container-description-product-03 .list-medida-product-03 {
  display: flex;
  gap: 30px;
  font-family: "Ruluko", sans-serif;
  font-size: min(max(1rem, 1vw), 1.5rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-03 .container-description-product-03 .list-medida-product-03 {
    font-size: 1rem;
    width: 100%;
    justify-content: center;
  }
}
.wrapper-product-03 .anchor-product-03 {
  justify-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  background-color: #64558E;
  color: #ffffff;
  border-radius: 30px;
  font-family: "mongoose", sans-serif;
  font-size: min(max(1rem, 2vw), 8rem);
  font-weight: 600;
  color: #D88C9A;
  font-style: normal;
}

.wrapper-product-04 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.wrapper-product-04 .container-title-product-04 {
  grid-area: 1/1/2/3;
  align-self: center;
  justify-self: center;
}
.wrapper-product-04 .container-title-product-04 .title-product-04 {
  position: relative;
  z-index: 1;
  display: flex;
  font-family: "Praise", cursive;
  font-size: min(max(1rem, 15vw), 15rem);
  font-weight: 300;
  color: #64558E;
  font-style: normal;
  line-height: 0.9;
  padding-top: 60px;
}
.wrapper-product-04 .container-title-product-04 .title-product-04 .fran {
  position: absolute;
  z-index: -1;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 20rem;
  color: #ffffff;
  transform: translateY(-10px);
  right: -350px;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-04 .container-title-product-04 .title-product-04 .fran {
    font-size: 5rem;
    right: -60px;
    top: 50px;
  }
}
.wrapper-product-04 .wrapper-gallery-product-04 {
  display: grid;
  grid-template: 1fr 1fr/2fr 1fr 1fr;
  gap: 20px;
  width: 100%;
}
@media (min-width: 350px) and (max-width: 1425px) {
  .wrapper-product-04 .wrapper-gallery-product-04 {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-04 .wrapper-gallery-product-04 {
    display: flex;
    flex-direction: column;
  }
}
.wrapper-product-04 .wrapper-gallery-product-04 .container-img-main-gallery-04 {
  grid-area: 1/1/3/2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.wrapper-product-04 .wrapper-gallery-product-04 .container-img-main-gallery-04 .item-gallery-main {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-04 .wrapper-gallery-product-04 .container-img-main-gallery-04 .item-gallery-main {
    height: auto;
    width: 100%;
  }
}
.wrapper-product-04 .wrapper-gallery-product-04 .container-img-gallery-04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  height: 30vh;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-04 .wrapper-gallery-product-04 .container-img-gallery-04 {
    height: auto;
  }
}
.wrapper-product-04 .wrapper-gallery-product-04 .container-img-gallery-04 .item-gallery-04 {
  min-width: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-04 .wrapper-gallery-product-04 .container-img-gallery-04 .item-gallery-04 {
    height: 400px;
    width: auto;
  }
}
.wrapper-product-04 .container-description-product-04 {
  grid-area: 2/1/3/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.wrapper-product-04 .container-description-product-04 .titles-info-product-04 {
  font-family: "mongoose", sans-serif;
  font-size: min(max(1rem, 2vw), 8rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-04 .container-description-product-04 .titles-info-product-04 {
    font-size: 2rem;
  }
}
.wrapper-product-04 .container-description-product-04 .description-product-04 {
  display: block;
  width: 60%;
  font-family: "Ruluko", sans-serif;
  font-size: min(max(1rem, 1vw), 1.5rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
  text-align: center;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-04 .container-description-product-04 .description-product-04 {
    width: 100%;
  }
}
.wrapper-product-04 .container-description-product-04 .list-medida-product-04 {
  display: flex;
  gap: 30px;
  font-family: "Ruluko", sans-serif;
  font-size: min(max(1rem, 1vw), 1.5rem);
  font-weight: 600;
  color: #64558E;
  font-style: normal;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-04 .container-description-product-04 .list-medida-product-04 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.wrapper-product-04 .anchor-product-04 {
  justify-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  background-color: #64558E;
  color: #ffffff;
  border-radius: 30px;
  font-family: "mongoose", sans-serif;
  font-size: min(max(1rem, 2vw), 8rem);
  font-weight: 600;
  color: #D88C9A;
  font-style: normal;
}
@media (min-width: 350px) and (max-width: 1000px) {
  .wrapper-product-04 .anchor-product-04 {
    width: 60%;
    font-size: 2rem;
  }
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 100px 30px;
  background-image: linear-gradient(to top, #99C1B9 70%, #D88C9A 30%);
}/*# sourceMappingURL=style.css.map */