.molecula-detalle {
  background-color: #f9fbff;
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
  text-align: center;
}

.contenedor-molecula {
  max-width: 700px;
  background-color: #ffffff;
  padding: 3rem 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.contenedor-molecula h1 {
  font-size: 2rem;
  color: #002b8a;
  margin-bottom: 1rem;
}

.contenedor-molecula .descripcion {
  font-size: 1rem;
  color: #444;
  margin-bottom: 2rem;
  text-align: justify;
}

.imagen-molecula {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 2rem;
  display: block;
  border-radius: 10px;
}

.indicaciones {
  list-style: disc inside;
  text-align: left;
  color: #333;
  margin-bottom: 1.5rem;
}

.presentacion {
  font-size: 0.95rem;
  margin-bottom: 2rem;
  color: #333;
}

.boton-contacto {
  display: inline-block;
  background-color: #002b8a;
  color: #ffffff;
  padding: 0.9rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.boton-contacto:hover {
  background-color: #001f60;
}
.botones-molecula {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.boton-contacto,
.boton-regresar {
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95rem;
  transition: background-color 0.3s ease;
}

.boton-contacto {
  background-color: #002b8a;
  color: white;
}

.boton-contacto:hover {
  background-color: #001f60;
}

.boton-regresar {
  background-color: #777;
  color: white;
}

.boton-regresar:hover {
  background-color: #555;
}

.galeria-imagenes {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.galeria-imagenes .imagen-molecula {
  max-width: 280px;
  width: 100%;
}
