
   /* .nav-link:hover {
        color: #ffffff !important;
        background-color: transparent;
    }*/

    .nav-item.active .nav-link {
        color: #FE6500 !important;
    }


/*botones barra menu*/
.navbar-dark-v .navbar-nav .nav-link {
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
/*Sombre header*/
#mainHeader {
   box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.dropdownSectionInformation .dropdown-menu {
    min-width: 250px !important;
}

/* -------------- FIn Header -------------------*/

/* ------------- Footer --------------------------*/
/*Texto footer*/
footer ul li {
    font-size: 13px;
    font-weight: 400;
}
/* -------------- Fin Footer --------------------*/

/*Ficha sin consultar por*/
.product-status {
   display: none;
}
/*Boton email ficha color tipo*/
.btn.angulo-item-outline {
    color: #ffffff!important;
}
/*imagenes productos borde*/
.angulo-item-img {
    border-radius: 12px;
}
/*nombre producto centrado*/
.angulo-item-name-container {
    justify-content: space-evenly!important;
   /*font-size: 1.5rem;*/
}
/*FIN centrato nombre del producto*/

/* letra O*/
.col-md-1.text-center {
 display: none;
}
/*imagenes productos lista*/
.angulo-item-img .bg-image-center{
   background-size: contain!important;
}
/*imagenes productos lista*/
.angulo-item-img {
   background-size: contain!important;
   height: 220px!important;
}
/*Texto descripcion ficha*/
.product-description p {
    margin-top: 4rem;
    font-size: 1.2rem;
}
/*Sombra productos*/
.angulo-item-producto {
   box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
   border-radius: 15px;
}
/*Nombre producto en lista centrado*/
.text-left {
    text-align: center!important;
}
/*Menu navegacion*/
.navbar-top .navbar-nav .nav-item {
    margin-right: 30px;
     border-bottom: 2px solid transparent;
}
.navbar-nav {
    padding-left: 100px;
    padding-right: 50px;
}

#dropdown-submenu-products .dsp-categoria-titulo a {
    text-transform: lowercase!important;
    color: #000000!important;
}

#dropdown-submenu-products .dsp-categoria-titulo a:hover {
   color: #FE6500!important;
   text-decoration: none;
}
#dropdown-submenu-products.dropdown-menu {
    background: rgb(255,255,255)!important;
   background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(214,212,206,1) 100%)!important;
    border-radius: 10px;
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
/*FIN barra navegacion*/

/* ------ Lista de productos ----------*/

/* Nombre de producto en lista*/
.angulo-item-producto .angulo-item-name {
    font-size: 0.8rem;
    padding-top: 20px;
    font-weight: 400;
}
/* Precio de productos en lista*/
.angulo-item-price .price {
    font-size: 1.3rem;
}

/* --------- FIN lista de productos ----------*/

/*Blog*/
.angulo-item-img.blog-list-image {
    background-size: cover!important;
}
.border-top-theme {
    padding-top: 40px;
}
.blog-title-container {
    color: #792A9D;
}
.blog-description {
    color: #848484;
}

/* ------------ Ficha Productos --------------*/
/*imagen principal ficha de productos*/
#main-fancy div {
    background-size: contain !important;
}
/*Precio de productos*/
.product-price {
    color: #039E6C!important;
}
.product-price h3 {
   font-size: 1.5rem!important;
}
/*Nombre del producto*/
h3.m-0 {
  font-size: 1.5rem;
}
/*Nombre atributo*/
h5.font-weight-bold.mr-3 {
   font-size: 1rem;
}

/* ---------- FIN ficha productos ---------*/
/*Formulario contacto*/
.form-contact {
    margin-top: 40px; 
}
.btn.angulo-item-button {
    color: #ffffff;
}
/*FIN formulario*/

.border-top-theme {
    border-top: 0px solid #151515;
    padding-top: 0px
}
/*FIN titulos secciones*/

/*Categorias HOME*/
.angulo-item-categories .angulo-item-img {
    background-size: cover!important;
}
.angulo-widgets {
    padding: 0px 0;
}
.angulo-item-categories .angulo-item-name {
display: none;
}
@media only screen and (max-width: 768px) {
  .widgets-footer .container-fluid, 
  .widgets-footer .row, 
  .widgets-footer .col-md-4 {
    padding: 0 !important; /* Eliminar padding en contenedores */
    margin: 0 !important;  /* Eliminar margen en contenedores */
    width: 100% !important; /* Asegurar que ocupe el ancho completo */
  }

  .widgets-footer .angulo-item-categories {
    width: 100% !important; /* Ocupar todo el ancho */
    margin: 0 !important;   /* Eliminar márgenes */
  }

  .widgets-footer .angulo-item-img {
    width: 100% !important; /* Asegurar que la imagen ocupe todo el ancho */
    height: 250px !important; /* Mantener la altura de las imágenes */
  }
}




/*Boton ver mas home*/
.btn-lg-item {
  border-radius: 10px !important;
}

/* --------- BUSCADOR (desktop) --------- */
.intBuscar{
  border-radius: 999px !important;
  background: #ffffff !important; 
  border: 1px solid rgba(255,255,255,.08) !important;
  color: #75B843 !important;
  padding: .6rem 2.6rem .6rem 1rem !important;
  height: 40px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  transition: box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.intBuscar::placeholder{ color: rgba(229,231,235,.6); }
.intBuscar:focus{
  outline: none !important;
  border-color: rgba(111,191,68,.45) !important;
  box-shadow: 0 0 0 4px rgba(111,191,68,.18);
  background: #F9FBFC !important;
}
.search-input{
  right: .25rem !important;
  top: 50% !important;
  transform: translateY(-50%);
  color: var(--brand) !important;
  padding: .35rem .6rem !important;
  border-radius: 999px;
}
/*FIN buscador*/

/*Listado CATEGORIAS productos*/
#accordion .card-header a {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}
.text-uppercase { /*texto titulo lista categorias*/
    text-transform: capitalize!important;
}
.angulo-section-aside h4 {
    font-size: 18px;
    color: #75B843;
}

/*Boton añadir al carrito listado de productos*/
.btn.angulo-item-button {
    border-radius: 12px;
    width: 100%;
}

/*Precios personalizacion ficha productos*/
[data-section="normal-price"] label,
[data-section="normal-price"] h4 {
    color: #4a4a4a !important; /* Color gris oscuro */
}
[data-section="base-price"] label,
[data-section="base-price"] h4 {
    color: #4a4a4a !important; /* Color gris oscuro */
}
/* Ajusta el alto de todas las imágenes de producto (normal y hover) */
#product-container .item-image-preview,
#product-container .item-image-preview .angulo-item-img {
    height: 210px !important;        /* fuerza el nuevo alto */
    overflow: hidden;                /* evita que sobresalga contenido */
}
/* Ajustar alto de las imágenes del carrusel de “Productos relacionados” */
.relatedProductsContainer .angulo-item-img {
  height: 250px !important;   /* Nuevo alto */
  background-size: contain !important;  /* Mantiene el escalado adecuado */
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.angulo-item-img:hover {
    border: 0px solid var(--color-border-hover);
}

/* =============================================
   Ajustes carrusel «Productos relacionados»
   ============================================= */

/* 1 ▸ Aseguramos que el <a> sea el contenedor relativo
      sobre el que vamos a superponer ambas imágenes */
.relatedProductsContainer .item-image-preview {
  display: block;
  position: relative;            /* Referencia para el posicionamiento absoluto */
}

/* 2 ▸ Normalizamos ambas capas-imagen */
.relatedProductsContainer .item-image-preview .bg-image-primary,
.relatedProductsContainer .item-image-preview .bg-image-secondary {
  width: 100%;
  height: 250px;                 /* ⇽ ajusta el alto que desees (p. ej. 250 px) */
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-bottom: 0 !important;   /* sin márgenes extra */
}

/* 3 ▸ Superponemos la imagen secundaria y la ocultamos por defecto */
.relatedProductsContainer .item-image-preview .bg-image-secondary {
  position: absolute;            /* la coloca encima de la primaria */
  top: 0;
  left: 0;
  opacity: 0;                    /* invisible hasta hover */
  transition: opacity .3s ease;  /* fundido suave */
}

/* 4 ▸ Al pasar el ratón, mostramos la secundaria y difuminamos la primaria */
.relatedProductsContainer .item-image-preview:hover .bg-image-secondary {
  opacity: 1;
}
.relatedProductsContainer .item-image-preview:hover .bg-image-primary {
  opacity: 0;
  transition: opacity .3s ease;
}

/* 5 ▸ Reducimos el espacio entre la imagen y el nombre */
.relatedProductsContainer .angulo-item-name-container {
  margin-top: 8px !important;    /* ajusta (0–8 px) según tu preferencia */
}

