.hero-wrap{
  max-width: 1400px;
  margin: 32px auto;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.hero-video{
  position: relative;
  min-height: 700px;
  border-radius: 40px;
  overflow: hidden;
  isolation: isolate;
}

.hero-video::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to top, rgba(0,0,0,.46) 0%, rgba(0,0,0,0) 55%);
  z-index:1;
  pointer-events:none;
}

.hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 40%;
  display:block;
}

.hero-content{
  position:absolute;
  left:64px;
  right:64px;
  bottom:64px;
  z-index:2;
  max-width:980px;
  color:#fff;
  text-align:left;
}

.hero-title{
  font-weight:800;
  line-height:1.08;
  font-size: clamp(2.2rem, 4.4vw, 4rem);
  margin:0;
}

.btn-cta{
  background:#08F4BA;
  color:#111;
  font-weight:700;
  border:0;
  border-radius:12px;
  padding:.8rem 1.6rem;
  transition:transform .12s ease, background-color .15s ease;
  text-decoration:none;
  display:inline-block;
}
.btn-cta:hover{ background:#06d7a2; transform:translateY(-1px); }

/* tablets + phones */
@media (max-width: 992px){
  .hero-video{ border-radius:20px; min-height:52vh; }
  .hero-content{
    left: clamp(18px, 6vw, 28px);
    right: clamp(18px, 6vw, 28px);
    bottom: clamp(20px, 6vh, 40px);
    text-align:center;
    max-width:760px;
    margin-inline:auto;
  }
  .hero-title{ font-size: clamp(1.8rem, 6.6vw, 2.6rem); margin-bottom:14px; }
  .btn-cta{ padding:.65rem 1.3rem; border-radius:10px; font-size:.95rem; }
}




.odorzine-hero{
  max-width: 1400px;
  margin: 0 auto;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.odorzine-box{
  background: #F2EAF9;
  border-radius: 40px;
  overflow: hidden;
}

.odorzine-pill{
  font-size: 1rem;
  color: #333;
}

.odorzine-title{
  font-size: clamp(1.8rem, 4.2vw, 2.8rem);
  font-weight: 500;
  color: #111;
  line-height: 1.3;
}

.odorzine-title .highlight{
  color: #7B32C2;
  font-weight: 700;
}

.btn-odorzine{
  background-color: #7B32C2;
  color: #fff;
  font-weight: 600;
  padding: .8rem 1.6rem;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  transition: background-color .2s ease, transform .12s ease;
}
.btn-odorzine:hover{ background-color:#6929a8; transform:translateY(-1px); }

.odorzine-img img{
  max-height: 420px;
  object-fit: contain;
  border-radius: 10px;
}

/* responsive */
@media (max-width: 992px){
  .odorzine-box{ text-align:center; padding: 48px 24px; }
  .odorzine-title{ font-size: clamp(1.6rem, 6vw, 2.2rem); }
  .odorzine-img img{ max-height: 320px; margin-top: 24px; }
}

.hydrasil-section{
  max-width: 1400px;
  margin: 0 auto;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.hydrasil-box{
  background: #E5F3FF;
  border-radius: 40px;
}

.pill-hydrasil{
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: .35rem 1rem;
  font-weight: 600;
  font-size: 1rem;
}

.badge-hydrasil{
  background: #fff;
  border-radius: 999px;
  padding: .25rem .9rem;
  font-weight: 600;
}

.hydrasil-text{
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 500;
  line-height: 1.4;
  color: #111;
}

.highlight-blue{
  color: #008BFF;
  font-weight: 700;
}

.btn-hydrasil{
  background: #008BFF;
  color: #fff;
  padding: .75rem 2rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  transition: background-color .2s ease, transform .12s ease;
}
.btn-hydrasil:hover{
  background: #006ed1;
  transform: translateY(-1px);
}

.hydrasil-img{
  max-height: 420px;
  object-fit: contain;
}


.beneficios-section {
  height: auto;
  min-height: 996px;
  margin: 40px auto 0;
  padding: 120px;
  border-radius: 40px;
  background-color: #FAFAFA;
  opacity: 1;
  box-sizing: border-box;
}

.beneficios-boton {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.pill-beneficio {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  color: #333;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.beneficios-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.beneficios-text {
  font-size: 1.125rem;
  font-weight: 400;
  color: #666;
  max-width: 700px;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.beneficios-cards {
  position: relative;
  max-width: 100%;
  gap: 32px;
}

.beneficio-card {
  background: #fff;
  width: 300px;
  height: 300px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.beneficio-card:nth-child(1) {
  transform: translateY(125px);
}

.beneficio-card:nth-child(2) {
  transform: translateY(75px);
}

.beneficio-card:nth-child(3) {
  transform: translateY(25px);
}

.beneficio-logo {
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 16px;
}

.beneficio-text-card {
  font-size: 1rem;
  font-weight: 500;
  color: #444;
  font-family: 'Bricolage Grotesque', sans-serif;
}


.tutoriales-section{
  max-width: 1400px;
  margin: 0 auto;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.tutoriales-box{
  background: #F5FFFC;
  border-radius: 40px;
}

.tutoriales-title{
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  color: #111;
}

.tutorial-card{
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.tutorial-img img{
  width: 200px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

.btn-tutorial{
  background: #08F4BA;
  color: #111;
  font-weight: 600;
  padding: .6rem 1.4rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color .2s ease, transform .12s ease;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.btn-tutorial:hover{
  background: #06d7a2;
  transform: translateY(-1px);
}

.flecha{
  font-weight: bold;
  transform: rotate(-45deg);
  display: inline-block;
}



.footer-principal {
  background: #fff;
  width: 1408px;
  max-width: 100%;
  height: auto;
  border-radius: 40px;
  padding: 80px 120px;
  margin: 40px auto 0;
  position: relative;
}

.container-footer {
  width: 100%;
}

.footer-logo {
  max-width: 180px;
  height: auto;
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}

.footer-link {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-divider {
  border: none;
  height: 1px;
  background-color: #ccc;
  opacity: 0.2;
  margin: 32px 0;
}

.footer-title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.text-purple {
  color: #7C3AED;
}

.footer-text {
  font-size: 1rem;
  margin-top: 12px;
  font-family: 'DM Sans', sans-serif;
}

.footer-legal-links {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.footer-legal {
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-legal:hover {
  text-decoration: underline;
}

.footer-copy {
  font-size: 0.8rem;
  margin-top: 16px;
  color: #555;
  font-family: 'DM Sans', sans-serif;
}

.contacto-section {
  background: #FFFFFF;
  padding: 80px 120px;
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 40px;
}

.container-contacto {
  width: 100%;
}

.titulo-contacto {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.formulario-contacto {
  background-color: #f8f8f8;
  border-radius: 1rem;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.btn-enviar {
  background-color: #00F0B5;
  color: #000;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.6rem 1.2rem;
  transition: background-color 0.3s ease;
  font-family: 'DM Sans', sans-serif;
}

.btn-enviar:hover {
  background-color: #00c29c;
}

.hero-nosotros {
  background-color: #F0F9EA;
  border-radius: 40px;
  padding: 120px 20px;
  margin: 0 auto;
  max-width: 1400px;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.pill-hero-nosotros {
  display: inline-block;
  background-color: #fff;
  color: #111;
  padding: 0.5rem 1.5rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
}

.hero-nosotros-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.hero-nosotros-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 2rem;
  font-weight: 400;
}

.btn-hero-nosotros {
  display: inline-block;
  background-color: #7B32C2;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-hero-nosotros:hover {
  background-color: #6929A6;
}

.historia-section {
  background-color: #FFFAF2;
  border-radius: 40px;
  padding: 100px 40px;
  margin: 60px auto;
  max-width: 1400px;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.pill-historia {
  display: inline-block;
  background-color: #fff;
  color: #111;
  padding: 0.4rem 1.2rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.historia-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
}

.historia-text {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
}

.historia-img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.nosotros-section {
  background-color: #FAFAFA;
  border-radius: 40px;
  padding: 120px 20px;
  margin: 60px auto;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.pill-nosotros {
  display: inline-block;
  background-color: #fff;
  color: #111;
  padding: 0.4rem 1.2rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.nosotros-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
}

.nosotros-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}

.card-nosotros {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.card-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111;
}

.card-text {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.card-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.titulo-bricolage,
.subtitulo-bricolage,
.texto-bricolage {
  font-family: "Bricolage Grotesque", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.valores-wrap {
  background: #F2FFF4;
}

.rounded-40 {
  border-radius: 40px !important;
}

.valores-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.valores-icon {
  width: 100px;              /* ancho fijo */
  height: 100px;             /* alto fijo (igual que ancho para que sea círculo) */
  border-radius: 50%;        /* círculo perfecto */
  background: #F6F3FF;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
             /* centrado */
}

.valores-icon img {
  max-width: auto;            /* controla tamaño dentro del círculo */
  max-height: auto;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}


.subtitulo-bricolage {
  font-size: 1.05rem;
}

.texto-bricolage {
  color: #4B5563;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .valores-wrap .display-5 {
    font-size: 2rem;
  }
  .valores-wrap h3.h1 {
    font-size: 1.75rem;
  }
}

.explora-title,
.hero-heading,
.btn-hero {
  font-family: "Bricolage Grotesque", sans-serif;
}

.explora-title {
  font-weight: 600;
  line-height: 1.15;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  color: #0b0b0b;
  margin-bottom: 0;
}

.producto-hero {
  background: #FBF6FF;
  border-radius: 40px;
  overflow: hidden;
}

.hero-heading {
  font-weight: 600;
  color: #111;
  line-height: 1.25;
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
  margin: 0;
}

.hero-accent {
  color: #7B32C2;
}

.btn-hero {
  background-color: #7B32C2;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  transition: transform 0.15s ease, background-color 0.15s ease;
}

.btn-hero:hover {
  background-color: #6929a7;
  color: #fff;
  transform: translateY(-1px);
}

.btn-hero:active {
  transform: translateY(0);
}

.hero-producto {
  max-height: 420px;
  object-fit: contain;
}

.hero-rings {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 360px;
  height: 360px;
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(255, 255, 255, 0.15) inset,
    0 0 0 96px rgba(255, 255, 255, 0.1) inset,
    0 0 0 144px rgba(255, 255, 255, 0.06) inset;
  pointer-events: none;
}

.dot {
  width: 34px;
  height: 10px;
  border-radius: 999px;
  background: #E5E7EB;
  display: inline-block;
}

.dot-active {
  background: #7B32C2;
}

@media (max-width: 991.98px) {
  .hero-rings {
    display: none;
  }
}

.contacto-hero {
  font-family: "Bricolage Grotesque", sans-serif;
}

.contacto-hero-container {
  background: #7B32C2;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  min-height: 380px;
  padding: 60px 20px;
}

.contacto-badge {
  background: #fff;
  color: #111;
  font-size: 1rem;
  padding: 6px 18px;
  border-radius: 999px;
  font-weight: 500;
  display: inline-block;
}

.contacto-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 600;
  color: #111;
  line-height: 1.3;
  margin: 0;
}

.contacto-hero-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 1200px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 1px, transparent 300px);
  opacity: 0.6;
  z-index: 0;
}

.contacto-hero-container * {
  position: relative;
  z-index: 1;
}

.tecnologia-hero {
  font-family: "Bricolage Grotesque", sans-serif;
}

.tecnologia-hero__box {
  background: #F0F9EA;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  min-height: 460px;
  padding: 72px 24px;
  justify-content: center;
  background-color: transparent;
}

.tecnologia-hero__badge {
  display: inline-block;
  background: #fff;
  color: #111;
  padding: 8px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1.05rem;
}

.tecnologia-hero__title {
  color: #0f0f0f;
  font-weight: 700;
  line-height: 1.15;
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin: 0;
}

.tecnologia-hero__subtitle {
  color: ##6c7076;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  margin: 0;
}

.btn-tec {
  background-color: #7B32C2;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  transition: background-color 0.2s ease, transform 0.12s ease;
}

.btn-tec:hover {
  background-color: #6b29a8;
  color: #fff;
  transform: translateY(-1px);
}

.btn-tec:active {
  transform: translateY(0);
}

.tecnologia-hero__box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1400px;
  height: 1400px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow:
    0 0 0 110px rgba(255, 255, 255, 0.2) inset,
    0 0 0 220px rgba(255, 255, 255, 0.14) inset,
    0 0 0 330px rgba(255, 255, 255, 0.09) inset;
  pointer-events: none;
  z-index: 0;
}

.tecnologia-hero__box > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .tecnologia-hero__box {
    min-height: 520px;
    padding: 96px 48px;
  }
}

.tec-beneficios {
  font-family: "Bricolage Grotesque", sans-serif;
}

.tec-beneficios__box {
  background: #FAFAFA;
  border-radius: 40px;
}

.tec-badge {
  background: #fff;
  color: #111;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.tec-badge__icon {
  width: 18px;
  height: 18px;
}

.tec-title {
  color: #0f0f0f;
  font-weight: 700;
  line-height: 1.15;
  font-size: clamp(1.9rem, 4.6vw, 3rem);
  margin: 0;
}

.tec-subtitle {
  color: #8a8f96;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  margin: 0;
}

.tec-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.tec-card__icon-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 52px;
  border-radius: 999px;
  background: #F4F0FF;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.tec-card .tec-card__icon-img {
  width: 100px;
  height: auto;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.tec-card .tec-card__icon-img.logo--tight {
  padding: 6px;
}

.tec-card__title {
  font-weight: 700;
  color: #171717;
  font-size: 1.12rem;
  margin: 10px 0 6px;
}

.tec-card__text {
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

@media (min-width: 992px) {
  .tec-beneficios__box {
    padding: 56px 56px 40px 56px;
  }
}

.tec-fichas {
  font-family: "Bricolage Grotesque", sans-serif;
}

.tec-fichas__box {
  background: var(--surface-alt, #FBF6FF);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  min-height: 460px;
  background-color: transparent;
}

.tec-fichas__badge {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 1.05rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.tec-fichas__title {
  color: #7B32C2;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin: 0;
}

.tec-fichas__text {
  color: #7B32C2;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  margin: 0;
}

.btn-brand {
  background-color: var(--brand-primary, #7B32C2);
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  transition: background-color 0.2s ease, transform 0.12s ease;
}

.btn-brand:hover {
  background-color: #6b29a8;
  color: #fff;
  transform: translateY(-1px);
}

.btn-brand:active {
  transform: translateY(0);
}

.tec-fichas__img {
  max-height: 520px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}


@media (max-width: 991.98px) {
  .tec-fichas__box {
    min-height: 420px;
  }
  .tec-fichas__rings {
    display: none;
  }
}

.tec-innovacion {
  font-family: "Bricolage Grotesque", sans-serif;
}

.tec-innovacion__box {
  background: #F2F9FF;
  border-radius: 40px;
}

.tec-innovacion__title {
  font-weight: 700;
  color: #0f0f0f;
  line-height: 1.15;
  font-size: clamp(1.9rem, 4.4vw, 3rem);
  margin: 0;
}

.tec-innovacion__subtitle {
  color: #8a8f96;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  margin: 0;
}

.innovacion-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.04);
}

.innovacion-card__title {
  font-weight: 700;
  color: #171717;
  line-height: 1.2;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  margin: 6px 0 10px;
}

.innovacion-card__text {
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

.innovacion-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .innovacion-img {
    height: 260px;
  }
  .tec-innovacion__box {
    padding: 56px;
  }
}
.blog-hero {
  background-color: #EAF5F9;
  border-radius: 40px;
  font-family: 'Bricolage Grotesque', sans-serif;
  min-height: 420px;
  padding: 100px 20px;
  max-width: 1400px;   /* ancho máximo */
  margin: 40px auto;   /* margen arriba/abajo y centrado en los lados */
}

.badge-blog {
  background: #fff;
  color: #111;
  padding: 0.5rem 1.4rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
}

.blog-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  margin: 0;
}
.blog-article {
  max-width: 880px;
  margin: 40px auto;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .95rem;
  color: #6b7280;
}

.blog-breadcrumb .crumb { text-decoration: none; color: #6b7280; }
.blog-breadcrumb .crumb:hover { text-decoration: underline; }
.blog-breadcrumb .sep { color: #9ca3af; }
.blog-breadcrumb .crumb-current { color: #111; }

.article-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #0b0b0b;
  line-height: 1.1;
  margin: 0 0 .5rem 0;
}

.article-lead {
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.article-body {
  color: #111827;
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 1rem;
}

.article-subtitle {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #0f0f0f;
}

.article-media-img {
  width: 100%;
  max-width: 360px;
  height: auto;
  object-fit: contain;
}

.share-block .share-label {
  color: #6b7280;
  font-weight: 500;
}

.share-link {
  font-size: 1.1rem;
  color: #111;
  text-decoration: none;
  padding: 8px;
  border-radius: 8px;
  transition: transform .12s ease, background-color .15s ease;
}

.share-link:hover {
  background: #F3F4F6;
  transform: translateY(-1px);
}
.blog-list {
  max-width: 1400px;
  margin: 40px auto;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.blog-list__title {
  font-weight: 800;
  font-size: clamp(2rem, 4.6vw, 3.2rem);
  line-height: 1.1;
  color: #0b0b0b;
  margin: 0;
}

.blog-card {
  background: #fff;
  border-radius: 16px;
  transition: transform .15s ease, box-shadow .15s ease;
  color: inherit;
  display: block;
  text-decoration: none;
  padding-bottom: 1rem;
}

.blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  text-decoration: none;
}

.blog-card__media {
  background: transparent;
  border-radius: 16px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.blog-card__media--blue {
  background: transparent;
}

.blog-card__img {
  width: 100%;
  
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.blog-card__heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f0f0f;
  margin: 16px 0 6px;
  padding: 0 4px;
}

.blog-card__excerpt {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 12px;
  padding: 0 4px;
}

.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #6b7280;
  font-size: .95rem;
  font-weight: 500;
  padding: 0 4px;
}

.blog-card__dot {
  opacity: .6;
}
.contacto-form {
  max-width: 1000px;
  margin: 60px auto;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.form-box {
  background: #F2F9FF;
  border-radius: 40px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.form-title {
  font-weight: 700;
  font-size: 2rem;
  color: #111;
}

.form-subtitle {
  font-size: 1.1rem;
  color: #555;
}

.form-label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.form-input {
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 12px 16px;
  font-size: 1rem;
  font-family: 'Bricolage Grotesque', sans-serif;
  transition: border-color .2s ease;
}

.form-input:focus {
  border-color: #7B32C2;
  box-shadow: 0 0 0 0.2rem rgba(123,50,194,0.2);
}

.btn-enviar {
  background-color: #7B32C2;
  color: #111;
  font-weight: 700;
  border-radius: 12px;
  border: none;
  font-size: 1rem;
  font-family: 'DM Sans', sans-serif;
  transition: background-color .2s ease, transform .15s ease;
}

.btn-enviar:hover {
  background-color: #06d7a2;
  transform: translateY(-2px);
}

/* ===== Tec Productos (NAMESPACED) ===== */
.tec-productos{ font-family:'Bricolage Grotesque',sans-serif; }
.tec-productos__title{
  font-weight:800; line-height:1.1;
  font-size:clamp(2rem,4.6vw,3.2rem); color:#0b0b0b; margin:0;
}

/* Tarjetas */
.tec-productos .tec-card{
  background:#fff; border:1px solid rgba(0,0,0,.06);
  border-radius:16px; box-shadow:0 6px 18px rgba(0,0,0,.05);
  padding:20px; transition:transform .15s ease, box-shadow .15s ease;
}
.tec-productos .tec-card:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(0,0,0,.08); }

.tec-productos .tec-card__media{
  background:#F6F1FF; border-radius:12px; height:260px;
  display:flex; align-items:center; justify-content:center; overflow:hidden;
}
.tec-productos .tec-card__img{ width:100%; max-width:360px; height:auto; object-fit:contain; }

.tec-productos .tec-card__title{ font-weight:700; color:#111; font-size:1.15rem; margin:14px 0 6px; }
.tec-productos .tec-card__text{ color:#555; line-height:1.6; min-height:60px; margin:0 0 10px; }
.tec-productos .tec-card__link{ color:#7B32C2; font-weight:600; text-decoration:none; }
.tec-productos .tec-card__link:hover{ text-decoration:underline; }

/* Botón final */
.tec-productos .tec-productos__btn{
  background:#7B32C2; color:#fff; font-weight:700;
  padding:.85rem 2rem; border-radius:10px; text-decoration:none;
  box-shadow:0 6px 14px rgba(123,50,194,.22);
}
.tec-productos .tec-productos__btn:hover{ background:#6b29a8; color:#fff; }

/* Controles del carrusel (solo aquí) */
.tec-productos .carousel{
  --tec-ctrl: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M11 1 3 8l8 7' stroke='%23ffffff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  --tec-ctrl-next: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M5 1l8 7-8 7' stroke='%23ffffff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.tec-productos .carousel-control-prev-icon{ background-image:var(--tec-ctrl) !important; width:2.25rem; height:2.25rem; }
.tec-productos .carousel-control-next-icon{ background-image:var(--tec-ctrl-next) !important; width:2.25rem; height:2.25rem; }
.tec-productos .tec-productos__ctrl{ width:54px; }
.tec-productos .tec-productos__ctrl .carousel-control-prev-icon,
.tec-productos .tec-productos__ctrl .carousel-control-next-icon{
  filter:none; opacity:.95;
}

/* Indicadores estilo píldora */
.tec-productos .tec-productos__indicators button{
  width:34px; height:10px; border-radius:999px; border:0; background:#E5E7EB;
}
.tec-productos .tec-productos__indicators button.active{ background:#7B32C2; }

/* Responsive */
@media (max-width: 768px){
  .tec-productos .tec-card__media{ height:220px; }
  .tec-productos .tec-card__text{ min-height:auto; }
}




.odorzine-box {
  background-image: url('../img/bannerodorsine.jpg'); /* ajusta la ruta si es necesario */
  background-size: cover;    /* la imagen cubre todo el contenedor */
  background-position: center; /* centrada */
  background-repeat: no-repeat;
  color: var(--ink); /* por si necesitas asegurar contraste */
}
