.elementor-1891 .elementor-element.elementor-element-3ccdae6{--display:flex;}.elementor-1891 .elementor-element.elementor-element-283e6d3{--spacer-size:20px;}.elementor-1891 .elementor-element.elementor-element-3e679b4{--spacer-size:20px;}.elementor-1891 .elementor-element.elementor-element-9220b84{--spacer-size:20px;}.elementor-1891 .elementor-element.elementor-element-0b94d6d{--spacer-size:20px;}.elementor-1891 .elementor-element.elementor-element-8d96264{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2616adc */.hero-servicios {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://www.rivfitgym.es/wp-content/uploads/2025/03/IMG_8924-scaled.jpeg') center/cover no-repeat;
  color: white;
  padding: 100px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
}
.hero-content {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hero-servicios {
    padding: 60px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84e0902 */.entrenamientos {
  padding: 80px 20px;
  background-color: #f9f9f9;
  text-align: center;
}
.entreno-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.entreno-card {
  background: white;
  padding: 30px;
  border-left: 6px solid #1dc5c1; /* turquesa */
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  text-align: left;
  transition: transform 0.2s;
}
.entreno-card:hover {
  transform: translateY(-5px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b30c253 */.enlace-entrenos {
  color: white;
  font-size: 16px;
  line-height: 1.8;
}
.enlace-entrenos a {
  color: #1dc5c1;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.enlace-entrenos a:hover {
  color: #17a6a2;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dbfac5e */.rutinas-personalizadas {
  padding: 80px 20px;
  background-color: #ffffff;
}
.rutinas-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.rutinas-texto {
  flex: 1 1 300px;
  max-width: 500px;
}
.rutinas-imagen img {
  max-width: 100%;
  border-radius: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f8b192 */.enlace-rutinas {
  color: white;
  font-size: 16px;
  line-height: 1.8;
}
.enlace-rutinas a {
  color: #1dc5c1;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.enlace-rutinas a:hover {
  color: #17a6a2;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-083d9e9 */.nutricion {
  background-color: #f4fbfb;
  padding: 80px 20px;
}
.nutricion-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.nutricion-imagen img {
  max-width: 100%;
  border-radius: 10px;
}
.nutricion-texto {
  flex: 1 1 300px;
  max-width: 500px;
}
.nutricion-texto ul {
  margin-top: 15px;
  padding-left: 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-949cabe */.enlace-nutricion {
  color: white;
  font-size: 16px;
  line-height: 1.8;
}
.enlace-nutricion a {
  color: #1dc5c1;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.enlace-nutricion a:hover {
  color: #17a6a2;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bfffb87 */.suplementos.con-fondo {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
              url('https://www.rivfitgym.es/wp-content/uploads/2024/02/Black-Line.png') center/cover no-repeat;
  padding: 80px 20px;
  color: white;
  text-align: center;
}
.suplementos-contenido {
  max-width: 800px;
  margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-458c093 */.seo-final {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8deed6b *//* Contenedor principal */
.rivfit-reserva-container {
  max-width: 900px;
  margin: 50px auto;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  text-align: center;
}

/* Título principal */
.rivfit-reserva-title {
  font-size: 32px;
  color: #1DC5C1;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Subtítulo */
.rivfit-reserva-subtitle {
  font-size: 20px;
  color: #555;
  margin-bottom: 30px;
}

/* Botón de reserva */
.rivfit-reserva-button {
  display: inline-block;
  background-color: #1DC5C1;
  color: #ffffff;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(29, 197, 193, 0.4);
  transition: all 0.3s ease;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

/* Hover efecto */
.rivfit-reserva-button:hover {
  background-color: #17a9a7;
  box-shadow: 0 8px 20px rgba(23, 169, 167, 0.5);
  transform: translateY(-2px);
}

/* RESPONSIVE para móviles */
@media (max-width: 768px) {
  .rivfit-reserva-title {
    font-size: 26px;
  }
  .rivfit-reserva-subtitle {
    font-size: 18px;
  }
  .rivfit-reserva-button {
    font-size: 18px;
    padding: 14px 20px;
  }
}/* End custom CSS */