#secao-google {
  background-color: #333333;
  padding: 30px;
  padding-top: 50px;
}

#board-1 p {
  color: #000000;
  font-weight: 600;
}

#secao-google h2 {
  font-weight: 600;
  font-size: 46px;
}

#secao-google #avaliacao {
  padding-left: 35px;
  padding-right: 45px;
  padding-top: 0px;
  padding-bottom: 50px;
}

#secao-google .rate {
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  margin-right: 10px;
}

#secao-google .avaliation {
  font-size: 13px;
  color: #747474;
}

#secao-google #buttonreview {
  color: #fff;
  background-color: #f15a25;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  font-weight: 700;
  border-radius: 50px;
  right: 60px;
}

#secao-google #buttonreview:hover {
  background-color: #ff6730;
}

#secao-google #buttonreview:hover {
  color: #fff;
  background-color: #197cfe;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
}

#secao-google #buttonreviewinside {
  padding-top: 35px;
}

#secao-google #google-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 30px;
  flex-wrap: wrap;
}

#secao-google #google-header {
  text-align: center;
  margin-bottom: 30px;
}

#secao-google #google-header h3 {
  margin-bottom: 16px;
}

#secao-google #board-1 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50px;
  padding: 10px 24px;
}

#secao-google #board-logo {
  display: flex;
  align-items: center;
  gap: 6px;
}

#secao-google #board-divider {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.25);
}

#secao-google #buttonreview-cta {
  color: #fff;
  background-color: #f15a25;
  font-weight: 700;
  border-radius: 50px;
  padding: 0 28px;
  letter-spacing: .5px;
}

#secao-google #buttonreview-cta:hover {
  background-color: #ff6730;
}

#secao-google #board-1 p {
  margin: 0;
}

#secao-google #board-2 {
  display: flex;
  align-items: center;
}

#secao-google .swiper-slide p {
  color: #000000;
}

#secao-google .box-goo {
  display: flex;
  padding: 20px;
  border-radius: 10px;
  background-color: #f3f3f3;
}

#secao-google #profile1,
#profile2,
#profile3,
#profile4,
#profile5,
#profile6,
#profile7,
#profile8,
#profile9 {
  border-radius: 250px;
}

#secao-google .col-2 {
  padding-left: 15px;
}

#secao-google strong {
  font-weight: 600;
}

#secao-google .p {
  color: #535353;
  font-size: 14px;
}

#secao-google .stars {
  margin-left: -58px;
  margin-top: 6px;
  color: #fcbf03;
}

#secao-google .stars svg {
  vertical-align: middle;
}

#secao-google .comment {
  margin-left: -54px;
  margin-top: 6px;
}

#secao-google .comment p {
  font-size: 14px;
  margin-top: 0px;
  height: 60px;
  max-height: 60px;
  overflow: auto;
}

#secao-google .swiper-pagination {
  position: relative;
}

#secao-google .swiper-pagination {
  margin-top: 20px;
}

#board-1 img {
  height: 40px;
  width: 95px;
}

#board-2 img {
  height: 35px;
  width: 27px
}

@media only screen and (max-width: 450px) {
  #secao-google #avaliacao {
    padding: 0;
  }
}
