/* ===== ESTILOS GENERALES ===== */
/* INICIO*/
.bg__breadcrumb{
    padding: 10px 0;
}
.breadcrumb-item{
    color: var(--Negro, #020202);
    font-family: 'Poppins';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.breadcrumb-item .active{
    color: grey !important;
    font-family: 'Poppins';
    font-size: 13px !important;
    font-style: normal;
    font-weight: 300 !important;
    line-height: normal;
}

.breadcrumb-titulo{
    color: var(--Azul, #000000);
    font-family: 'Poppins';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;          
}

.carousel-video-wrapper {
    height: 500px;
    overflow: hidden;
}

.carousel-video {
    height: 100%;
    object-fit: cover;
    min-height: 500px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none !important;
    padding: 0;
}

.carousel-title {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: 'SemiBold';
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;

    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.carousel-subtitle {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: 'Regular';
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;

    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

/* .carousel-btn {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.carousel-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
} */

.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .carousel-video-wrapper,
    .carousel-imagen {
        height: 300px;
    }
    
    .carousel-title {
        font-size: 2rem;
    }
    
    .carousel-subtitle {
        font-size: 1rem;
    }
}

.carousel-btn {
    background-color: #B70310;
    color: white;
    padding: 10px 20px;
    border: 1px solid #B70310;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
}
.carousel-btn:hover {
    background-color: #fff;
      border: 1px solid #B70310;
    color: #B70310;
}

.subtitulo-inicio{
    font-family: 'Poppins';
    font-weight: 600;
    font-style: 'SemiBold';
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
     color: #B70310;
    text-transform: uppercase;
}

.titulo-secciones{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0%;
 
    color: #000000;
}

.subtitulo-secciones{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

.empresa-titulo {
    font-size: 2.5rem;
    font-weight: bold;
    color: #131313;
}

.empresa-descripcion {
    font-size: 1.2rem;
    color: #131313;
}

.bg__card{
    background-color: #fff;
    height: 350px;
}

.card__titulo{
    font-family: 'Poppins';
font-weight: 600;
font-style: 'SemiBold';
font-size: 20px;

line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

.card__texto{
    font-family: 'Poppins';
    font-weight: 400;
    font-style: 'Regular';
    font-size: 16px;

    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;

}



 
/* ===== ESTILOS Novedades ===== */

  .bg__novedades {
  background-color: #F9F9F9;
  padding: 50px 0;
}

/* --- Imagen responsiva --- */
.card-img-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 400px;
  border-radius: 8px 8px 0 0;
}

/* En pantallas pequeñas, ajusta la altura */
@media (max-width: 767px) {
  .card-img-wrapper {
    height: 250px;
  }
}

/* --- Tipografía y texto --- */
.card-categoria {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #B70310;
  text-transform: uppercase;
}

.card-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  color: #000;
}

.card-text-corto {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #131313;
}

/* --- Efecto hover --- */
.blog-card {
  transition: all 0.3s ease;
  border: none;
  border-radius: 8px;
  overflow: hidden;
}

.blog-card:hover {
  transform: translateY(-8px);
}

/* --- "Ver más" --- */
.ver-mas-wrapper {
  text-align: right;
  margin-top: 15px;
}

.ver-mas-link {
  display: inline-block;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
  position: relative;
  padding-right: 20px;
}

.ver-mas-link::after {
  content: "→";
  position: absolute;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.blog-card:hover .ver-mas-link {
  padding-right: 30px;
  color: #000;
}

.blog-card:hover .ver-mas-link::after {
  opacity: 1;
}





/* ===== TARJETAS DE PRODUCTOS ===== */
.card-img-categoria {
    background-size: cover;
    background-position: center;
    height: 380px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.card-img-categoria::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
    z-index: 1;
}

.card-img-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
}

.card:hover .card-img-inner {
    transform: scale(1.1);
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.5rem;
}

.card-content h5 {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    margin: 0;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.ver-mas-btn {
    background-color: white;
    color: #d32f2f;
    border: 1px solid #d32f2f;
    padding: 10px 24px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.ver-mas-btn:hover {
    background-color: transparent;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

/* ===== CONTENIDO ===== */
.contenido__subtitulo {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 29%;
    vertical-align: middle;
}

.contenido__titulo {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 8%;
}

.contenido__descripcion {
font-family: 'Poppins';
font-weight: 400;
font-style: 'Regular';
font-size: 16px;
line-height: 23px;
letter-spacing: 0%;
text-align: justify;

}
.titulo-calidad{
    font-family: 'Poppins';
    font-weight: 700;
    font-style: 'Bold';
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #000;
}

.contenido-calidad{
    font-family: 'Poppins';
    font-weight: 400;
    font-style: 'Regular';
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #000;
    text-align: justify;
}

.custom-item li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    list-style-type: none;
}

.custom-item li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23B70310' stroke-width='2' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='7'/%3E%3Cpath d='M4.5 8.5l2 2 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}



/* ===== TARJETAS DE empresa ===== */

.contenido-empresa {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #131313;
    text-align: justify;
}
.video-wrapper .ratio {
  --bs-aspect-ratio: 70%; /* por defecto es 56.25% (16:9) */
}

/* En móvil, puedes incluso hacerlo un poco más alto */
@media (max-width: 767px) {
  .video-wrapper .ratio {
    --bs-aspect-ratio: 80%;
  }
}


/* Espaciado más cómodo en móvil */
@media (max-width: 767px) {
    .contenido-empresa {
        font-size: 15px;
        text-align: left;
    }

    .titulo__secciones {
        font-size: 22px;
        line-height: 1.3;
    }

    .subtitulo-inicio {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .video-wrapper {
        margin-top: 20px;
    }
}



/* ===== GALERÍA DE PRODUCTOS ===== */
.imagen-producto-container {
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    height: 400px;
}

.imagen-producto {
    transition: transform .5s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imagen-producto:hover {
    transform: scale(1.1);
}

/* ===== BRANDS CAROUSEL ===== */
.brand-item img {
    opacity: 0.8;
    transform: scale(1);
    border-radius: 10px;
    transition: all 0.5s ease;
}

.brand-item:hover img {
    opacity: 1;
    transform: scale(1.05);
    border-radius: 10px;
    filter: grayscale(0%);
}

.slick-prev, 
.slick-next {
    display: none !important;
}

.slick-dots {
    bottom: -30px;
    position: relative;
    margin-top: 15px;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #131313;
    opacity: 1;
}

.slick-slide {
    visibility: visible !important;
    height: auto;
}

/* ===== MEDIA QUERIES ===== */
@media screen and (max-width: 768px) {

    
    /* Contenido */
    .contenido__titulo{
        font-size: 28px;
    }
    .contenido__descripcion{
        font-size: 16px;
    }
    .contenido__subtitulo{
        font-size: 16px;
    }
    
    /* Botones */
    .btn__rojo{
        font-size: 14px;
        padding: 8px 16px;
    }
    .btn__white{
        font-size: 14px;
        padding: 8px 16px;
    }
    .btn{
        font-size: 14px;
    }
    
    /* Títulos */
    .titulo__secciones, .titulo-secciones {
        font-size: 24px;
    }
    .breadcrumb-item{
        font-size: 12px;
    }
    .breadcrumb-titulo{
        font-size: 24px;
    }
    

    
 
    
  
}





/* ============================================
   TABLA DE ESPECIFICACIONES
   ============================================ */

figure.table {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
}

/* Tabla base */
figure.table table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #333;
  min-width: 700px; /* Evita que se comprima demasiado */
  text-align: center;
  border: 1px solid #ddd;
}

/* Encabezado (primera fila o con rowspan) */
figure.table table thead tr:first-child th {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

/* Subencabezado (segunda fila) */
figure.table table thead tr:nth-child(1) th {
  background-color: #1a1a1a;
  color: #fff;
  font-weight: 500;
}

/* Celdas generales */
figure.table td {
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}

/* Filas alternadas */
figure.table table tr:nth-child(even):not(:first-child):not(:nth-child(2)) {
  background-color: #fafafa;
}

/* Hover sobre filas */
figure.table table tr:hover td {
  background-color: #f2f2f2;
  transition: background-color 0.2s ease;
}

/* Primera columna más alineada a la izquierda */
figure.table table td:first-child {
  text-align: left;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  figure.table table {
    font-size: 13px;
    min-width: 100%;
  }

  figure.table td {
    padding: 8px 10px;
  }
}
