@charset "UTF-8";
/*
    Created on : Jul 3, 2025, 2:15:19 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
body {
  margin: 0;
  font-family: "Raleway", sans-serif;
}

a {
  color: #C1092C;
  text-decoration: underline;
}

.content {
  display: flex;
  flex-direction: column;
  color: #3F3F3F;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  width: 550px;
  max-width: calc(100% - 40px);
  margin: auto;
  gap: 33px;
}
@media only screen and (max-width: 600px) {
  .content {
    text-align: left;
    gap: 26px;
  }
}
.content__inner {
  width: 460px;
  max-width: 100%;
  margin: auto;
}
.content__ending {
  color: #C1092C;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px; /* 125% */
  text-wrap: balance;
}
.content__highlight {
  border-radius: 17px;
  background: #F5F5F5;
  padding: 23px 15px;
  color: #3F3F3F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
}
@media only screen and (max-width: 600px) {
  .content__highlight {
    margin-left: -7px;
    margin-right: -7px;
  }
  .content__highlight br {
    display: none;
  }
}
.content p {
  margin: 0 0 20px;
}
.content p:last-child {
  margin-bottom: 0;
}

#review-google {
  font-family: "Raleway", sans-serif;
  appearance: none;
  border-radius: 8px;
  border: none;
  padding: 18px 10px;
  display: block;
  width: 290px;
  margin: 12px auto 0;
  border-bottom: 4px solid #387BEC;
  background: #5892F4;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.006px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
}
#review-google:hover {
  transform: translateY(-4px);
  border-bottom-color: transparent;
  background-color: #387BEC;
}

.form-valoracion__wrapper {
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 27px 20px 38px;
}
.form-valoracion__inner {
  width: 550px;
  max-width: 100%;
}
.form-valoracion__title {
  color: #3F3F3F;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .form-valoracion__title {
    line-height: 21px;
  }
}
.form-valoracion__mensaje {
  color: #818181;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px; /* 150% */
  text-transform: uppercase;
  height: 1em;
}
.form-valoracion__qty-btn {
  appearance: none;
  border: none;
  cursor: pointer;
  background: transparent;
  padding: 0;
}
.form-valoracion__qty-btn.disabled-btn {
  opacity: 0.5;
  pointer-events: none;
}
.form-valoracion__qty-wrapper {
  display: flex;
  justify-content: center;
  gap: 21px;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .form-valoracion__qty-wrapper {
    gap: 18px;
  }
}
.form-valoracion__stars {
  display: flex;
  gap: 6px;
  justify-content: center;
  font-size: 36px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .form-valoracion__stars {
    gap: 0;
  }
}

.estrella i {
  color: #FC0;
  transition: all 0.2s;
}
.estrella i.empty-star {
  color: #D8D8D8;
}

#valoracion {
  display: none;
}

.ya-has-votado {
  text-align: center;
}

.submit-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.submit {
  appearance: none;
  border: none;
  border-radius: 8px;
  background: #C1092C;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.006px;
  text-transform: uppercase;
  line-height: 49px;
  padding: 0 15px;
  transition: all 0.3s;
}
.submit:hover:not([disabled]) {
  background: #93041f;
  cursor: pointer;
}
.submit[disabled] {
  background: #818181;
  opacity: 0.25;
}

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