/*
Theme Name: Farmacia Jaboneros Child
Template: Divi
Version: 1.0.0
*/

/* 1. TIPOGRAFÍAS DE GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400..900;1,400..900&family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400..900;1,400..900&family=Manrope:wght@200..800&family=Quicksand:wght@300..700&display=swap');

/* 2. ESTILOS BASE DEL SITIO WEB */
body {
  background-color: #fbf9f8;
  color: #1b1c1c;
  -webkit-font-smoothing: antialiased;
}
/* H1 */
h1 {
  font-family: "Quicksand", sans-serif!important;
  font-weight: 400!important;
}

/* Iconos de Google */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
  font-size: 24px;
}

/* Línea divisoria de diseño editorial */
.editorial-line {
  height: 0.5px;
  background-color: #7b5811;
  width: 100%;
}

/* 3. MARCAS DE AGUA DINÁMICAS (Para tus secciones de servicios) */
.bg-watermark {
  position: relative !important;
  overflow: hidden !important;
}

.bg-watermark::before {
  content: attr(data-text);
  position: absolute;
  right: -20px;
  top: 20px;
  font-size: 80px;
  font-weight: 700;
  color: rgba(139, 122, 58, 0.06);
  letter-spacing: .02em;
  white-space: nowrap;
  font-family: Georgia, serif;
  pointer-events: none;
  z-index: 0;
}