  @font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

  body {
    font-family: 'Poppins', sans-serif;
  }

  img {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
  }
  .container h2 {
  min-height: 10px;
  }


h2, strong {
  min-height: 40px;
}

  .container img {
    display: block;
    width: 100%;
    height: auto;
  }
.nav-link.tienda {
    background-color: rgb(241, 0, 0);
    color: white !important;
    padding: 10px;
    border-radius: 10px;
  }
  .navbar-nav {
    gap: 15px;
  }
  .navbar-nav .nav-link {
    color: #000 ;
  }
  .logo-img {
    height: 50px;
    object-fit: contain;
  }
  .mas{
    text-align: center;
  }
  .mas button {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 5px 10px;
  width: 150px;
  border: black 1px solid;
  transition: background-color 0.3s ease;
  }
  .mas button:hover{
  background-color: rgb(0, 0, 0);
  color: white;
  }

h2 {
  font-weight: bold ;
  border-left: 4px solid red; 
  padding-left: 10px;     
  }
  h3 {
  font-weight: bold ;
  font-size: 21px;
  }
/* Nuestra Porpuesta */
  
  .propuesta-box {
    border: 1px solid #cfcfcf;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .propuesta-titulo {
    padding: 12px;
    font-weight: bold;
    border-bottom: 1px solid #cfcfcf;
    text-transform: uppercase;
  }

  .propuesta-texto {
    padding: 10px;
    font-size: 0.8rem;
    text-align: justify;
    flex-grow: 1;
  }
  /* Fin de  las propuestas */

  /* footer estilo */
  .footer-title {
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
  }
   .tienda button {
    background-color:#FF1717;
    color: rgb(255, 255, 255);
    padding: 5px 10px;
    width: 150px;
    border: none;
    transition: background-color 0.3s ease;    
    }
    .tienda{
        text-align: center;
    }
  .datos-bancarios-label {
    font-weight: bold;
    color: #ffffff; /* Amarillo Bootstrap */
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: bold;
    padding-top: 10px;
  }
  p{
    font-size: 13px;
  }
  /* redes sociales */
  .redes{
    font-size: 2rem;
    text-align: center;
  }
  .redes .container {
  display: flex;
  justify-content: center;
  gap: 50px;
  }
/* Materiales */
h5 {
  font-size: 14px;
  font-weight: 600;
}
.descripcion {
  font-size: 0.7rem;
  line-height: 1.4;
}
/* Nosotros */
.nosotros-box {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.nosotros-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.icono-nosotros {
  font-size: 38px;
  color: #FF1717;
  margin-bottom: 15px;
}

.titulo-nosotros {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: black;

}

.nosotros-text {
  font-size: 13px;
  line-height: 1.6;
}

.nosotros-text p {
  margin-bottom: 8px;
  font-size: 14px;
}

/* Contactanos */

.btn-success{
  background-color: #FF1717;
  border: none;
  width: 50%;
}
.enviar{
  text-align: center;
}
.ubicanos{
  height: 100%;
  background-color: #464646;
  color: white;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1)
}

.formulario-fondo {
  background-color: #eeeeee;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.icono-contacto {
  font-size: 1.2rem;
  color: #FF1717; 
  margin-right: 8px;
}

.contactanos-texto {
  font-size: 14px;
  line-height: 1.6;
  padding: 15px;

}
 .contactanos-box{
  background-color: #ffffff;
 }
.titulo-contacto{
  color: black;
  text-align: center;
}
/* redes */
.redes a {
  font-size: 2rem;
  text-decoration: none;
  transition: transform 0.3s;
}

.redes a:hover {
  transform: scale(1.2);
}

/* Colores por red */
.facebook i {
  color: #3b5998;
}

.tiktok i {
  color: #000000; 
}

.instagram i {
  color: #E4405F;
}

.whatsapp i {
  color: #25D366;
}
.whatsapp-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  font-size: 28px;
  border-radius: 50%;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-chat:hover {
  background-color: #20ba5a;
  transform: scale(1.1);
}

 /* Nav bar mobil */
  .offcanvas{
    width: 50%;
  }
  .mobile-menu-sm {
    width: 250px !important; /* Más estrecho aún */
  }

  .mobile-menu-sm .nav-link {
    font-size: 0.85rem;   /* Fuente más pequeña */
    padding: 0.3rem 0.5rem; /* Menos espacio vertical y horizontal */
  }

  .mobile-menu-sm .offcanvas-title {
    font-size: 0.9rem;
  }

  .mobile-menu-sm .btn-close {
    width: 1rem;
    height: 1rem;
  } 

  /* Estilo Navbar PC */
  .custom-navbar {
    backdrop-filter: blur(10px); /* Difumina fondo si hay color detrás */
    background-color: rgba(255, 255, 255, 0.8); /* Blanco semi-transparente */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);  /* Sombra leve opcional */
    transition: background-color 0.3s ease;
    z-index: 1030; /* Asegura que esté encima del contenido */
  }

  .scrolled-navbar {
    background-color: rgba(255, 255, 255, 1) !important;
  }

  .custom-navbar .nav-link {
    color: #000;
    font-weight: 500;
  }

  .custom-navbar .nav-link:hover {
    color: #FF1717;
  }
    .nav-link.active {
    border-bottom: 2px solid #FF1717; /* o el color que quieras */
    }

  .nav-link:hover {
    border-bottom: 2px solid #FF1717; /* efecto suave al pasar el mouse */
    
  }

  @media (max-width: 768px) 
{
  .logo-img{
    position: relative;
  }
  .overlay span{
    font-size: 10px;
  }
  p{
    font-size: 12px;
    line-height: 1.3rem;
  }
  .texto{
    font-size: 14px;
  }
  h2{
    font-size: 18px;
  }
  h3{
    font-size: 16px;
  }
  .descripcion{
    font-size: 0.6rem;
  }
  .titulo-nosotros{
    font-size: 18px;
  }
  
}
/* Establecer un espacio adecuado cuando el menú móvil está abierto */
body.offcanvas-active {
  overflow: hidden; /* Prevenir el desplazamiento de la página */
}

/* Asegúrate de que el offcanvas no se superponga con el contenido */
.offcanvas-end {
  position: fixed; /* Asegúrate de que el menú se posicione sobre el contenido */
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1045; /* Asegura que el offcanvas esté por encima de otros elementos */
  width: 250px; /* Ajusta el ancho del menú */
}

/* Agregar una animación de transición suave para la apertura y cierre */
.offcanvas-body {
  padding-top: 20px; /* Espacio adicional si es necesario */
}


