body {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.btn-primary {
   background:#BD9855;
   border:#BD9855 1px solid;
   color:#FFFFFF;
   border-radius:0;
}

.btn-primary:hover {
   background:#1B2D1C;
   border:#1B2D1C 1px solid;
}

img.logo {
    max-width:100px;
}

.nav-link:hover,
.dropdown-menu .nav-item a:hover,
.dropdown-item.active, .media-library-view--widget .view-header a.dropdown-item.is-active, .dropdown-item:active{
    background:#BD9855;
    color: #FFF !important;
}

.nav-link {
    text-transform: uppercase;
    padding-left:20px !important;
    padding-right:20px !important;
    font-weight:500;
}

.nav-link, .dropdown-menu .nav-item a{
    text-transform: uppercase;
    font-weight:500;
    padding:10px 0;
    text-align:center;
}

.dropdown-menu {
    border-radius:0;
    background: #EEE;
    border:none;
    padding:0;
}

.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
    padding:0;
}

.title h1  {
    color: #FFF;
    text-align: left;
    padding-top:120px;
    padding-bottom:30px;
}


a {
    color: #666666 !important;
}

.bodega-blk .wrapper a {
    color: #333 !important;
    text-decoration:none;
    font-weight:500;
}

.bodega-blk h3 {
    text-align:center;
    width:100%;
    border-bottom: #CCC 1px solid;
    padding-bottom: 20px;
}

section.marcas {
    border-bottom:#BD9855 1px solid;
}

.productos.home h3 {
    text-align:center;
}

.productos.home p {
    color:#BD9855;
    text-transform:uppercase;
    font-size:0.8em;
    padding-bottom:30px;
}

.productos.home .row {
    border-bottom:#BD9855 1px solid;
    margin-bottom:40px;
}

.description h3 {
    font-size: 1.1em !important;
}

.video-hero {
  position: relative;
  width: 100%;
  height: 100vh; /* o 60vh si no lo quieres full */
  overflow: hidden;
  background: #000;
}

/* VIDEO */
.video-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* ðŸ”¥ CLAVE */
  object-position: center;
  border: 0;
  outline: none;
  display: block;
}

/* CAPA OSCURA PARA LEGIBILIDAD */
.video-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
}

/* CONTENIDO ENCIMA */
.video-hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 2rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  color: #fff;
}

/* TEXTO */
.video-hero__content h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  margin: 0;
}

.video-hero__content p {
  font-size: clamp(1rem, 2vw, 1.4rem);
  margin-top: 1rem;
  max-width: 600px;
}


/* Accesibilidad: si el usuario prefiere menos animaciÃ³n */
@media (prefers-reduced-motion: reduce){
  .wow{ visibility: visible !important; }
  .animate__animated{ animation: none !important; }
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 58px;
  height: 58px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  color:#FFFFFF;
}

footer.bg-secondary {
    background: url(../img/bg-footer.png) no-repeat center center !important;
    background-size: cover !important;
    padding:0 !important;
}

footer a {
    color:#FFFFFF !important;
}

.overlay {
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45); /* ¡û transparencia leve */
  color: #fff;
  padding:3em 0;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0;
}

.social-links a {
  color: #fff;              /* ¡û ¨ªconos blancos */
  font-size: 22px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.social-links a:hover {
  opacity: 0.75;
  transform: scale(1.1);
}
