#overbox3 {
    position: fixed;
    background-color: darkgray;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
    border: 1px solid red;
    text-align: center;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 58px;
    width: 100%;
    text-align:center;
    background-color: #eeeeee;
}
#infobox3 p {
    line-height:58px;
    font-size:12px;
    text-align:center;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
}
ul {
    list-style: none;
  }
  
  a {
    text-decoration: none;
  }
  
  h2 {
    text-align: center;
    margin: 20px auto;
    color: #fff;
  }
  
  .accordion-menu {
    width: 100%;
    background: #fff;
    border-radius: 4px;
  }
  .accordion-menu li.open .dropdownlink {
    color: #d88d8d;
    .fa-chevron-down {
      transform: rotate(180deg);
    }
  }
  .accordion-menu li:last-child .dropdownlink {
    border-bottom: 0;
  }
  .dropdownlink {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 45px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    color: #212121;
    position: relative;
    transition: all 0.4s ease-out;
    i {
      position: absolute;
      top: 17px;
      left: 16px;
    }
    .fa-chevron-down {
      right: 12px;
      left: auto;
    }
  }
  
  .submenuItems {
    display: none;
    background: #f3f0f0;
    li {
      border-bottom: 1px solid #B6B6B6;
    }
  }
  
  .submenuItems a {
    display: block;
    color: #727272;
    padding: 6px 6px 6px 0px;
    transition: all 0.4s ease-out;
    &:hover {
      background-color: #CDDC39;
      color: #fff;
    }
    }

                /* ===================================================== */
                /* === PÚBLICO (NO TOCAR - FUNCIONA CORRECTAMENTE) ====== */
                /* ===================================================== */
        
                .badge-wrapper {
                  position: absolute;
                  top: 2%;
                  left: -5%;
                  z-index: 10;
                  transform: rotate(-35deg);
                  width: 60%;
                  max-width: 150px;
                  min-width: 80px;
                  text-align: center;
                }
        
                .badge-label {
                  display: inline-block;
                  width: 100%;
                  color: #fff;
                  font-size: clamp(10px, 2vw, 14px);
                  font-weight: 700;
                  text-transform: uppercase;
                  padding: 0.4em 0;
                  letter-spacing: 1px;
                  text-align: center;
                  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
                  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
                  border-radius: 0;
                }
        
                /* COLORES Y ANIMACIONES PÚBLICO */
                .badge-soon {
                  background: linear-gradient(45deg, #FFD700, #FFA500);
                  animation: pulsate 6s infinite ease-in-out, glow 8s infinite alternate, blink 12s infinite;
                }
        
                .badge-new {
                  background: linear-gradient(45deg, #C8102E, #E53935);
                  animation: pulsate 4s infinite ease-in-out, glow 6s infinite alternate, blink 8s infinite;
                }
        
                .badge-out {
                  background: linear-gradient(45deg, #6E6E6E, #9E9E9E);
                  animation: pulsate 10s infinite ease-in-out, glow 12s infinite alternate, blink 14s infinite;
                }
        
                /* ANIMACIONES COMPARTIDAS */
                @keyframes pulsate {
        
                  0%,
                  100% {
                    transform: scale(1);
                  }
        
                  50% {
                    transform: scale(1.1);
                  }
                }
        
                @keyframes glow {
                  0% {
                    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.4);
                  }
        
                  50% {
                    box-shadow: 0 0 25px rgba(255, 255, 255, 0.7), 0 0 40px rgba(255, 255, 255, 0.6);
                  }
        
                  100% {
                    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.4);
                  }
                }
        
                @keyframes blink {
        
                  0%,
                  15%,
                  100% {
                    opacity: 1;
                  }
        
                  8%,
                  90% {
                    opacity: 0.85;
                  }
                }
        
                /* RESPONSIVE */
                @media (max-width: 768px) {
                  .badge-wrapper {
                    top: 3%;
                    left: -8%;
                    width: 70%;
                  }
                }

/* Estilos para la lista de videos de YouTube */
#youtube-list {
  max-height: 400px;
  /* Ajusta la altura máxima del cuadro */
  overflow-y: auto;
  /* Agrega scroll interno si hay más videos */
  padding-right: 10px;
}

/* Ajustes a la lista para que se vea bien con scroll */
#youtube-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#youtube-list li {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  transition: transform 0.2s, box-shadow 0.2s;
}

#youtube-list li:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#youtube-list img {
  width: 100px;
  height: auto;
  border-radius: 5px;
  margin-right: 10px;
}

#youtube-list a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  flex-grow: 1;
}

#youtube-list a:hover {
  color: #d23f31;
}

/* Contenedor del header de YouTube */
.youtube-header {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}

/* Imagen de portada del canal */
.youtube-header img {
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0.8;
}

/* Contenedor de información del canal */
.youtube-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/* Nombre del canal */
#youtube-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

/* Número de suscriptores */
#youtube-subscribers {
  font-size: 12px;
  margin: 0;
}

@media (max-width: 768px) {
  .blog-card-item h3.title {
    font-size: 1rem !important;
    line-height: 1.3 !important;
    word-break: break-word !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  .blog-title-wrapper {
    height: auto !important;
    display: block !important;
  }

  .blog-card-item {
    overflow: visible !important;
  }
}

/*Para las fichas tecnicas de los productos*/
.product-files .card {
  min-height: 170px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  padding: 28px 24px 24px 24px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pdf-icon-box {
  width: 100%;
  text-align: left;
}

.file-title-wrap {
  width: 100%;
  text-align: left;
}

.file-title {
  margin-bottom: 0;
  word-break: break-word;
  text-align: justify;
}

.product-files a.btn {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  min-width: 160px;
  max-width: 100%;
}

.product-files .text-center {
  width: 100%;
  display: flex;
  justify-content: center;
}


/****/
/* Títulos de la primera y segunda columna a la izquierda */
.footer-title-left {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Títulos de la tercera y cuarta columna centrados (como los tienes) */
.footer-title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Texto justificado solo en Atención al cliente */
.text-justify {
  text-align: justify;
}

/* Bordes naranjas solo en pantallas grandes */
@media (min-width: 992px) {
  .border-orange {
    border-right: 4px solid #f37021;
  }
}

/* En pantallas chicas, divisores horizontales */
@media (max-width: 991px) {
  .border-orange {
    border-right: none;
    border-bottom: 2px solid #f37021;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

/*APartado de vista legal*/
.legal-content p {
  text-align: justify;
  margin-bottom: 1rem;
}

.legal-content ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.legal-content li {
  margin-bottom: .5rem;
}