

.texto-descripcion {
  color: rgb(7, 7, 7);
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-align: center;
  padding: 5px;
  border: 1px solid #808080;
  max-width: 300px;
  margin: 1 auto;
 
}
.texto-descripcion:hover {
  color: #f07f1a;
  border: 2px solid #f07f1a;
}
.texto-sistema, .texto-descripcion {

  max-width: 300px; /* Establece el ancho máximo */
 
}


.texto-sistema {
  color: rgb(255, 255, 255);
  background-color:rgb(7, 7, 7); /* Si estás usando este color de fondo, mantenlo */
  font-size: 12px;
  font-weight: bold;
  text-align: center;
   padding: 10px; /* Ajusta según sea necesario */
   background-color: #383838;
}
.texto-descripcion a {
   text-decoration: none;
  color: inherit;
  outline: none;
}


.texto-descripcion a:focus,
.texto-descripcion a:active {
  outline: none;
  box-shadow: none; /* Por si algún navegador aplica sombreado */
}
.texto-descripcion {
  color: rgb(7, 7, 7);
  font-size: 15px;
  text-align: center;
  padding: 5px; /* Ajusta según sea necesario */
  border: 1px solid #808080; /* borde gris */
}
.texto-descripcion:hover {
  color: #f07f1a; /* Cambia el color a naranja */
  border: 2px solid #f07f1a; /* Agrega borde naranja */
}
.texto-sistema, .texto-descripcion {

  max-width: 300px; /* Establece el ancho máximo */
  margin: 1 auto; /* Centra horizontalmente */
}
.bloque-partes-starmix {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}


.contenedor-partes-starmix {
  display: flex;
  align-items: center;
  max-width: 1200px;
  gap: 20px;
}

.parte-logo-texto {
  display: flex;
  flex-direction: column;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
}

.titulo-partes {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 10px;
  color: #1c1c1c;
}

.barra-naranja-partes {
  width: 6px;
  height: 100px;
  background-color: #f1861b;
}

.descripcion-partes {
  font-size: 16px;
  line-height: 1.6;
  max-width: 600px;
  font-family: 'Montserrat', sans-serif;
  color: #1c1c1c;
}


 

  
  .btn-amplio {
  color: white; 
  font-size: 14px;
  font-weight: 500;
  padding: 15px 15px;
  text-align: center;
letter-spacing: 2.5px;
  margin-left: 10px; 
  text-decoration: none; 
  background-color: var(--color-grisOscuro);
  border-radius: 10px;  
}


@media (max-width: 768px) {
 
  .texto-sistema {
    font-size: 9px; /* Reducir el tamaño de la fuente para móviles */
    padding: 5px; /* Reducir el padding para móviles */
  }

  .texto-descripcion {
    font-size: 10px; /* Reducir el tamaño de la fuente para móviles */
    padding: 4px; /* Reducir el padding para móviles */
  }
  .button-row {
    display: flex;
    justify-content: flex-end; /* Alinea los elementos al extremo derecho */
    margin-right: 30px;  
  }
  .buttons {
    display: flex; /* Para que los botones estén en línea */
    margin-right: 20px; /* Agrega un margen a la derecha */
    
  } 
  .buttons .btn-PARTES:nth-child(1) {
    display: none; /* Oculta el primer botón en dispositivos móviles */
  }
}


@media (max-width: 768px) {
  .grid-comentario {
    flex-direction: column; /* Organizar columnas verticalmente */
    margin: 0 20px; /* Ajustar márgenes laterales para móviles */
  }
  .columna-texto, .columna-imagen {
    flex-basis: 100%; /* Cada columna toma el 100% del ancho */
    margin-bottom: 20px; /* Espacio entre las columnas */
  }
  .parrafo-preguntas {
    font-size: 18px; /* Ajustar tamaño de fuente para dispositivos móviles */
    color: #383838;
  }
  .parrafo-subtitulo {
    font-size: 14px; /* Ajustar tamaño de fuente para dispositivos móviles */
  }
}
.seccion-galeria-piezas {
  padding: 40px 20px;
 
  font-family: 'Montserrat', sans-serif;
}

.contenedor-galeria-piezas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.tarjeta-pieza {
  background-color: white;
  border: 3px solid #f07f1a;
  border-radius: 10px;
  max-width: 180px;
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease;
    box-shadow: 6px 1px 1px 1px #f07f1a8c /* Sombra añadida */
}

.tarjeta-pieza:hover {
  transform: translateY(-5px);
  box-shadow: 5px 9px 5px 8px #f07f1a66;
}

.imagen-pieza {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}

.descripcion-pieza {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.btn-cotizar-pieza {
  display: inline-block;
  padding: 8px 12px;
  background-color: #f07f1a;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-cotizar-pieza:hover {
  background-color: #d86e13;
}

.contenedor-mas-piezas {
  text-align: center;
  margin-top: 30px;
}

.btn-mas-piezas {
  padding: 12px 20px;
  background-color: #383838;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  transition: background-color 0.3s ease;
}

.btn-mas-piezas:hover {
  background-color: #1f1f1f;
}