@charset "UTF-8";
header {
  margin-left: 5%;
  margin-right: 5%;
}

header h1 {
  padding-top: 25%;
  font-family: 'Spartan', sans-serif;
  font-weight: 700;
  z-index: 10;
  color: #502050;
  padding-bottom: 7%;
  text-align: center;
}

header p {
  font-size: 15px;
  font-weight: 500;
  color: #937b92;
  z-index: 10;
  padding-bottom: 7%;
  text-align: center;
}

.raiting {
  margin-left: 5%;
  width: 95%;
  text-align: center;
}

.raiting .fas.fa-star {
  color: #ED8F43;
  letter-spacing: 10px;
}

.raiting .star {
  border-radius: 10px;
  background-color: #f7f2f7;
  padding-top: 5%;
  padding-left: 5%;
  padding-bottom: 5%;
  margin-bottom: 5%;
  margin-right: 5%;
}

.raiting .star p {
  color: #502050;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3%;
  padding-left: 3%;
  padding-top: 5%;
}

.raiting .star:last-child {
  margin-bottom: 15%;
}

.comments {
  margin-left: 3%;
  margin-right: 3%;
}

.comments h3 {
  color: white;
  display: block;
  margin-left: 6.5%;
  font-size: 15px;
}

.comments span {
  margin-left: 6.5%;
  color: #ee68a4;
}

.comments .buyers {
  border-radius: 15px;
  background-color: #502050;
  margin-bottom: 5%;
  margin-left: 3%;
  padding-left: 10%;
  padding-top: 15%;
  margin-right: 3%;
  padding-right: 5%;
}

.comments .buyers .names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 1%;
  padding-bottom: 15%;
}

.comments .buyers img {
  border-radius: 100%;
  float: left;
  width: 15%;
}

.comments .buyers p {
  padding-bottom: 10%;
  color: white;
  font-size: 15px;
}

.comments .buyers:last-child {
  margin-bottom: 30%;
}

@media screen and (min-width: 768px) {
  html {
    background: url("../../images/bg-pattern-bottom-desktop.svg"), url("../../images/bg-pattern-top-desktop.svg");
    background-repeat: no-repeat;
    /*  Comienza Sección Raiting */
    /*Comienza la sección Comments */
  }
  html header {
    width: 30%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  html header h1, html header p {
    text-align: left;
    margin-bottom: 5%;
  }
  html header h1 {
    padding-bottom: 3%;
  }
  html header p {
    padding-top: 0%;
  }
  html .raiting {
    width: 57.5%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0%;
  }
  html .raiting .star {
    width: 80%;
    padding-bottom: 1.5%;
    padding-top: 1.5%;
  }
  html .raiting .star:first-child {
    margin-right: 13%;
  }
  html .raiting .star:nth-child(2) {
    margin-right: 8%;
  }
  html .raiting .star:last-child {
    margin-right: 3%;
  }
  html .raiting .star p {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 0%;
    padding-top: 0%;
    text-align: center;
  }
  html .comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  html .comments .buyers {
    margin-left: 1.5%;
    padding-left: 1.5%;
    padding-top: 1.5%;
    margin-right: 1.5%;
    padding-right: 1.5%;
    margin-bottom: 20%;
    border-radius: 7px;
  }
  html .comments .buyers:first-child {
    margin-bottom: 15%;
  }
  html .comments .buyers:nth-child(2) {
    margin-top: 3%;
    margin-bottom: 13%;
  }
  html .comments .buyers:last-child {
    margin-top: 5%;
    margin-bottom: 11%;
  }
}

html {
  scroll-behavior: smooth;
  background: url("/images/bg-pattern-top-mobile.svg");
}

* {
  margin: 0 auto;
  padding: 0;
  max-width: 1440px;
  font-family: 'Spartan', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: #3e52a3;
}
/*# sourceMappingURL=styles.css.map */