/* ===========================
   BURBUJA DEL ASESOR
=========================== */

.pronta-burbuja-asesor p {
  color: #ffffff;
  font-size: 54px;
  font-weight: 900;
  margin: 0;
  line-height: 1.25;
}

/* ===========================
   BOTÓN DE CONTACTO
=========================== */

.pronta-burbuja-contacto {
  text-align: right;
}

.pronta-burbuja-contacto a {
  display: inline-block;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  padding: 18px 46px;
  border-radius: 12px;
  font-size: 20px;
  border: 2px solid #ffffff;
}

/* ===========================
   CONTENIDO PRINCIPAL
=========================== */

.pronta-contenido-principal {
  font-family: 'Montserrat', sans-serif;
  background: #ffffff;
  width: 100%;
  padding: 25px 20px;
  box-sizing: border-box;
}

.pronta-contenido-principal > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.pronta-contenido-principal h4 {
  color: #d4a600;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 0 0 15px;
}

.pronta-contenido-principal h2 {
  font-size: clamp(28px, 5vw, 34px);
  font-weight: 900;
  color: #111111;
  line-height: 1.2;
  margin: 0 0 25px;
}

.pronta-contenido-principal p {
  font-size: 17px;
  color: #333333;
  line-height: 1.7;
  margin: 0 0 20px;
}

.pronta-contenido-principal p:last-child {
  margin-bottom: 0;
}

/* ===========================
   GOOGLE REVIEWS
=========================== */

.pronta-google-reviews {
  font-family: 'Roboto', Arial, sans-serif;
  max-width: 700px;
  margin: 40px auto;
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,.10);
}

.pronta-google-reviews h2 {
  font-size: 22px;
  font-weight: 500;
  color: #202124;
  text-align: center;
  margin: 0 0 24px;
}

/* Ícono Google */

.pronta-google-reviews .google-icon {
  display: inline-block !important;
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  vertical-align: middle;
  margin-right: 10px;
}

/* Reseñas */

.review {
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}

.review:last-child {
  border-bottom: none;
}

.review-header {
  margin-bottom: 8px;
}

.review-header .stars,
.review-header .name,
.review-header .time {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.stars {
  color: #fbbc04;
  font-size: 18px;
}

.name {
  color: #202124;
  font-weight: 600;
}

.time {
  color: #80868b;
  font-style: italic;
}

.review p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #3c4043;
}

/* Enlace */

.ver-mas {
  text-align: center;
  margin-top: 28px;
}

.ver-mas a {
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
}

.ver-mas a:hover {
  text-decoration: underline;
}

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width: 768px) {

  .pronta-burbuja-asesor p {
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
  }

  .pronta-burbuja-contacto {
    text-align: left;
  }

  .pronta-burbuja-contacto a {
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 10px;
  }

  .pronta-google-reviews {
    padding: 20px;
  }

  .pronta-google-reviews h2 {
    font-size: 20px;
  }

  .pronta-google-reviews .google-icon {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    margin-right: 8px;
  }

  .review-header {
    text-align: left;
  }

}