.elementor-kit-758{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-758 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.reviews-wrapper {
  max-width: 650px;
  margin: 30px auto;
  padding: 20px;
  background: #fff5e0; /* Fondo editable */
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  font-family: 'Arial', sans-serif; /* Tipografía editable */
  text-align: center;
}

.review-logo {
  max-width: 120px;
  margin-bottom: 10px;
}

.review-header h2 {
  color: #d32f2f; /* Color principal */
  margin: 10px 0;
}
.review-header p {
  color: #555;
  font-size: 14px;
}

#reviewForm input, 
#reviewForm textarea {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  border-radius: 10px;
  border: 1px solid #ccc;
}

#reviewForm button {
  width: 100%;
  background: #ff9800; /* Botón */
  color: white;
  padding: 12px;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
#reviewForm button:hover {
  background: #e67c00;
}

.stars label {
  font-size: 20px;
  color: #ffcc00;
  cursor: pointer;
}

/* === CARRUSEL === */
.carousel-wrapper {
  overflow: hidden;
  margin-top: 30px;
}
.carousel {
  display: flex;
  transition: transform 0.6s ease-in-out;
}
.review-card {
  min-width: 100%;
  background: #fff;
  margin: 0 10px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.review-card h3 {
  color: #d32f2f;
}
.review-card .star-display {
  color: #ffcc00;
  font-size: 18px;
}/* End custom CSS */