/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* ==========================================================================
   1. VARIABLES GLOBALES
   ========================================================================== */
/* ==========================================================================
   2. DEFINICIÓN DE FUENTES (@font-face)
   ========================================================================== */
/* --- FUENTES ROBOTO (Regular, Medium, Bold) --- */
@font-face {
  font-family: "Roboto";
  src: url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff2?69cff95a') format("woff2"), url('https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff2?69cff95a') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff2?69cff95a') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* --- ICONOS FONTAWESOME 4.7 (Estándar Gantry) --- */
@font-face {
  font-family: "FontAwesome";
  src: url('../../../../media/gantry5/assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* --- ICONOS FONTAWESOME 5 SOLID --- */
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url('../../../../media/gantry5/assets/fonts/webfonts/fa-solid-900.woff2?v=4a6591') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   3. ESTILOS BASE Y AJUSTES UNIVERSALES
   ========================================================================== */
body {
  margin-bottom: 60px !important;
}
/* ==========================================================================
   4. BLOQUES Y COMPONENTES (Estructura de la UI)
   ========================================================================== */
/* --- BLOQUE HERO --- */
.hero-block {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  /* Evita desbordamiento de imágenes */
  display: flex;
  justify-content: center;
  /* Centra horizontalmente */
  align-items: flex-end;
  /* Empuja el contenido hacia abajo */
  padding-bottom: 30px;
  color: #FFFFFF;
  /* Capa de superposición (Overlay) */
  /* Convierte la etiqueta IMG en fondo real */
  /* Contenedor de contenido */
}
.hero-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-block .hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.hero-block .hero-content {
  position: relative;
  z-index: 2;
  /* Por encima del fondo y el overlay */
  padding: 0;
  max-width: 800px;
  text-align: center;
}
.hero-block .hero-content .button {
  display: inline-block;
  padding: 12px 20px;
  background-color: #007BFF;
  color: #FFFFFF !important;
  text-decoration: none;
  border-radius: 8px;
  font-size: clamp(1.2em, 1.75vw, 1.2em);
  font-weight: bold;
  transition: 0.3s;
}
.hero-block .hero-content .button:hover {
  background-color: #0000FF;
  color: #FFFFFF !important;
  transform: scale(1.05);
}
/* --- BLOQUE APP 1 --- */
.app-1 {
  position: relative;
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
/* ==========================================================================
   5. COMPONENTES FIJOS (Navegación / UI Crítica)
   ========================================================================== */
#kelerfit-nav-bar {
  display: flex !important;
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 55px !important;
  background-color: #000000 !important;
  z-index: 2147483647 !important;
  justify-content: space-around !important;
  align-items: center !important;
  border-top: 1px solid #222 !important;
  padding-bottom: env(safe-area-inset-bottom, 0px) !important;
}
#kelerfit-nav-bar .nav-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 45% !important;
  height: 100% !important;
  background: transparent !important;
  color: #FFFFFF !important;
  border: none !important;
  cursor: pointer !important;
  transition: opacity 0.2s;
  -webkit-tap-highlight-color: transparent;
}
#kelerfit-nav-bar .nav-btn:hover {
  opacity: 0.7;
}
#kelerfit-nav-bar .nav-btn:active {
  opacity: 0.4;
}
#kelerfit-nav-bar svg {
  width: 40px;
  height: 40px;
}
/* --- Estilo de Tabla para Báscula --- */
.seb_table {
  background-color: CCCCCC !important;
}
/* Aplicar el color y fuente a todas las celdas de la tabla */
.seb_table td, .seb_table th {
  background-color: #CCCCCC !important;
  color: #000000 !important;
}
/* --- BOTON AZUL --- */
.boton-azul {
  display: inline-block;
  padding: 12px 20px;
  background-color: #007BFF;
  color: #FFFFFF !important;
  text-decoration: none;
  border-radius: 8px;
  font-size: clamp(1.2em, 1.75vw, 1.2em);
  transition: 0.3s;
}
.boton-azul:hover {
  background-color: #0000FF;
  color: #FFFFFF !important;
  transform: scale(1.05);
}
.bascula-display {
  background: #CCC;
  color: #000;
}
/*# sourceMappingURL=custom_20.css.map */