.fondo-banner-mision{
    background-color: #f8f9fa !important;
}
.titulo-banner-mision{
    color: #c38749;
}

.btn-primary .active{
    background-color: #C38749 !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #C38749 !important;
    border-color: #C38749 !important;
    box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);
  }
  .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #C38749 !important;
    border-color: #C38749 !important;
  }
  .contenedor-productos{
    box-shadow: 0 20px 25px #00000012,0 35.7776px 33.4221px #0000000d,0 22.3363px 17.869px #0000000a,0 12.5216px 10.0172px #0000000a,0 6.6501px 5.32008px #00000008,0 2.76726px 2.21381px #00000005;
  }
  .contenedor-productos span{
    font-size: 24px !important;
  }
  .contenedor-productos img{
    width: 100%;
    max-height: 743px;
  }
  .body-productos{

  }
  .footer-productos{

  }
  .oferta-label{
    background-color: #dc3545 !important;
    top: 28px !important;
    width: 100px !important;
  }
  .new-label{
    top: 28px !important;
    width: 80px !important;
  }
  .new-price-ofert{
    color:  #dc3545 !important;
  }

  .video-selected {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.video-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 10px;
}

.video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-thumbnails {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.video-thumb {
    min-height: 200px;
    height: auto;
}

.video-thumb img {
    background-color: #d8d9da;
    width: 100%;
    height: 100px;
}

.video-thumb iframe {
    display: none;
}

.video-thumb,
.video-selected {
    padding: 5px;
}

.video-thumb p {
    margin: 0;
    font-size: 12px;
}

.video-thumb p.name {
    margin-top: 5px;
    font-weight: bold;
}
.fa-star{
  color: #c38748 !important;
}
.imagen-banner{
  width: 100% !important;
  max-height: 300px !important;
}
.titulo-pagina{
  z-index: 2;
  margin-top: 10% !important;
}
.menu-active{
  color: #c38748 !important;
}
.imagen-milla{
  width: 100% !important;
  height: 250px !important;
}

.resend-link {
    display: inline-block;
    background-color: #007bff; /* Color de fondo */
    color: white; /* Color del texto */
    padding: 10px 20px; /* Espaciado */
    border-radius: 5px; /* Bordes redondeados */
    text-align: center;
    text-decoration: none; /* Quitar subrayado */
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.resend-link:hover {
    background-color: #0056b3; /* Color al pasar el ratón */
    color: #fff;
}

.resend-link:disabled {
    background-color: #cccccc; /* Color deshabilitado */
    cursor: not-allowed; /* Cambia el cursor a una cruz */
}

#countdown-text {
    margin-left: 10px;
    font-size: 14px;
    color: #888; /* Color del contador */
}
