.bg__breadcrumb{
  background:#fff;
  padding: 18px 0;
  text-align:left;
  margin-top: 24px;
}

.custom-breadcrumb{
  display: flex;
  align-items: center;
  justify-content:left;
  list-style: none;
  background: transparent;
  padding:0;
  margin:0;
  color: var(--Gris, #101010);
  font-family: "Lexend", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.custom-breadcrumb .custom-breadcrumb__item + .custom-breadcrumb__item::before{
  content: ">";
  color: var(--Gris, #101010);
  padding-left: 4px;
  padding-right: 4px;
  opacity: 1;
}

.custom-breadcrumb a{
  color: var(--Gris, #101010);
  text-decoration:none;
}

.custom-breadcrumb a:hover{
  color: var(--Gris, #101010);
  text-decoration:none;
}

.custom-breadcrumb .active,
.custom-breadcrumb__item--active{
  color: var(--Gris, #101010);
  font-weight: 700;
  opacity: .8;
}



    /* ====== VIDEO / IMAGEN: alto fijo 700px ====== */
.carousel-video-wrapper {
  height: 772px;
  overflow: hidden;
}

.carousel-video {
  width: 100%;
  height: 772px;         /* <- alto fijo */
  object-fit: cover;     /* <- recorta sin deformar */
  display: block;
}

.carousel-imagen {
  height: 772px;
  object-fit: cover;
}

/* Si querés que la caption no se “achique” raro */
/* ====== TEXTOS: responsive ====== */
.carousel-title {
    font-weight: 600;
    font-style: 'SemiBold';
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;

}

.carousel-subtitle {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 4px;
  margin-bottom: 46px;
}

  /* Nuevo estilo para el gradiente */
  .carousel-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, #8DB3F4 35.68%, #FFF 100%);
      mix-blend-mode: multiply;
    
      z-index: 1; /* Asegura que esté sobre la img/video */
  }

  /* Aseguramos que el texto esté por encima del gradiente */
/* Tablet */
@media (max-width: 991.98px) {
    
  .carousel-title { font-size: 34px; }
  .carousel-subtitle { font-size: 16px; }
}

/* Mobile */
@media (max-width: 575.98px) {
  .carousel-video-wrapper,
  .carousel-video {
    height: 400px;
  }
.carousel-imagen {
        height: 400px !important;
    }

  .carousel-title { font-size: 24px; }
  .carousel-subtitle { font-size: 14px; }

  /* opcional: que no quede tan ancho el texto */
}

.page-container {
  width: min(100% - 24px, 1320px);
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 24px;
}

.section-heading__title-group {
  display: flex;
  flex-direction: column;
}

.hero-media-frame {
  position: relative;
}

.carousel-imagen {
  display: block;
  width: 100%;
}

.hero-carousel-caption {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 48px;
  text-align: left;
}

.hero-carousel-container {
  width: min(100% - 24px, 1320px);
  margin-left: auto;
  margin-right: auto;
}

.hero-carousel-content {
  width: 100%;
  max-width: 50%;
}

.carousel-title,
.carousel-subtitle {
  color: #fff;
}

.carousel-indicators {
  right: auto;
  left: calc((100% - min(100% - 24px, 1320px)) / 2);
  bottom: 40px;
  justify-content: flex-start;
  gap: 8px;
  margin-right: 0;
  margin-left: 0;
}

.carousel-indicators [data-bs-target] {
  width: 37px;
  height: 5px;
  margin: 0;
  border: 0;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0.5;
}

.carousel-indicators .active {
  opacity: 1;
}

@media (min-width: 768px) {
  .hero-carousel-caption {
    align-items: center;
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .hero-carousel-content {
    max-width: 66.666%;
  }
}

@media (max-width: 575.98px) {
  .hero-carousel-container {
    width: calc(100% - 32px);
  }

  .hero-carousel-content {
    max-width: 100%;
  }
}

.btn-inicio{
    background: #8CA184;
    border-radius: 20px;
    border: 1px solid #8CA184;
    color: #FFFFFF;
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}
.btn-inicio:hover{
    background: #546F5D;
    color: #fff;
    text-decoration: none;
}

.category-section {
    margin-top: 82px;
    margin-bottom: 80px;
}

.category-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.category-heading__title {
    margin: 0;
    color: var(--Grey, #151414);
    font-family: "Lexend", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.category-heading__link {
    display: flex;
    width: 185px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid var(--Verde-claro, #8CA184);
    color: var(--Verde-claro, #8CA184);
    text-align: center;
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.category-heading__link:hover {
    color: #fff;
    background-color: #8CA184;
    text-decoration: none;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.category-grid__item {
    min-width: 0;
}

.categoria-card{
    display: block;
    text-decoration: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.categoria-card:hover{
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.categoria-card__image{
    width: 100%;
    height: 217px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.categoria-card__body{
    min-height: 78px;
    padding: 18px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #fff;
}

.categoria-card__title{
    margin: 0;
    color: #111;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.categoria-card__arrow{
    color: #8ea37a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media (max-width: 767.98px){
    .category-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .category-heading__link {
        width: 100%;
    }

    .category-grid {
        grid-template-columns: 1fr;
    }

    .categoria-card__image{
        height: 220px;
    }

    .categoria-card__title{
        font-size: 16px;
    }
}

/* inicio */
.inicio-section {
    background-color: #546F5D;
    margin-top: 48px;
    margin-bottom: 48px;
}

.inicio-container {
    width: 100%;
}

.inicio-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inicio-copy-panel {
    display: flex;
    align-items: center;
}

.inicio-texto {
    padding: 3rem;
}

/* =========================
   TÍTULOS Y TEXTO
========================= */
.titulo-secciones{
  color: var(--Grey, #151414);
font-family: "Lexend";
font-size: 32px !important;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 38.4px */
}

.titulo-inicio{
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
}

.descripcion-inicio{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.8;
    line-height: 150%;
    margin-top: 24px;
    margin-bottom: 24px;
    width: 578px;
}

/* =========================
   BOTÓN
========================= */
.inicio-secondary-button {
   border-radius: 20px;
    border: 1px solid var(--Blanco, #FFF);
    color: #FFFFFF;
    padding: 6px 20px;
    display: inline-block;
    text-align: center;
}

.inicio-secondary-button:hover {
    background-color: #fff;
    border: 1px solid #546F5D ;
    color: #546F5D ;
}

/* =========================
   BLOQUE IMAGEN
========================= */
.inicio-imagen{
    background-size: cover;
    background-position: center;
    min-height: 600px;
    position: relative;
}

/* Overlay suave */
.inicio-imagen::after{
    content:'';
    position:absolute;
    inset:0;
    background: rgba(0,0,0,0.15);
    border-radius: 20px;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px){
    .inicio-grid {
        grid-template-columns: 1fr;
    }

    .inicio-imagen{
        min-height: 280px;
    }

    .titulo-inicio{
        font-size: 24px;
        text-align: center;
    }

    .descripcion-inicio{
        font-size: 15px;
        text-align: center;
    }

    .inicio-secondary-button{
        width: 100%;
        padding: 14px 20px;
        font-size: 15px;
    }

    .inicio-texto{
        padding: 2rem 1.5rem !important;
        text-align: center;
    }
}




/* EMPRESA */

.empresa-intro{
    padding: 50px 0 70px;
}

.empresa-intro__grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: center;
}
.empresa-intro__contenido{
    width: 600px;
}
.empresa-intro__contenido,
.empresa-intro__media{
    min-width: 0;
}

.empresa-intro__texto{
    margin-top: 1rem;
}

.empresa-intro__imagen{
    width: 100%;
    height: 500px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .contenido-empresa{
      font-family: 'Lexend';
    font-weight: 400;
    font-style: 'Regular';
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;

    }
.contenido-empresa ul{
    list-style: none;
    padding-left: 0;
    margin-top: 16px;
}

.contenido-empresa ul li{
    position: relative;
    padding-left: 34px;
    margin-bottom: 12px;
    line-height: 1.5;
}

/* Check SVG */
.contenido-empresa ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%238CA184' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.empresa-valores{
    background-color: #F5F5F5;
}

.empresa-valores__container{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.empresa-valores__grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.empresa-valores__item{
    min-width: 0;
}


/* =========================
   CARD BASE
========================= */
.bg__card{
    background-color: #FFFFFF;
    border-radius: 12px;
    min-height: 362px;
    width: 100%;
    display: flex;
    align-items: stretch;
}

.card__contenido{
    padding-top: 56px;
    padding-bottom: 20px;
    padding-inline: 23px;
    text-align: left;
}

.card__titulo{
    font-family: "Lexend";
    font-weight: 700;
    font-size: 24px;
    color: #131313;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.card__texto{
    font-family: "Lexend";
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 150%;
}

/* Icono */
.card__icono{
    height: 50px;
    width: 50px;
    object-fit: contain;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px){
    .empresa-intro{
        padding-bottom: 32px;
    }

    .empresa-intro__grid,
    .empresa-valores__grid{
        grid-template-columns: 1fr;
    }

    .empresa-intro__imagen{
        height: 320px;
    }

    .empresa-valores__container{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .bg__card{
        height: auto;
    }

    .card__contenido{
        padding: 1.75rem 1.5rem;
        text-align: center;
    }

    .card__icono{
        margin: 0 auto;
        display: block;
    }

    .card__titulo{
        font-size: 20px;
        margin-top: 1.25rem;
        margin-bottom: 1rem;
    }

    .card__texto{
        font-size: 15px;
    }
}
/* Estilo del contenedor de la categoría */




  /* === Novedades cards === */

  .blog-card__category{
    color: #546F5D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .blog-card__title{
    font-weight: 700;
    font-size: 20px;
    color: #131313;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .blog-card__excerpt{
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #222;
    margin-bottom: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .blog-card__read-more{
    color: #222;
    font-size: 16px;
    font-weight: 400;
  }

  .blog-card{
    border: 1px solid #D8D8D8;
    border-radius: 20px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
  }

  

  /* Flecha SVG */
  .arrow-icon{
    color: Grey; /* normal */
    transition: transform .3s ease, color .3s ease;
  }

  .blog-card:hover .arrow-icon{
    transform: translateX(5px);
    color: #546F5D; /* hover azul */
  }

  /* Contenedor del body para empujar el footer abajo */
  .blog-card__body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 1.5rem;
    min-height: 250px;
  }

  /* Imagen */
  .blog-card__img{
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }



.featured-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.featured-products-grid__item {
    min-width: 0;
}

.producto-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.novedades-container {
    margin-top: 80px;
    margin-bottom: 87px;
}

.novedades-page-container {
    margin-top: 48px;
    margin-bottom: 48px;
}

.novedades-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.novedades-page-grid__item {
    min-width: 0;
}


.novedades-link {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.novedades-carousel {
    margin-left: -12px;
    margin-right: -12px;
}

.novedades-carousel__item {
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
}

.novedades-carousel .slick-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.novedades-carousel .slick-dots li {
    width: 37px;
    height: 5px;
    margin: 0;
}

.novedades-carousel .slick-dots li button {
    width: 37px;
    height: 5px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background-color: #D9D9D9;
    opacity: 0.5;
}

.novedades-carousel .slick-dots li button::before {
    display: none;
}

.novedades-carousel .slick-dots li.slick-active button {
    opacity: 1;
}

.blog-card {
    height: 100%;
    background: #fff;
}

.blog-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #212529;
    text-decoration: none;
}

.blog-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
}

@media (max-width: 991.98px) {
    .featured-products-grid,
    .novedades-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .featured-products-grid,
    .novedades-page-grid {
        grid-template-columns: 1fr;
    }
}

    /* productos */

    /* Estilos para el sidebar */
.sidebar-categoria {
    display: block;
  color: var(--Negro, #1A1F22);
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}
.sidebar-categoria:hover, .sidebar-categoria.active {
    color: #8CA184;
    font-weight: 600;
}




/* --- Estilos Detalle Producto (Nuevos para coincidir con diseño) --- */

  .producto-card{
    background-color:#fff;
    border-radius:12px;
    border:1px solid #D9D9D9;
    overflow:hidden;
    transition: box-shadow .3s ease, transform .3s ease;
    height:100%;
    display: flex;
    flex-direction: column;
  }

 

  /* Imagen */
  .producto-card__img{
    width:100%;
    height:288px;
    object-fit:contain;
    transition:transform .3s ease;
  }
  .producto-card:hover .producto-card__img{
    transform:scale(1.03);
  }

  /* Body */
  .producto-card__body{
    padding:16px 18px 20px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }

  /* Categoría */
  .producto-card__categoria{
    font-size:14px;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
    color:#546F5D;
    margin-bottom:6px;
  }

  /* Título */
  .producto-card__titulo{
    font-size:16px;
    font-weight:400;
    line-height:1.4;
    color:#111;
    margin-bottom:18px;
  }

  /* CTA */
  .producto-card__cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:14px;
    font-weight:500;
    color:#111;
  }

  /* SVG (igual que novedades) */
  .producto-card__arrow{
    color: grey; /* normal */
    transition: transform .3s ease, color .3s ease;
  }

  .producto-card:hover .producto-card__arrow{
    transform: translateX(5px);
    color:#11345A; /* hover azul */
  }

  /* Mobile */
  @media (max-width:768px){
    .producto-card__img{ height:200px; }
    .producto-card__titulo{ font-size:16px; }
  }



/* Marco Azul de la Imagen */
.product-image-frame {
    border-radius: 20px;
    border: 1px solid #C4C4C4;
    padding: 15px;
    background: #fff;
    margin-bottom: 1rem;
    overflow: hidden;
}

/* Info del Producto */
.product-title {
    font-weight: 700;
    font-size: 32px;
    color: #000;
    margin-bottom: 0px;
    line-height: 1.2;
}

.producto-codigo {
    color: #8CA184; /* Azul oscuro institucional */
    font-family: "Lexend";
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 20px;
}

.desc-label {
    color: #888;
     font-family: "Lexend";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    text-transform: uppercase;
    display: block;
}

.product-desc {
    font-family: "Lexend";
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}
.product-desc ul {
    padding-left: 1.2rem;
    margin-top: 5px;
}

/* Botones Personalizados */
.btn-certificado {
    border: 1px solid #8CA184;
    border-radius: 20px; /* Pill shape */
    background: transparent;
    color: #8CA184;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    transition: all 0.3s;
    font-family: "Lexend";
}

.btn-certificado:hover {
    background: #8CA184;
    color: #fff;
    text-decoration: none;
}

.btn-consultar {
    background: #8CA184;
    border: 1px solid #8CA184;
    border-radius: 20px; /* Pill shape */
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    transition: all 0.3s;
    font-family: "Lexend";
}

.btn-consultar:hover {
    background: #fff;
    color: #8CA184;
    text-decoration: none;
}

/* Estilos para Cards de Productos Relacionados */
.card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.card:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.card-img-top {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    transition: transform 0.3s ease;
}
.card:hover .card-img-top {
    transform: scale(1.05);
}
.card-producto {
    padding: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 10px 10px;
}
/* Reutilizamos clases existentes para tipografía dentro de cards */
.card-title-producto {
    font-size: 16px; 
    font-weight: 600; 
    margin-top: 5px;
}

.product-categorie{
    font-family: 'Lexend';
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 150%;
    letter-spacing: 0%;
    color: #546F5D;

}

.product-title{
    font-family: 'Lexend';
    font-weight: 600;
    font-style: 'SemiBold';
    font-size: 32px;

    line-height: 120%;
    letter-spacing: 0%;

}

.desc-label{
    font-family: 'Lexend';
    font-weight: 500;
    font-style: 'Medium';
    font-size: 20px;

    line-height: 130%;
    letter-spacing: 0%;
}

.product-desc{
   font-family: 'Lexend';
    font-weight: 400;
    font-style: 'Regular';
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
 
}


.fotorama__stage {
        border: 1px solid #ddd;
        border-radius: 12px;
       
    }


    .fotorama__thumb img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* Forzar alineación a la izquierda de los thumbnails */
.fotorama__nav, 
.fotorama__nav__shaft {
    text-align: left !important;
    margin-left: 0 !important;
}

/* Estilos de thumbnails (aplican en todos los tamaños) */
.fotorama__thumb {
    border: 2px solid #c4c2c2;
    transition: border-color 0.3s ease;
}

.fotorama__thumb:hover,
.fotorama__active .fotorama__thumb {
    border-color: #8CA184; /* Color del borde al seleccionar */
}

.fotorama__thumb-border {
    all: unset !important; /* elimina todos los estilos heredados */
    border: none !important;
    width: auto !important;
    transform: none !important;
    transition: none !important;
}
