@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
.opnnsbrnstrs {
  padding: 65px 53px;
}
@media (max-width: 992px) {
  .opnnsbrnstrs {
    padding: 65px 23px;
  }
}
.opnnsbrnstrs__content {
  width: calc(100% - 2.2rem);
  max-width: 1274px;
  margin: 0 auto;
  position: relative;
}
.opnnsbrnstrs__content .testimonios-home {
  display: flex;
  flex-direction: column;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (min-width: 992px) {
  .opnnsbrnstrs__content .testimonios-home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item {
  border-radius: 25px;
  padding: 20px 20px 20px 20px;
  display: flex;
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item:nth-child(1) {
  grid-area: 1/1/2/2;
  background: #DBFF8F;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item:nth-child(1) .grillaautor {
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .opnnsbrnstrs__content .testimonios-home .testimonio-item:nth-child(1) .grillaautor {
    flex-direction: row;
    align-items: start;
  }
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item .contenido-testimonio {
  height: 100%;
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item .texto-testimonio {
  color: #393A39;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 33.6px */
  margin-top: 4px;
  height: 100%;
}
@media (min-width: 992px) {
  .opnnsbrnstrs__content .testimonios-home .testimonio-item .texto-testimonio {
    font-size: 18px;
    line-height: 140%; /* 33.6px */
  }
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item .grillaautor {
  display: flex;
  gap: 16px;
  height: 100%;
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item .grillaautor__col:last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item .grillaautor__col--img {
  width: 162px;
  height: 227px;
  display: block;
}
@media (max-width: 992px) {
  .opnnsbrnstrs__content .testimonios-home .testimonio-item .grillaautor__col--img {
    height: 260px;
    width: 100%;
  }
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item .grillaautor__col--img img {
  width: 100%;
  height: 100%;
  min-width: auto;
  min-height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transform: none;
  transform: none;
  position: static;
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item .grillaautor__col .autor-testimonio {
  color: #393A39;
  font-size: 0.87rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
@media (min-width: 992px) {
  .opnnsbrnstrs__content .testimonios-home .testimonio-item .grillaautor__col .autor-testimonio {
    font-size: 15px;
  }
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item .grillaautor__col .cargo-testimonio {
  color: #393A39;
  font-size: 0.87rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
@media (min-width: 992px) {
  .opnnsbrnstrs__content .testimonios-home .testimonio-item .grillaautor__col .cargo-testimonio {
    font-size: 0.9rem;
  }
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item:nth-child(2) {
  grid-area: 1/2/2/3;
  background: #EBFFC2;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item:nth-child(2) .grillaautor {
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .opnnsbrnstrs__content .testimonios-home .testimonio-item:nth-child(2) .grillaautor {
    flex-direction: row;
    align-items: start;
  }
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item:nth-child(3) {
  grid-area: 1/3/2/4;
  background: #B4D06C;
  flex-direction: column;
  justify-content: flex-start;
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item:nth-child(3) .grillaautor {
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item:nth-child(3) .grillaautor__col {
  margin-left: auto;
  margin-right: auto;
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item:nth-child(3) .grillaautor__col--img {
  height: 280px;
  width: inherit;
}
@media (max-width: 992px) {
  .opnnsbrnstrs__content .testimonios-home .testimonio-item:nth-child(3) .grillaautor__col--img {
    height: 260px;
    width: 100%;
  }
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item .estrellas {
  font-size: 1.5rem;
  margin-top: 0px;
}
@media (max-width: 992px) {
  .opnnsbrnstrs__content .testimonios-home .testimonio-item .estrellas {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item .estrella {
  margin-right: 4px;
  user-select: none;
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item .estrella.llena {
  color: #2A4902;
}
.opnnsbrnstrs__content .testimonios-home .testimonio-item .estrella.vacia {
  color: #ccc;
}
.opnnsbrnstrs__content--pie {
  margin-top: 68px;
  text-align: center;
  gap: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.opnnsbrnstrs__content--pie span {
  color: #393A39;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: -0.5px;
}
@media (min-width: 992px) {
  .opnnsbrnstrs__content--pie span {
    font-size: 2rem;
    line-height: 144%;
  }
}
.opnnsbrnstrs__content--pie a {
  display: inline-flex;
  padding: 20px 10px;
  height: 60px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 30px;
  background-color: #80BC00;
  border: 1px solid #80BC00;
  color: white;
  justify-content: center;
}
@media (min-width: 992px) {
  .opnnsbrnstrs__content--pie a {
    padding: 20px 40px;
  }
}
.opnnsbrnstrs__content--pie a:hover {
  background-color: #393A39;
  border: 1px solid #393A39;
}

/*# sourceMappingURL=opnn-sbr-nstrs.css.map */
