.card {
    background: linear-gradient(to bottom, #0d4d8a, #003366) !important; /* azul claro a azul oscuro */
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

/* Rating Stars */
.stars-rating {
  display: flex;
  gap: 8px;
  font-size: 24px;
}

.stars-rating i {
  color: #d3d3d3;
  cursor: pointer;
  transition: color 0.2s ease;
}

.stars-rating i:hover,
.stars-rating i.active {
  color: #ffc107;
}

.st_btn_car {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 9px 9px -10px;border-radius: 58px;
  font-weight: 500;
  font-size: 14px;
  /* letter-spacing: 1px; */
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  /* line-height: 1; */
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #004aad;
}

.opactive{
  color: #004aad !important;
    text-decoration: none;
  font-weight: bold;
}

.st_span_intranet{
  background: #fff;
  color: #5C768D;
  width: max-content;
  padding: 2px 20px;
  cursor: pointer;
  border-radius: 4px; 
}

.st_span_intranet:hover{
  background: #5C768D;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}

/* ============================== */
.review-box {
    background: #fff;
    max-width: 700px;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.stars {
    color: #FFA41C;
    font-size: 18px;
    margin-right: 5px;
}
.review-title {
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
}
.meta {
    color: #555;
    font-size: 11px;
    margin-top: 4px;
}
.review-content {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.5;
}



