/* Estilos globales */
html{
  background-color: #000000;
}
body {
  font-family: "Montserrat", sans-serif;
  background-color: #000000;
  font-size: 16px;
}
header{
  font-family: "Montserrat", sans-serif;
  font-weight: 510;
  
}
/*------------------------envios--------------------------*/
.moving-bar {
  overflow: hidden;
  background-color: #000000;
  color: white;
  padding: 1px;
  white-space: nowrap;
}
.moving-text {
  display: inline-block;
  animation: move 32s linear infinite;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
}
.text-item {
  display: inline-block;
  padding: 0 130px;
}
.separator {
  display: inline-block;
  vertical-align: middle;

}
.separator img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
@keyframes move {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}

/* Estilos responsivos */
@media screen and (min-width: 768px) {
  .text-item {
      padding: 0 60px;
  }
  .separator {
      margin: 0 25px;
  }
  .separator img {
      width: 16px;
      height: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .text-item {
      padding: 0 90px;
  }
  .separator {
      margin: 0 50px;
  }
  .separator img {
      width: 16px;
      height: 16px;
  }
  .moving-text {
      animation-duration: 42s; /* Más lento en pantallas grandes */
  }
}
/*------------------------principaltextomuebles--------------*/
.principaltextomuebles{
  background-image: url('images/IMG_6137.jpg');
  background-size: cover;
  background-position: center;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;

  
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.content {
  z-index: 1;
  max-width: 600px;
  padding: 20px;
}
.content p{
  font-family: "Work Sans", sans-serif;
  font-size: 1.1rem;
  color: #e2e0e0;
  
}
.content p span{
  color: #605555;
  text-shadow: #000000 1.5px 1px 1.5px;}
/*---------------------Sección de productos principal ----------------------------------------------------------*/
.navprodprincipal{
  background-color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-family: "Work Sans", sans-serif;
}
.navprodprincipal div{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 37px;
  margin-bottom: 37px;
  color: #616161;
}
.navprodprincipal div:hover{
  font-size: large;
  color: #fffbfb;
  
}
.navprodprincipal div img{
  width: 55px;
}

/*--------------------lineas-----------------*/
.lineas {
  padding: 30px;
  background-color: #000000;
}

.lineas h2 {
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 22px;
  font-size: 1.2rem;
  text-shadow: #666666 1.2px 1.2px 1.2px ;
}

/* Contenedor para las imágenes */
.contenedor-lineas {
  display: flex;
  justify-content: space-between; /* Espacio entre los elementos */
  gap: 20px; /* Espacio entre las imágenes */
  flex-wrap: wrap; /* Hace que las imágenes se ajusten en pantallas pequeñas */
}

/* Estilo para las imágenes */
.lineanordica {
  background-image: url('images/Diseño sin título.jpg');
  background-size: cover;
  background-position: center;
  height: 50vh;
  width: 100%; /* Ocupa el ancho completo por defecto */
  max-width: 30%; /* Limita el ancho a un 30% para mostrar 3 imágenes por fila */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
}

.lineanordica h3 {
  position: relative;
  z-index: 2;
  font-size: 2em;
}

/* Ajuste para pantallas más pequeñas */
@media (max-width: 768px) {
  .lineanordica {
    max-width: 100%; /* Las imágenes ocupan todo el ancho en pantallas pequeñas */
    margin-bottom: 20px; /* Agrega espacio entre las filas */
  }
}


/*------------------------ Pie de página ---------------*/
footer {
  text-align: center; /* Centra todo el contenido por defecto */
  padding: 10px;
  background-color: black;
  color: white;
  width: 100%;

}

.footer-info {
  margin-bottom: 20px;
}

.footer-info h3, .footer-info p {
  margin: 10px 0;
}

.footer-redes {
  display: flex;
  justify-content: center; /* Centra los elementos horizontalmente */
}

.footer-redes ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-redes li {
  display: flex;
  flex-direction: column; /* Coloca los íconos uno encima del otro */
  align-items: center;
  margin-bottom: 10px; /* Espacio entre cada icono */
}

.footer-copy {
  margin-top: 20px;
}

#fotou {
  width: 30px; /* Tamaño ajustado del logo */
  height: auto;
}

.logoabajo {
  width: 100px; /* Tamaño más pequeño del logo principal */
  height: auto;
  margin: 0 auto; /* Centra el logo */
}

/*--------------------*/



  /*------------principal con foto------------------------------*/
  
  .seccion-principal {
    position: relative;
    height: 100vh; /* Altura de la sección */
    background-image: url('images/IMG_5877.jpg'); /* Cambia 'fondo.jpg' por tu imagen */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0);
    text-align: center;
  }
  
  .contenido {
    position: relative;
    z-index: 2; /* Asegura que el texto esté sobre la imagen de fondo */
    font-family: "Montserrat", sans-serif;
    text-shadow: 1px 1px 1px rgb(211, 211, 211);
    font-weight: 350;
  }
  
  .seccion-principal h1 {
    font-size: 3em;
    margin-bottom: 0px;
  }
  .seccion-principal h4{
    margin-bottom: 40px;
    text-shadow: 1px 1px 1px #fffbfb;
  }
  
  
  #boton-primario{
    padding: 12px 30px;
    font-size: 16px;
    background-color: #000000; /* Color del botón */
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 9px;
    box-shadow: 1px 4px 8px rgba(9, 9, 9, 0.799);
    transition: background-color 0.3s ease;
    font-family: "Montserrat", sans-serif;
    font-weight: 190;
  }
  #boton-primario:hover{
    color: rgb(255, 255, 255);
    font-size: 1.03rem;
    background-color: rgb(51, 51, 51);
  }
  .btn:hover {
    background-color: #ffffff;
    color: #000000;
  }
  
/*====--------------------prod destacados -----------------------------*/
