a{
    text-decoration: none;
    transition: all 0.7s ease;
}

.bg__breadcrumb{
    /* background: var(--Celeste, #F7F9FC); */
    padding: 10px 0;
}
.breadcrumb-item{
    color: var(--color-black);
    font-family: var(--font-primary);
    font-size: 13px;
    font-style: normal;
    font-weight: var(--font-weight-medium);
    line-height: normal;
}

.breadcrumb-item .active{
    color: grey !important;
    font-family: var(--font-primary);
    font-size: 13px !important;
    font-style: normal;
    font-weight: var(--font-weight-light) !important;
    line-height: normal;
}

.breadcrumb-titulo{
    color: var(--color-secondary);
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: var(--font-weight-regular);
    line-height: normal;
    text-transform: uppercase;          
}

.titulo-secciones{
   font-family: 'Open Sans';
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.subtitulo-inicio {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 170%; /* antes 150% */
    letter-spacing: 0.5px; /* sutilmente más separado */
    color: #E20000;
    margin-bottom: 10px; /* pequeño espacio inferior */
    text-transform: uppercase;
}

.titulo-inicio {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 36px; /* antes 32px */
    line-height: 130%; /* más espacio entre líneas */
    letter-spacing: 0.5px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.descripcion-inicio {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 17px; /* un poco más grande */
    line-height: 170%; /* más respiración */
    letter-spacing: 0.3px;
    color: #FFFFFF;
    margin-bottom: 30px; /* separa del botón */
}


/* Base styles para todos los botones */
.btn {
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-medium);
    line-height: normal;
    letter-spacing: 1px;
    padding: 10px 20px;
    border: 1px solid var(--color-primary);
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    text-decoration: none;
    user-select: none;
}

/* Botón Principal: fondo primary, texto blanco */
.btn__principal {
    font-family: var(--font-secondary);
    background-color: var(--color-primary);
    color: var(--color-white);
}

.btn__principal:hover,
.btn__principal:focus {
    background-color: var(--color-white);
    color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn__principal:active {
    transform: translateY(0);
}

/* Botón Blanco: fondo blanco, texto primary */
.btn__white {
    font-family: var(--font-secondary);
    background-color: var(--color-white);
    color: var(--color-primary);
}

.btn__white:hover,
.btn__white:focus {
    background-color: var(--color-primary);
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn__white:active {
    transform: translateY(0);
}









/* Carousel Styles */
.carousel-item {
    height: 680px;
    background-size: cover;
    background-position: left;
    position: relative;
}

/* Overlay para añadir opacidad al carousel */
.carousel-item::before,
.carousel-video-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
}

.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    /* padding-left: 10%; */
    z-index: 2; /* Asegurar que el contenido esté por encima del overlay */
}

.carousel__titulo {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #001052; /* Cambiado a blanco para mejor contraste con el overlay */
}

.carousel__descripcion {
    font-size: 1.2rem;
    color: #E20000; /* Cambiado a blanco para mejor contraste con el overlay */
    max-width: 80%;
}


.empresa__descripcion{
    font-family: 'Open Sans';
font-weight: 400;
font-style: 'Regular';
font-size: 16px;
color: #000;
line-height: 150%;
letter-spacing: 0%;

}


.home-image{
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    min-height:300px;
}

.texto-rojo{
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    color: #E20000;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.texto-azul{
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    color: #001052;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
}


.contenido__descripcion {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-regular);
    font-size: 20px;
    font-style: normal;
    line-height: 130%; /* 31.2px */
    color: var(--color-black);
}


/* ===== PÁGINA DE NOVEDADES ===== */
      /* <!--noticas--> */
  .card-titulo{
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #001052;
    line-height: 150%;
    letter-spacing: 0%;

    }
    .card-subtitulo{
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: 'Regular';
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
     color: #000000;   
    }
    .card-texto{
   font-family: 'Open Sans';
    font-weight: 400;
    font-style: 'Regular';
    font-size: 16px;
    color: #000000;   
    line-height: 150%;
    letter-spacing: 0%;

    }
    
    /* Estilos para el efecto hover con sombra */
    .noticia-card {
        transition: all 0.3s ease-in-out;
        overflow: hidden;
        margin-bottom: 20px;
    }
    
    .noticia-card:hover {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        transform: translateY(-5px);
    }
    
    .noticia-link {
        text-decoration: none;
        color: inherit;
        display: block;
    }
    
    .noticia-link:hover {
        color: inherit;
        text-decoration: none;
    }


    

.list-group-item {
  background-color: #f8f9fa;
  transition: all 0.2s ease;
}

.menu-novedades {
  font-family: 'Open Sans';
    font-weight: 400;
    font-style: 'Regular';
    font-size: 16px;
    color: #00000080;
    line-height: 150%;
    letter-spacing: 0%;

}

.list-group-item:hover {
  background-color: #e9ecef;
}

.badge {
  min-width: 28px;
  text-align: center;
  font-weight: 600;
}
/* ===== PÁGINA DE EMPRESA ===== */
.bg-grey{
    background-color: #F7F9FC;
    padding: 50px 0;
}
.bg__card {
    background-color: #fff;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* centra verticalmente */
    align-items: center;     /* centra horizontalmente */
    text-align: center;      /* centra el texto */
    border-radius: 12px;     /* opcional, mejora el diseño */
    padding: 2rem;           /* asegura espacio interno */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); /* opcional: sombra sutil */
}

.card__titulo {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 20px 0 10px 0;
}

.card__texto {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 1.6;
}




/* servicios */
.servicio-texto {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-regular);
    font-size: 16px;
    font-style: normal;
    line-height: 130%; /* 20.8px */
    color: var(--color-black);
    margin-top: 20px;
}

.custom-list ul {
    list-style-type: none;
    padding: 0;
}

.custom-list ul li {
    display: flex; /* Para alinear el ícono y el texto en línea */
    align-items: center; /* Para centrar verticalmente el contenido */
    margin-bottom: 10px; /* Espacio entre cada elemento de la lista */
}

.custom-list ul li::before {
    content: ''; /* Contenido generado antes del texto del li */
    display: inline-block; /* Convertir en un bloque en línea */
    width: 24px; /* Ancho del ícono */
    height: 24px; /* Altura del ícono */
    margin-right: 8px; /* Espacio entre el ícono y el texto */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_4006_1047)'%3E%3Cpath d='M5.99992 7.99998L7.33325 9.33331L9.99992 6.66665M14.6666 7.99998C14.6666 11.6819 11.6818 14.6666 7.99992 14.6666C4.31802 14.6666 1.33325 11.6819 1.33325 7.99998C1.33325 4.31808 4.31802 1.33331 7.99992 1.33331C11.6818 1.33331 14.6666 4.31808 14.6666 7.99998Z' stroke='%23D20F26' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4006_1047'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat; /* Evitar la repetición del ícono */
    padding: 10px;
}





/* ===== PÁGINA DE PRODUCTO ===== */

.menu-categoria {
        font-family: 'Open Sans';
        font-weight: 400;
        font-style: 'Regular';
        font-size: 18px;
        text-decoration: none;
      color: #000000;
        line-height: normal;
        letter-spacing: 0%;

    }

.menu-categoria:hover {
        color: #E74C3C; /* Cambia el color al pasar el mouse */
        text-decoration: none; /* Opcional: elimina el subrayado al pasar el mouse */
        
    }







.producto-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.producto-img {
  position: relative;
  overflow: hidden;
}

.producto-img img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* Overlay (capa semitransparente) */
.producto-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}

/* Icono + */
.producto-overlay i {
  color: #fff;
  font-size: 50px;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

/* Efecto hover */
.producto-item:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}

.producto-item:hover .producto-overlay {
  opacity: 1;
}

.producto-item:hover .producto-overlay i {
  transform: scale(1);
}

.producto-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.producto-body {
  text-align: center;
  padding: 15px;
  height:100px;
}

.productos-categoria {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 12px;
  color: #E74C3C;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.productos-titulo {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
